@openadapter/koda-ai 1.0.0-beta.13 → 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-
|
|
9308
|
+
readonly "nemotron-3-ultra-free": {
|
|
9309
9309
|
id: string;
|
|
9310
9310
|
name: string;
|
|
9311
9311
|
api: "openai-completions";
|
|
@@ -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": {
|
|
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-3-ultra-550b-a55b:free": {
|
|
11538
11555
|
id: string;
|
|
11539
11556
|
name: string;
|
|
@@ -14571,6 +14588,37 @@ export declare const MODELS: {
|
|
|
14571
14588
|
contextWindow: number;
|
|
14572
14589
|
maxTokens: number;
|
|
14573
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
|
+
};
|
|
14574
14622
|
readonly "openai/gpt-oss-120b": {
|
|
14575
14623
|
id: string;
|
|
14576
14624
|
name: string;
|
|
@@ -16306,6 +16354,23 @@ export declare const MODELS: {
|
|
|
16306
16354
|
contextWindow: number;
|
|
16307
16355
|
maxTokens: number;
|
|
16308
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
|
+
};
|
|
16309
16374
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
16310
16375
|
id: string;
|
|
16311
16376
|
name: string;
|