@openadapter/koda-ai 1.0.0-beta.12 → 1.0.0-beta.14

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.
@@ -9305,7 +9305,7 @@ export declare const MODELS: {
9305
9305
  contextWindow: number;
9306
9306
  maxTokens: number;
9307
9307
  };
9308
- readonly "nemotron-3-super-free": {
9308
+ readonly "nemotron-3-ultra-free": {
9309
9309
  id: string;
9310
9310
  name: string;
9311
9311
  api: "openai-completions";
@@ -11534,6 +11534,40 @@ export declare const MODELS: {
11534
11534
  contextWindow: number;
11535
11535
  maxTokens: number;
11536
11536
  };
11537
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
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
+ };
11554
+ readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
11555
+ id: string;
11556
+ name: string;
11557
+ api: "openai-completions";
11558
+ provider: string;
11559
+ baseUrl: string;
11560
+ reasoning: true;
11561
+ input: "text"[];
11562
+ cost: {
11563
+ input: number;
11564
+ output: number;
11565
+ cacheRead: number;
11566
+ cacheWrite: number;
11567
+ };
11568
+ contextWindow: number;
11569
+ maxTokens: number;
11570
+ };
11537
11571
  readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
11538
11572
  id: string;
11539
11573
  name: string;
@@ -14554,6 +14588,37 @@ export declare const MODELS: {
14554
14588
  contextWindow: number;
14555
14589
  maxTokens: number;
14556
14590
  };
14591
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
14592
+ id: string;
14593
+ name: string;
14594
+ api: "openai-completions";
14595
+ provider: string;
14596
+ baseUrl: string;
14597
+ compat: {
14598
+ supportsStore: false;
14599
+ supportsDeveloperRole: false;
14600
+ supportsReasoningEffort: false;
14601
+ maxTokensField: "max_tokens";
14602
+ supportsStrictMode: false;
14603
+ supportsLongCacheRetention: false;
14604
+ thinkingFormat: "together";
14605
+ };
14606
+ reasoning: true;
14607
+ thinkingLevelMap: {
14608
+ minimal: null;
14609
+ low: null;
14610
+ medium: null;
14611
+ };
14612
+ input: "text"[];
14613
+ cost: {
14614
+ input: number;
14615
+ output: number;
14616
+ cacheRead: number;
14617
+ cacheWrite: number;
14618
+ };
14619
+ contextWindow: number;
14620
+ maxTokens: number;
14621
+ };
14557
14622
  readonly "openai/gpt-oss-120b": {
14558
14623
  id: string;
14559
14624
  name: string;
@@ -16289,6 +16354,23 @@ export declare const MODELS: {
16289
16354
  contextWindow: number;
16290
16355
  maxTokens: number;
16291
16356
  };
16357
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
16358
+ id: string;
16359
+ name: string;
16360
+ api: "anthropic-messages";
16361
+ provider: string;
16362
+ baseUrl: string;
16363
+ reasoning: true;
16364
+ input: "text"[];
16365
+ cost: {
16366
+ input: number;
16367
+ output: number;
16368
+ cacheRead: number;
16369
+ cacheWrite: number;
16370
+ };
16371
+ contextWindow: number;
16372
+ maxTokens: number;
16373
+ };
16292
16374
  readonly "nvidia/nemotron-nano-12b-v2-vl": {
16293
16375
  id: string;
16294
16376
  name: string;