@openadapter/koda-ai 1.0.0-beta.11 → 1.0.0-beta.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11534,6 +11534,23 @@ export declare const MODELS: {
11534
11534
  contextWindow: number;
11535
11535
  maxTokens: number;
11536
11536
  };
11537
+ readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
11538
+ id: string;
11539
+ name: string;
11540
+ api: "openai-completions";
11541
+ provider: string;
11542
+ baseUrl: string;
11543
+ reasoning: true;
11544
+ input: "text"[];
11545
+ cost: {
11546
+ input: number;
11547
+ output: number;
11548
+ cacheRead: number;
11549
+ cacheWrite: number;
11550
+ };
11551
+ contextWindow: number;
11552
+ maxTokens: number;
11553
+ };
11537
11554
  readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
11538
11555
  id: string;
11539
11556
  name: string;