@psnext/slingcli 2.5.20260602-4 → 2.5.20260607-2
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.
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +12 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
- package/node_modules/@aws-sdk/core/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -4
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-websocket/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +9 -9
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +45 -0
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +827 -140
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +32 -12
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +13 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js +4 -2
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +15 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +4 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.js +9 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/template.js +19 -6
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js +47 -13
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js +72 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resource-loader.js +28 -20
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js +2 -30
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +71 -30
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/trust-manager.js +130 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +54 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/index.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +3 -12
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.js +22 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/trust-selector.js +86 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +40 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +55 -8
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/git.js +54 -22
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/open-browser.js +22 -0
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +12 -12
- package/node_modules/@earendil-works/pi-coding-agent/package.json +5 -4
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +3 -0
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +1 -1
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http2.d.ts +3 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
- package/node_modules/gaxios/package.json +7 -9
- package/node_modules/google-auth-library/build/src/auth/gdchclient.d.ts +47 -0
- package/node_modules/google-auth-library/build/src/auth/gdchclient.js +307 -0
- package/node_modules/google-auth-library/build/src/auth/googleauth.d.ts +5 -4
- package/node_modules/google-auth-library/build/src/auth/googleauth.js +18 -1
- package/node_modules/google-auth-library/build/src/index.d.ts +1 -0
- package/node_modules/google-auth-library/build/src/index.js +4 -1
- package/node_modules/google-auth-library/package.json +2 -4
- package/node_modules/semver/classes/semver.js +19 -2
- package/node_modules/semver/package.json +1 -1
- package/node_modules/undici/lib/global.js +1 -1
- package/node_modules/undici/lib/handler/unwrap-handler.js +6 -0
- package/node_modules/undici/package.json +1 -1
- package/node_modules/undici/types/dispatcher.d.ts +2 -0
- package/package.json +6 -6
- package/slingshot/index.js +275 -273
|
@@ -1086,6 +1086,59 @@ export const MODELS = {
|
|
|
1086
1086
|
contextWindow: 262144,
|
|
1087
1087
|
maxTokens: 131072,
|
|
1088
1088
|
},
|
|
1089
|
+
"openai.gpt-5.4": {
|
|
1090
|
+
id: "openai.gpt-5.4",
|
|
1091
|
+
name: "GPT-5.4",
|
|
1092
|
+
api: "bedrock-converse-stream",
|
|
1093
|
+
provider: "amazon-bedrock",
|
|
1094
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1095
|
+
reasoning: true,
|
|
1096
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
1097
|
+
input: ["text", "image"],
|
|
1098
|
+
cost: {
|
|
1099
|
+
input: 2.75,
|
|
1100
|
+
output: 16.5,
|
|
1101
|
+
cacheRead: 0.275,
|
|
1102
|
+
cacheWrite: 0,
|
|
1103
|
+
},
|
|
1104
|
+
contextWindow: 272000,
|
|
1105
|
+
maxTokens: 128000,
|
|
1106
|
+
},
|
|
1107
|
+
"openai.gpt-5.5": {
|
|
1108
|
+
id: "openai.gpt-5.5",
|
|
1109
|
+
name: "GPT-5.5",
|
|
1110
|
+
api: "bedrock-converse-stream",
|
|
1111
|
+
provider: "amazon-bedrock",
|
|
1112
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1113
|
+
reasoning: true,
|
|
1114
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
1115
|
+
input: ["text", "image"],
|
|
1116
|
+
cost: {
|
|
1117
|
+
input: 5.5,
|
|
1118
|
+
output: 33,
|
|
1119
|
+
cacheRead: 0.55,
|
|
1120
|
+
cacheWrite: 0,
|
|
1121
|
+
},
|
|
1122
|
+
contextWindow: 272000,
|
|
1123
|
+
maxTokens: 128000,
|
|
1124
|
+
},
|
|
1125
|
+
"openai.gpt-oss-120b": {
|
|
1126
|
+
id: "openai.gpt-oss-120b",
|
|
1127
|
+
name: "gpt-oss-120b",
|
|
1128
|
+
api: "bedrock-converse-stream",
|
|
1129
|
+
provider: "amazon-bedrock",
|
|
1130
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1131
|
+
reasoning: false,
|
|
1132
|
+
input: ["text"],
|
|
1133
|
+
cost: {
|
|
1134
|
+
input: 0.15,
|
|
1135
|
+
output: 0.6,
|
|
1136
|
+
cacheRead: 0,
|
|
1137
|
+
cacheWrite: 0,
|
|
1138
|
+
},
|
|
1139
|
+
contextWindow: 128000,
|
|
1140
|
+
maxTokens: 16384,
|
|
1141
|
+
},
|
|
1089
1142
|
"openai.gpt-oss-120b-1:0": {
|
|
1090
1143
|
id: "openai.gpt-oss-120b-1:0",
|
|
1091
1144
|
name: "gpt-oss-120b",
|
|
@@ -1103,6 +1156,23 @@ export const MODELS = {
|
|
|
1103
1156
|
contextWindow: 128000,
|
|
1104
1157
|
maxTokens: 16384,
|
|
1105
1158
|
},
|
|
1159
|
+
"openai.gpt-oss-20b": {
|
|
1160
|
+
id: "openai.gpt-oss-20b",
|
|
1161
|
+
name: "gpt-oss-20b",
|
|
1162
|
+
api: "bedrock-converse-stream",
|
|
1163
|
+
provider: "amazon-bedrock",
|
|
1164
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1165
|
+
reasoning: false,
|
|
1166
|
+
input: ["text"],
|
|
1167
|
+
cost: {
|
|
1168
|
+
input: 0.07,
|
|
1169
|
+
output: 0.3,
|
|
1170
|
+
cacheRead: 0,
|
|
1171
|
+
cacheWrite: 0,
|
|
1172
|
+
},
|
|
1173
|
+
contextWindow: 128000,
|
|
1174
|
+
maxTokens: 16384,
|
|
1175
|
+
},
|
|
1106
1176
|
"openai.gpt-oss-20b-1:0": {
|
|
1107
1177
|
id: "openai.gpt-oss-20b-1:0",
|
|
1108
1178
|
name: "gpt-oss-20b",
|
|
@@ -1549,6 +1619,63 @@ export const MODELS = {
|
|
|
1549
1619
|
maxTokens: 101376,
|
|
1550
1620
|
},
|
|
1551
1621
|
},
|
|
1622
|
+
"ant-ling": {
|
|
1623
|
+
"Ling-2.6-1T": {
|
|
1624
|
+
id: "Ling-2.6-1T",
|
|
1625
|
+
name: "Ling 2.6 1T",
|
|
1626
|
+
api: "openai-completions",
|
|
1627
|
+
provider: "ant-ling",
|
|
1628
|
+
baseUrl: "https://api.ant-ling.com/v1",
|
|
1629
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsLongCacheRetention": false },
|
|
1630
|
+
reasoning: false,
|
|
1631
|
+
input: ["text"],
|
|
1632
|
+
cost: {
|
|
1633
|
+
input: 0.06,
|
|
1634
|
+
output: 0.25,
|
|
1635
|
+
cacheRead: 0,
|
|
1636
|
+
cacheWrite: 0,
|
|
1637
|
+
},
|
|
1638
|
+
contextWindow: 262144,
|
|
1639
|
+
maxTokens: 65536,
|
|
1640
|
+
},
|
|
1641
|
+
"Ling-2.6-flash": {
|
|
1642
|
+
id: "Ling-2.6-flash",
|
|
1643
|
+
name: "Ling 2.6 Flash",
|
|
1644
|
+
api: "openai-completions",
|
|
1645
|
+
provider: "ant-ling",
|
|
1646
|
+
baseUrl: "https://api.ant-ling.com/v1",
|
|
1647
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsLongCacheRetention": false },
|
|
1648
|
+
reasoning: false,
|
|
1649
|
+
input: ["text"],
|
|
1650
|
+
cost: {
|
|
1651
|
+
input: 0.01,
|
|
1652
|
+
output: 0.02,
|
|
1653
|
+
cacheRead: 0,
|
|
1654
|
+
cacheWrite: 0,
|
|
1655
|
+
},
|
|
1656
|
+
contextWindow: 262144,
|
|
1657
|
+
maxTokens: 65536,
|
|
1658
|
+
},
|
|
1659
|
+
"Ring-2.6-1T": {
|
|
1660
|
+
id: "Ring-2.6-1T",
|
|
1661
|
+
name: "Ring 2.6 1T",
|
|
1662
|
+
api: "openai-completions",
|
|
1663
|
+
provider: "ant-ling",
|
|
1664
|
+
baseUrl: "https://api.ant-ling.com/v1",
|
|
1665
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsLongCacheRetention": false, "thinkingFormat": "ant-ling" },
|
|
1666
|
+
reasoning: true,
|
|
1667
|
+
thinkingLevelMap: { "off": null, "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
1668
|
+
input: ["text"],
|
|
1669
|
+
cost: {
|
|
1670
|
+
input: 0.06,
|
|
1671
|
+
output: 0.25,
|
|
1672
|
+
cacheRead: 0,
|
|
1673
|
+
cacheWrite: 0,
|
|
1674
|
+
},
|
|
1675
|
+
contextWindow: 262144,
|
|
1676
|
+
maxTokens: 65536,
|
|
1677
|
+
},
|
|
1678
|
+
},
|
|
1552
1679
|
"anthropic": {
|
|
1553
1680
|
"claude-3-5-haiku-20241022": {
|
|
1554
1681
|
id: "claude-3-5-haiku-20241022",
|
|
@@ -3809,8 +3936,8 @@ export const MODELS = {
|
|
|
3809
3936
|
cacheRead: 0.1,
|
|
3810
3937
|
cacheWrite: 0,
|
|
3811
3938
|
},
|
|
3812
|
-
contextWindow:
|
|
3813
|
-
maxTokens:
|
|
3939
|
+
contextWindow: 262144,
|
|
3940
|
+
maxTokens: 65536,
|
|
3814
3941
|
},
|
|
3815
3942
|
"accounts/fireworks/routers/glm-5p1-fast": {
|
|
3816
3943
|
id: "accounts/fireworks/routers/glm-5p1-fast",
|
|
@@ -3830,6 +3957,24 @@ export const MODELS = {
|
|
|
3830
3957
|
contextWindow: 202800,
|
|
3831
3958
|
maxTokens: 131072,
|
|
3832
3959
|
},
|
|
3960
|
+
"accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
3961
|
+
id: "accounts/fireworks/routers/kimi-k2p6-fast",
|
|
3962
|
+
name: "Kimi K2.6 Fast",
|
|
3963
|
+
api: "anthropic-messages",
|
|
3964
|
+
provider: "fireworks",
|
|
3965
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
3966
|
+
compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
|
|
3967
|
+
reasoning: true,
|
|
3968
|
+
input: ["text", "image"],
|
|
3969
|
+
cost: {
|
|
3970
|
+
input: 2,
|
|
3971
|
+
output: 8,
|
|
3972
|
+
cacheRead: 0.3,
|
|
3973
|
+
cacheWrite: 0,
|
|
3974
|
+
},
|
|
3975
|
+
contextWindow: 262000,
|
|
3976
|
+
maxTokens: 262000,
|
|
3977
|
+
},
|
|
3833
3978
|
"accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
3834
3979
|
id: "accounts/fireworks/routers/kimi-k2p6-turbo",
|
|
3835
3980
|
name: "Kimi K2.6 Turbo",
|
|
@@ -5561,6 +5706,23 @@ export const MODELS = {
|
|
|
5561
5706
|
contextWindow: 204800,
|
|
5562
5707
|
maxTokens: 131072,
|
|
5563
5708
|
},
|
|
5709
|
+
"MiniMax-M3": {
|
|
5710
|
+
id: "MiniMax-M3",
|
|
5711
|
+
name: "MiniMax-M3",
|
|
5712
|
+
api: "anthropic-messages",
|
|
5713
|
+
provider: "minimax",
|
|
5714
|
+
baseUrl: "https://api.minimax.io/anthropic",
|
|
5715
|
+
reasoning: true,
|
|
5716
|
+
input: ["text", "image"],
|
|
5717
|
+
cost: {
|
|
5718
|
+
input: 0.6,
|
|
5719
|
+
output: 2.4,
|
|
5720
|
+
cacheRead: 0.12,
|
|
5721
|
+
cacheWrite: 0,
|
|
5722
|
+
},
|
|
5723
|
+
contextWindow: 512000,
|
|
5724
|
+
maxTokens: 128000,
|
|
5725
|
+
},
|
|
5564
5726
|
},
|
|
5565
5727
|
"minimax-cn": {
|
|
5566
5728
|
"MiniMax-M2.7": {
|
|
@@ -5597,6 +5759,23 @@ export const MODELS = {
|
|
|
5597
5759
|
contextWindow: 204800,
|
|
5598
5760
|
maxTokens: 131072,
|
|
5599
5761
|
},
|
|
5762
|
+
"MiniMax-M3": {
|
|
5763
|
+
id: "MiniMax-M3",
|
|
5764
|
+
name: "MiniMax-M3",
|
|
5765
|
+
api: "anthropic-messages",
|
|
5766
|
+
provider: "minimax-cn",
|
|
5767
|
+
baseUrl: "https://api.minimaxi.com/anthropic",
|
|
5768
|
+
reasoning: true,
|
|
5769
|
+
input: ["text", "image"],
|
|
5770
|
+
cost: {
|
|
5771
|
+
input: 0.6,
|
|
5772
|
+
output: 2.4,
|
|
5773
|
+
cacheRead: 0.12,
|
|
5774
|
+
cacheWrite: 0,
|
|
5775
|
+
},
|
|
5776
|
+
contextWindow: 512000,
|
|
5777
|
+
maxTokens: 128000,
|
|
5778
|
+
},
|
|
5600
5779
|
},
|
|
5601
5780
|
"mistral": {
|
|
5602
5781
|
"codestral-latest": {
|
|
@@ -5633,6 +5812,23 @@ export const MODELS = {
|
|
|
5633
5812
|
contextWindow: 262144,
|
|
5634
5813
|
maxTokens: 262144,
|
|
5635
5814
|
},
|
|
5815
|
+
"devstral-latest": {
|
|
5816
|
+
id: "devstral-latest",
|
|
5817
|
+
name: "Devstral 2",
|
|
5818
|
+
api: "mistral-conversations",
|
|
5819
|
+
provider: "mistral",
|
|
5820
|
+
baseUrl: "https://api.mistral.ai",
|
|
5821
|
+
reasoning: false,
|
|
5822
|
+
input: ["text"],
|
|
5823
|
+
cost: {
|
|
5824
|
+
input: 0.4,
|
|
5825
|
+
output: 2,
|
|
5826
|
+
cacheRead: 0,
|
|
5827
|
+
cacheWrite: 0,
|
|
5828
|
+
},
|
|
5829
|
+
contextWindow: 262144,
|
|
5830
|
+
maxTokens: 262144,
|
|
5831
|
+
},
|
|
5636
5832
|
"devstral-medium-2507": {
|
|
5637
5833
|
id: "devstral-medium-2507",
|
|
5638
5834
|
name: "Devstral Medium",
|
|
@@ -5911,11 +6107,11 @@ export const MODELS = {
|
|
|
5911
6107
|
api: "mistral-conversations",
|
|
5912
6108
|
provider: "mistral",
|
|
5913
6109
|
baseUrl: "https://api.mistral.ai",
|
|
5914
|
-
reasoning:
|
|
6110
|
+
reasoning: false,
|
|
5915
6111
|
input: ["text", "image"],
|
|
5916
6112
|
cost: {
|
|
5917
|
-
input:
|
|
5918
|
-
output:
|
|
6113
|
+
input: 0.4,
|
|
6114
|
+
output: 2,
|
|
5919
6115
|
cacheRead: 0,
|
|
5920
6116
|
cacheWrite: 0,
|
|
5921
6117
|
},
|
|
@@ -6007,6 +6203,23 @@ export const MODELS = {
|
|
|
6007
6203
|
contextWindow: 8000,
|
|
6008
6204
|
maxTokens: 8000,
|
|
6009
6205
|
},
|
|
6206
|
+
"open-mistral-nemo": {
|
|
6207
|
+
id: "open-mistral-nemo",
|
|
6208
|
+
name: "Open Mistral Nemo",
|
|
6209
|
+
api: "mistral-conversations",
|
|
6210
|
+
provider: "mistral",
|
|
6211
|
+
baseUrl: "https://api.mistral.ai",
|
|
6212
|
+
reasoning: false,
|
|
6213
|
+
input: ["text"],
|
|
6214
|
+
cost: {
|
|
6215
|
+
input: 0.15,
|
|
6216
|
+
output: 0.15,
|
|
6217
|
+
cacheRead: 0,
|
|
6218
|
+
cacheWrite: 0,
|
|
6219
|
+
},
|
|
6220
|
+
contextWindow: 128000,
|
|
6221
|
+
maxTokens: 128000,
|
|
6222
|
+
},
|
|
6010
6223
|
"open-mixtral-8x22b": {
|
|
6011
6224
|
id: "open-mixtral-8x22b",
|
|
6012
6225
|
name: "Mixtral 8x22B",
|
|
@@ -6332,6 +6545,388 @@ export const MODELS = {
|
|
|
6332
6545
|
maxTokens: 262144,
|
|
6333
6546
|
},
|
|
6334
6547
|
},
|
|
6548
|
+
"nvidia": {
|
|
6549
|
+
"meta/llama-3.1-70b-instruct": {
|
|
6550
|
+
id: "meta/llama-3.1-70b-instruct",
|
|
6551
|
+
name: "Llama 3.1 70b Instruct",
|
|
6552
|
+
api: "openai-completions",
|
|
6553
|
+
provider: "nvidia",
|
|
6554
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6555
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6556
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6557
|
+
reasoning: false,
|
|
6558
|
+
input: ["text"],
|
|
6559
|
+
cost: {
|
|
6560
|
+
input: 0,
|
|
6561
|
+
output: 0,
|
|
6562
|
+
cacheRead: 0,
|
|
6563
|
+
cacheWrite: 0,
|
|
6564
|
+
},
|
|
6565
|
+
contextWindow: 128000,
|
|
6566
|
+
maxTokens: 4096,
|
|
6567
|
+
},
|
|
6568
|
+
"meta/llama-3.1-8b-instruct": {
|
|
6569
|
+
id: "meta/llama-3.1-8b-instruct",
|
|
6570
|
+
name: "Llama 3.1 8B Instruct",
|
|
6571
|
+
api: "openai-completions",
|
|
6572
|
+
provider: "nvidia",
|
|
6573
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6574
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6575
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6576
|
+
reasoning: false,
|
|
6577
|
+
input: ["text"],
|
|
6578
|
+
cost: {
|
|
6579
|
+
input: 0,
|
|
6580
|
+
output: 0,
|
|
6581
|
+
cacheRead: 0,
|
|
6582
|
+
cacheWrite: 0,
|
|
6583
|
+
},
|
|
6584
|
+
contextWindow: 16000,
|
|
6585
|
+
maxTokens: 4096,
|
|
6586
|
+
},
|
|
6587
|
+
"meta/llama-3.2-11b-vision-instruct": {
|
|
6588
|
+
id: "meta/llama-3.2-11b-vision-instruct",
|
|
6589
|
+
name: "Llama 3.2 11b Vision Instruct",
|
|
6590
|
+
api: "openai-completions",
|
|
6591
|
+
provider: "nvidia",
|
|
6592
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6593
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6594
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6595
|
+
reasoning: false,
|
|
6596
|
+
input: ["text", "image"],
|
|
6597
|
+
cost: {
|
|
6598
|
+
input: 0,
|
|
6599
|
+
output: 0,
|
|
6600
|
+
cacheRead: 0,
|
|
6601
|
+
cacheWrite: 0,
|
|
6602
|
+
},
|
|
6603
|
+
contextWindow: 128000,
|
|
6604
|
+
maxTokens: 4096,
|
|
6605
|
+
},
|
|
6606
|
+
"meta/llama-3.2-90b-vision-instruct": {
|
|
6607
|
+
id: "meta/llama-3.2-90b-vision-instruct",
|
|
6608
|
+
name: "Llama-3.2-90B-Vision-Instruct",
|
|
6609
|
+
api: "openai-completions",
|
|
6610
|
+
provider: "nvidia",
|
|
6611
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6612
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6613
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6614
|
+
reasoning: false,
|
|
6615
|
+
input: ["text", "image"],
|
|
6616
|
+
cost: {
|
|
6617
|
+
input: 0,
|
|
6618
|
+
output: 0,
|
|
6619
|
+
cacheRead: 0,
|
|
6620
|
+
cacheWrite: 0,
|
|
6621
|
+
},
|
|
6622
|
+
contextWindow: 128000,
|
|
6623
|
+
maxTokens: 8192,
|
|
6624
|
+
},
|
|
6625
|
+
"meta/llama-3.3-70b-instruct": {
|
|
6626
|
+
id: "meta/llama-3.3-70b-instruct",
|
|
6627
|
+
name: "Llama 3.3 70b Instruct",
|
|
6628
|
+
api: "openai-completions",
|
|
6629
|
+
provider: "nvidia",
|
|
6630
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6631
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6632
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6633
|
+
reasoning: false,
|
|
6634
|
+
input: ["text"],
|
|
6635
|
+
cost: {
|
|
6636
|
+
input: 0,
|
|
6637
|
+
output: 0,
|
|
6638
|
+
cacheRead: 0,
|
|
6639
|
+
cacheWrite: 0,
|
|
6640
|
+
},
|
|
6641
|
+
contextWindow: 128000,
|
|
6642
|
+
maxTokens: 4096,
|
|
6643
|
+
},
|
|
6644
|
+
"mistralai/mistral-large-3-675b-instruct-2512": {
|
|
6645
|
+
id: "mistralai/mistral-large-3-675b-instruct-2512",
|
|
6646
|
+
name: "Mistral Large 3 675B Instruct 2512",
|
|
6647
|
+
api: "openai-completions",
|
|
6648
|
+
provider: "nvidia",
|
|
6649
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6650
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6651
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6652
|
+
reasoning: false,
|
|
6653
|
+
input: ["text", "image"],
|
|
6654
|
+
cost: {
|
|
6655
|
+
input: 0,
|
|
6656
|
+
output: 0,
|
|
6657
|
+
cacheRead: 0,
|
|
6658
|
+
cacheWrite: 0,
|
|
6659
|
+
},
|
|
6660
|
+
contextWindow: 262144,
|
|
6661
|
+
maxTokens: 262144,
|
|
6662
|
+
},
|
|
6663
|
+
"mistralai/mistral-small-4-119b-2603": {
|
|
6664
|
+
id: "mistralai/mistral-small-4-119b-2603",
|
|
6665
|
+
name: "mistral-small-4-119b-2603",
|
|
6666
|
+
api: "openai-completions",
|
|
6667
|
+
provider: "nvidia",
|
|
6668
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6669
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6670
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6671
|
+
reasoning: false,
|
|
6672
|
+
input: ["text"],
|
|
6673
|
+
cost: {
|
|
6674
|
+
input: 0,
|
|
6675
|
+
output: 0,
|
|
6676
|
+
cacheRead: 0,
|
|
6677
|
+
cacheWrite: 0,
|
|
6678
|
+
},
|
|
6679
|
+
contextWindow: 128000,
|
|
6680
|
+
maxTokens: 8192,
|
|
6681
|
+
},
|
|
6682
|
+
"moonshotai/kimi-k2.6": {
|
|
6683
|
+
id: "moonshotai/kimi-k2.6",
|
|
6684
|
+
name: "Kimi K2.6",
|
|
6685
|
+
api: "openai-completions",
|
|
6686
|
+
provider: "nvidia",
|
|
6687
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6688
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6689
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6690
|
+
reasoning: true,
|
|
6691
|
+
input: ["text", "image"],
|
|
6692
|
+
cost: {
|
|
6693
|
+
input: 0,
|
|
6694
|
+
output: 0,
|
|
6695
|
+
cacheRead: 0,
|
|
6696
|
+
cacheWrite: 0,
|
|
6697
|
+
},
|
|
6698
|
+
contextWindow: 262144,
|
|
6699
|
+
maxTokens: 262144,
|
|
6700
|
+
},
|
|
6701
|
+
"nvidia/llama-3.3-nemotron-super-49b-v1": {
|
|
6702
|
+
id: "nvidia/llama-3.3-nemotron-super-49b-v1",
|
|
6703
|
+
name: "Llama 3.3 Nemotron Super 49B v1",
|
|
6704
|
+
api: "openai-completions",
|
|
6705
|
+
provider: "nvidia",
|
|
6706
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6707
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6708
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6709
|
+
reasoning: true,
|
|
6710
|
+
input: ["text"],
|
|
6711
|
+
cost: {
|
|
6712
|
+
input: 0,
|
|
6713
|
+
output: 0,
|
|
6714
|
+
cacheRead: 0,
|
|
6715
|
+
cacheWrite: 0,
|
|
6716
|
+
},
|
|
6717
|
+
contextWindow: 131072,
|
|
6718
|
+
maxTokens: 131072,
|
|
6719
|
+
},
|
|
6720
|
+
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
6721
|
+
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
6722
|
+
name: "Llama 3.3 Nemotron Super 49B v1.5",
|
|
6723
|
+
api: "openai-completions",
|
|
6724
|
+
provider: "nvidia",
|
|
6725
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6726
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6727
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6728
|
+
reasoning: true,
|
|
6729
|
+
input: ["text"],
|
|
6730
|
+
cost: {
|
|
6731
|
+
input: 0,
|
|
6732
|
+
output: 0,
|
|
6733
|
+
cacheRead: 0,
|
|
6734
|
+
cacheWrite: 0,
|
|
6735
|
+
},
|
|
6736
|
+
contextWindow: 131072,
|
|
6737
|
+
maxTokens: 131072,
|
|
6738
|
+
},
|
|
6739
|
+
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
6740
|
+
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
6741
|
+
name: "nemotron-3-nano-30b-a3b",
|
|
6742
|
+
api: "openai-completions",
|
|
6743
|
+
provider: "nvidia",
|
|
6744
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6745
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6746
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6747
|
+
reasoning: true,
|
|
6748
|
+
input: ["text"],
|
|
6749
|
+
cost: {
|
|
6750
|
+
input: 0,
|
|
6751
|
+
output: 0,
|
|
6752
|
+
cacheRead: 0,
|
|
6753
|
+
cacheWrite: 0,
|
|
6754
|
+
},
|
|
6755
|
+
contextWindow: 131072,
|
|
6756
|
+
maxTokens: 131072,
|
|
6757
|
+
},
|
|
6758
|
+
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning": {
|
|
6759
|
+
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning",
|
|
6760
|
+
name: "Nemotron 3 Nano Omni",
|
|
6761
|
+
api: "openai-completions",
|
|
6762
|
+
provider: "nvidia",
|
|
6763
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6764
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6765
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6766
|
+
reasoning: true,
|
|
6767
|
+
input: ["text", "image"],
|
|
6768
|
+
cost: {
|
|
6769
|
+
input: 0,
|
|
6770
|
+
output: 0,
|
|
6771
|
+
cacheRead: 0,
|
|
6772
|
+
cacheWrite: 0,
|
|
6773
|
+
},
|
|
6774
|
+
contextWindow: 256000,
|
|
6775
|
+
maxTokens: 65536,
|
|
6776
|
+
},
|
|
6777
|
+
"nvidia/nemotron-3-super-120b-a12b": {
|
|
6778
|
+
id: "nvidia/nemotron-3-super-120b-a12b",
|
|
6779
|
+
name: "Nemotron 3 Super",
|
|
6780
|
+
api: "openai-completions",
|
|
6781
|
+
provider: "nvidia",
|
|
6782
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6783
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6784
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6785
|
+
reasoning: true,
|
|
6786
|
+
input: ["text"],
|
|
6787
|
+
cost: {
|
|
6788
|
+
input: 0.2,
|
|
6789
|
+
output: 0.8,
|
|
6790
|
+
cacheRead: 0,
|
|
6791
|
+
cacheWrite: 0,
|
|
6792
|
+
},
|
|
6793
|
+
contextWindow: 262144,
|
|
6794
|
+
maxTokens: 262144,
|
|
6795
|
+
},
|
|
6796
|
+
"nvidia/nvidia-nemotron-nano-9b-v2": {
|
|
6797
|
+
id: "nvidia/nvidia-nemotron-nano-9b-v2",
|
|
6798
|
+
name: "nvidia-nemotron-nano-9b-v2",
|
|
6799
|
+
api: "openai-completions",
|
|
6800
|
+
provider: "nvidia",
|
|
6801
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6802
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6803
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6804
|
+
reasoning: true,
|
|
6805
|
+
input: ["text"],
|
|
6806
|
+
cost: {
|
|
6807
|
+
input: 0,
|
|
6808
|
+
output: 0,
|
|
6809
|
+
cacheRead: 0,
|
|
6810
|
+
cacheWrite: 0,
|
|
6811
|
+
},
|
|
6812
|
+
contextWindow: 131072,
|
|
6813
|
+
maxTokens: 131072,
|
|
6814
|
+
},
|
|
6815
|
+
"openai/gpt-oss-20b": {
|
|
6816
|
+
id: "openai/gpt-oss-20b",
|
|
6817
|
+
name: "GPT OSS 20B",
|
|
6818
|
+
api: "openai-completions",
|
|
6819
|
+
provider: "nvidia",
|
|
6820
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6821
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6822
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6823
|
+
reasoning: true,
|
|
6824
|
+
input: ["text"],
|
|
6825
|
+
cost: {
|
|
6826
|
+
input: 0,
|
|
6827
|
+
output: 0,
|
|
6828
|
+
cacheRead: 0,
|
|
6829
|
+
cacheWrite: 0,
|
|
6830
|
+
},
|
|
6831
|
+
contextWindow: 131072,
|
|
6832
|
+
maxTokens: 32768,
|
|
6833
|
+
},
|
|
6834
|
+
"qwen/qwen3-coder-480b-a35b-instruct": {
|
|
6835
|
+
id: "qwen/qwen3-coder-480b-a35b-instruct",
|
|
6836
|
+
name: "Qwen3 Coder 480B A35B Instruct",
|
|
6837
|
+
api: "openai-completions",
|
|
6838
|
+
provider: "nvidia",
|
|
6839
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6840
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6841
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6842
|
+
reasoning: false,
|
|
6843
|
+
input: ["text"],
|
|
6844
|
+
cost: {
|
|
6845
|
+
input: 0,
|
|
6846
|
+
output: 0,
|
|
6847
|
+
cacheRead: 0,
|
|
6848
|
+
cacheWrite: 0,
|
|
6849
|
+
},
|
|
6850
|
+
contextWindow: 262144,
|
|
6851
|
+
maxTokens: 66536,
|
|
6852
|
+
},
|
|
6853
|
+
"qwen/qwen3.5-122b-a10b": {
|
|
6854
|
+
id: "qwen/qwen3.5-122b-a10b",
|
|
6855
|
+
name: "Qwen3.5 122B-A10B",
|
|
6856
|
+
api: "openai-completions",
|
|
6857
|
+
provider: "nvidia",
|
|
6858
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6859
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6860
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6861
|
+
reasoning: true,
|
|
6862
|
+
input: ["text", "image"],
|
|
6863
|
+
cost: {
|
|
6864
|
+
input: 0,
|
|
6865
|
+
output: 0,
|
|
6866
|
+
cacheRead: 0,
|
|
6867
|
+
cacheWrite: 0,
|
|
6868
|
+
},
|
|
6869
|
+
contextWindow: 262144,
|
|
6870
|
+
maxTokens: 65536,
|
|
6871
|
+
},
|
|
6872
|
+
"stepfun-ai/step-3.5-flash": {
|
|
6873
|
+
id: "stepfun-ai/step-3.5-flash",
|
|
6874
|
+
name: "Step 3.5 Flash",
|
|
6875
|
+
api: "openai-completions",
|
|
6876
|
+
provider: "nvidia",
|
|
6877
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6878
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6879
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6880
|
+
reasoning: true,
|
|
6881
|
+
input: ["text"],
|
|
6882
|
+
cost: {
|
|
6883
|
+
input: 0,
|
|
6884
|
+
output: 0,
|
|
6885
|
+
cacheRead: 0,
|
|
6886
|
+
cacheWrite: 0,
|
|
6887
|
+
},
|
|
6888
|
+
contextWindow: 256000,
|
|
6889
|
+
maxTokens: 16384,
|
|
6890
|
+
},
|
|
6891
|
+
"stepfun-ai/step-3.7-flash": {
|
|
6892
|
+
id: "stepfun-ai/step-3.7-flash",
|
|
6893
|
+
name: "Step 3.7 Flash",
|
|
6894
|
+
api: "openai-completions",
|
|
6895
|
+
provider: "nvidia",
|
|
6896
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6897
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6898
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6899
|
+
reasoning: true,
|
|
6900
|
+
input: ["text", "image"],
|
|
6901
|
+
cost: {
|
|
6902
|
+
input: 0,
|
|
6903
|
+
output: 0,
|
|
6904
|
+
cacheRead: 0,
|
|
6905
|
+
cacheWrite: 0,
|
|
6906
|
+
},
|
|
6907
|
+
contextWindow: 256000,
|
|
6908
|
+
maxTokens: 16384,
|
|
6909
|
+
},
|
|
6910
|
+
"z-ai/glm-5.1": {
|
|
6911
|
+
id: "z-ai/glm-5.1",
|
|
6912
|
+
name: "GLM-5.1",
|
|
6913
|
+
api: "openai-completions",
|
|
6914
|
+
provider: "nvidia",
|
|
6915
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6916
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6917
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6918
|
+
reasoning: true,
|
|
6919
|
+
input: ["text"],
|
|
6920
|
+
cost: {
|
|
6921
|
+
input: 0,
|
|
6922
|
+
output: 0,
|
|
6923
|
+
cacheRead: 0,
|
|
6924
|
+
cacheWrite: 0,
|
|
6925
|
+
},
|
|
6926
|
+
contextWindow: 131072,
|
|
6927
|
+
maxTokens: 131072,
|
|
6928
|
+
},
|
|
6929
|
+
},
|
|
6335
6930
|
"openai": {
|
|
6336
6931
|
"gpt-4": {
|
|
6337
6932
|
id: "gpt-4",
|
|
@@ -7068,47 +7663,11 @@ export const MODELS = {
|
|
|
7068
7663
|
cacheRead: 0.5,
|
|
7069
7664
|
cacheWrite: 0,
|
|
7070
7665
|
},
|
|
7071
|
-
contextWindow: 200000,
|
|
7072
|
-
maxTokens: 100000,
|
|
7073
|
-
},
|
|
7074
|
-
},
|
|
7075
|
-
"openai-codex": {
|
|
7076
|
-
"gpt-5.2": {
|
|
7077
|
-
id: "gpt-5.2",
|
|
7078
|
-
name: "GPT-5.2",
|
|
7079
|
-
api: "openai-codex-responses",
|
|
7080
|
-
provider: "openai-codex",
|
|
7081
|
-
baseUrl: "https://chatgpt.com/backend-api",
|
|
7082
|
-
reasoning: true,
|
|
7083
|
-
thinkingLevelMap: { "xhigh": "xhigh", "minimal": "low" },
|
|
7084
|
-
input: ["text", "image"],
|
|
7085
|
-
cost: {
|
|
7086
|
-
input: 1.75,
|
|
7087
|
-
output: 14,
|
|
7088
|
-
cacheRead: 0.175,
|
|
7089
|
-
cacheWrite: 0,
|
|
7090
|
-
},
|
|
7091
|
-
contextWindow: 272000,
|
|
7092
|
-
maxTokens: 128000,
|
|
7093
|
-
},
|
|
7094
|
-
"gpt-5.3-codex": {
|
|
7095
|
-
id: "gpt-5.3-codex",
|
|
7096
|
-
name: "GPT-5.3 Codex",
|
|
7097
|
-
api: "openai-codex-responses",
|
|
7098
|
-
provider: "openai-codex",
|
|
7099
|
-
baseUrl: "https://chatgpt.com/backend-api",
|
|
7100
|
-
reasoning: true,
|
|
7101
|
-
thinkingLevelMap: { "xhigh": "xhigh", "minimal": "low" },
|
|
7102
|
-
input: ["text", "image"],
|
|
7103
|
-
cost: {
|
|
7104
|
-
input: 1.75,
|
|
7105
|
-
output: 14,
|
|
7106
|
-
cacheRead: 0.175,
|
|
7107
|
-
cacheWrite: 0,
|
|
7108
|
-
},
|
|
7109
|
-
contextWindow: 272000,
|
|
7110
|
-
maxTokens: 128000,
|
|
7666
|
+
contextWindow: 200000,
|
|
7667
|
+
maxTokens: 100000,
|
|
7111
7668
|
},
|
|
7669
|
+
},
|
|
7670
|
+
"openai-codex": {
|
|
7112
7671
|
"gpt-5.3-codex-spark": {
|
|
7113
7672
|
id: "gpt-5.3-codex-spark",
|
|
7114
7673
|
name: "GPT-5.3 Codex Spark",
|
|
@@ -7896,9 +8455,9 @@ export const MODELS = {
|
|
|
7896
8455
|
contextWindow: 200000,
|
|
7897
8456
|
maxTokens: 32000,
|
|
7898
8457
|
},
|
|
7899
|
-
"nemotron-3-
|
|
7900
|
-
id: "nemotron-3-
|
|
7901
|
-
name: "Nemotron 3
|
|
8458
|
+
"nemotron-3-ultra-free": {
|
|
8459
|
+
id: "nemotron-3-ultra-free",
|
|
8460
|
+
name: "Nemotron 3 Ultra Free",
|
|
7902
8461
|
api: "openai-completions",
|
|
7903
8462
|
provider: "opencode",
|
|
7904
8463
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -7910,7 +8469,7 @@ export const MODELS = {
|
|
|
7910
8469
|
cacheRead: 0,
|
|
7911
8470
|
cacheWrite: 0,
|
|
7912
8471
|
},
|
|
7913
|
-
contextWindow:
|
|
8472
|
+
contextWindow: 1000000,
|
|
7914
8473
|
maxTokens: 128000,
|
|
7915
8474
|
},
|
|
7916
8475
|
"qwen3.5-plus": {
|
|
@@ -8157,7 +8716,7 @@ export const MODELS = {
|
|
|
8157
8716
|
cacheRead: 0.05,
|
|
8158
8717
|
cacheWrite: 0.625,
|
|
8159
8718
|
},
|
|
8160
|
-
contextWindow:
|
|
8719
|
+
contextWindow: 1000000,
|
|
8161
8720
|
maxTokens: 65536,
|
|
8162
8721
|
},
|
|
8163
8722
|
"qwen3.7-max": {
|
|
@@ -8177,6 +8736,23 @@ export const MODELS = {
|
|
|
8177
8736
|
contextWindow: 1000000,
|
|
8178
8737
|
maxTokens: 65536,
|
|
8179
8738
|
},
|
|
8739
|
+
"qwen3.7-plus": {
|
|
8740
|
+
id: "qwen3.7-plus",
|
|
8741
|
+
name: "Qwen3.7 Plus",
|
|
8742
|
+
api: "anthropic-messages",
|
|
8743
|
+
provider: "opencode-go",
|
|
8744
|
+
baseUrl: "https://opencode.ai/zen/go",
|
|
8745
|
+
reasoning: true,
|
|
8746
|
+
input: ["text", "image"],
|
|
8747
|
+
cost: {
|
|
8748
|
+
input: 0.4,
|
|
8749
|
+
output: 1.6,
|
|
8750
|
+
cacheRead: 0.04,
|
|
8751
|
+
cacheWrite: 0.5,
|
|
8752
|
+
},
|
|
8753
|
+
contextWindow: 1000000,
|
|
8754
|
+
maxTokens: 65536,
|
|
8755
|
+
},
|
|
8180
8756
|
},
|
|
8181
8757
|
"openrouter": {
|
|
8182
8758
|
"ai21/jamba-large-1.7": {
|
|
@@ -8610,23 +9186,6 @@ export const MODELS = {
|
|
|
8610
9186
|
contextWindow: 2000000,
|
|
8611
9187
|
maxTokens: 30000,
|
|
8612
9188
|
},
|
|
8613
|
-
"baidu/ernie-4.5-vl-28b-a3b": {
|
|
8614
|
-
id: "baidu/ernie-4.5-vl-28b-a3b",
|
|
8615
|
-
name: "Baidu: ERNIE 4.5 VL 28B A3B",
|
|
8616
|
-
api: "openai-completions",
|
|
8617
|
-
provider: "openrouter",
|
|
8618
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8619
|
-
reasoning: true,
|
|
8620
|
-
input: ["text", "image"],
|
|
8621
|
-
cost: {
|
|
8622
|
-
input: 0.14,
|
|
8623
|
-
output: 0.56,
|
|
8624
|
-
cacheRead: 0,
|
|
8625
|
-
cacheWrite: 0,
|
|
8626
|
-
},
|
|
8627
|
-
contextWindow: 131072,
|
|
8628
|
-
maxTokens: 8000,
|
|
8629
|
-
},
|
|
8630
9189
|
"bytedance-seed/seed-1.6": {
|
|
8631
9190
|
id: "bytedance-seed/seed-1.6",
|
|
8632
9191
|
name: "ByteDance Seed: Seed 1.6",
|
|
@@ -9202,12 +9761,12 @@ export const MODELS = {
|
|
|
9202
9761
|
input: ["text", "image"],
|
|
9203
9762
|
cost: {
|
|
9204
9763
|
input: 0.12,
|
|
9205
|
-
output: 0.
|
|
9206
|
-
cacheRead: 0,
|
|
9764
|
+
output: 0.36,
|
|
9765
|
+
cacheRead: 0.09,
|
|
9207
9766
|
cacheWrite: 0,
|
|
9208
9767
|
},
|
|
9209
9768
|
contextWindow: 262144,
|
|
9210
|
-
maxTokens:
|
|
9769
|
+
maxTokens: 8192,
|
|
9211
9770
|
},
|
|
9212
9771
|
"google/gemma-4-31b-it:free": {
|
|
9213
9772
|
id: "google/gemma-4-31b-it:free",
|
|
@@ -9356,7 +9915,7 @@ export const MODELS = {
|
|
|
9356
9915
|
input: ["text"],
|
|
9357
9916
|
cost: {
|
|
9358
9917
|
input: 0.02,
|
|
9359
|
-
output: 0.
|
|
9918
|
+
output: 0.03,
|
|
9360
9919
|
cacheRead: 0,
|
|
9361
9920
|
cacheWrite: 0,
|
|
9362
9921
|
},
|
|
@@ -9514,7 +10073,7 @@ export const MODELS = {
|
|
|
9514
10073
|
cacheWrite: 0,
|
|
9515
10074
|
},
|
|
9516
10075
|
contextWindow: 204800,
|
|
9517
|
-
maxTokens:
|
|
10076
|
+
maxTokens: 196608,
|
|
9518
10077
|
},
|
|
9519
10078
|
"minimax/minimax-m3": {
|
|
9520
10079
|
id: "minimax/minimax-m3",
|
|
@@ -9896,7 +10455,7 @@ export const MODELS = {
|
|
|
9896
10455
|
api: "openai-completions",
|
|
9897
10456
|
provider: "openrouter",
|
|
9898
10457
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
9899
|
-
compat: { "supportsDeveloperRole": false },
|
|
10458
|
+
compat: { "supportsDeveloperRole": false, "requiresReasoningContentOnAssistantMessages": true },
|
|
9900
10459
|
reasoning: true,
|
|
9901
10460
|
input: ["text", "image"],
|
|
9902
10461
|
cost: {
|
|
@@ -9914,7 +10473,7 @@ export const MODELS = {
|
|
|
9914
10473
|
api: "openai-completions",
|
|
9915
10474
|
provider: "openrouter",
|
|
9916
10475
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
9917
|
-
compat: { "supportsDeveloperRole": false },
|
|
10476
|
+
compat: { "supportsDeveloperRole": false, "requiresReasoningContentOnAssistantMessages": true },
|
|
9918
10477
|
reasoning: true,
|
|
9919
10478
|
input: ["text", "image"],
|
|
9920
10479
|
cost: {
|
|
@@ -10045,6 +10604,40 @@ export const MODELS = {
|
|
|
10045
10604
|
contextWindow: 1000000,
|
|
10046
10605
|
maxTokens: 262144,
|
|
10047
10606
|
},
|
|
10607
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
10608
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
10609
|
+
name: "NVIDIA: Nemotron 3 Ultra",
|
|
10610
|
+
api: "openai-completions",
|
|
10611
|
+
provider: "openrouter",
|
|
10612
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10613
|
+
reasoning: true,
|
|
10614
|
+
input: ["text"],
|
|
10615
|
+
cost: {
|
|
10616
|
+
input: 0.5,
|
|
10617
|
+
output: 2.5,
|
|
10618
|
+
cacheRead: 0.15,
|
|
10619
|
+
cacheWrite: 0,
|
|
10620
|
+
},
|
|
10621
|
+
contextWindow: 1000000,
|
|
10622
|
+
maxTokens: 16384,
|
|
10623
|
+
},
|
|
10624
|
+
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
10625
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
10626
|
+
name: "NVIDIA: Nemotron 3 Ultra (free)",
|
|
10627
|
+
api: "openai-completions",
|
|
10628
|
+
provider: "openrouter",
|
|
10629
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10630
|
+
reasoning: true,
|
|
10631
|
+
input: ["text"],
|
|
10632
|
+
cost: {
|
|
10633
|
+
input: 0,
|
|
10634
|
+
output: 0,
|
|
10635
|
+
cacheRead: 0,
|
|
10636
|
+
cacheWrite: 0,
|
|
10637
|
+
},
|
|
10638
|
+
contextWindow: 1000000,
|
|
10639
|
+
maxTokens: 65536,
|
|
10640
|
+
},
|
|
10048
10641
|
"nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
10049
10642
|
id: "nvidia/nemotron-nano-12b-v2-vl:free",
|
|
10050
10643
|
name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
|
|
@@ -10164,40 +10757,6 @@ export const MODELS = {
|
|
|
10164
10757
|
contextWindow: 8191,
|
|
10165
10758
|
maxTokens: 4096,
|
|
10166
10759
|
},
|
|
10167
|
-
"openai/gpt-4-0314": {
|
|
10168
|
-
id: "openai/gpt-4-0314",
|
|
10169
|
-
name: "OpenAI: GPT-4 (older v0314)",
|
|
10170
|
-
api: "openai-completions",
|
|
10171
|
-
provider: "openrouter",
|
|
10172
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10173
|
-
reasoning: false,
|
|
10174
|
-
input: ["text"],
|
|
10175
|
-
cost: {
|
|
10176
|
-
input: 30,
|
|
10177
|
-
output: 60,
|
|
10178
|
-
cacheRead: 0,
|
|
10179
|
-
cacheWrite: 0,
|
|
10180
|
-
},
|
|
10181
|
-
contextWindow: 8191,
|
|
10182
|
-
maxTokens: 4096,
|
|
10183
|
-
},
|
|
10184
|
-
"openai/gpt-4-1106-preview": {
|
|
10185
|
-
id: "openai/gpt-4-1106-preview",
|
|
10186
|
-
name: "OpenAI: GPT-4 Turbo (older v1106)",
|
|
10187
|
-
api: "openai-completions",
|
|
10188
|
-
provider: "openrouter",
|
|
10189
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10190
|
-
reasoning: false,
|
|
10191
|
-
input: ["text"],
|
|
10192
|
-
cost: {
|
|
10193
|
-
input: 10,
|
|
10194
|
-
output: 30,
|
|
10195
|
-
cacheRead: 0,
|
|
10196
|
-
cacheWrite: 0,
|
|
10197
|
-
},
|
|
10198
|
-
contextWindow: 128000,
|
|
10199
|
-
maxTokens: 4096,
|
|
10200
|
-
},
|
|
10201
10760
|
"openai/gpt-4-turbo": {
|
|
10202
10761
|
id: "openai/gpt-4-turbo",
|
|
10203
10762
|
name: "OpenAI: GPT-4 Turbo",
|
|
@@ -11313,7 +11872,7 @@ export const MODELS = {
|
|
|
11313
11872
|
cacheWrite: 0,
|
|
11314
11873
|
},
|
|
11315
11874
|
contextWindow: 131072,
|
|
11316
|
-
maxTokens:
|
|
11875
|
+
maxTokens: 16384,
|
|
11317
11876
|
},
|
|
11318
11877
|
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
11319
11878
|
id: "qwen/qwen3-30b-a3b-instruct-2507",
|
|
@@ -11324,8 +11883,8 @@ export const MODELS = {
|
|
|
11324
11883
|
reasoning: false,
|
|
11325
11884
|
input: ["text"],
|
|
11326
11885
|
cost: {
|
|
11327
|
-
input: 0.
|
|
11328
|
-
output: 0.
|
|
11886
|
+
input: 0.04815,
|
|
11887
|
+
output: 0.19305,
|
|
11329
11888
|
cacheRead: 0,
|
|
11330
11889
|
cacheWrite: 0,
|
|
11331
11890
|
},
|
|
@@ -11834,13 +12393,13 @@ export const MODELS = {
|
|
|
11834
12393
|
reasoning: true,
|
|
11835
12394
|
input: ["text", "image"],
|
|
11836
12395
|
cost: {
|
|
11837
|
-
input: 0.
|
|
11838
|
-
output:
|
|
12396
|
+
input: 0.28900000000000003,
|
|
12397
|
+
output: 2.4,
|
|
11839
12398
|
cacheRead: 0,
|
|
11840
12399
|
cacheWrite: 0,
|
|
11841
12400
|
},
|
|
11842
12401
|
contextWindow: 262144,
|
|
11843
|
-
maxTokens:
|
|
12402
|
+
maxTokens: 131072,
|
|
11844
12403
|
},
|
|
11845
12404
|
"qwen/qwen3.6-35b-a3b": {
|
|
11846
12405
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -11927,6 +12486,23 @@ export const MODELS = {
|
|
|
11927
12486
|
contextWindow: 1000000,
|
|
11928
12487
|
maxTokens: 65536,
|
|
11929
12488
|
},
|
|
12489
|
+
"qwen/qwen3.7-plus": {
|
|
12490
|
+
id: "qwen/qwen3.7-plus",
|
|
12491
|
+
name: "Qwen: Qwen3.7 Plus",
|
|
12492
|
+
api: "openai-completions",
|
|
12493
|
+
provider: "openrouter",
|
|
12494
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12495
|
+
reasoning: true,
|
|
12496
|
+
input: ["text", "image"],
|
|
12497
|
+
cost: {
|
|
12498
|
+
input: 0.39999999999999997,
|
|
12499
|
+
output: 1.5999999999999999,
|
|
12500
|
+
cacheRead: 0.08,
|
|
12501
|
+
cacheWrite: 0.5,
|
|
12502
|
+
},
|
|
12503
|
+
contextWindow: 1000000,
|
|
12504
|
+
maxTokens: 65536,
|
|
12505
|
+
},
|
|
11930
12506
|
"rekaai/reka-edge": {
|
|
11931
12507
|
id: "rekaai/reka-edge",
|
|
11932
12508
|
name: "Reka Edge",
|
|
@@ -11961,23 +12537,6 @@ export const MODELS = {
|
|
|
11961
12537
|
contextWindow: 256000,
|
|
11962
12538
|
maxTokens: 128000,
|
|
11963
12539
|
},
|
|
11964
|
-
"sao10k/l3-euryale-70b": {
|
|
11965
|
-
id: "sao10k/l3-euryale-70b",
|
|
11966
|
-
name: "Sao10k: Llama 3 Euryale 70B v2.1",
|
|
11967
|
-
api: "openai-completions",
|
|
11968
|
-
provider: "openrouter",
|
|
11969
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11970
|
-
reasoning: false,
|
|
11971
|
-
input: ["text"],
|
|
11972
|
-
cost: {
|
|
11973
|
-
input: 1.48,
|
|
11974
|
-
output: 1.48,
|
|
11975
|
-
cacheRead: 0,
|
|
11976
|
-
cacheWrite: 0,
|
|
11977
|
-
},
|
|
11978
|
-
contextWindow: 8192,
|
|
11979
|
-
maxTokens: 8192,
|
|
11980
|
-
},
|
|
11981
12540
|
"sao10k/l3.1-euryale-70b": {
|
|
11982
12541
|
id: "sao10k/l3.1-euryale-70b",
|
|
11983
12542
|
name: "Sao10K: Llama 3.1 Euryale 70B v2.2",
|
|
@@ -12367,7 +12926,7 @@ export const MODELS = {
|
|
|
12367
12926
|
cacheWrite: 0,
|
|
12368
12927
|
},
|
|
12369
12928
|
contextWindow: 202752,
|
|
12370
|
-
maxTokens:
|
|
12929
|
+
maxTokens: 4096,
|
|
12371
12930
|
},
|
|
12372
12931
|
"z-ai/glm-5-turbo": {
|
|
12373
12932
|
id: "z-ai/glm-5-turbo",
|
|
@@ -12401,7 +12960,7 @@ export const MODELS = {
|
|
|
12401
12960
|
cacheWrite: 0,
|
|
12402
12961
|
},
|
|
12403
12962
|
contextWindow: 202752,
|
|
12404
|
-
maxTokens:
|
|
12963
|
+
maxTokens: 4096,
|
|
12405
12964
|
},
|
|
12406
12965
|
"z-ai/glm-5v-turbo": {
|
|
12407
12966
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -12711,7 +13270,7 @@ export const MODELS = {
|
|
|
12711
13270
|
},
|
|
12712
13271
|
"deepseek-ai/DeepSeek-V3": {
|
|
12713
13272
|
id: "deepseek-ai/DeepSeek-V3",
|
|
12714
|
-
name: "DeepSeek
|
|
13273
|
+
name: "DeepSeek-V3",
|
|
12715
13274
|
api: "openai-completions",
|
|
12716
13275
|
provider: "together",
|
|
12717
13276
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -12859,6 +13418,25 @@ export const MODELS = {
|
|
|
12859
13418
|
contextWindow: 262144,
|
|
12860
13419
|
maxTokens: 131000,
|
|
12861
13420
|
},
|
|
13421
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13422
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
13423
|
+
name: "Nemotron 3 Ultra 550B A55B",
|
|
13424
|
+
api: "openai-completions",
|
|
13425
|
+
provider: "together",
|
|
13426
|
+
baseUrl: "https://api.together.ai/v1",
|
|
13427
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13428
|
+
reasoning: true,
|
|
13429
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13430
|
+
input: ["text"],
|
|
13431
|
+
cost: {
|
|
13432
|
+
input: 0.6,
|
|
13433
|
+
output: 3.6,
|
|
13434
|
+
cacheRead: 0.2,
|
|
13435
|
+
cacheWrite: 0,
|
|
13436
|
+
},
|
|
13437
|
+
contextWindow: 512300,
|
|
13438
|
+
maxTokens: 512300,
|
|
13439
|
+
},
|
|
12862
13440
|
"openai/gpt-oss-120b": {
|
|
12863
13441
|
id: "openai/gpt-oss-120b",
|
|
12864
13442
|
name: "GPT OSS 120B",
|
|
@@ -12974,7 +13552,7 @@ export const MODELS = {
|
|
|
12974
13552
|
provider: "vercel-ai-gateway",
|
|
12975
13553
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12976
13554
|
reasoning: true,
|
|
12977
|
-
input: ["text"
|
|
13555
|
+
input: ["text"],
|
|
12978
13556
|
cost: {
|
|
12979
13557
|
input: 1.3,
|
|
12980
13558
|
output: 7.8,
|
|
@@ -13246,7 +13824,7 @@ export const MODELS = {
|
|
|
13246
13824
|
provider: "vercel-ai-gateway",
|
|
13247
13825
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13248
13826
|
reasoning: true,
|
|
13249
|
-
input: ["text"
|
|
13827
|
+
input: ["text"],
|
|
13250
13828
|
cost: {
|
|
13251
13829
|
input: 1.25,
|
|
13252
13830
|
output: 3.75,
|
|
@@ -13678,7 +14256,7 @@ export const MODELS = {
|
|
|
13678
14256
|
provider: "vercel-ai-gateway",
|
|
13679
14257
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13680
14258
|
reasoning: true,
|
|
13681
|
-
input: ["text"
|
|
14259
|
+
input: ["text"],
|
|
13682
14260
|
cost: {
|
|
13683
14261
|
input: 0.435,
|
|
13684
14262
|
output: 0.87,
|
|
@@ -14171,7 +14749,7 @@ export const MODELS = {
|
|
|
14171
14749
|
provider: "vercel-ai-gateway",
|
|
14172
14750
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14173
14751
|
reasoning: true,
|
|
14174
|
-
input: ["text"
|
|
14752
|
+
input: ["text"],
|
|
14175
14753
|
cost: {
|
|
14176
14754
|
input: 0.6,
|
|
14177
14755
|
output: 2.4,
|
|
@@ -14188,7 +14766,7 @@ export const MODELS = {
|
|
|
14188
14766
|
provider: "vercel-ai-gateway",
|
|
14189
14767
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14190
14768
|
reasoning: true,
|
|
14191
|
-
input: ["text"
|
|
14769
|
+
input: ["text"],
|
|
14192
14770
|
cost: {
|
|
14193
14771
|
input: 0.3,
|
|
14194
14772
|
output: 1.2,
|
|
@@ -14205,7 +14783,7 @@ export const MODELS = {
|
|
|
14205
14783
|
provider: "vercel-ai-gateway",
|
|
14206
14784
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14207
14785
|
reasoning: true,
|
|
14208
|
-
input: ["text"
|
|
14786
|
+
input: ["text"],
|
|
14209
14787
|
cost: {
|
|
14210
14788
|
input: 0.6,
|
|
14211
14789
|
output: 2.4,
|
|
@@ -14555,6 +15133,23 @@ export const MODELS = {
|
|
|
14555
15133
|
contextWindow: 256000,
|
|
14556
15134
|
maxTokens: 32000,
|
|
14557
15135
|
},
|
|
15136
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
15137
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
15138
|
+
name: "Nemotron 3 Ultra",
|
|
15139
|
+
api: "anthropic-messages",
|
|
15140
|
+
provider: "vercel-ai-gateway",
|
|
15141
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15142
|
+
reasoning: true,
|
|
15143
|
+
input: ["text"],
|
|
15144
|
+
cost: {
|
|
15145
|
+
input: 0.6,
|
|
15146
|
+
output: 2.4,
|
|
15147
|
+
cacheRead: 0.12,
|
|
15148
|
+
cacheWrite: 0,
|
|
15149
|
+
},
|
|
15150
|
+
contextWindow: 1000000,
|
|
15151
|
+
maxTokens: 65000,
|
|
15152
|
+
},
|
|
14558
15153
|
"nvidia/nemotron-nano-12b-v2-vl": {
|
|
14559
15154
|
id: "nvidia/nemotron-nano-12b-v2-vl",
|
|
14560
15155
|
name: "Nvidia Nemotron Nano 12B V2 VL",
|
|
@@ -16302,5 +16897,97 @@ export const MODELS = {
|
|
|
16302
16897
|
maxTokens: 131072,
|
|
16303
16898
|
},
|
|
16304
16899
|
},
|
|
16900
|
+
"zai-coding-cn": {
|
|
16901
|
+
"glm-4.5-air": {
|
|
16902
|
+
id: "glm-4.5-air",
|
|
16903
|
+
name: "GLM-4.5-Air",
|
|
16904
|
+
api: "openai-completions",
|
|
16905
|
+
provider: "zai-coding-cn",
|
|
16906
|
+
baseUrl: "https://open.bigmodel.cn/api/coding/paas/v4",
|
|
16907
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai" },
|
|
16908
|
+
reasoning: true,
|
|
16909
|
+
input: ["text"],
|
|
16910
|
+
cost: {
|
|
16911
|
+
input: 0,
|
|
16912
|
+
output: 0,
|
|
16913
|
+
cacheRead: 0,
|
|
16914
|
+
cacheWrite: 0,
|
|
16915
|
+
},
|
|
16916
|
+
contextWindow: 131072,
|
|
16917
|
+
maxTokens: 98304,
|
|
16918
|
+
},
|
|
16919
|
+
"glm-4.7": {
|
|
16920
|
+
id: "glm-4.7",
|
|
16921
|
+
name: "GLM-4.7",
|
|
16922
|
+
api: "openai-completions",
|
|
16923
|
+
provider: "zai-coding-cn",
|
|
16924
|
+
baseUrl: "https://open.bigmodel.cn/api/coding/paas/v4",
|
|
16925
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
16926
|
+
reasoning: true,
|
|
16927
|
+
input: ["text"],
|
|
16928
|
+
cost: {
|
|
16929
|
+
input: 0,
|
|
16930
|
+
output: 0,
|
|
16931
|
+
cacheRead: 0,
|
|
16932
|
+
cacheWrite: 0,
|
|
16933
|
+
},
|
|
16934
|
+
contextWindow: 204800,
|
|
16935
|
+
maxTokens: 131072,
|
|
16936
|
+
},
|
|
16937
|
+
"glm-5-turbo": {
|
|
16938
|
+
id: "glm-5-turbo",
|
|
16939
|
+
name: "GLM-5-Turbo",
|
|
16940
|
+
api: "openai-completions",
|
|
16941
|
+
provider: "zai-coding-cn",
|
|
16942
|
+
baseUrl: "https://open.bigmodel.cn/api/coding/paas/v4",
|
|
16943
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
16944
|
+
reasoning: true,
|
|
16945
|
+
input: ["text"],
|
|
16946
|
+
cost: {
|
|
16947
|
+
input: 0,
|
|
16948
|
+
output: 0,
|
|
16949
|
+
cacheRead: 0,
|
|
16950
|
+
cacheWrite: 0,
|
|
16951
|
+
},
|
|
16952
|
+
contextWindow: 200000,
|
|
16953
|
+
maxTokens: 131072,
|
|
16954
|
+
},
|
|
16955
|
+
"glm-5.1": {
|
|
16956
|
+
id: "glm-5.1",
|
|
16957
|
+
name: "GLM-5.1",
|
|
16958
|
+
api: "openai-completions",
|
|
16959
|
+
provider: "zai-coding-cn",
|
|
16960
|
+
baseUrl: "https://open.bigmodel.cn/api/coding/paas/v4",
|
|
16961
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
16962
|
+
reasoning: true,
|
|
16963
|
+
input: ["text"],
|
|
16964
|
+
cost: {
|
|
16965
|
+
input: 0,
|
|
16966
|
+
output: 0,
|
|
16967
|
+
cacheRead: 0,
|
|
16968
|
+
cacheWrite: 0,
|
|
16969
|
+
},
|
|
16970
|
+
contextWindow: 200000,
|
|
16971
|
+
maxTokens: 131072,
|
|
16972
|
+
},
|
|
16973
|
+
"glm-5v-turbo": {
|
|
16974
|
+
id: "glm-5v-turbo",
|
|
16975
|
+
name: "GLM-5V-Turbo",
|
|
16976
|
+
api: "openai-completions",
|
|
16977
|
+
provider: "zai-coding-cn",
|
|
16978
|
+
baseUrl: "https://open.bigmodel.cn/api/coding/paas/v4",
|
|
16979
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
16980
|
+
reasoning: true,
|
|
16981
|
+
input: ["text", "image"],
|
|
16982
|
+
cost: {
|
|
16983
|
+
input: 0,
|
|
16984
|
+
output: 0,
|
|
16985
|
+
cacheRead: 0,
|
|
16986
|
+
cacheWrite: 0,
|
|
16987
|
+
},
|
|
16988
|
+
contextWindow: 200000,
|
|
16989
|
+
maxTokens: 131072,
|
|
16990
|
+
},
|
|
16991
|
+
},
|
|
16305
16992
|
};
|
|
16306
16993
|
//# sourceMappingURL=models.generated.js.map
|