@psnext/slingcli 2.5.20260607-2 → 2.5.20260615-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 +47 -2297
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-login/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +6 -6
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +7 -6
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +8 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +6 -6
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +906 -873
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +25 -8
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +19 -12
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +8 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +3 -2
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +3 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/project-trust.js +48 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/startup-ui.js +133 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/config.js +14 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-runtime.js +4 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +9 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/utils.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/experimental.js +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +4 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +34 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/index.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js +5 -57
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +41 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js +31 -17
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.js +58 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.js +24 -26
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resolve-config-value.js +0 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resource-loader.js +121 -54
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +11 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +26 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/trust-manager.js +89 -17
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +65 -76
- package/node_modules/@earendil-works/pi-coding-agent/dist/migrations.js +1 -118
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/first-time-setup.js +103 -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 +7 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +20 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tree-selector.js +87 -12
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/trust-selector.js +23 -18
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +104 -30
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/theme.js +19 -41
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +72 -18
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.js +78 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/version-check.js +4 -27
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/LICENSE +15 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/bin/semver.js +195 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/classes/comparator.js +143 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/classes/index.js +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/classes/range.js +557 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/classes/semver.js +333 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/clean.js +8 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/cmp.js +54 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/coerce.js +62 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/compare-build.js +9 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/compare-loose.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/compare.js +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/diff.js +60 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/eq.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/gt.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/gte.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/inc.js +21 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/lt.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/lte.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/major.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/minor.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/neq.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/parse.js +18 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/patch.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/prerelease.js +8 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/rcompare.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/rsort.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/satisfies.js +12 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/sort.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/truncate.js +48 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/functions/valid.js +8 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/index.js +93 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/internal/constants.js +37 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/internal/debug.js +11 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/internal/identifiers.js +29 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/internal/lrucache.js +42 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/internal/parse-options.js +17 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/internal/re.js +223 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/package.json +78 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/preload.js +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/range.bnf +17 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/gtr.js +6 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/intersects.js +9 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/ltr.js +6 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/min-version.js +63 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/outside.js +82 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/simplify.js +49 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/subset.js +249 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/to-comparators.js +10 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/semver/ranges/valid.js +13 -0
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +25 -12
- package/node_modules/@earendil-works/pi-coding-agent/package.json +6 -8
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +102 -43
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +11 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js +2 -2
- package/node_modules/@earendil-works/pi-tui/dist/index.js +2 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal-colors.js +51 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js +38 -77
- package/node_modules/@earendil-works/pi-tui/dist/tui.js +145 -21
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +44 -16
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/node_modules/@nodable/entities/package.json +4 -1
- package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
- package/node_modules/@nodable/entities/src/index.d.ts +77 -0
- package/node_modules/@nodable/entities/src/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +3 -3
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
- package/node_modules/@smithy/core/package.json +17 -17
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -9
- package/node_modules/@smithy/signature-v4/package.json +6 -6
- package/node_modules/@smithy/types/package.json +9 -9
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http2.d.ts +1 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/anynum/LICENSE +21 -0
- package/node_modules/anynum/README.md +142 -0
- package/node_modules/anynum/anynum.js +135 -0
- package/node_modules/anynum/digitTable.js +116 -0
- package/node_modules/anynum/package.json +42 -0
- package/node_modules/protobufjs/dist/light/protobuf.js +161 -203
- package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +34 -77
- package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.js +181 -223
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/index.d.ts +0 -8
- package/node_modules/protobufjs/package.json +2 -3
- package/node_modules/protobufjs/src/converter.js +5 -4
- package/node_modules/protobufjs/src/decoder.js +1 -1
- package/node_modules/protobufjs/src/service.js +5 -7
- package/node_modules/protobufjs/src/type.js +3 -1
- package/node_modules/protobufjs/src/util/minimal.js +1 -4
- package/node_modules/protobufjs/src/verifier.js +1 -1
- package/node_modules/semver/classes/range.js +11 -2
- package/node_modules/semver/package.json +2 -2
- package/node_modules/strnum/CHANGELOG.md +8 -0
- package/node_modules/strnum/README.md +9 -0
- package/node_modules/strnum/package.json +4 -1
- package/node_modules/strnum/strnum.js +9 -1
- package/package.json +6 -6
- package/slingshot/index.js +260 -258
- package/node_modules/@protobufjs/inquire/CHANGELOG.md +0 -8
- package/node_modules/@protobufjs/inquire/LICENSE +0 -26
- package/node_modules/@protobufjs/inquire/README.md +0 -13
- package/node_modules/@protobufjs/inquire/index.d.ts +0 -10
- package/node_modules/@protobufjs/inquire/index.js +0 -38
- package/node_modules/@protobufjs/inquire/package.json +0 -21
- package/node_modules/@protobufjs/inquire/tests/data/array.js +0 -1
- package/node_modules/@protobufjs/inquire/tests/data/emptyArray.js +0 -1
- package/node_modules/@protobufjs/inquire/tests/data/emptyObject.js +0 -1
- package/node_modules/@protobufjs/inquire/tests/data/object.js +0 -1
- package/node_modules/@protobufjs/inquire/tests/index.js +0 -20
|
@@ -8,7 +8,7 @@ export const MODELS = {
|
|
|
8
8
|
api: "bedrock-converse-stream",
|
|
9
9
|
provider: "amazon-bedrock",
|
|
10
10
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
11
|
-
reasoning:
|
|
11
|
+
reasoning: true,
|
|
12
12
|
input: ["text", "image"],
|
|
13
13
|
cost: {
|
|
14
14
|
input: 0.33,
|
|
@@ -347,6 +347,24 @@ export const MODELS = {
|
|
|
347
347
|
contextWindow: 163840,
|
|
348
348
|
maxTokens: 81920,
|
|
349
349
|
},
|
|
350
|
+
"eu.anthropic.claude-fable-5": {
|
|
351
|
+
id: "eu.anthropic.claude-fable-5",
|
|
352
|
+
name: "Claude Fable 5 (EU)",
|
|
353
|
+
api: "bedrock-converse-stream",
|
|
354
|
+
provider: "amazon-bedrock",
|
|
355
|
+
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
356
|
+
reasoning: true,
|
|
357
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
358
|
+
input: ["text", "image"],
|
|
359
|
+
cost: {
|
|
360
|
+
input: 11,
|
|
361
|
+
output: 55,
|
|
362
|
+
cacheRead: 1.1,
|
|
363
|
+
cacheWrite: 13.75,
|
|
364
|
+
},
|
|
365
|
+
contextWindow: 1000000,
|
|
366
|
+
maxTokens: 128000,
|
|
367
|
+
},
|
|
350
368
|
"eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
351
369
|
id: "eu.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
352
370
|
name: "Claude Haiku 4.5 (EU)",
|
|
@@ -469,6 +487,24 @@ export const MODELS = {
|
|
|
469
487
|
contextWindow: 1000000,
|
|
470
488
|
maxTokens: 64000,
|
|
471
489
|
},
|
|
490
|
+
"global.anthropic.claude-fable-5": {
|
|
491
|
+
id: "global.anthropic.claude-fable-5",
|
|
492
|
+
name: "Claude Fable 5 (Global)",
|
|
493
|
+
api: "bedrock-converse-stream",
|
|
494
|
+
provider: "amazon-bedrock",
|
|
495
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
496
|
+
reasoning: true,
|
|
497
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
498
|
+
input: ["text", "image"],
|
|
499
|
+
cost: {
|
|
500
|
+
input: 10,
|
|
501
|
+
output: 50,
|
|
502
|
+
cacheRead: 1,
|
|
503
|
+
cacheWrite: 12.5,
|
|
504
|
+
},
|
|
505
|
+
contextWindow: 1000000,
|
|
506
|
+
maxTokens: 128000,
|
|
507
|
+
},
|
|
472
508
|
"global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
473
509
|
id: "global.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
474
510
|
name: "Claude Haiku 4.5 (Global)",
|
|
@@ -1128,7 +1164,7 @@ export const MODELS = {
|
|
|
1128
1164
|
api: "bedrock-converse-stream",
|
|
1129
1165
|
provider: "amazon-bedrock",
|
|
1130
1166
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1131
|
-
reasoning:
|
|
1167
|
+
reasoning: true,
|
|
1132
1168
|
input: ["text"],
|
|
1133
1169
|
cost: {
|
|
1134
1170
|
input: 0.15,
|
|
@@ -1145,7 +1181,7 @@ export const MODELS = {
|
|
|
1145
1181
|
api: "bedrock-converse-stream",
|
|
1146
1182
|
provider: "amazon-bedrock",
|
|
1147
1183
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1148
|
-
reasoning:
|
|
1184
|
+
reasoning: true,
|
|
1149
1185
|
input: ["text"],
|
|
1150
1186
|
cost: {
|
|
1151
1187
|
input: 0.15,
|
|
@@ -1162,7 +1198,7 @@ export const MODELS = {
|
|
|
1162
1198
|
api: "bedrock-converse-stream",
|
|
1163
1199
|
provider: "amazon-bedrock",
|
|
1164
1200
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1165
|
-
reasoning:
|
|
1201
|
+
reasoning: true,
|
|
1166
1202
|
input: ["text"],
|
|
1167
1203
|
cost: {
|
|
1168
1204
|
input: 0.07,
|
|
@@ -1179,7 +1215,7 @@ export const MODELS = {
|
|
|
1179
1215
|
api: "bedrock-converse-stream",
|
|
1180
1216
|
provider: "amazon-bedrock",
|
|
1181
1217
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1182
|
-
reasoning:
|
|
1218
|
+
reasoning: true,
|
|
1183
1219
|
input: ["text"],
|
|
1184
1220
|
cost: {
|
|
1185
1221
|
input: 0.07,
|
|
@@ -1343,6 +1379,24 @@ export const MODELS = {
|
|
|
1343
1379
|
contextWindow: 262000,
|
|
1344
1380
|
maxTokens: 262000,
|
|
1345
1381
|
},
|
|
1382
|
+
"us.anthropic.claude-fable-5": {
|
|
1383
|
+
id: "us.anthropic.claude-fable-5",
|
|
1384
|
+
name: "Claude Fable 5 (US)",
|
|
1385
|
+
api: "bedrock-converse-stream",
|
|
1386
|
+
provider: "amazon-bedrock",
|
|
1387
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1388
|
+
reasoning: true,
|
|
1389
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
1390
|
+
input: ["text", "image"],
|
|
1391
|
+
cost: {
|
|
1392
|
+
input: 10,
|
|
1393
|
+
output: 50,
|
|
1394
|
+
cacheRead: 1,
|
|
1395
|
+
cacheWrite: 12.5,
|
|
1396
|
+
},
|
|
1397
|
+
contextWindow: 1000000,
|
|
1398
|
+
maxTokens: 128000,
|
|
1399
|
+
},
|
|
1346
1400
|
"us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1347
1401
|
id: "us.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
1348
1402
|
name: "Claude Haiku 4.5 (US)",
|
|
@@ -1813,6 +1867,25 @@ export const MODELS = {
|
|
|
1813
1867
|
contextWindow: 200000,
|
|
1814
1868
|
maxTokens: 4096,
|
|
1815
1869
|
},
|
|
1870
|
+
"claude-fable-5": {
|
|
1871
|
+
id: "claude-fable-5",
|
|
1872
|
+
name: "Claude Fable 5",
|
|
1873
|
+
api: "anthropic-messages",
|
|
1874
|
+
provider: "anthropic",
|
|
1875
|
+
baseUrl: "https://api.anthropic.com",
|
|
1876
|
+
compat: { "forceAdaptiveThinking": true },
|
|
1877
|
+
reasoning: true,
|
|
1878
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
1879
|
+
input: ["text", "image"],
|
|
1880
|
+
cost: {
|
|
1881
|
+
input: 10,
|
|
1882
|
+
output: 50,
|
|
1883
|
+
cacheRead: 1,
|
|
1884
|
+
cacheWrite: 12.5,
|
|
1885
|
+
},
|
|
1886
|
+
contextWindow: 1000000,
|
|
1887
|
+
maxTokens: 128000,
|
|
1888
|
+
},
|
|
1816
1889
|
"claude-haiku-4-5": {
|
|
1817
1890
|
id: "claude-haiku-4-5",
|
|
1818
1891
|
name: "Claude Haiku 4.5 (latest)",
|
|
@@ -2370,7 +2443,7 @@ export const MODELS = {
|
|
|
2370
2443
|
cacheWrite: 0,
|
|
2371
2444
|
},
|
|
2372
2445
|
contextWindow: 400000,
|
|
2373
|
-
maxTokens:
|
|
2446
|
+
maxTokens: 128000,
|
|
2374
2447
|
},
|
|
2375
2448
|
"gpt-5.1": {
|
|
2376
2449
|
id: "gpt-5.1",
|
|
@@ -2603,7 +2676,7 @@ export const MODELS = {
|
|
|
2603
2676
|
cacheRead: 0.25,
|
|
2604
2677
|
cacheWrite: 0,
|
|
2605
2678
|
},
|
|
2606
|
-
contextWindow:
|
|
2679
|
+
contextWindow: 1050000,
|
|
2607
2680
|
maxTokens: 128000,
|
|
2608
2681
|
},
|
|
2609
2682
|
"gpt-5.4-mini": {
|
|
@@ -2675,7 +2748,7 @@ export const MODELS = {
|
|
|
2675
2748
|
cacheRead: 0.5,
|
|
2676
2749
|
cacheWrite: 0,
|
|
2677
2750
|
},
|
|
2678
|
-
contextWindow:
|
|
2751
|
+
contextWindow: 1050000,
|
|
2679
2752
|
maxTokens: 128000,
|
|
2680
2753
|
},
|
|
2681
2754
|
"gpt-5.5-pro": {
|
|
@@ -2843,30 +2916,13 @@ export const MODELS = {
|
|
|
2843
2916
|
reasoning: true,
|
|
2844
2917
|
input: ["text"],
|
|
2845
2918
|
cost: {
|
|
2846
|
-
input: 0.
|
|
2847
|
-
output: 0.
|
|
2919
|
+
input: 0.35,
|
|
2920
|
+
output: 0.75,
|
|
2848
2921
|
cacheRead: 0,
|
|
2849
2922
|
cacheWrite: 0,
|
|
2850
2923
|
},
|
|
2851
2924
|
contextWindow: 131072,
|
|
2852
|
-
maxTokens:
|
|
2853
|
-
},
|
|
2854
|
-
"llama3.1-8b": {
|
|
2855
|
-
id: "llama3.1-8b",
|
|
2856
|
-
name: "Llama 3.1 8B",
|
|
2857
|
-
api: "openai-completions",
|
|
2858
|
-
provider: "cerebras",
|
|
2859
|
-
baseUrl: "https://api.cerebras.ai/v1",
|
|
2860
|
-
reasoning: false,
|
|
2861
|
-
input: ["text"],
|
|
2862
|
-
cost: {
|
|
2863
|
-
input: 0.1,
|
|
2864
|
-
output: 0.1,
|
|
2865
|
-
cacheRead: 0,
|
|
2866
|
-
cacheWrite: 0,
|
|
2867
|
-
},
|
|
2868
|
-
contextWindow: 32000,
|
|
2869
|
-
maxTokens: 8000,
|
|
2925
|
+
maxTokens: 40960,
|
|
2870
2926
|
},
|
|
2871
2927
|
"zai-glm-4.7": {
|
|
2872
2928
|
id: "zai-glm-4.7",
|
|
@@ -2874,7 +2930,7 @@ export const MODELS = {
|
|
|
2874
2930
|
api: "openai-completions",
|
|
2875
2931
|
provider: "cerebras",
|
|
2876
2932
|
baseUrl: "https://api.cerebras.ai/v1",
|
|
2877
|
-
reasoning:
|
|
2933
|
+
reasoning: true,
|
|
2878
2934
|
input: ["text"],
|
|
2879
2935
|
cost: {
|
|
2880
2936
|
input: 2.25,
|
|
@@ -2883,7 +2939,7 @@ export const MODELS = {
|
|
|
2883
2939
|
cacheWrite: 0,
|
|
2884
2940
|
},
|
|
2885
2941
|
contextWindow: 131072,
|
|
2886
|
-
maxTokens:
|
|
2942
|
+
maxTokens: 40960,
|
|
2887
2943
|
},
|
|
2888
2944
|
},
|
|
2889
2945
|
"cloudflare-ai-gateway": {
|
|
@@ -2989,6 +3045,25 @@ export const MODELS = {
|
|
|
2989
3045
|
contextWindow: 200000,
|
|
2990
3046
|
maxTokens: 8192,
|
|
2991
3047
|
},
|
|
3048
|
+
"claude-fable-5": {
|
|
3049
|
+
id: "claude-fable-5",
|
|
3050
|
+
name: "Claude Fable 5",
|
|
3051
|
+
api: "anthropic-messages",
|
|
3052
|
+
provider: "cloudflare-ai-gateway",
|
|
3053
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3054
|
+
compat: { "forceAdaptiveThinking": true },
|
|
3055
|
+
reasoning: true,
|
|
3056
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
3057
|
+
input: ["text", "image"],
|
|
3058
|
+
cost: {
|
|
3059
|
+
input: 10,
|
|
3060
|
+
output: 50,
|
|
3061
|
+
cacheRead: 1,
|
|
3062
|
+
cacheWrite: 12.5,
|
|
3063
|
+
},
|
|
3064
|
+
contextWindow: 1000000,
|
|
3065
|
+
maxTokens: 128000,
|
|
3066
|
+
},
|
|
2992
3067
|
"claude-haiku-4-5": {
|
|
2993
3068
|
id: "claude-haiku-4-5",
|
|
2994
3069
|
name: "Claude Haiku 4.5 (latest)",
|
|
@@ -3627,6 +3702,24 @@ export const MODELS = {
|
|
|
3627
3702
|
contextWindow: 262144,
|
|
3628
3703
|
maxTokens: 256000,
|
|
3629
3704
|
},
|
|
3705
|
+
"@cf/moonshotai/kimi-k2.7-code": {
|
|
3706
|
+
id: "@cf/moonshotai/kimi-k2.7-code",
|
|
3707
|
+
name: "Kimi K2.7 Code",
|
|
3708
|
+
api: "openai-completions",
|
|
3709
|
+
provider: "cloudflare-workers-ai",
|
|
3710
|
+
baseUrl: "https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1",
|
|
3711
|
+
compat: { "sendSessionAffinityHeaders": true },
|
|
3712
|
+
reasoning: true,
|
|
3713
|
+
input: ["text", "image"],
|
|
3714
|
+
cost: {
|
|
3715
|
+
input: 0.95,
|
|
3716
|
+
output: 4,
|
|
3717
|
+
cacheRead: 0.19,
|
|
3718
|
+
cacheWrite: 0,
|
|
3719
|
+
},
|
|
3720
|
+
contextWindow: 262144,
|
|
3721
|
+
maxTokens: 262144,
|
|
3722
|
+
},
|
|
3630
3723
|
"@cf/nvidia/nemotron-3-120b-a12b": {
|
|
3631
3724
|
id: "@cf/nvidia/nemotron-3-120b-a12b",
|
|
3632
3725
|
name: "Nemotron 3 Super 120B",
|
|
@@ -3849,9 +3942,9 @@ export const MODELS = {
|
|
|
3849
3942
|
contextWindow: 131072,
|
|
3850
3943
|
maxTokens: 32768,
|
|
3851
3944
|
},
|
|
3852
|
-
"accounts/fireworks/models/kimi-
|
|
3853
|
-
id: "accounts/fireworks/models/kimi-
|
|
3854
|
-
name: "Kimi K2.
|
|
3945
|
+
"accounts/fireworks/models/kimi-k2p6": {
|
|
3946
|
+
id: "accounts/fireworks/models/kimi-k2p6",
|
|
3947
|
+
name: "Kimi K2.6",
|
|
3855
3948
|
api: "anthropic-messages",
|
|
3856
3949
|
provider: "fireworks",
|
|
3857
3950
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
@@ -3859,17 +3952,17 @@ export const MODELS = {
|
|
|
3859
3952
|
reasoning: true,
|
|
3860
3953
|
input: ["text", "image"],
|
|
3861
3954
|
cost: {
|
|
3862
|
-
input: 0.
|
|
3863
|
-
output:
|
|
3864
|
-
cacheRead: 0.
|
|
3955
|
+
input: 0.95,
|
|
3956
|
+
output: 4,
|
|
3957
|
+
cacheRead: 0.16,
|
|
3865
3958
|
cacheWrite: 0,
|
|
3866
3959
|
},
|
|
3867
|
-
contextWindow:
|
|
3868
|
-
maxTokens:
|
|
3960
|
+
contextWindow: 262000,
|
|
3961
|
+
maxTokens: 262000,
|
|
3869
3962
|
},
|
|
3870
|
-
"accounts/fireworks/models/kimi-
|
|
3871
|
-
id: "accounts/fireworks/models/kimi-
|
|
3872
|
-
name: "Kimi K2.
|
|
3963
|
+
"accounts/fireworks/models/kimi-k2p7-code": {
|
|
3964
|
+
id: "accounts/fireworks/models/kimi-k2p7-code",
|
|
3965
|
+
name: "Kimi K2.7 Code",
|
|
3873
3966
|
api: "anthropic-messages",
|
|
3874
3967
|
provider: "fireworks",
|
|
3875
3968
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
@@ -3879,15 +3972,15 @@ export const MODELS = {
|
|
|
3879
3972
|
cost: {
|
|
3880
3973
|
input: 0.95,
|
|
3881
3974
|
output: 4,
|
|
3882
|
-
cacheRead: 0.
|
|
3975
|
+
cacheRead: 0.19,
|
|
3883
3976
|
cacheWrite: 0,
|
|
3884
3977
|
},
|
|
3885
3978
|
contextWindow: 262000,
|
|
3886
3979
|
maxTokens: 262000,
|
|
3887
3980
|
},
|
|
3888
|
-
"accounts/fireworks/models/minimax-
|
|
3889
|
-
id: "accounts/fireworks/models/minimax-
|
|
3890
|
-
name: "MiniMax-M2.
|
|
3981
|
+
"accounts/fireworks/models/minimax-m2p7": {
|
|
3982
|
+
id: "accounts/fireworks/models/minimax-m2p7",
|
|
3983
|
+
name: "MiniMax-M2.7",
|
|
3891
3984
|
api: "anthropic-messages",
|
|
3892
3985
|
provider: "fireworks",
|
|
3893
3986
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
@@ -3897,15 +3990,15 @@ export const MODELS = {
|
|
|
3897
3990
|
cost: {
|
|
3898
3991
|
input: 0.3,
|
|
3899
3992
|
output: 1.2,
|
|
3900
|
-
cacheRead: 0.
|
|
3993
|
+
cacheRead: 0.06,
|
|
3901
3994
|
cacheWrite: 0,
|
|
3902
3995
|
},
|
|
3903
3996
|
contextWindow: 196608,
|
|
3904
3997
|
maxTokens: 196608,
|
|
3905
3998
|
},
|
|
3906
|
-
"accounts/fireworks/models/minimax-
|
|
3907
|
-
id: "accounts/fireworks/models/minimax-
|
|
3908
|
-
name: "MiniMax-
|
|
3999
|
+
"accounts/fireworks/models/minimax-m3": {
|
|
4000
|
+
id: "accounts/fireworks/models/minimax-m3",
|
|
4001
|
+
name: "MiniMax-M3",
|
|
3909
4002
|
api: "anthropic-messages",
|
|
3910
4003
|
provider: "fireworks",
|
|
3911
4004
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
@@ -3918,12 +4011,12 @@ export const MODELS = {
|
|
|
3918
4011
|
cacheRead: 0.06,
|
|
3919
4012
|
cacheWrite: 0,
|
|
3920
4013
|
},
|
|
3921
|
-
contextWindow:
|
|
3922
|
-
maxTokens:
|
|
4014
|
+
contextWindow: 512000,
|
|
4015
|
+
maxTokens: 512000,
|
|
3923
4016
|
},
|
|
3924
|
-
"accounts/fireworks/models/
|
|
3925
|
-
id: "accounts/fireworks/models/
|
|
3926
|
-
name: "Qwen 3.
|
|
4017
|
+
"accounts/fireworks/models/qwen3p7-plus": {
|
|
4018
|
+
id: "accounts/fireworks/models/qwen3p7-plus",
|
|
4019
|
+
name: "Qwen 3.7 Plus",
|
|
3927
4020
|
api: "anthropic-messages",
|
|
3928
4021
|
provider: "fireworks",
|
|
3929
4022
|
baseUrl: "https://api.fireworks.ai/inference",
|
|
@@ -3931,9 +4024,9 @@ export const MODELS = {
|
|
|
3931
4024
|
reasoning: true,
|
|
3932
4025
|
input: ["text", "image"],
|
|
3933
4026
|
cost: {
|
|
3934
|
-
input: 0.
|
|
3935
|
-
output:
|
|
3936
|
-
cacheRead: 0.
|
|
4027
|
+
input: 0.4,
|
|
4028
|
+
output: 1.6,
|
|
4029
|
+
cacheRead: 0.08,
|
|
3937
4030
|
cacheWrite: 0,
|
|
3938
4031
|
},
|
|
3939
4032
|
contextWindow: 262144,
|
|
@@ -3993,8 +4086,45 @@ export const MODELS = {
|
|
|
3993
4086
|
contextWindow: 262000,
|
|
3994
4087
|
maxTokens: 262000,
|
|
3995
4088
|
},
|
|
4089
|
+
"accounts/fireworks/routers/kimi-k2p7-code-fast": {
|
|
4090
|
+
id: "accounts/fireworks/routers/kimi-k2p7-code-fast",
|
|
4091
|
+
name: "Kimi K2.7 Code Fast",
|
|
4092
|
+
api: "anthropic-messages",
|
|
4093
|
+
provider: "fireworks",
|
|
4094
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4095
|
+
compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
|
|
4096
|
+
reasoning: true,
|
|
4097
|
+
input: ["text", "image"],
|
|
4098
|
+
cost: {
|
|
4099
|
+
input: 2,
|
|
4100
|
+
output: 8,
|
|
4101
|
+
cacheRead: 0.38,
|
|
4102
|
+
cacheWrite: 0,
|
|
4103
|
+
},
|
|
4104
|
+
contextWindow: 262000,
|
|
4105
|
+
maxTokens: 262000,
|
|
4106
|
+
},
|
|
3996
4107
|
},
|
|
3997
4108
|
"github-copilot": {
|
|
4109
|
+
"claude-fable-5": {
|
|
4110
|
+
id: "claude-fable-5",
|
|
4111
|
+
name: "Claude Fable 5",
|
|
4112
|
+
api: "openai-completions",
|
|
4113
|
+
provider: "github-copilot",
|
|
4114
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4115
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4116
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4117
|
+
reasoning: true,
|
|
4118
|
+
input: ["text", "image"],
|
|
4119
|
+
cost: {
|
|
4120
|
+
input: 10,
|
|
4121
|
+
output: 50,
|
|
4122
|
+
cacheRead: 1,
|
|
4123
|
+
cacheWrite: 12.5,
|
|
4124
|
+
},
|
|
4125
|
+
contextWindow: 1000000,
|
|
4126
|
+
maxTokens: 128000,
|
|
4127
|
+
},
|
|
3998
4128
|
"claude-haiku-4.5": {
|
|
3999
4129
|
id: "claude-haiku-4.5",
|
|
4000
4130
|
name: "Claude Haiku 4.5 (latest)",
|
|
@@ -4698,6 +4828,42 @@ export const MODELS = {
|
|
|
4698
4828
|
contextWindow: 262144,
|
|
4699
4829
|
maxTokens: 32768,
|
|
4700
4830
|
},
|
|
4831
|
+
"gemma-4-E2B-it": {
|
|
4832
|
+
id: "gemma-4-E2B-it",
|
|
4833
|
+
name: "Gemma 4 E2B IT",
|
|
4834
|
+
api: "google-generative-ai",
|
|
4835
|
+
provider: "google",
|
|
4836
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4837
|
+
reasoning: true,
|
|
4838
|
+
thinkingLevelMap: { "off": null, "minimal": "MINIMAL", "low": null, "medium": null, "high": "HIGH" },
|
|
4839
|
+
input: ["text", "image"],
|
|
4840
|
+
cost: {
|
|
4841
|
+
input: 0,
|
|
4842
|
+
output: 0,
|
|
4843
|
+
cacheRead: 0,
|
|
4844
|
+
cacheWrite: 0,
|
|
4845
|
+
},
|
|
4846
|
+
contextWindow: 131072,
|
|
4847
|
+
maxTokens: 8192,
|
|
4848
|
+
},
|
|
4849
|
+
"gemma-4-E4B-it": {
|
|
4850
|
+
id: "gemma-4-E4B-it",
|
|
4851
|
+
name: "Gemma 4 E4B IT",
|
|
4852
|
+
api: "google-generative-ai",
|
|
4853
|
+
provider: "google",
|
|
4854
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
4855
|
+
reasoning: true,
|
|
4856
|
+
thinkingLevelMap: { "off": null, "minimal": "MINIMAL", "low": null, "medium": null, "high": "HIGH" },
|
|
4857
|
+
input: ["text", "image"],
|
|
4858
|
+
cost: {
|
|
4859
|
+
input: 0,
|
|
4860
|
+
output: 0,
|
|
4861
|
+
cacheRead: 0,
|
|
4862
|
+
cacheWrite: 0,
|
|
4863
|
+
},
|
|
4864
|
+
contextWindow: 131072,
|
|
4865
|
+
maxTokens: 8192,
|
|
4866
|
+
},
|
|
4701
4867
|
},
|
|
4702
4868
|
"google-vertex": {
|
|
4703
4869
|
"gemini-1.5-flash": {
|
|
@@ -4927,167 +5093,48 @@ export const MODELS = {
|
|
|
4927
5093
|
},
|
|
4928
5094
|
},
|
|
4929
5095
|
"groq": {
|
|
4930
|
-
"
|
|
4931
|
-
id: "
|
|
4932
|
-
name: "
|
|
5096
|
+
"llama-3.1-8b-instant": {
|
|
5097
|
+
id: "llama-3.1-8b-instant",
|
|
5098
|
+
name: "Llama 3.1 8B",
|
|
4933
5099
|
api: "openai-completions",
|
|
4934
5100
|
provider: "groq",
|
|
4935
5101
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
4936
|
-
reasoning:
|
|
5102
|
+
reasoning: false,
|
|
4937
5103
|
input: ["text"],
|
|
4938
5104
|
cost: {
|
|
4939
|
-
input: 0.
|
|
4940
|
-
output: 0.
|
|
5105
|
+
input: 0.05,
|
|
5106
|
+
output: 0.08,
|
|
4941
5107
|
cacheRead: 0,
|
|
4942
5108
|
cacheWrite: 0,
|
|
4943
5109
|
},
|
|
4944
5110
|
contextWindow: 131072,
|
|
4945
|
-
maxTokens:
|
|
5111
|
+
maxTokens: 131072,
|
|
4946
5112
|
},
|
|
4947
|
-
"
|
|
4948
|
-
id: "
|
|
4949
|
-
name: "
|
|
5113
|
+
"llama-3.3-70b-versatile": {
|
|
5114
|
+
id: "llama-3.3-70b-versatile",
|
|
5115
|
+
name: "Llama 3.3 70B",
|
|
4950
5116
|
api: "openai-completions",
|
|
4951
5117
|
provider: "groq",
|
|
4952
5118
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
4953
5119
|
reasoning: false,
|
|
4954
5120
|
input: ["text"],
|
|
4955
5121
|
cost: {
|
|
4956
|
-
input: 0.
|
|
4957
|
-
output: 0.
|
|
5122
|
+
input: 0.59,
|
|
5123
|
+
output: 0.79,
|
|
4958
5124
|
cacheRead: 0,
|
|
4959
5125
|
cacheWrite: 0,
|
|
4960
5126
|
},
|
|
4961
|
-
contextWindow:
|
|
4962
|
-
maxTokens:
|
|
5127
|
+
contextWindow: 131072,
|
|
5128
|
+
maxTokens: 32768,
|
|
4963
5129
|
},
|
|
4964
|
-
"
|
|
4965
|
-
id: "
|
|
4966
|
-
name: "
|
|
5130
|
+
"meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5131
|
+
id: "meta-llama/llama-4-scout-17b-16e-instruct",
|
|
5132
|
+
name: "Llama 4 Scout 17B 16E",
|
|
4967
5133
|
api: "openai-completions",
|
|
4968
5134
|
provider: "groq",
|
|
4969
5135
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
4970
|
-
reasoning:
|
|
4971
|
-
input: ["text"],
|
|
4972
|
-
cost: {
|
|
4973
|
-
input: 0,
|
|
4974
|
-
output: 0,
|
|
4975
|
-
cacheRead: 0,
|
|
4976
|
-
cacheWrite: 0,
|
|
4977
|
-
},
|
|
4978
|
-
contextWindow: 131072,
|
|
4979
|
-
maxTokens: 8192,
|
|
4980
|
-
},
|
|
4981
|
-
"groq/compound-mini": {
|
|
4982
|
-
id: "groq/compound-mini",
|
|
4983
|
-
name: "Compound Mini",
|
|
4984
|
-
api: "openai-completions",
|
|
4985
|
-
provider: "groq",
|
|
4986
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
4987
|
-
reasoning: true,
|
|
4988
|
-
input: ["text"],
|
|
4989
|
-
cost: {
|
|
4990
|
-
input: 0,
|
|
4991
|
-
output: 0,
|
|
4992
|
-
cacheRead: 0,
|
|
4993
|
-
cacheWrite: 0,
|
|
4994
|
-
},
|
|
4995
|
-
contextWindow: 131072,
|
|
4996
|
-
maxTokens: 8192,
|
|
4997
|
-
},
|
|
4998
|
-
"llama-3.1-8b-instant": {
|
|
4999
|
-
id: "llama-3.1-8b-instant",
|
|
5000
|
-
name: "Llama 3.1 8B Instant",
|
|
5001
|
-
api: "openai-completions",
|
|
5002
|
-
provider: "groq",
|
|
5003
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5004
|
-
reasoning: false,
|
|
5005
|
-
input: ["text"],
|
|
5006
|
-
cost: {
|
|
5007
|
-
input: 0.05,
|
|
5008
|
-
output: 0.08,
|
|
5009
|
-
cacheRead: 0,
|
|
5010
|
-
cacheWrite: 0,
|
|
5011
|
-
},
|
|
5012
|
-
contextWindow: 131072,
|
|
5013
|
-
maxTokens: 131072,
|
|
5014
|
-
},
|
|
5015
|
-
"llama-3.3-70b-versatile": {
|
|
5016
|
-
id: "llama-3.3-70b-versatile",
|
|
5017
|
-
name: "Llama 3.3 70B Versatile",
|
|
5018
|
-
api: "openai-completions",
|
|
5019
|
-
provider: "groq",
|
|
5020
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5021
|
-
reasoning: false,
|
|
5022
|
-
input: ["text"],
|
|
5023
|
-
cost: {
|
|
5024
|
-
input: 0.59,
|
|
5025
|
-
output: 0.79,
|
|
5026
|
-
cacheRead: 0,
|
|
5027
|
-
cacheWrite: 0,
|
|
5028
|
-
},
|
|
5029
|
-
contextWindow: 131072,
|
|
5030
|
-
maxTokens: 32768,
|
|
5031
|
-
},
|
|
5032
|
-
"llama3-70b-8192": {
|
|
5033
|
-
id: "llama3-70b-8192",
|
|
5034
|
-
name: "Llama 3 70B",
|
|
5035
|
-
api: "openai-completions",
|
|
5036
|
-
provider: "groq",
|
|
5037
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5038
|
-
reasoning: false,
|
|
5039
|
-
input: ["text"],
|
|
5040
|
-
cost: {
|
|
5041
|
-
input: 0.59,
|
|
5042
|
-
output: 0.79,
|
|
5043
|
-
cacheRead: 0,
|
|
5044
|
-
cacheWrite: 0,
|
|
5045
|
-
},
|
|
5046
|
-
contextWindow: 8192,
|
|
5047
|
-
maxTokens: 8192,
|
|
5048
|
-
},
|
|
5049
|
-
"llama3-8b-8192": {
|
|
5050
|
-
id: "llama3-8b-8192",
|
|
5051
|
-
name: "Llama 3 8B",
|
|
5052
|
-
api: "openai-completions",
|
|
5053
|
-
provider: "groq",
|
|
5054
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5055
|
-
reasoning: false,
|
|
5056
|
-
input: ["text"],
|
|
5057
|
-
cost: {
|
|
5058
|
-
input: 0.05,
|
|
5059
|
-
output: 0.08,
|
|
5060
|
-
cacheRead: 0,
|
|
5061
|
-
cacheWrite: 0,
|
|
5062
|
-
},
|
|
5063
|
-
contextWindow: 8192,
|
|
5064
|
-
maxTokens: 8192,
|
|
5065
|
-
},
|
|
5066
|
-
"meta-llama/llama-4-maverick-17b-128e-instruct": {
|
|
5067
|
-
id: "meta-llama/llama-4-maverick-17b-128e-instruct",
|
|
5068
|
-
name: "Llama 4 Maverick 17B",
|
|
5069
|
-
api: "openai-completions",
|
|
5070
|
-
provider: "groq",
|
|
5071
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5072
|
-
reasoning: false,
|
|
5073
|
-
input: ["text", "image"],
|
|
5074
|
-
cost: {
|
|
5075
|
-
input: 0.2,
|
|
5076
|
-
output: 0.6,
|
|
5077
|
-
cacheRead: 0,
|
|
5078
|
-
cacheWrite: 0,
|
|
5079
|
-
},
|
|
5080
|
-
contextWindow: 131072,
|
|
5081
|
-
maxTokens: 8192,
|
|
5082
|
-
},
|
|
5083
|
-
"meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5084
|
-
id: "meta-llama/llama-4-scout-17b-16e-instruct",
|
|
5085
|
-
name: "Llama 4 Scout 17B",
|
|
5086
|
-
api: "openai-completions",
|
|
5087
|
-
provider: "groq",
|
|
5088
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5089
|
-
reasoning: false,
|
|
5090
|
-
input: ["text", "image"],
|
|
5136
|
+
reasoning: false,
|
|
5137
|
+
input: ["text", "image"],
|
|
5091
5138
|
cost: {
|
|
5092
5139
|
input: 0.11,
|
|
5093
5140
|
output: 0.34,
|
|
@@ -5097,57 +5144,6 @@ export const MODELS = {
|
|
|
5097
5144
|
contextWindow: 131072,
|
|
5098
5145
|
maxTokens: 8192,
|
|
5099
5146
|
},
|
|
5100
|
-
"mistral-saba-24b": {
|
|
5101
|
-
id: "mistral-saba-24b",
|
|
5102
|
-
name: "Mistral Saba 24B",
|
|
5103
|
-
api: "openai-completions",
|
|
5104
|
-
provider: "groq",
|
|
5105
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5106
|
-
reasoning: false,
|
|
5107
|
-
input: ["text"],
|
|
5108
|
-
cost: {
|
|
5109
|
-
input: 0.79,
|
|
5110
|
-
output: 0.79,
|
|
5111
|
-
cacheRead: 0,
|
|
5112
|
-
cacheWrite: 0,
|
|
5113
|
-
},
|
|
5114
|
-
contextWindow: 32768,
|
|
5115
|
-
maxTokens: 32768,
|
|
5116
|
-
},
|
|
5117
|
-
"moonshotai/kimi-k2-instruct": {
|
|
5118
|
-
id: "moonshotai/kimi-k2-instruct",
|
|
5119
|
-
name: "Kimi K2 Instruct",
|
|
5120
|
-
api: "openai-completions",
|
|
5121
|
-
provider: "groq",
|
|
5122
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5123
|
-
reasoning: false,
|
|
5124
|
-
input: ["text"],
|
|
5125
|
-
cost: {
|
|
5126
|
-
input: 1,
|
|
5127
|
-
output: 3,
|
|
5128
|
-
cacheRead: 0,
|
|
5129
|
-
cacheWrite: 0,
|
|
5130
|
-
},
|
|
5131
|
-
contextWindow: 131072,
|
|
5132
|
-
maxTokens: 16384,
|
|
5133
|
-
},
|
|
5134
|
-
"moonshotai/kimi-k2-instruct-0905": {
|
|
5135
|
-
id: "moonshotai/kimi-k2-instruct-0905",
|
|
5136
|
-
name: "Kimi K2 Instruct 0905",
|
|
5137
|
-
api: "openai-completions",
|
|
5138
|
-
provider: "groq",
|
|
5139
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5140
|
-
reasoning: false,
|
|
5141
|
-
input: ["text"],
|
|
5142
|
-
cost: {
|
|
5143
|
-
input: 1,
|
|
5144
|
-
output: 3,
|
|
5145
|
-
cacheRead: 0.5,
|
|
5146
|
-
cacheWrite: 0,
|
|
5147
|
-
},
|
|
5148
|
-
contextWindow: 262144,
|
|
5149
|
-
maxTokens: 16384,
|
|
5150
|
-
},
|
|
5151
5147
|
"openai/gpt-oss-120b": {
|
|
5152
5148
|
id: "openai/gpt-oss-120b",
|
|
5153
5149
|
name: "GPT OSS 120B",
|
|
@@ -5199,26 +5195,9 @@ export const MODELS = {
|
|
|
5199
5195
|
contextWindow: 131072,
|
|
5200
5196
|
maxTokens: 65536,
|
|
5201
5197
|
},
|
|
5202
|
-
"qwen-qwq-32b": {
|
|
5203
|
-
id: "qwen-qwq-32b",
|
|
5204
|
-
name: "Qwen QwQ 32B",
|
|
5205
|
-
api: "openai-completions",
|
|
5206
|
-
provider: "groq",
|
|
5207
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5208
|
-
reasoning: true,
|
|
5209
|
-
input: ["text"],
|
|
5210
|
-
cost: {
|
|
5211
|
-
input: 0.29,
|
|
5212
|
-
output: 0.39,
|
|
5213
|
-
cacheRead: 0,
|
|
5214
|
-
cacheWrite: 0,
|
|
5215
|
-
},
|
|
5216
|
-
contextWindow: 131072,
|
|
5217
|
-
maxTokens: 16384,
|
|
5218
|
-
},
|
|
5219
5198
|
"qwen/qwen3-32b": {
|
|
5220
5199
|
id: "qwen/qwen3-32b",
|
|
5221
|
-
name: "Qwen3
|
|
5200
|
+
name: "Qwen3-32B",
|
|
5222
5201
|
api: "openai-completions",
|
|
5223
5202
|
provider: "groq",
|
|
5224
5203
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
@@ -5634,6 +5613,24 @@ export const MODELS = {
|
|
|
5634
5613
|
},
|
|
5635
5614
|
},
|
|
5636
5615
|
"kimi-coding": {
|
|
5616
|
+
"k2p7": {
|
|
5617
|
+
id: "k2p7",
|
|
5618
|
+
name: "Kimi K2.7 Code",
|
|
5619
|
+
api: "anthropic-messages",
|
|
5620
|
+
provider: "kimi-coding",
|
|
5621
|
+
baseUrl: "https://api.kimi.com/coding",
|
|
5622
|
+
headers: { "User-Agent": "KimiCLI/1.5" },
|
|
5623
|
+
reasoning: true,
|
|
5624
|
+
input: ["text", "image"],
|
|
5625
|
+
cost: {
|
|
5626
|
+
input: 0,
|
|
5627
|
+
output: 0,
|
|
5628
|
+
cacheRead: 0,
|
|
5629
|
+
cacheWrite: 0,
|
|
5630
|
+
},
|
|
5631
|
+
contextWindow: 262144,
|
|
5632
|
+
maxTokens: 32768,
|
|
5633
|
+
},
|
|
5637
5634
|
"kimi-for-coding": {
|
|
5638
5635
|
id: "kimi-for-coding",
|
|
5639
5636
|
name: "Kimi For Coding",
|
|
@@ -6296,7 +6293,7 @@ export const MODELS = {
|
|
|
6296
6293
|
api: "openai-completions",
|
|
6297
6294
|
provider: "moonshotai",
|
|
6298
6295
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6299
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6296
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6300
6297
|
reasoning: false,
|
|
6301
6298
|
input: ["text"],
|
|
6302
6299
|
cost: {
|
|
@@ -6314,7 +6311,7 @@ export const MODELS = {
|
|
|
6314
6311
|
api: "openai-completions",
|
|
6315
6312
|
provider: "moonshotai",
|
|
6316
6313
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6317
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6314
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6318
6315
|
reasoning: false,
|
|
6319
6316
|
input: ["text"],
|
|
6320
6317
|
cost: {
|
|
@@ -6332,7 +6329,7 @@ export const MODELS = {
|
|
|
6332
6329
|
api: "openai-completions",
|
|
6333
6330
|
provider: "moonshotai",
|
|
6334
6331
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6335
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6332
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6336
6333
|
reasoning: true,
|
|
6337
6334
|
input: ["text"],
|
|
6338
6335
|
cost: {
|
|
@@ -6350,7 +6347,7 @@ export const MODELS = {
|
|
|
6350
6347
|
api: "openai-completions",
|
|
6351
6348
|
provider: "moonshotai",
|
|
6352
6349
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6353
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6350
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6354
6351
|
reasoning: true,
|
|
6355
6352
|
input: ["text"],
|
|
6356
6353
|
cost: {
|
|
@@ -6368,7 +6365,7 @@ export const MODELS = {
|
|
|
6368
6365
|
api: "openai-completions",
|
|
6369
6366
|
provider: "moonshotai",
|
|
6370
6367
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6371
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6368
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6372
6369
|
reasoning: false,
|
|
6373
6370
|
input: ["text"],
|
|
6374
6371
|
cost: {
|
|
@@ -6386,7 +6383,7 @@ export const MODELS = {
|
|
|
6386
6383
|
api: "openai-completions",
|
|
6387
6384
|
provider: "moonshotai",
|
|
6388
6385
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6389
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6386
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6390
6387
|
reasoning: true,
|
|
6391
6388
|
input: ["text", "image"],
|
|
6392
6389
|
cost: {
|
|
@@ -6404,7 +6401,7 @@ export const MODELS = {
|
|
|
6404
6401
|
api: "openai-completions",
|
|
6405
6402
|
provider: "moonshotai",
|
|
6406
6403
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6407
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6404
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6408
6405
|
reasoning: true,
|
|
6409
6406
|
input: ["text", "image"],
|
|
6410
6407
|
cost: {
|
|
@@ -6416,6 +6413,24 @@ export const MODELS = {
|
|
|
6416
6413
|
contextWindow: 262144,
|
|
6417
6414
|
maxTokens: 262144,
|
|
6418
6415
|
},
|
|
6416
|
+
"kimi-k2.7-code": {
|
|
6417
|
+
id: "kimi-k2.7-code",
|
|
6418
|
+
name: "Kimi K2.7 Code",
|
|
6419
|
+
api: "openai-completions",
|
|
6420
|
+
provider: "moonshotai",
|
|
6421
|
+
baseUrl: "https://api.moonshot.ai/v1",
|
|
6422
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6423
|
+
reasoning: true,
|
|
6424
|
+
input: ["text", "image"],
|
|
6425
|
+
cost: {
|
|
6426
|
+
input: 0.95,
|
|
6427
|
+
output: 4,
|
|
6428
|
+
cacheRead: 0.19,
|
|
6429
|
+
cacheWrite: 0,
|
|
6430
|
+
},
|
|
6431
|
+
contextWindow: 262144,
|
|
6432
|
+
maxTokens: 262144,
|
|
6433
|
+
},
|
|
6419
6434
|
},
|
|
6420
6435
|
"moonshotai-cn": {
|
|
6421
6436
|
"kimi-k2-0711-preview": {
|
|
@@ -6424,7 +6439,7 @@ export const MODELS = {
|
|
|
6424
6439
|
api: "openai-completions",
|
|
6425
6440
|
provider: "moonshotai-cn",
|
|
6426
6441
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6427
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6442
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6428
6443
|
reasoning: false,
|
|
6429
6444
|
input: ["text"],
|
|
6430
6445
|
cost: {
|
|
@@ -6442,7 +6457,7 @@ export const MODELS = {
|
|
|
6442
6457
|
api: "openai-completions",
|
|
6443
6458
|
provider: "moonshotai-cn",
|
|
6444
6459
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6445
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6460
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6446
6461
|
reasoning: false,
|
|
6447
6462
|
input: ["text"],
|
|
6448
6463
|
cost: {
|
|
@@ -6460,7 +6475,7 @@ export const MODELS = {
|
|
|
6460
6475
|
api: "openai-completions",
|
|
6461
6476
|
provider: "moonshotai-cn",
|
|
6462
6477
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6463
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6478
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6464
6479
|
reasoning: true,
|
|
6465
6480
|
input: ["text"],
|
|
6466
6481
|
cost: {
|
|
@@ -6478,7 +6493,7 @@ export const MODELS = {
|
|
|
6478
6493
|
api: "openai-completions",
|
|
6479
6494
|
provider: "moonshotai-cn",
|
|
6480
6495
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6481
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6496
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6482
6497
|
reasoning: true,
|
|
6483
6498
|
input: ["text"],
|
|
6484
6499
|
cost: {
|
|
@@ -6496,7 +6511,7 @@ export const MODELS = {
|
|
|
6496
6511
|
api: "openai-completions",
|
|
6497
6512
|
provider: "moonshotai-cn",
|
|
6498
6513
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6499
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6514
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6500
6515
|
reasoning: false,
|
|
6501
6516
|
input: ["text"],
|
|
6502
6517
|
cost: {
|
|
@@ -6514,7 +6529,7 @@ export const MODELS = {
|
|
|
6514
6529
|
api: "openai-completions",
|
|
6515
6530
|
provider: "moonshotai-cn",
|
|
6516
6531
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6517
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6532
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6518
6533
|
reasoning: true,
|
|
6519
6534
|
input: ["text", "image"],
|
|
6520
6535
|
cost: {
|
|
@@ -6532,7 +6547,7 @@ export const MODELS = {
|
|
|
6532
6547
|
api: "openai-completions",
|
|
6533
6548
|
provider: "moonshotai-cn",
|
|
6534
6549
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6535
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6550
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6536
6551
|
reasoning: true,
|
|
6537
6552
|
input: ["text", "image"],
|
|
6538
6553
|
cost: {
|
|
@@ -6668,8 +6683,8 @@ export const MODELS = {
|
|
|
6668
6683
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6669
6684
|
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6670
6685
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6671
|
-
reasoning:
|
|
6672
|
-
input: ["text"],
|
|
6686
|
+
reasoning: true,
|
|
6687
|
+
input: ["text", "image"],
|
|
6673
6688
|
cost: {
|
|
6674
6689
|
input: 0,
|
|
6675
6690
|
output: 0,
|
|
@@ -6698,9 +6713,9 @@ export const MODELS = {
|
|
|
6698
6713
|
contextWindow: 262144,
|
|
6699
6714
|
maxTokens: 262144,
|
|
6700
6715
|
},
|
|
6701
|
-
"nvidia/
|
|
6702
|
-
id: "nvidia/
|
|
6703
|
-
name: "
|
|
6716
|
+
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
6717
|
+
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
6718
|
+
name: "nemotron-3-nano-30b-a3b",
|
|
6704
6719
|
api: "openai-completions",
|
|
6705
6720
|
provider: "nvidia",
|
|
6706
6721
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
@@ -6717,28 +6732,28 @@ export const MODELS = {
|
|
|
6717
6732
|
contextWindow: 131072,
|
|
6718
6733
|
maxTokens: 131072,
|
|
6719
6734
|
},
|
|
6720
|
-
"nvidia/
|
|
6721
|
-
id: "nvidia/
|
|
6722
|
-
name: "
|
|
6735
|
+
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning": {
|
|
6736
|
+
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning",
|
|
6737
|
+
name: "Nemotron 3 Nano Omni",
|
|
6723
6738
|
api: "openai-completions",
|
|
6724
6739
|
provider: "nvidia",
|
|
6725
6740
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6726
6741
|
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6727
6742
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6728
6743
|
reasoning: true,
|
|
6729
|
-
input: ["text"],
|
|
6744
|
+
input: ["text", "image"],
|
|
6730
6745
|
cost: {
|
|
6731
6746
|
input: 0,
|
|
6732
6747
|
output: 0,
|
|
6733
6748
|
cacheRead: 0,
|
|
6734
6749
|
cacheWrite: 0,
|
|
6735
6750
|
},
|
|
6736
|
-
contextWindow:
|
|
6737
|
-
maxTokens:
|
|
6751
|
+
contextWindow: 256000,
|
|
6752
|
+
maxTokens: 65536,
|
|
6738
6753
|
},
|
|
6739
|
-
"nvidia/nemotron-3-
|
|
6740
|
-
id: "nvidia/nemotron-3-
|
|
6741
|
-
name: "
|
|
6754
|
+
"nvidia/nemotron-3-super-120b-a12b": {
|
|
6755
|
+
id: "nvidia/nemotron-3-super-120b-a12b",
|
|
6756
|
+
name: "Nemotron 3 Super",
|
|
6742
6757
|
api: "openai-completions",
|
|
6743
6758
|
provider: "nvidia",
|
|
6744
6759
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
@@ -6747,36 +6762,36 @@ export const MODELS = {
|
|
|
6747
6762
|
reasoning: true,
|
|
6748
6763
|
input: ["text"],
|
|
6749
6764
|
cost: {
|
|
6750
|
-
input: 0,
|
|
6751
|
-
output: 0,
|
|
6765
|
+
input: 0.2,
|
|
6766
|
+
output: 0.8,
|
|
6752
6767
|
cacheRead: 0,
|
|
6753
6768
|
cacheWrite: 0,
|
|
6754
6769
|
},
|
|
6755
|
-
contextWindow:
|
|
6756
|
-
maxTokens:
|
|
6770
|
+
contextWindow: 262144,
|
|
6771
|
+
maxTokens: 262144,
|
|
6757
6772
|
},
|
|
6758
|
-
"nvidia/nemotron-3-
|
|
6759
|
-
id: "nvidia/nemotron-3-
|
|
6760
|
-
name: "Nemotron 3
|
|
6773
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
6774
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
6775
|
+
name: "Nemotron 3 Ultra 550B A55B",
|
|
6761
6776
|
api: "openai-completions",
|
|
6762
6777
|
provider: "nvidia",
|
|
6763
6778
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6764
6779
|
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6765
6780
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6766
6781
|
reasoning: true,
|
|
6767
|
-
input: ["text"
|
|
6782
|
+
input: ["text"],
|
|
6768
6783
|
cost: {
|
|
6769
|
-
input: 0,
|
|
6770
|
-
output:
|
|
6771
|
-
cacheRead: 0,
|
|
6784
|
+
input: 0.5,
|
|
6785
|
+
output: 2.5,
|
|
6786
|
+
cacheRead: 0.15,
|
|
6772
6787
|
cacheWrite: 0,
|
|
6773
6788
|
},
|
|
6774
|
-
contextWindow:
|
|
6789
|
+
contextWindow: 1000000,
|
|
6775
6790
|
maxTokens: 65536,
|
|
6776
6791
|
},
|
|
6777
|
-
"nvidia/nemotron-
|
|
6778
|
-
id: "nvidia/nemotron-
|
|
6779
|
-
name: "
|
|
6792
|
+
"nvidia/nvidia-nemotron-nano-9b-v2": {
|
|
6793
|
+
id: "nvidia/nvidia-nemotron-nano-9b-v2",
|
|
6794
|
+
name: "nvidia-nemotron-nano-9b-v2",
|
|
6780
6795
|
api: "openai-completions",
|
|
6781
6796
|
provider: "nvidia",
|
|
6782
6797
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
@@ -6785,17 +6800,17 @@ export const MODELS = {
|
|
|
6785
6800
|
reasoning: true,
|
|
6786
6801
|
input: ["text"],
|
|
6787
6802
|
cost: {
|
|
6788
|
-
input: 0
|
|
6789
|
-
output: 0
|
|
6803
|
+
input: 0,
|
|
6804
|
+
output: 0,
|
|
6790
6805
|
cacheRead: 0,
|
|
6791
6806
|
cacheWrite: 0,
|
|
6792
6807
|
},
|
|
6793
|
-
contextWindow:
|
|
6794
|
-
maxTokens:
|
|
6808
|
+
contextWindow: 131072,
|
|
6809
|
+
maxTokens: 131072,
|
|
6795
6810
|
},
|
|
6796
|
-
"
|
|
6797
|
-
id: "
|
|
6798
|
-
name: "
|
|
6811
|
+
"openai/gpt-oss-120b": {
|
|
6812
|
+
id: "openai/gpt-oss-120b",
|
|
6813
|
+
name: "GPT-OSS-120B",
|
|
6799
6814
|
api: "openai-completions",
|
|
6800
6815
|
provider: "nvidia",
|
|
6801
6816
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
@@ -6809,8 +6824,8 @@ export const MODELS = {
|
|
|
6809
6824
|
cacheRead: 0,
|
|
6810
6825
|
cacheWrite: 0,
|
|
6811
6826
|
},
|
|
6812
|
-
contextWindow:
|
|
6813
|
-
maxTokens:
|
|
6827
|
+
contextWindow: 128000,
|
|
6828
|
+
maxTokens: 8192,
|
|
6814
6829
|
},
|
|
6815
6830
|
"openai/gpt-oss-20b": {
|
|
6816
6831
|
id: "openai/gpt-oss-20b",
|
|
@@ -6831,25 +6846,6 @@ export const MODELS = {
|
|
|
6831
6846
|
contextWindow: 131072,
|
|
6832
6847
|
maxTokens: 32768,
|
|
6833
6848
|
},
|
|
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
6849
|
"qwen/qwen3.5-122b-a10b": {
|
|
6854
6850
|
id: "qwen/qwen3.5-122b-a10b",
|
|
6855
6851
|
name: "Qwen3.5 122B-A10B",
|
|
@@ -7204,7 +7200,7 @@ export const MODELS = {
|
|
|
7204
7200
|
cacheWrite: 0,
|
|
7205
7201
|
},
|
|
7206
7202
|
contextWindow: 400000,
|
|
7207
|
-
maxTokens:
|
|
7203
|
+
maxTokens: 128000,
|
|
7208
7204
|
},
|
|
7209
7205
|
"gpt-5.1": {
|
|
7210
7206
|
id: "gpt-5.1",
|
|
@@ -7748,6 +7744,7 @@ export const MODELS = {
|
|
|
7748
7744
|
api: "openai-completions",
|
|
7749
7745
|
provider: "opencode",
|
|
7750
7746
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
7747
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
7751
7748
|
reasoning: true,
|
|
7752
7749
|
input: ["text"],
|
|
7753
7750
|
cost: {
|
|
@@ -7925,14 +7922,14 @@ export const MODELS = {
|
|
|
7925
7922
|
api: "openai-completions",
|
|
7926
7923
|
provider: "opencode",
|
|
7927
7924
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
7928
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7925
|
+
compat: { "maxTokensField": "max_tokens", "supportsLongCacheRetention": false, "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7929
7926
|
reasoning: true,
|
|
7930
7927
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
7931
7928
|
input: ["text"],
|
|
7932
7929
|
cost: {
|
|
7933
7930
|
input: 0.14,
|
|
7934
7931
|
output: 0.28,
|
|
7935
|
-
cacheRead: 0.
|
|
7932
|
+
cacheRead: 0.028,
|
|
7936
7933
|
cacheWrite: 0,
|
|
7937
7934
|
},
|
|
7938
7935
|
contextWindow: 1000000,
|
|
@@ -7944,7 +7941,7 @@ export const MODELS = {
|
|
|
7944
7941
|
api: "openai-completions",
|
|
7945
7942
|
provider: "opencode",
|
|
7946
7943
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
7947
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7944
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7948
7945
|
reasoning: true,
|
|
7949
7946
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
7950
7947
|
input: ["text"],
|
|
@@ -7957,6 +7954,25 @@ export const MODELS = {
|
|
|
7957
7954
|
contextWindow: 200000,
|
|
7958
7955
|
maxTokens: 128000,
|
|
7959
7956
|
},
|
|
7957
|
+
"deepseek-v4-pro": {
|
|
7958
|
+
id: "deepseek-v4-pro",
|
|
7959
|
+
name: "DeepSeek V4 Pro",
|
|
7960
|
+
api: "openai-completions",
|
|
7961
|
+
provider: "opencode",
|
|
7962
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7963
|
+
compat: { "maxTokensField": "max_tokens", "supportsLongCacheRetention": false, "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7964
|
+
reasoning: true,
|
|
7965
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
7966
|
+
input: ["text"],
|
|
7967
|
+
cost: {
|
|
7968
|
+
input: 1.74,
|
|
7969
|
+
output: 3.84,
|
|
7970
|
+
cacheRead: 0.145,
|
|
7971
|
+
cacheWrite: 0,
|
|
7972
|
+
},
|
|
7973
|
+
contextWindow: 1000000,
|
|
7974
|
+
maxTokens: 384000,
|
|
7975
|
+
},
|
|
7960
7976
|
"gemini-3-flash": {
|
|
7961
7977
|
id: "gemini-3-flash",
|
|
7962
7978
|
name: "Gemini 3 Flash",
|
|
@@ -8017,6 +8033,7 @@ export const MODELS = {
|
|
|
8017
8033
|
api: "openai-completions",
|
|
8018
8034
|
provider: "opencode",
|
|
8019
8035
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8036
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8020
8037
|
reasoning: true,
|
|
8021
8038
|
input: ["text"],
|
|
8022
8039
|
cost: {
|
|
@@ -8034,6 +8051,7 @@ export const MODELS = {
|
|
|
8034
8051
|
api: "openai-completions",
|
|
8035
8052
|
provider: "opencode",
|
|
8036
8053
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8054
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8037
8055
|
reasoning: true,
|
|
8038
8056
|
input: ["text"],
|
|
8039
8057
|
cost: {
|
|
@@ -8339,7 +8357,7 @@ export const MODELS = {
|
|
|
8339
8357
|
api: "openai-completions",
|
|
8340
8358
|
provider: "opencode",
|
|
8341
8359
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8342
|
-
compat: { "supportsReasoningEffort": false },
|
|
8360
|
+
compat: { "supportsReasoningEffort": false, "maxTokensField": "max_tokens" },
|
|
8343
8361
|
reasoning: true,
|
|
8344
8362
|
thinkingLevelMap: { "off": null, "minimal": null, "low": null, "medium": null },
|
|
8345
8363
|
input: ["text", "image"],
|
|
@@ -8358,6 +8376,7 @@ export const MODELS = {
|
|
|
8358
8376
|
api: "openai-completions",
|
|
8359
8377
|
provider: "opencode",
|
|
8360
8378
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8379
|
+
compat: { "maxTokensField": "max_tokens", "supportsLongCacheRetention": false },
|
|
8361
8380
|
reasoning: true,
|
|
8362
8381
|
input: ["text", "image"],
|
|
8363
8382
|
cost: {
|
|
@@ -8375,7 +8394,7 @@ export const MODELS = {
|
|
|
8375
8394
|
api: "openai-completions",
|
|
8376
8395
|
provider: "opencode",
|
|
8377
8396
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8378
|
-
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false },
|
|
8397
|
+
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsLongCacheRetention": false },
|
|
8379
8398
|
reasoning: true,
|
|
8380
8399
|
input: ["text", "image"],
|
|
8381
8400
|
cost: {
|
|
@@ -8393,6 +8412,7 @@ export const MODELS = {
|
|
|
8393
8412
|
api: "openai-completions",
|
|
8394
8413
|
provider: "opencode",
|
|
8395
8414
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8415
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8396
8416
|
reasoning: true,
|
|
8397
8417
|
input: ["text", "image"],
|
|
8398
8418
|
cost: {
|
|
@@ -8410,6 +8430,7 @@ export const MODELS = {
|
|
|
8410
8430
|
api: "openai-completions",
|
|
8411
8431
|
provider: "opencode",
|
|
8412
8432
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8433
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8413
8434
|
reasoning: true,
|
|
8414
8435
|
input: ["text"],
|
|
8415
8436
|
cost: {
|
|
@@ -8427,6 +8448,7 @@ export const MODELS = {
|
|
|
8427
8448
|
api: "openai-completions",
|
|
8428
8449
|
provider: "opencode",
|
|
8429
8450
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8451
|
+
compat: { "maxTokensField": "max_tokens", "supportsLongCacheRetention": false },
|
|
8430
8452
|
reasoning: true,
|
|
8431
8453
|
input: ["text"],
|
|
8432
8454
|
cost: {
|
|
@@ -8438,29 +8460,31 @@ export const MODELS = {
|
|
|
8438
8460
|
contextWindow: 204800,
|
|
8439
8461
|
maxTokens: 131072,
|
|
8440
8462
|
},
|
|
8441
|
-
"
|
|
8442
|
-
id: "
|
|
8443
|
-
name: "
|
|
8444
|
-
api: "
|
|
8463
|
+
"nemotron-3-ultra-free": {
|
|
8464
|
+
id: "nemotron-3-ultra-free",
|
|
8465
|
+
name: "Nemotron 3 Ultra Free",
|
|
8466
|
+
api: "openai-completions",
|
|
8445
8467
|
provider: "opencode",
|
|
8446
|
-
baseUrl: "https://opencode.ai/zen",
|
|
8468
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8469
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8447
8470
|
reasoning: true,
|
|
8448
|
-
input: ["text"
|
|
8471
|
+
input: ["text"],
|
|
8449
8472
|
cost: {
|
|
8450
8473
|
input: 0,
|
|
8451
8474
|
output: 0,
|
|
8452
8475
|
cacheRead: 0,
|
|
8453
8476
|
cacheWrite: 0,
|
|
8454
8477
|
},
|
|
8455
|
-
contextWindow:
|
|
8456
|
-
maxTokens:
|
|
8478
|
+
contextWindow: 1000000,
|
|
8479
|
+
maxTokens: 128000,
|
|
8457
8480
|
},
|
|
8458
|
-
"
|
|
8459
|
-
id: "
|
|
8460
|
-
name: "
|
|
8481
|
+
"north-mini-code-free": {
|
|
8482
|
+
id: "north-mini-code-free",
|
|
8483
|
+
name: "North Mini Code Free",
|
|
8461
8484
|
api: "openai-completions",
|
|
8462
8485
|
provider: "opencode",
|
|
8463
8486
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8487
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8464
8488
|
reasoning: true,
|
|
8465
8489
|
input: ["text"],
|
|
8466
8490
|
cost: {
|
|
@@ -8469,8 +8493,8 @@ export const MODELS = {
|
|
|
8469
8493
|
cacheRead: 0,
|
|
8470
8494
|
cacheWrite: 0,
|
|
8471
8495
|
},
|
|
8472
|
-
contextWindow:
|
|
8473
|
-
maxTokens:
|
|
8496
|
+
contextWindow: 256000,
|
|
8497
|
+
maxTokens: 64000,
|
|
8474
8498
|
},
|
|
8475
8499
|
"qwen3.5-plus": {
|
|
8476
8500
|
id: "qwen3.5-plus",
|
|
@@ -8514,7 +8538,7 @@ export const MODELS = {
|
|
|
8514
8538
|
api: "openai-completions",
|
|
8515
8539
|
provider: "opencode-go",
|
|
8516
8540
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8517
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8541
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8518
8542
|
reasoning: true,
|
|
8519
8543
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
8520
8544
|
input: ["text"],
|
|
@@ -8533,7 +8557,7 @@ export const MODELS = {
|
|
|
8533
8557
|
api: "openai-completions",
|
|
8534
8558
|
provider: "opencode-go",
|
|
8535
8559
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8536
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8560
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8537
8561
|
reasoning: true,
|
|
8538
8562
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
8539
8563
|
input: ["text"],
|
|
@@ -8552,6 +8576,7 @@ export const MODELS = {
|
|
|
8552
8576
|
api: "openai-completions",
|
|
8553
8577
|
provider: "opencode-go",
|
|
8554
8578
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8579
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8555
8580
|
reasoning: true,
|
|
8556
8581
|
input: ["text"],
|
|
8557
8582
|
cost: {
|
|
@@ -8569,6 +8594,7 @@ export const MODELS = {
|
|
|
8569
8594
|
api: "openai-completions",
|
|
8570
8595
|
provider: "opencode-go",
|
|
8571
8596
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8597
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8572
8598
|
reasoning: true,
|
|
8573
8599
|
input: ["text"],
|
|
8574
8600
|
cost: {
|
|
@@ -8580,41 +8606,42 @@ export const MODELS = {
|
|
|
8580
8606
|
contextWindow: 202752,
|
|
8581
8607
|
maxTokens: 32768,
|
|
8582
8608
|
},
|
|
8583
|
-
"kimi-k2.
|
|
8584
|
-
id: "kimi-k2.
|
|
8585
|
-
name: "Kimi K2.
|
|
8609
|
+
"kimi-k2.6": {
|
|
8610
|
+
id: "kimi-k2.6",
|
|
8611
|
+
name: "Kimi K2.6",
|
|
8586
8612
|
api: "openai-completions",
|
|
8587
8613
|
provider: "opencode-go",
|
|
8588
8614
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8615
|
+
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsLongCacheRetention": false },
|
|
8589
8616
|
reasoning: true,
|
|
8617
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
8590
8618
|
input: ["text", "image"],
|
|
8591
8619
|
cost: {
|
|
8592
|
-
input: 0.
|
|
8593
|
-
output:
|
|
8594
|
-
cacheRead: 0.
|
|
8620
|
+
input: 0.95,
|
|
8621
|
+
output: 4,
|
|
8622
|
+
cacheRead: 0.16,
|
|
8595
8623
|
cacheWrite: 0,
|
|
8596
8624
|
},
|
|
8597
8625
|
contextWindow: 262144,
|
|
8598
8626
|
maxTokens: 65536,
|
|
8599
8627
|
},
|
|
8600
|
-
"kimi-k2.
|
|
8601
|
-
id: "kimi-k2.
|
|
8602
|
-
name: "Kimi K2.
|
|
8628
|
+
"kimi-k2.7-code": {
|
|
8629
|
+
id: "kimi-k2.7-code",
|
|
8630
|
+
name: "Kimi K2.7 Code",
|
|
8603
8631
|
api: "openai-completions",
|
|
8604
8632
|
provider: "opencode-go",
|
|
8605
8633
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8606
|
-
compat: { "
|
|
8634
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8607
8635
|
reasoning: true,
|
|
8608
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
8609
8636
|
input: ["text", "image"],
|
|
8610
8637
|
cost: {
|
|
8611
8638
|
input: 0.95,
|
|
8612
8639
|
output: 4,
|
|
8613
|
-
cacheRead: 0.
|
|
8640
|
+
cacheRead: 0.19,
|
|
8614
8641
|
cacheWrite: 0,
|
|
8615
8642
|
},
|
|
8616
8643
|
contextWindow: 262144,
|
|
8617
|
-
maxTokens:
|
|
8644
|
+
maxTokens: 262144,
|
|
8618
8645
|
},
|
|
8619
8646
|
"mimo-v2.5": {
|
|
8620
8647
|
id: "mimo-v2.5",
|
|
@@ -8622,6 +8649,7 @@ export const MODELS = {
|
|
|
8622
8649
|
api: "openai-completions",
|
|
8623
8650
|
provider: "opencode-go",
|
|
8624
8651
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8652
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8625
8653
|
reasoning: true,
|
|
8626
8654
|
input: ["text", "image"],
|
|
8627
8655
|
cost: {
|
|
@@ -8639,6 +8667,7 @@ export const MODELS = {
|
|
|
8639
8667
|
api: "openai-completions",
|
|
8640
8668
|
provider: "opencode-go",
|
|
8641
8669
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8670
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8642
8671
|
reasoning: true,
|
|
8643
8672
|
input: ["text"],
|
|
8644
8673
|
cost: {
|
|
@@ -8650,29 +8679,13 @@ export const MODELS = {
|
|
|
8650
8679
|
contextWindow: 1048576,
|
|
8651
8680
|
maxTokens: 128000,
|
|
8652
8681
|
},
|
|
8653
|
-
"minimax-m2.5": {
|
|
8654
|
-
id: "minimax-m2.5",
|
|
8655
|
-
name: "MiniMax M2.5",
|
|
8656
|
-
api: "anthropic-messages",
|
|
8657
|
-
provider: "opencode-go",
|
|
8658
|
-
baseUrl: "https://opencode.ai/zen/go",
|
|
8659
|
-
reasoning: true,
|
|
8660
|
-
input: ["text"],
|
|
8661
|
-
cost: {
|
|
8662
|
-
input: 0.3,
|
|
8663
|
-
output: 1.2,
|
|
8664
|
-
cacheRead: 0.03,
|
|
8665
|
-
cacheWrite: 0,
|
|
8666
|
-
},
|
|
8667
|
-
contextWindow: 204800,
|
|
8668
|
-
maxTokens: 65536,
|
|
8669
|
-
},
|
|
8670
8682
|
"minimax-m2.7": {
|
|
8671
8683
|
id: "minimax-m2.7",
|
|
8672
8684
|
name: "MiniMax M2.7",
|
|
8673
8685
|
api: "openai-completions",
|
|
8674
8686
|
provider: "opencode-go",
|
|
8675
8687
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8688
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8676
8689
|
reasoning: true,
|
|
8677
8690
|
input: ["text"],
|
|
8678
8691
|
cost: {
|
|
@@ -8686,16 +8699,16 @@ export const MODELS = {
|
|
|
8686
8699
|
},
|
|
8687
8700
|
"minimax-m3": {
|
|
8688
8701
|
id: "minimax-m3",
|
|
8689
|
-
name: "MiniMax M3",
|
|
8702
|
+
name: "MiniMax M3 (3x usage)",
|
|
8690
8703
|
api: "anthropic-messages",
|
|
8691
8704
|
provider: "opencode-go",
|
|
8692
8705
|
baseUrl: "https://opencode.ai/zen/go",
|
|
8693
8706
|
reasoning: true,
|
|
8694
8707
|
input: ["text", "image"],
|
|
8695
8708
|
cost: {
|
|
8696
|
-
input: 0.
|
|
8697
|
-
output:
|
|
8698
|
-
cacheRead: 0.
|
|
8709
|
+
input: 0.1,
|
|
8710
|
+
output: 0.4,
|
|
8711
|
+
cacheRead: 0.02,
|
|
8699
8712
|
cacheWrite: 0,
|
|
8700
8713
|
},
|
|
8701
8714
|
contextWindow: 512000,
|
|
@@ -8707,7 +8720,7 @@ export const MODELS = {
|
|
|
8707
8720
|
api: "openai-completions",
|
|
8708
8721
|
provider: "opencode-go",
|
|
8709
8722
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8710
|
-
compat: { "thinkingFormat": "qwen" },
|
|
8723
|
+
compat: { "thinkingFormat": "qwen", "maxTokensField": "max_tokens" },
|
|
8711
8724
|
reasoning: true,
|
|
8712
8725
|
input: ["text", "image"],
|
|
8713
8726
|
cost: {
|
|
@@ -8849,8 +8862,8 @@ export const MODELS = {
|
|
|
8849
8862
|
reasoning: false,
|
|
8850
8863
|
input: ["text", "image"],
|
|
8851
8864
|
cost: {
|
|
8852
|
-
input: 0.
|
|
8853
|
-
output: 3.
|
|
8865
|
+
input: 0.8,
|
|
8866
|
+
output: 3.2,
|
|
8854
8867
|
cacheRead: 0,
|
|
8855
8868
|
cacheWrite: 0,
|
|
8856
8869
|
},
|
|
@@ -8883,7 +8896,7 @@ export const MODELS = {
|
|
|
8883
8896
|
reasoning: false,
|
|
8884
8897
|
input: ["text", "image"],
|
|
8885
8898
|
cost: {
|
|
8886
|
-
input: 0.
|
|
8899
|
+
input: 0.8,
|
|
8887
8900
|
output: 4,
|
|
8888
8901
|
cacheRead: 0.08,
|
|
8889
8902
|
cacheWrite: 1,
|
|
@@ -8891,6 +8904,23 @@ export const MODELS = {
|
|
|
8891
8904
|
contextWindow: 200000,
|
|
8892
8905
|
maxTokens: 8192,
|
|
8893
8906
|
},
|
|
8907
|
+
"anthropic/claude-fable-5": {
|
|
8908
|
+
id: "anthropic/claude-fable-5",
|
|
8909
|
+
name: "Anthropic: Claude Fable 5",
|
|
8910
|
+
api: "openai-completions",
|
|
8911
|
+
provider: "openrouter",
|
|
8912
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8913
|
+
reasoning: true,
|
|
8914
|
+
input: ["text", "image"],
|
|
8915
|
+
cost: {
|
|
8916
|
+
input: 10,
|
|
8917
|
+
output: 50,
|
|
8918
|
+
cacheRead: 1,
|
|
8919
|
+
cacheWrite: 12.5,
|
|
8920
|
+
},
|
|
8921
|
+
contextWindow: 1000000,
|
|
8922
|
+
maxTokens: 128000,
|
|
8923
|
+
},
|
|
8894
8924
|
"anthropic/claude-haiku-4.5": {
|
|
8895
8925
|
id: "anthropic/claude-haiku-4.5",
|
|
8896
8926
|
name: "Anthropic: Claude Haiku 4.5",
|
|
@@ -8902,7 +8932,7 @@ export const MODELS = {
|
|
|
8902
8932
|
cost: {
|
|
8903
8933
|
input: 1,
|
|
8904
8934
|
output: 5,
|
|
8905
|
-
cacheRead: 0.
|
|
8935
|
+
cacheRead: 0.1,
|
|
8906
8936
|
cacheWrite: 1.25,
|
|
8907
8937
|
},
|
|
8908
8938
|
contextWindow: 200000,
|
|
@@ -9246,8 +9276,8 @@ export const MODELS = {
|
|
|
9246
9276
|
reasoning: true,
|
|
9247
9277
|
input: ["text", "image"],
|
|
9248
9278
|
cost: {
|
|
9249
|
-
input: 0.
|
|
9250
|
-
output: 0.
|
|
9279
|
+
input: 0.1,
|
|
9280
|
+
output: 0.4,
|
|
9251
9281
|
cacheRead: 0,
|
|
9252
9282
|
cacheWrite: 0,
|
|
9253
9283
|
},
|
|
@@ -9297,8 +9327,8 @@ export const MODELS = {
|
|
|
9297
9327
|
reasoning: false,
|
|
9298
9328
|
input: ["text"],
|
|
9299
9329
|
cost: {
|
|
9300
|
-
input: 0.
|
|
9301
|
-
output: 0.
|
|
9330
|
+
input: 0.2002,
|
|
9331
|
+
output: 0.8001,
|
|
9302
9332
|
cacheRead: 0,
|
|
9303
9333
|
cacheWrite: 0,
|
|
9304
9334
|
},
|
|
@@ -9314,7 +9344,7 @@ export const MODELS = {
|
|
|
9314
9344
|
reasoning: false,
|
|
9315
9345
|
input: ["text"],
|
|
9316
9346
|
cost: {
|
|
9317
|
-
input: 0.
|
|
9347
|
+
input: 0.2,
|
|
9318
9348
|
output: 0.77,
|
|
9319
9349
|
cacheRead: 0.135,
|
|
9320
9350
|
cacheWrite: 0,
|
|
@@ -9332,7 +9362,7 @@ export const MODELS = {
|
|
|
9332
9362
|
input: ["text"],
|
|
9333
9363
|
cost: {
|
|
9334
9364
|
input: 0.21,
|
|
9335
|
-
output: 0.
|
|
9365
|
+
output: 0.79,
|
|
9336
9366
|
cacheRead: 0.13,
|
|
9337
9367
|
cacheWrite: 0,
|
|
9338
9368
|
},
|
|
@@ -9366,7 +9396,7 @@ export const MODELS = {
|
|
|
9366
9396
|
input: ["text"],
|
|
9367
9397
|
cost: {
|
|
9368
9398
|
input: 0.5,
|
|
9369
|
-
output: 2.
|
|
9399
|
+
output: 2.15,
|
|
9370
9400
|
cacheRead: 0.35,
|
|
9371
9401
|
cacheWrite: 0,
|
|
9372
9402
|
},
|
|
@@ -9435,13 +9465,13 @@ export const MODELS = {
|
|
|
9435
9465
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
9436
9466
|
input: ["text"],
|
|
9437
9467
|
cost: {
|
|
9438
|
-
input: 0.
|
|
9439
|
-
output: 0.
|
|
9440
|
-
cacheRead: 0.
|
|
9468
|
+
input: 0.09,
|
|
9469
|
+
output: 0.18,
|
|
9470
|
+
cacheRead: 0.02,
|
|
9441
9471
|
cacheWrite: 0,
|
|
9442
9472
|
},
|
|
9443
9473
|
contextWindow: 1048576,
|
|
9444
|
-
maxTokens:
|
|
9474
|
+
maxTokens: 65536,
|
|
9445
9475
|
},
|
|
9446
9476
|
"deepseek/deepseek-v4-pro": {
|
|
9447
9477
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -9491,7 +9521,7 @@ export const MODELS = {
|
|
|
9491
9521
|
input: 0.3,
|
|
9492
9522
|
output: 2.5,
|
|
9493
9523
|
cacheRead: 0.03,
|
|
9494
|
-
cacheWrite: 0.
|
|
9524
|
+
cacheWrite: 0.083333,
|
|
9495
9525
|
},
|
|
9496
9526
|
contextWindow: 1048576,
|
|
9497
9527
|
maxTokens: 65535,
|
|
@@ -9505,10 +9535,10 @@ export const MODELS = {
|
|
|
9505
9535
|
reasoning: true,
|
|
9506
9536
|
input: ["text", "image"],
|
|
9507
9537
|
cost: {
|
|
9508
|
-
input: 0.
|
|
9509
|
-
output: 0.
|
|
9538
|
+
input: 0.1,
|
|
9539
|
+
output: 0.4,
|
|
9510
9540
|
cacheRead: 0.01,
|
|
9511
|
-
cacheWrite: 0.
|
|
9541
|
+
cacheWrite: 0.083333,
|
|
9512
9542
|
},
|
|
9513
9543
|
contextWindow: 1048576,
|
|
9514
9544
|
maxTokens: 65535,
|
|
@@ -9522,10 +9552,10 @@ export const MODELS = {
|
|
|
9522
9552
|
reasoning: true,
|
|
9523
9553
|
input: ["text", "image"],
|
|
9524
9554
|
cost: {
|
|
9525
|
-
input: 0.
|
|
9526
|
-
output: 0.
|
|
9555
|
+
input: 0.1,
|
|
9556
|
+
output: 0.4,
|
|
9527
9557
|
cacheRead: 0.01,
|
|
9528
|
-
cacheWrite: 0.
|
|
9558
|
+
cacheWrite: 0.083333,
|
|
9529
9559
|
},
|
|
9530
9560
|
contextWindow: 1048576,
|
|
9531
9561
|
maxTokens: 65535,
|
|
@@ -9592,8 +9622,8 @@ export const MODELS = {
|
|
|
9592
9622
|
cost: {
|
|
9593
9623
|
input: 0.5,
|
|
9594
9624
|
output: 3,
|
|
9595
|
-
cacheRead: 0.
|
|
9596
|
-
cacheWrite: 0.
|
|
9625
|
+
cacheRead: 0.05,
|
|
9626
|
+
cacheWrite: 0.083333,
|
|
9597
9627
|
},
|
|
9598
9628
|
contextWindow: 1048576,
|
|
9599
9629
|
maxTokens: 65536,
|
|
@@ -9609,8 +9639,8 @@ export const MODELS = {
|
|
|
9609
9639
|
cost: {
|
|
9610
9640
|
input: 0.25,
|
|
9611
9641
|
output: 1.5,
|
|
9612
|
-
cacheRead: 0.
|
|
9613
|
-
cacheWrite: 0.
|
|
9642
|
+
cacheRead: 0.025,
|
|
9643
|
+
cacheWrite: 0.083333,
|
|
9614
9644
|
},
|
|
9615
9645
|
contextWindow: 1048576,
|
|
9616
9646
|
maxTokens: 65536,
|
|
@@ -9626,8 +9656,8 @@ export const MODELS = {
|
|
|
9626
9656
|
cost: {
|
|
9627
9657
|
input: 0.25,
|
|
9628
9658
|
output: 1.5,
|
|
9629
|
-
cacheRead: 0.
|
|
9630
|
-
cacheWrite: 0.
|
|
9659
|
+
cacheRead: 0.025,
|
|
9660
|
+
cacheWrite: 0.083333,
|
|
9631
9661
|
},
|
|
9632
9662
|
contextWindow: 1048576,
|
|
9633
9663
|
maxTokens: 65536,
|
|
@@ -9643,7 +9673,7 @@ export const MODELS = {
|
|
|
9643
9673
|
cost: {
|
|
9644
9674
|
input: 2,
|
|
9645
9675
|
output: 12,
|
|
9646
|
-
cacheRead: 0.
|
|
9676
|
+
cacheRead: 0.2,
|
|
9647
9677
|
cacheWrite: 0.375,
|
|
9648
9678
|
},
|
|
9649
9679
|
contextWindow: 1048576,
|
|
@@ -9660,7 +9690,7 @@ export const MODELS = {
|
|
|
9660
9690
|
cost: {
|
|
9661
9691
|
input: 2,
|
|
9662
9692
|
output: 12,
|
|
9663
|
-
cacheRead: 0.
|
|
9693
|
+
cacheRead: 0.2,
|
|
9664
9694
|
cacheWrite: 0.375,
|
|
9665
9695
|
},
|
|
9666
9696
|
contextWindow: 1048756,
|
|
@@ -9678,7 +9708,7 @@ export const MODELS = {
|
|
|
9678
9708
|
input: 1.5,
|
|
9679
9709
|
output: 9,
|
|
9680
9710
|
cacheRead: 0.15,
|
|
9681
|
-
cacheWrite: 0.
|
|
9711
|
+
cacheWrite: 0.083333,
|
|
9682
9712
|
},
|
|
9683
9713
|
contextWindow: 1048576,
|
|
9684
9714
|
maxTokens: 65536,
|
|
@@ -9692,8 +9722,8 @@ export const MODELS = {
|
|
|
9692
9722
|
reasoning: false,
|
|
9693
9723
|
input: ["text", "image"],
|
|
9694
9724
|
cost: {
|
|
9695
|
-
input: 0.
|
|
9696
|
-
output: 0.
|
|
9725
|
+
input: 0.05,
|
|
9726
|
+
output: 0.15,
|
|
9697
9727
|
cacheRead: 0,
|
|
9698
9728
|
cacheWrite: 0,
|
|
9699
9729
|
},
|
|
@@ -9761,12 +9791,12 @@ export const MODELS = {
|
|
|
9761
9791
|
input: ["text", "image"],
|
|
9762
9792
|
cost: {
|
|
9763
9793
|
input: 0.12,
|
|
9764
|
-
output: 0.
|
|
9794
|
+
output: 0.35,
|
|
9765
9795
|
cacheRead: 0.09,
|
|
9766
9796
|
cacheWrite: 0,
|
|
9767
9797
|
},
|
|
9768
9798
|
contextWindow: 262144,
|
|
9769
|
-
maxTokens:
|
|
9799
|
+
maxTokens: 262144,
|
|
9770
9800
|
},
|
|
9771
9801
|
"google/gemma-4-31b-it:free": {
|
|
9772
9802
|
id: "google/gemma-4-31b-it:free",
|
|
@@ -9794,9 +9824,9 @@ export const MODELS = {
|
|
|
9794
9824
|
reasoning: false,
|
|
9795
9825
|
input: ["text"],
|
|
9796
9826
|
cost: {
|
|
9797
|
-
input: 0.
|
|
9798
|
-
output: 0.
|
|
9799
|
-
cacheRead: 0.
|
|
9827
|
+
input: 0.05,
|
|
9828
|
+
output: 0.1,
|
|
9829
|
+
cacheRead: 0.05,
|
|
9800
9830
|
cacheWrite: 0,
|
|
9801
9831
|
},
|
|
9802
9832
|
contextWindow: 131072,
|
|
@@ -9814,7 +9844,7 @@ export const MODELS = {
|
|
|
9814
9844
|
cost: {
|
|
9815
9845
|
input: 0.25,
|
|
9816
9846
|
output: 0.75,
|
|
9817
|
-
cacheRead: 0.
|
|
9847
|
+
cacheRead: 0.025,
|
|
9818
9848
|
cacheWrite: 0,
|
|
9819
9849
|
},
|
|
9820
9850
|
contextWindow: 128000,
|
|
@@ -9897,8 +9927,8 @@ export const MODELS = {
|
|
|
9897
9927
|
reasoning: false,
|
|
9898
9928
|
input: ["text"],
|
|
9899
9929
|
cost: {
|
|
9900
|
-
input: 0.
|
|
9901
|
-
output: 0.
|
|
9930
|
+
input: 0.4,
|
|
9931
|
+
output: 0.4,
|
|
9902
9932
|
cacheRead: 0,
|
|
9903
9933
|
cacheWrite: 0,
|
|
9904
9934
|
},
|
|
@@ -9931,7 +9961,7 @@ export const MODELS = {
|
|
|
9931
9961
|
reasoning: false,
|
|
9932
9962
|
input: ["text"],
|
|
9933
9963
|
cost: {
|
|
9934
|
-
input: 0.
|
|
9964
|
+
input: 0.1,
|
|
9935
9965
|
output: 0.32,
|
|
9936
9966
|
cacheRead: 0,
|
|
9937
9967
|
cacheWrite: 0,
|
|
@@ -9982,7 +10012,7 @@ export const MODELS = {
|
|
|
9982
10012
|
reasoning: false,
|
|
9983
10013
|
input: ["text", "image"],
|
|
9984
10014
|
cost: {
|
|
9985
|
-
input: 0.
|
|
10015
|
+
input: 0.1,
|
|
9986
10016
|
output: 0.3,
|
|
9987
10017
|
cacheRead: 0,
|
|
9988
10018
|
cacheWrite: 0,
|
|
@@ -9999,7 +10029,7 @@ export const MODELS = {
|
|
|
9999
10029
|
reasoning: true,
|
|
10000
10030
|
input: ["text"],
|
|
10001
10031
|
cost: {
|
|
10002
|
-
input: 0.
|
|
10032
|
+
input: 0.4,
|
|
10003
10033
|
output: 2.2,
|
|
10004
10034
|
cacheRead: 0,
|
|
10005
10035
|
cacheWrite: 0,
|
|
@@ -10051,8 +10081,8 @@ export const MODELS = {
|
|
|
10051
10081
|
input: ["text"],
|
|
10052
10082
|
cost: {
|
|
10053
10083
|
input: 0.15,
|
|
10054
|
-
output:
|
|
10055
|
-
cacheRead: 0,
|
|
10084
|
+
output: 0.9,
|
|
10085
|
+
cacheRead: 0.05,
|
|
10056
10086
|
cacheWrite: 0,
|
|
10057
10087
|
},
|
|
10058
10088
|
contextWindow: 204800,
|
|
@@ -10067,13 +10097,13 @@ export const MODELS = {
|
|
|
10067
10097
|
reasoning: true,
|
|
10068
10098
|
input: ["text"],
|
|
10069
10099
|
cost: {
|
|
10070
|
-
input: 0.
|
|
10071
|
-
output: 1
|
|
10072
|
-
cacheRead: 0,
|
|
10100
|
+
input: 0.25,
|
|
10101
|
+
output: 1,
|
|
10102
|
+
cacheRead: 0.05,
|
|
10073
10103
|
cacheWrite: 0,
|
|
10074
10104
|
},
|
|
10075
10105
|
contextWindow: 204800,
|
|
10076
|
-
maxTokens:
|
|
10106
|
+
maxTokens: 131072,
|
|
10077
10107
|
},
|
|
10078
10108
|
"minimax/minimax-m3": {
|
|
10079
10109
|
id: "minimax/minimax-m3",
|
|
@@ -10102,7 +10132,7 @@ export const MODELS = {
|
|
|
10102
10132
|
input: ["text"],
|
|
10103
10133
|
cost: {
|
|
10104
10134
|
input: 0.3,
|
|
10105
|
-
output: 0.
|
|
10135
|
+
output: 0.9,
|
|
10106
10136
|
cacheRead: 0.03,
|
|
10107
10137
|
cacheWrite: 0,
|
|
10108
10138
|
},
|
|
@@ -10118,7 +10148,7 @@ export const MODELS = {
|
|
|
10118
10148
|
reasoning: false,
|
|
10119
10149
|
input: ["text"],
|
|
10120
10150
|
cost: {
|
|
10121
|
-
input: 0.
|
|
10151
|
+
input: 0.4,
|
|
10122
10152
|
output: 2,
|
|
10123
10153
|
cacheRead: 0.04,
|
|
10124
10154
|
cacheWrite: 0,
|
|
@@ -10135,8 +10165,8 @@ export const MODELS = {
|
|
|
10135
10165
|
reasoning: false,
|
|
10136
10166
|
input: ["text", "image"],
|
|
10137
10167
|
cost: {
|
|
10138
|
-
input: 0.
|
|
10139
|
-
output: 0.
|
|
10168
|
+
input: 0.2,
|
|
10169
|
+
output: 0.2,
|
|
10140
10170
|
cacheRead: 0.02,
|
|
10141
10171
|
cacheWrite: 0,
|
|
10142
10172
|
},
|
|
@@ -10152,8 +10182,8 @@ export const MODELS = {
|
|
|
10152
10182
|
reasoning: false,
|
|
10153
10183
|
input: ["text", "image"],
|
|
10154
10184
|
cost: {
|
|
10155
|
-
input: 0.
|
|
10156
|
-
output: 0.
|
|
10185
|
+
input: 0.1,
|
|
10186
|
+
output: 0.1,
|
|
10157
10187
|
cacheRead: 0.01,
|
|
10158
10188
|
cacheWrite: 0,
|
|
10159
10189
|
},
|
|
@@ -10188,7 +10218,7 @@ export const MODELS = {
|
|
|
10188
10218
|
cost: {
|
|
10189
10219
|
input: 2,
|
|
10190
10220
|
output: 6,
|
|
10191
|
-
cacheRead: 0.
|
|
10221
|
+
cacheRead: 0.2,
|
|
10192
10222
|
cacheWrite: 0,
|
|
10193
10223
|
},
|
|
10194
10224
|
contextWindow: 128000,
|
|
@@ -10205,7 +10235,7 @@ export const MODELS = {
|
|
|
10205
10235
|
cost: {
|
|
10206
10236
|
input: 2,
|
|
10207
10237
|
output: 6,
|
|
10208
|
-
cacheRead: 0.
|
|
10238
|
+
cacheRead: 0.2,
|
|
10209
10239
|
cacheWrite: 0,
|
|
10210
10240
|
},
|
|
10211
10241
|
contextWindow: 131072,
|
|
@@ -10222,7 +10252,7 @@ export const MODELS = {
|
|
|
10222
10252
|
cost: {
|
|
10223
10253
|
input: 0.5,
|
|
10224
10254
|
output: 1.5,
|
|
10225
|
-
cacheRead: 0.
|
|
10255
|
+
cacheRead: 0.05,
|
|
10226
10256
|
cacheWrite: 0,
|
|
10227
10257
|
},
|
|
10228
10258
|
contextWindow: 262144,
|
|
@@ -10237,7 +10267,7 @@ export const MODELS = {
|
|
|
10237
10267
|
reasoning: false,
|
|
10238
10268
|
input: ["text", "image"],
|
|
10239
10269
|
cost: {
|
|
10240
|
-
input: 0.
|
|
10270
|
+
input: 0.4,
|
|
10241
10271
|
output: 2,
|
|
10242
10272
|
cacheRead: 0.04,
|
|
10243
10273
|
cacheWrite: 0,
|
|
@@ -10271,7 +10301,7 @@ export const MODELS = {
|
|
|
10271
10301
|
reasoning: false,
|
|
10272
10302
|
input: ["text", "image"],
|
|
10273
10303
|
cost: {
|
|
10274
|
-
input: 0.
|
|
10304
|
+
input: 0.4,
|
|
10275
10305
|
output: 2,
|
|
10276
10306
|
cacheRead: 0.04,
|
|
10277
10307
|
cacheWrite: 0,
|
|
@@ -10305,7 +10335,7 @@ export const MODELS = {
|
|
|
10305
10335
|
reasoning: false,
|
|
10306
10336
|
input: ["text"],
|
|
10307
10337
|
cost: {
|
|
10308
|
-
input: 0.
|
|
10338
|
+
input: 0.2,
|
|
10309
10339
|
output: 0.6,
|
|
10310
10340
|
cacheRead: 0.02,
|
|
10311
10341
|
cacheWrite: 0,
|
|
@@ -10340,7 +10370,7 @@ export const MODELS = {
|
|
|
10340
10370
|
input: ["text", "image"],
|
|
10341
10371
|
cost: {
|
|
10342
10372
|
input: 0.075,
|
|
10343
|
-
output: 0.
|
|
10373
|
+
output: 0.2,
|
|
10344
10374
|
cacheRead: 0,
|
|
10345
10375
|
cacheWrite: 0,
|
|
10346
10376
|
},
|
|
@@ -10358,7 +10388,7 @@ export const MODELS = {
|
|
|
10358
10388
|
cost: {
|
|
10359
10389
|
input: 2,
|
|
10360
10390
|
output: 6,
|
|
10361
|
-
cacheRead: 0.
|
|
10391
|
+
cacheRead: 0.2,
|
|
10362
10392
|
cacheWrite: 0,
|
|
10363
10393
|
},
|
|
10364
10394
|
contextWindow: 65536,
|
|
@@ -10373,7 +10403,7 @@ export const MODELS = {
|
|
|
10373
10403
|
reasoning: false,
|
|
10374
10404
|
input: ["text"],
|
|
10375
10405
|
cost: {
|
|
10376
|
-
input: 0.
|
|
10406
|
+
input: 0.1,
|
|
10377
10407
|
output: 0.3,
|
|
10378
10408
|
cacheRead: 0.01,
|
|
10379
10409
|
cacheWrite: 0,
|
|
@@ -10390,7 +10420,7 @@ export const MODELS = {
|
|
|
10390
10420
|
reasoning: false,
|
|
10391
10421
|
input: ["text"],
|
|
10392
10422
|
cost: {
|
|
10393
|
-
input: 0.
|
|
10423
|
+
input: 0.57,
|
|
10394
10424
|
output: 2.3,
|
|
10395
10425
|
cacheRead: 0,
|
|
10396
10426
|
cacheWrite: 0,
|
|
@@ -10459,48 +10489,47 @@ export const MODELS = {
|
|
|
10459
10489
|
reasoning: true,
|
|
10460
10490
|
input: ["text", "image"],
|
|
10461
10491
|
cost: {
|
|
10462
|
-
input: 0.
|
|
10463
|
-
output: 3.
|
|
10464
|
-
cacheRead: 0.
|
|
10492
|
+
input: 0.68,
|
|
10493
|
+
output: 3.41,
|
|
10494
|
+
cacheRead: 0.34,
|
|
10465
10495
|
cacheWrite: 0,
|
|
10466
10496
|
},
|
|
10467
10497
|
contextWindow: 262144,
|
|
10468
|
-
maxTokens:
|
|
10498
|
+
maxTokens: 262142,
|
|
10469
10499
|
},
|
|
10470
|
-
"moonshotai/kimi-k2.
|
|
10471
|
-
id: "moonshotai/kimi-k2.
|
|
10472
|
-
name: "MoonshotAI: Kimi K2.
|
|
10500
|
+
"moonshotai/kimi-k2.7-code": {
|
|
10501
|
+
id: "moonshotai/kimi-k2.7-code",
|
|
10502
|
+
name: "MoonshotAI: Kimi K2.7 Code",
|
|
10473
10503
|
api: "openai-completions",
|
|
10474
10504
|
provider: "openrouter",
|
|
10475
10505
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10476
|
-
compat: { "supportsDeveloperRole": false, "requiresReasoningContentOnAssistantMessages": true },
|
|
10477
10506
|
reasoning: true,
|
|
10478
10507
|
input: ["text", "image"],
|
|
10479
10508
|
cost: {
|
|
10480
|
-
input: 0,
|
|
10481
|
-
output:
|
|
10482
|
-
cacheRead: 0,
|
|
10509
|
+
input: 0.75,
|
|
10510
|
+
output: 3.5,
|
|
10511
|
+
cacheRead: 0.16,
|
|
10483
10512
|
cacheWrite: 0,
|
|
10484
10513
|
},
|
|
10485
10514
|
contextWindow: 262144,
|
|
10486
|
-
maxTokens:
|
|
10515
|
+
maxTokens: 262144,
|
|
10487
10516
|
},
|
|
10488
|
-
"nex-agi/
|
|
10489
|
-
id: "nex-agi/
|
|
10490
|
-
name: "Nex AGI:
|
|
10517
|
+
"nex-agi/nex-n2-pro:free": {
|
|
10518
|
+
id: "nex-agi/nex-n2-pro:free",
|
|
10519
|
+
name: "Nex AGI: Nex-N2-Pro (free)",
|
|
10491
10520
|
api: "openai-completions",
|
|
10492
10521
|
provider: "openrouter",
|
|
10493
10522
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10494
|
-
reasoning:
|
|
10495
|
-
input: ["text"],
|
|
10523
|
+
reasoning: true,
|
|
10524
|
+
input: ["text", "image"],
|
|
10496
10525
|
cost: {
|
|
10497
|
-
input: 0
|
|
10498
|
-
output: 0
|
|
10526
|
+
input: 0,
|
|
10527
|
+
output: 0,
|
|
10499
10528
|
cacheRead: 0,
|
|
10500
10529
|
cacheWrite: 0,
|
|
10501
10530
|
},
|
|
10502
|
-
contextWindow:
|
|
10503
|
-
maxTokens:
|
|
10531
|
+
contextWindow: 262144,
|
|
10532
|
+
maxTokens: 262144,
|
|
10504
10533
|
},
|
|
10505
10534
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
10506
10535
|
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
@@ -10511,8 +10540,8 @@ export const MODELS = {
|
|
|
10511
10540
|
reasoning: true,
|
|
10512
10541
|
input: ["text"],
|
|
10513
10542
|
cost: {
|
|
10514
|
-
input: 0.
|
|
10515
|
-
output: 0.
|
|
10543
|
+
input: 0.4,
|
|
10544
|
+
output: 0.4,
|
|
10516
10545
|
cacheRead: 0,
|
|
10517
10546
|
cacheWrite: 0,
|
|
10518
10547
|
},
|
|
@@ -10528,8 +10557,8 @@ export const MODELS = {
|
|
|
10528
10557
|
reasoning: true,
|
|
10529
10558
|
input: ["text"],
|
|
10530
10559
|
cost: {
|
|
10531
|
-
input: 0.
|
|
10532
|
-
output: 0.
|
|
10560
|
+
input: 0.05,
|
|
10561
|
+
output: 0.2,
|
|
10533
10562
|
cacheRead: 0,
|
|
10534
10563
|
cacheWrite: 0,
|
|
10535
10564
|
},
|
|
@@ -10580,7 +10609,7 @@ export const MODELS = {
|
|
|
10580
10609
|
input: ["text"],
|
|
10581
10610
|
cost: {
|
|
10582
10611
|
input: 0.09,
|
|
10583
|
-
output: 0.
|
|
10612
|
+
output: 0.45,
|
|
10584
10613
|
cacheRead: 0,
|
|
10585
10614
|
cacheWrite: 0,
|
|
10586
10615
|
},
|
|
@@ -10655,23 +10684,6 @@ export const MODELS = {
|
|
|
10655
10684
|
contextWindow: 128000,
|
|
10656
10685
|
maxTokens: 128000,
|
|
10657
10686
|
},
|
|
10658
|
-
"nvidia/nemotron-nano-9b-v2": {
|
|
10659
|
-
id: "nvidia/nemotron-nano-9b-v2",
|
|
10660
|
-
name: "NVIDIA: Nemotron Nano 9B V2",
|
|
10661
|
-
api: "openai-completions",
|
|
10662
|
-
provider: "openrouter",
|
|
10663
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10664
|
-
reasoning: true,
|
|
10665
|
-
input: ["text"],
|
|
10666
|
-
cost: {
|
|
10667
|
-
input: 0.04,
|
|
10668
|
-
output: 0.16,
|
|
10669
|
-
cacheRead: 0,
|
|
10670
|
-
cacheWrite: 0,
|
|
10671
|
-
},
|
|
10672
|
-
contextWindow: 131072,
|
|
10673
|
-
maxTokens: 16384,
|
|
10674
|
-
},
|
|
10675
10687
|
"nvidia/nemotron-nano-9b-v2:free": {
|
|
10676
10688
|
id: "nvidia/nemotron-nano-9b-v2:free",
|
|
10677
10689
|
name: "NVIDIA: Nemotron Nano 9B V2 (free)",
|
|
@@ -10817,9 +10829,9 @@ export const MODELS = {
|
|
|
10817
10829
|
reasoning: false,
|
|
10818
10830
|
input: ["text", "image"],
|
|
10819
10831
|
cost: {
|
|
10820
|
-
input: 0.
|
|
10821
|
-
output: 1.
|
|
10822
|
-
cacheRead: 0.
|
|
10832
|
+
input: 0.4,
|
|
10833
|
+
output: 1.6,
|
|
10834
|
+
cacheRead: 0.1,
|
|
10823
10835
|
cacheWrite: 0,
|
|
10824
10836
|
},
|
|
10825
10837
|
contextWindow: 1047576,
|
|
@@ -10834,9 +10846,9 @@ export const MODELS = {
|
|
|
10834
10846
|
reasoning: false,
|
|
10835
10847
|
input: ["text", "image"],
|
|
10836
10848
|
cost: {
|
|
10837
|
-
input: 0.
|
|
10838
|
-
output: 0.
|
|
10839
|
-
cacheRead: 0.
|
|
10849
|
+
input: 0.1,
|
|
10850
|
+
output: 0.4,
|
|
10851
|
+
cacheRead: 0.025,
|
|
10840
10852
|
cacheWrite: 0,
|
|
10841
10853
|
},
|
|
10842
10854
|
contextWindow: 1047576,
|
|
@@ -10989,7 +11001,7 @@ export const MODELS = {
|
|
|
10989
11001
|
cost: {
|
|
10990
11002
|
input: 0.25,
|
|
10991
11003
|
output: 2,
|
|
10992
|
-
cacheRead: 0.
|
|
11004
|
+
cacheRead: 0.025,
|
|
10993
11005
|
cacheWrite: 0,
|
|
10994
11006
|
},
|
|
10995
11007
|
contextWindow: 400000,
|
|
@@ -11004,8 +11016,8 @@ export const MODELS = {
|
|
|
11004
11016
|
reasoning: true,
|
|
11005
11017
|
input: ["text", "image"],
|
|
11006
11018
|
cost: {
|
|
11007
|
-
input: 0.
|
|
11008
|
-
output: 0.
|
|
11019
|
+
input: 0.05,
|
|
11020
|
+
output: 0.4,
|
|
11009
11021
|
cacheRead: 0.01,
|
|
11010
11022
|
cacheWrite: 0,
|
|
11011
11023
|
},
|
|
@@ -11108,7 +11120,7 @@ export const MODELS = {
|
|
|
11108
11120
|
cost: {
|
|
11109
11121
|
input: 0.25,
|
|
11110
11122
|
output: 2,
|
|
11111
|
-
cacheRead: 0.
|
|
11123
|
+
cacheRead: 0.025,
|
|
11112
11124
|
cacheWrite: 0,
|
|
11113
11125
|
},
|
|
11114
11126
|
contextWindow: 400000,
|
|
@@ -11268,7 +11280,7 @@ export const MODELS = {
|
|
|
11268
11280
|
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
11269
11281
|
input: ["text", "image"],
|
|
11270
11282
|
cost: {
|
|
11271
|
-
input: 0.
|
|
11283
|
+
input: 0.2,
|
|
11272
11284
|
output: 1.25,
|
|
11273
11285
|
cacheRead: 0.02,
|
|
11274
11286
|
cacheWrite: 0,
|
|
@@ -11713,7 +11725,7 @@ export const MODELS = {
|
|
|
11713
11725
|
reasoning: true,
|
|
11714
11726
|
input: ["text"],
|
|
11715
11727
|
cost: {
|
|
11716
|
-
input: 0.
|
|
11728
|
+
input: 0.2,
|
|
11717
11729
|
output: 1.1,
|
|
11718
11730
|
cacheRead: 0,
|
|
11719
11731
|
cacheWrite: 0,
|
|
@@ -11731,7 +11743,7 @@ export const MODELS = {
|
|
|
11731
11743
|
input: ["text"],
|
|
11732
11744
|
cost: {
|
|
11733
11745
|
input: 0.36,
|
|
11734
|
-
output: 0.
|
|
11746
|
+
output: 0.4,
|
|
11735
11747
|
cacheRead: 0,
|
|
11736
11748
|
cacheWrite: 0,
|
|
11737
11749
|
},
|
|
@@ -11749,7 +11761,7 @@ export const MODELS = {
|
|
|
11749
11761
|
cost: {
|
|
11750
11762
|
input: 0.26,
|
|
11751
11763
|
output: 0.78,
|
|
11752
|
-
cacheRead: 0.
|
|
11764
|
+
cacheRead: 0.052,
|
|
11753
11765
|
cacheWrite: 0.325,
|
|
11754
11766
|
},
|
|
11755
11767
|
contextWindow: 1000000,
|
|
@@ -11798,7 +11810,7 @@ export const MODELS = {
|
|
|
11798
11810
|
reasoning: true,
|
|
11799
11811
|
input: ["text"],
|
|
11800
11812
|
cost: {
|
|
11801
|
-
input: 0.
|
|
11813
|
+
input: 0.1,
|
|
11802
11814
|
output: 0.24,
|
|
11803
11815
|
cacheRead: 0,
|
|
11804
11816
|
cacheWrite: 0,
|
|
@@ -11815,8 +11827,8 @@ export const MODELS = {
|
|
|
11815
11827
|
reasoning: true,
|
|
11816
11828
|
input: ["text"],
|
|
11817
11829
|
cost: {
|
|
11818
|
-
input: 0.
|
|
11819
|
-
output: 1.
|
|
11830
|
+
input: 0.455,
|
|
11831
|
+
output: 1.82,
|
|
11820
11832
|
cacheRead: 0,
|
|
11821
11833
|
cacheWrite: 0,
|
|
11822
11834
|
},
|
|
@@ -11832,8 +11844,8 @@ export const MODELS = {
|
|
|
11832
11844
|
reasoning: false,
|
|
11833
11845
|
input: ["text"],
|
|
11834
11846
|
cost: {
|
|
11835
|
-
input: 0.
|
|
11836
|
-
output: 0.
|
|
11847
|
+
input: 0.09,
|
|
11848
|
+
output: 0.1,
|
|
11837
11849
|
cacheRead: 0,
|
|
11838
11850
|
cacheWrite: 0,
|
|
11839
11851
|
},
|
|
@@ -11849,9 +11861,9 @@ export const MODELS = {
|
|
|
11849
11861
|
reasoning: true,
|
|
11850
11862
|
input: ["text"],
|
|
11851
11863
|
cost: {
|
|
11852
|
-
input: 0.
|
|
11853
|
-
output: 0.
|
|
11854
|
-
cacheRead: 0.
|
|
11864
|
+
input: 0.1,
|
|
11865
|
+
output: 0.1,
|
|
11866
|
+
cacheRead: 0.1,
|
|
11855
11867
|
cacheWrite: 0,
|
|
11856
11868
|
},
|
|
11857
11869
|
contextWindow: 262144,
|
|
@@ -11866,8 +11878,8 @@ export const MODELS = {
|
|
|
11866
11878
|
reasoning: true,
|
|
11867
11879
|
input: ["text"],
|
|
11868
11880
|
cost: {
|
|
11869
|
-
input: 0.
|
|
11870
|
-
output: 0.
|
|
11881
|
+
input: 0.12,
|
|
11882
|
+
output: 0.5,
|
|
11871
11883
|
cacheRead: 0,
|
|
11872
11884
|
cacheWrite: 0,
|
|
11873
11885
|
},
|
|
@@ -11901,7 +11913,7 @@ export const MODELS = {
|
|
|
11901
11913
|
input: ["text"],
|
|
11902
11914
|
cost: {
|
|
11903
11915
|
input: 0.08,
|
|
11904
|
-
output: 0.
|
|
11916
|
+
output: 0.4,
|
|
11905
11917
|
cacheRead: 0.08,
|
|
11906
11918
|
cacheWrite: 0,
|
|
11907
11919
|
},
|
|
@@ -11934,9 +11946,9 @@ export const MODELS = {
|
|
|
11934
11946
|
reasoning: true,
|
|
11935
11947
|
input: ["text"],
|
|
11936
11948
|
cost: {
|
|
11937
|
-
input: 0.
|
|
11938
|
-
output: 0.
|
|
11939
|
-
cacheRead: 0.
|
|
11949
|
+
input: 0.05,
|
|
11950
|
+
output: 0.4,
|
|
11951
|
+
cacheRead: 0.05,
|
|
11940
11952
|
cacheWrite: 0,
|
|
11941
11953
|
},
|
|
11942
11954
|
contextWindow: 131072,
|
|
@@ -11952,7 +11964,7 @@ export const MODELS = {
|
|
|
11952
11964
|
input: ["text"],
|
|
11953
11965
|
cost: {
|
|
11954
11966
|
input: 0.22,
|
|
11955
|
-
output: 1.
|
|
11967
|
+
output: 1.8,
|
|
11956
11968
|
cacheRead: 0,
|
|
11957
11969
|
cacheWrite: 0,
|
|
11958
11970
|
},
|
|
@@ -12003,7 +12015,7 @@ export const MODELS = {
|
|
|
12003
12015
|
input: ["text"],
|
|
12004
12016
|
cost: {
|
|
12005
12017
|
input: 0.11,
|
|
12006
|
-
output: 0.
|
|
12018
|
+
output: 0.8,
|
|
12007
12019
|
cacheRead: 0.07,
|
|
12008
12020
|
cacheWrite: 0,
|
|
12009
12021
|
},
|
|
@@ -12138,7 +12150,7 @@ export const MODELS = {
|
|
|
12138
12150
|
reasoning: false,
|
|
12139
12151
|
input: ["text", "image"],
|
|
12140
12152
|
cost: {
|
|
12141
|
-
input: 0.
|
|
12153
|
+
input: 0.2,
|
|
12142
12154
|
output: 0.88,
|
|
12143
12155
|
cacheRead: 0.11,
|
|
12144
12156
|
cacheWrite: 0,
|
|
@@ -12206,8 +12218,8 @@ export const MODELS = {
|
|
|
12206
12218
|
reasoning: false,
|
|
12207
12219
|
input: ["text", "image"],
|
|
12208
12220
|
cost: {
|
|
12209
|
-
input: 0.
|
|
12210
|
-
output: 0.
|
|
12221
|
+
input: 0.104,
|
|
12222
|
+
output: 0.416,
|
|
12211
12223
|
cacheRead: 0,
|
|
12212
12224
|
cacheWrite: 0,
|
|
12213
12225
|
},
|
|
@@ -12293,7 +12305,7 @@ export const MODELS = {
|
|
|
12293
12305
|
cost: {
|
|
12294
12306
|
input: 0.14,
|
|
12295
12307
|
output: 1,
|
|
12296
|
-
cacheRead: 0.
|
|
12308
|
+
cacheRead: 0.05,
|
|
12297
12309
|
cacheWrite: 0,
|
|
12298
12310
|
},
|
|
12299
12311
|
contextWindow: 262144,
|
|
@@ -12325,13 +12337,13 @@ export const MODELS = {
|
|
|
12325
12337
|
reasoning: true,
|
|
12326
12338
|
input: ["text", "image"],
|
|
12327
12339
|
cost: {
|
|
12328
|
-
input: 0.
|
|
12340
|
+
input: 0.1,
|
|
12329
12341
|
output: 0.15,
|
|
12330
12342
|
cacheRead: 0,
|
|
12331
12343
|
cacheWrite: 0,
|
|
12332
12344
|
},
|
|
12333
12345
|
contextWindow: 262144,
|
|
12334
|
-
maxTokens:
|
|
12346
|
+
maxTokens: 262144,
|
|
12335
12347
|
},
|
|
12336
12348
|
"qwen/qwen3.5-flash-02-23": {
|
|
12337
12349
|
id: "qwen/qwen3.5-flash-02-23",
|
|
@@ -12377,7 +12389,7 @@ export const MODELS = {
|
|
|
12377
12389
|
input: ["text", "image"],
|
|
12378
12390
|
cost: {
|
|
12379
12391
|
input: 0.3,
|
|
12380
|
-
output: 1.
|
|
12392
|
+
output: 1.8,
|
|
12381
12393
|
cacheRead: 0,
|
|
12382
12394
|
cacheWrite: 0.375,
|
|
12383
12395
|
},
|
|
@@ -12393,13 +12405,13 @@ export const MODELS = {
|
|
|
12393
12405
|
reasoning: true,
|
|
12394
12406
|
input: ["text", "image"],
|
|
12395
12407
|
cost: {
|
|
12396
|
-
input: 0.
|
|
12397
|
-
output:
|
|
12408
|
+
input: 0.2885,
|
|
12409
|
+
output: 3.17,
|
|
12398
12410
|
cacheRead: 0,
|
|
12399
12411
|
cacheWrite: 0,
|
|
12400
12412
|
},
|
|
12401
12413
|
contextWindow: 262144,
|
|
12402
|
-
maxTokens:
|
|
12414
|
+
maxTokens: 262140,
|
|
12403
12415
|
},
|
|
12404
12416
|
"qwen/qwen3.6-35b-a3b": {
|
|
12405
12417
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -12410,13 +12422,13 @@ export const MODELS = {
|
|
|
12410
12422
|
reasoning: true,
|
|
12411
12423
|
input: ["text", "image"],
|
|
12412
12424
|
cost: {
|
|
12413
|
-
input: 0.
|
|
12425
|
+
input: 0.15,
|
|
12414
12426
|
output: 1,
|
|
12415
|
-
cacheRead: 0,
|
|
12427
|
+
cacheRead: 0.05,
|
|
12416
12428
|
cacheWrite: 0,
|
|
12417
12429
|
},
|
|
12418
12430
|
contextWindow: 262144,
|
|
12419
|
-
maxTokens:
|
|
12431
|
+
maxTokens: 262144,
|
|
12420
12432
|
},
|
|
12421
12433
|
"qwen/qwen3.6-flash": {
|
|
12422
12434
|
id: "qwen/qwen3.6-flash",
|
|
@@ -12495,10 +12507,10 @@ export const MODELS = {
|
|
|
12495
12507
|
reasoning: true,
|
|
12496
12508
|
input: ["text", "image"],
|
|
12497
12509
|
cost: {
|
|
12498
|
-
input: 0.
|
|
12499
|
-
output: 1.
|
|
12500
|
-
cacheRead: 0.
|
|
12501
|
-
cacheWrite: 0.
|
|
12510
|
+
input: 0.32,
|
|
12511
|
+
output: 1.28,
|
|
12512
|
+
cacheRead: 0.064,
|
|
12513
|
+
cacheWrite: 0.4,
|
|
12502
12514
|
},
|
|
12503
12515
|
contextWindow: 1000000,
|
|
12504
12516
|
maxTokens: 65536,
|
|
@@ -12512,8 +12524,8 @@ export const MODELS = {
|
|
|
12512
12524
|
reasoning: false,
|
|
12513
12525
|
input: ["text", "image"],
|
|
12514
12526
|
cost: {
|
|
12515
|
-
input: 0.
|
|
12516
|
-
output: 0.
|
|
12527
|
+
input: 0.1,
|
|
12528
|
+
output: 0.1,
|
|
12517
12529
|
cacheRead: 0,
|
|
12518
12530
|
cacheWrite: 0,
|
|
12519
12531
|
},
|
|
@@ -12580,7 +12592,7 @@ export const MODELS = {
|
|
|
12580
12592
|
reasoning: true,
|
|
12581
12593
|
input: ["text", "image"],
|
|
12582
12594
|
cost: {
|
|
12583
|
-
input: 0.
|
|
12595
|
+
input: 0.2,
|
|
12584
12596
|
output: 1.15,
|
|
12585
12597
|
cacheRead: 0.04,
|
|
12586
12598
|
cacheWrite: 0,
|
|
@@ -12599,7 +12611,7 @@ export const MODELS = {
|
|
|
12599
12611
|
cost: {
|
|
12600
12612
|
input: 0.063,
|
|
12601
12613
|
output: 0.21,
|
|
12602
|
-
cacheRead: 0.
|
|
12614
|
+
cacheRead: 0.021,
|
|
12603
12615
|
cacheWrite: 0,
|
|
12604
12616
|
},
|
|
12605
12617
|
contextWindow: 262144,
|
|
@@ -12614,7 +12626,7 @@ export const MODELS = {
|
|
|
12614
12626
|
reasoning: false,
|
|
12615
12627
|
input: ["text"],
|
|
12616
12628
|
cost: {
|
|
12617
|
-
input: 0.
|
|
12629
|
+
input: 0.17,
|
|
12618
12630
|
output: 0.43,
|
|
12619
12631
|
cacheRead: 0,
|
|
12620
12632
|
cacheWrite: 0,
|
|
@@ -12631,8 +12643,8 @@ export const MODELS = {
|
|
|
12631
12643
|
reasoning: false,
|
|
12632
12644
|
input: ["text"],
|
|
12633
12645
|
cost: {
|
|
12634
|
-
input: 0.
|
|
12635
|
-
output: 0.
|
|
12646
|
+
input: 0.4,
|
|
12647
|
+
output: 0.4,
|
|
12636
12648
|
cacheRead: 0,
|
|
12637
12649
|
cacheWrite: 0,
|
|
12638
12650
|
},
|
|
@@ -12667,7 +12679,7 @@ export const MODELS = {
|
|
|
12667
12679
|
cost: {
|
|
12668
12680
|
input: 1.25,
|
|
12669
12681
|
output: 2.5,
|
|
12670
|
-
cacheRead: 0.
|
|
12682
|
+
cacheRead: 0.2,
|
|
12671
12683
|
cacheWrite: 0,
|
|
12672
12684
|
},
|
|
12673
12685
|
contextWindow: 2000000,
|
|
@@ -12684,7 +12696,7 @@ export const MODELS = {
|
|
|
12684
12696
|
cost: {
|
|
12685
12697
|
input: 1.25,
|
|
12686
12698
|
output: 2.5,
|
|
12687
|
-
cacheRead: 0.
|
|
12699
|
+
cacheRead: 0.2,
|
|
12688
12700
|
cacheWrite: 0,
|
|
12689
12701
|
},
|
|
12690
12702
|
contextWindow: 1000000,
|
|
@@ -12701,7 +12713,7 @@ export const MODELS = {
|
|
|
12701
12713
|
cost: {
|
|
12702
12714
|
input: 1,
|
|
12703
12715
|
output: 2,
|
|
12704
|
-
cacheRead: 0.
|
|
12716
|
+
cacheRead: 0.2,
|
|
12705
12717
|
cacheWrite: 0,
|
|
12706
12718
|
},
|
|
12707
12719
|
contextWindow: 256000,
|
|
@@ -12716,7 +12728,7 @@ export const MODELS = {
|
|
|
12716
12728
|
reasoning: true,
|
|
12717
12729
|
input: ["text"],
|
|
12718
12730
|
cost: {
|
|
12719
|
-
input: 0.
|
|
12731
|
+
input: 0.1,
|
|
12720
12732
|
output: 0.3,
|
|
12721
12733
|
cacheRead: 0.01,
|
|
12722
12734
|
cacheWrite: 0,
|
|
@@ -12758,23 +12770,6 @@ export const MODELS = {
|
|
|
12758
12770
|
contextWindow: 1048576,
|
|
12759
12771
|
maxTokens: 131072,
|
|
12760
12772
|
},
|
|
12761
|
-
"z-ai/glm-4-32b": {
|
|
12762
|
-
id: "z-ai/glm-4-32b",
|
|
12763
|
-
name: "Z.ai: GLM 4 32B ",
|
|
12764
|
-
api: "openai-completions",
|
|
12765
|
-
provider: "openrouter",
|
|
12766
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12767
|
-
reasoning: false,
|
|
12768
|
-
input: ["text"],
|
|
12769
|
-
cost: {
|
|
12770
|
-
input: 0.09999999999999999,
|
|
12771
|
-
output: 0.09999999999999999,
|
|
12772
|
-
cacheRead: 0,
|
|
12773
|
-
cacheWrite: 0,
|
|
12774
|
-
},
|
|
12775
|
-
contextWindow: 128000,
|
|
12776
|
-
maxTokens: 4096,
|
|
12777
|
-
},
|
|
12778
12773
|
"z-ai/glm-4.5": {
|
|
12779
12774
|
id: "z-ai/glm-4.5",
|
|
12780
12775
|
name: "Z.ai: GLM 4.5",
|
|
@@ -12809,23 +12804,6 @@ export const MODELS = {
|
|
|
12809
12804
|
contextWindow: 131072,
|
|
12810
12805
|
maxTokens: 131070,
|
|
12811
12806
|
},
|
|
12812
|
-
"z-ai/glm-4.5-air:free": {
|
|
12813
|
-
id: "z-ai/glm-4.5-air:free",
|
|
12814
|
-
name: "Z.ai: GLM 4.5 Air (free)",
|
|
12815
|
-
api: "openai-completions",
|
|
12816
|
-
provider: "openrouter",
|
|
12817
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12818
|
-
reasoning: true,
|
|
12819
|
-
input: ["text"],
|
|
12820
|
-
cost: {
|
|
12821
|
-
input: 0,
|
|
12822
|
-
output: 0,
|
|
12823
|
-
cacheRead: 0,
|
|
12824
|
-
cacheWrite: 0,
|
|
12825
|
-
},
|
|
12826
|
-
contextWindow: 131072,
|
|
12827
|
-
maxTokens: 96000,
|
|
12828
|
-
},
|
|
12829
12807
|
"z-ai/glm-4.5v": {
|
|
12830
12808
|
id: "z-ai/glm-4.5v",
|
|
12831
12809
|
name: "Z.ai: GLM 4.5V",
|
|
@@ -12836,7 +12814,7 @@ export const MODELS = {
|
|
|
12836
12814
|
input: ["text", "image"],
|
|
12837
12815
|
cost: {
|
|
12838
12816
|
input: 0.6,
|
|
12839
|
-
output: 1.
|
|
12817
|
+
output: 1.8,
|
|
12840
12818
|
cacheRead: 0.11,
|
|
12841
12819
|
cacheWrite: 0,
|
|
12842
12820
|
},
|
|
@@ -12870,12 +12848,12 @@ export const MODELS = {
|
|
|
12870
12848
|
input: ["text", "image"],
|
|
12871
12849
|
cost: {
|
|
12872
12850
|
input: 0.3,
|
|
12873
|
-
output: 0.
|
|
12874
|
-
cacheRead: 0.
|
|
12851
|
+
output: 0.9,
|
|
12852
|
+
cacheRead: 0.055,
|
|
12875
12853
|
cacheWrite: 0,
|
|
12876
12854
|
},
|
|
12877
12855
|
contextWindow: 131072,
|
|
12878
|
-
maxTokens:
|
|
12856
|
+
maxTokens: 32768,
|
|
12879
12857
|
},
|
|
12880
12858
|
"z-ai/glm-4.7": {
|
|
12881
12859
|
id: "z-ai/glm-4.7",
|
|
@@ -12886,7 +12864,7 @@ export const MODELS = {
|
|
|
12886
12864
|
reasoning: true,
|
|
12887
12865
|
input: ["text"],
|
|
12888
12866
|
cost: {
|
|
12889
|
-
input: 0.
|
|
12867
|
+
input: 0.4,
|
|
12890
12868
|
output: 1.75,
|
|
12891
12869
|
cacheRead: 0.08,
|
|
12892
12870
|
cacheWrite: 0,
|
|
@@ -12904,7 +12882,7 @@ export const MODELS = {
|
|
|
12904
12882
|
input: ["text"],
|
|
12905
12883
|
cost: {
|
|
12906
12884
|
input: 0.06,
|
|
12907
|
-
output: 0.
|
|
12885
|
+
output: 0.4,
|
|
12908
12886
|
cacheRead: 0.01,
|
|
12909
12887
|
cacheWrite: 0,
|
|
12910
12888
|
},
|
|
@@ -12942,7 +12920,7 @@ export const MODELS = {
|
|
|
12942
12920
|
cacheRead: 0.24,
|
|
12943
12921
|
cacheWrite: 0,
|
|
12944
12922
|
},
|
|
12945
|
-
contextWindow:
|
|
12923
|
+
contextWindow: 262144,
|
|
12946
12924
|
maxTokens: 131072,
|
|
12947
12925
|
},
|
|
12948
12926
|
"z-ai/glm-5.1": {
|
|
@@ -12962,22 +12940,22 @@ export const MODELS = {
|
|
|
12962
12940
|
contextWindow: 202752,
|
|
12963
12941
|
maxTokens: 4096,
|
|
12964
12942
|
},
|
|
12965
|
-
"
|
|
12966
|
-
id: "
|
|
12967
|
-
name: "
|
|
12943
|
+
"~anthropic/claude-fable-latest": {
|
|
12944
|
+
id: "~anthropic/claude-fable-latest",
|
|
12945
|
+
name: "Anthropic: Claude Fable Latest",
|
|
12968
12946
|
api: "openai-completions",
|
|
12969
12947
|
provider: "openrouter",
|
|
12970
12948
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
12971
12949
|
reasoning: true,
|
|
12972
12950
|
input: ["text", "image"],
|
|
12973
12951
|
cost: {
|
|
12974
|
-
input:
|
|
12975
|
-
output:
|
|
12976
|
-
cacheRead:
|
|
12977
|
-
cacheWrite:
|
|
12952
|
+
input: 10,
|
|
12953
|
+
output: 50,
|
|
12954
|
+
cacheRead: 1,
|
|
12955
|
+
cacheWrite: 12.5,
|
|
12978
12956
|
},
|
|
12979
|
-
contextWindow:
|
|
12980
|
-
maxTokens:
|
|
12957
|
+
contextWindow: 1000000,
|
|
12958
|
+
maxTokens: 128000,
|
|
12981
12959
|
},
|
|
12982
12960
|
"~anthropic/claude-haiku-latest": {
|
|
12983
12961
|
id: "~anthropic/claude-haiku-latest",
|
|
@@ -12990,7 +12968,7 @@ export const MODELS = {
|
|
|
12990
12968
|
cost: {
|
|
12991
12969
|
input: 1,
|
|
12992
12970
|
output: 5,
|
|
12993
|
-
cacheRead: 0.
|
|
12971
|
+
cacheRead: 0.1,
|
|
12994
12972
|
cacheWrite: 1.25,
|
|
12995
12973
|
},
|
|
12996
12974
|
contextWindow: 200000,
|
|
@@ -13042,7 +13020,7 @@ export const MODELS = {
|
|
|
13042
13020
|
input: 1.5,
|
|
13043
13021
|
output: 9,
|
|
13044
13022
|
cacheRead: 0.15,
|
|
13045
|
-
cacheWrite: 0.
|
|
13023
|
+
cacheWrite: 0.083333,
|
|
13046
13024
|
},
|
|
13047
13025
|
contextWindow: 1048576,
|
|
13048
13026
|
maxTokens: 65536,
|
|
@@ -13058,7 +13036,7 @@ export const MODELS = {
|
|
|
13058
13036
|
cost: {
|
|
13059
13037
|
input: 2,
|
|
13060
13038
|
output: 12,
|
|
13061
|
-
cacheRead: 0.
|
|
13039
|
+
cacheRead: 0.2,
|
|
13062
13040
|
cacheWrite: 0.375,
|
|
13063
13041
|
},
|
|
13064
13042
|
contextWindow: 1048576,
|
|
@@ -13073,13 +13051,13 @@ export const MODELS = {
|
|
|
13073
13051
|
reasoning: true,
|
|
13074
13052
|
input: ["text", "image"],
|
|
13075
13053
|
cost: {
|
|
13076
|
-
input: 0.
|
|
13077
|
-
output: 3.
|
|
13078
|
-
cacheRead: 0.
|
|
13054
|
+
input: 0.68,
|
|
13055
|
+
output: 3.41,
|
|
13056
|
+
cacheRead: 0.34,
|
|
13079
13057
|
cacheWrite: 0,
|
|
13080
13058
|
},
|
|
13081
13059
|
contextWindow: 262144,
|
|
13082
|
-
maxTokens:
|
|
13060
|
+
maxTokens: 262142,
|
|
13083
13061
|
},
|
|
13084
13062
|
"~openai/gpt-latest": {
|
|
13085
13063
|
id: "~openai/gpt-latest",
|
|
@@ -13117,9 +13095,9 @@ export const MODELS = {
|
|
|
13117
13095
|
},
|
|
13118
13096
|
},
|
|
13119
13097
|
"together": {
|
|
13120
|
-
"MiniMaxAI/MiniMax-M2.
|
|
13121
|
-
id: "MiniMaxAI/MiniMax-M2.
|
|
13122
|
-
name: "MiniMax-M2.
|
|
13098
|
+
"MiniMaxAI/MiniMax-M2.7": {
|
|
13099
|
+
id: "MiniMaxAI/MiniMax-M2.7",
|
|
13100
|
+
name: "MiniMax-M2.7",
|
|
13123
13101
|
api: "openai-completions",
|
|
13124
13102
|
provider: "together",
|
|
13125
13103
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -13133,50 +13111,49 @@ export const MODELS = {
|
|
|
13133
13111
|
cacheRead: 0.06,
|
|
13134
13112
|
cacheWrite: 0,
|
|
13135
13113
|
},
|
|
13136
|
-
contextWindow:
|
|
13114
|
+
contextWindow: 202752,
|
|
13137
13115
|
maxTokens: 131072,
|
|
13138
13116
|
},
|
|
13139
|
-
"MiniMaxAI/MiniMax-
|
|
13140
|
-
id: "MiniMaxAI/MiniMax-
|
|
13141
|
-
name: "MiniMax-
|
|
13117
|
+
"MiniMaxAI/MiniMax-M3": {
|
|
13118
|
+
id: "MiniMaxAI/MiniMax-M3",
|
|
13119
|
+
name: "MiniMax-M3",
|
|
13142
13120
|
api: "openai-completions",
|
|
13143
13121
|
provider: "together",
|
|
13144
13122
|
baseUrl: "https://api.together.ai/v1",
|
|
13145
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
13123
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13146
13124
|
reasoning: true,
|
|
13147
|
-
thinkingLevelMap: { "
|
|
13148
|
-
input: ["text"],
|
|
13125
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13126
|
+
input: ["text", "image"],
|
|
13149
13127
|
cost: {
|
|
13150
13128
|
input: 0.3,
|
|
13151
13129
|
output: 1.2,
|
|
13152
13130
|
cacheRead: 0.06,
|
|
13153
13131
|
cacheWrite: 0,
|
|
13154
13132
|
},
|
|
13155
|
-
contextWindow:
|
|
13156
|
-
maxTokens:
|
|
13133
|
+
contextWindow: 524288,
|
|
13134
|
+
maxTokens: 250000,
|
|
13157
13135
|
},
|
|
13158
|
-
"Qwen/
|
|
13159
|
-
id: "Qwen/
|
|
13160
|
-
name: "
|
|
13136
|
+
"Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
13137
|
+
id: "Qwen/Qwen2.5-7B-Instruct-Turbo",
|
|
13138
|
+
name: "Qwen 2.5 7B Instruct Turbo",
|
|
13161
13139
|
api: "openai-completions",
|
|
13162
13140
|
provider: "together",
|
|
13163
13141
|
baseUrl: "https://api.together.ai/v1",
|
|
13164
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false
|
|
13165
|
-
reasoning:
|
|
13166
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13142
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
13143
|
+
reasoning: false,
|
|
13167
13144
|
input: ["text"],
|
|
13168
13145
|
cost: {
|
|
13169
|
-
input: 0.
|
|
13170
|
-
output: 0.
|
|
13146
|
+
input: 0.3,
|
|
13147
|
+
output: 0.3,
|
|
13171
13148
|
cacheRead: 0,
|
|
13172
13149
|
cacheWrite: 0,
|
|
13173
13150
|
},
|
|
13174
|
-
contextWindow:
|
|
13175
|
-
maxTokens:
|
|
13151
|
+
contextWindow: 32768,
|
|
13152
|
+
maxTokens: 32768,
|
|
13176
13153
|
},
|
|
13177
|
-
"Qwen/Qwen3-
|
|
13178
|
-
id: "Qwen/Qwen3-
|
|
13179
|
-
name: "Qwen3
|
|
13154
|
+
"Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
13155
|
+
id: "Qwen/Qwen3-235B-A22B-Instruct-2507-tput",
|
|
13156
|
+
name: "Qwen3 235B A22B Instruct 2507 FP8",
|
|
13180
13157
|
api: "openai-completions",
|
|
13181
13158
|
provider: "together",
|
|
13182
13159
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -13184,36 +13161,36 @@ export const MODELS = {
|
|
|
13184
13161
|
reasoning: false,
|
|
13185
13162
|
input: ["text"],
|
|
13186
13163
|
cost: {
|
|
13187
|
-
input: 2,
|
|
13188
|
-
output:
|
|
13164
|
+
input: 0.2,
|
|
13165
|
+
output: 0.6,
|
|
13189
13166
|
cacheRead: 0,
|
|
13190
13167
|
cacheWrite: 0,
|
|
13191
13168
|
},
|
|
13192
13169
|
contextWindow: 262144,
|
|
13193
13170
|
maxTokens: 262144,
|
|
13194
13171
|
},
|
|
13195
|
-
"Qwen/Qwen3-
|
|
13196
|
-
id: "Qwen/Qwen3-
|
|
13197
|
-
name: "Qwen3
|
|
13172
|
+
"Qwen/Qwen3.5-397B-A17B": {
|
|
13173
|
+
id: "Qwen/Qwen3.5-397B-A17B",
|
|
13174
|
+
name: "Qwen3.5 397B A17B",
|
|
13198
13175
|
api: "openai-completions",
|
|
13199
13176
|
provider: "together",
|
|
13200
13177
|
baseUrl: "https://api.together.ai/v1",
|
|
13201
13178
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13202
13179
|
reasoning: true,
|
|
13203
13180
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13204
|
-
input: ["text"],
|
|
13181
|
+
input: ["text", "image"],
|
|
13205
13182
|
cost: {
|
|
13206
|
-
input: 0.
|
|
13207
|
-
output:
|
|
13183
|
+
input: 0.6,
|
|
13184
|
+
output: 3.6,
|
|
13208
13185
|
cacheRead: 0,
|
|
13209
13186
|
cacheWrite: 0,
|
|
13210
13187
|
},
|
|
13211
13188
|
contextWindow: 262144,
|
|
13212
|
-
maxTokens:
|
|
13189
|
+
maxTokens: 130000,
|
|
13213
13190
|
},
|
|
13214
|
-
"Qwen/Qwen3.5-
|
|
13215
|
-
id: "Qwen/Qwen3.5-
|
|
13216
|
-
name: "Qwen3.5
|
|
13191
|
+
"Qwen/Qwen3.5-9B": {
|
|
13192
|
+
id: "Qwen/Qwen3.5-9B",
|
|
13193
|
+
name: "Qwen3.5 9B",
|
|
13217
13194
|
api: "openai-completions",
|
|
13218
13195
|
provider: "together",
|
|
13219
13196
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -13222,13 +13199,13 @@ export const MODELS = {
|
|
|
13222
13199
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13223
13200
|
input: ["text", "image"],
|
|
13224
13201
|
cost: {
|
|
13225
|
-
input: 0.
|
|
13226
|
-
output:
|
|
13202
|
+
input: 0.17,
|
|
13203
|
+
output: 0.25,
|
|
13227
13204
|
cacheRead: 0,
|
|
13228
13205
|
cacheWrite: 0,
|
|
13229
13206
|
},
|
|
13230
13207
|
contextWindow: 262144,
|
|
13231
|
-
maxTokens:
|
|
13208
|
+
maxTokens: 65536,
|
|
13232
13209
|
},
|
|
13233
13210
|
"Qwen/Qwen3.6-Plus": {
|
|
13234
13211
|
id: "Qwen/Qwen3.6-Plus",
|
|
@@ -13255,9 +13232,8 @@ export const MODELS = {
|
|
|
13255
13232
|
api: "openai-completions",
|
|
13256
13233
|
provider: "together",
|
|
13257
13234
|
baseUrl: "https://api.together.ai/v1",
|
|
13258
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false
|
|
13259
|
-
reasoning:
|
|
13260
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13235
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
13236
|
+
reasoning: false,
|
|
13261
13237
|
input: ["text"],
|
|
13262
13238
|
cost: {
|
|
13263
13239
|
input: 2.5,
|
|
@@ -13268,44 +13244,6 @@ export const MODELS = {
|
|
|
13268
13244
|
contextWindow: 1000000,
|
|
13269
13245
|
maxTokens: 500000,
|
|
13270
13246
|
},
|
|
13271
|
-
"deepseek-ai/DeepSeek-V3": {
|
|
13272
|
-
id: "deepseek-ai/DeepSeek-V3",
|
|
13273
|
-
name: "DeepSeek-V3",
|
|
13274
|
-
api: "openai-completions",
|
|
13275
|
-
provider: "together",
|
|
13276
|
-
baseUrl: "https://api.together.ai/v1",
|
|
13277
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13278
|
-
reasoning: true,
|
|
13279
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13280
|
-
input: ["text"],
|
|
13281
|
-
cost: {
|
|
13282
|
-
input: 1.25,
|
|
13283
|
-
output: 1.25,
|
|
13284
|
-
cacheRead: 0,
|
|
13285
|
-
cacheWrite: 0,
|
|
13286
|
-
},
|
|
13287
|
-
contextWindow: 131072,
|
|
13288
|
-
maxTokens: 131072,
|
|
13289
|
-
},
|
|
13290
|
-
"deepseek-ai/DeepSeek-V3-1": {
|
|
13291
|
-
id: "deepseek-ai/DeepSeek-V3-1",
|
|
13292
|
-
name: "DeepSeek V3.1",
|
|
13293
|
-
api: "openai-completions",
|
|
13294
|
-
provider: "together",
|
|
13295
|
-
baseUrl: "https://api.together.ai/v1",
|
|
13296
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13297
|
-
reasoning: true,
|
|
13298
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13299
|
-
input: ["text"],
|
|
13300
|
-
cost: {
|
|
13301
|
-
input: 0.6,
|
|
13302
|
-
output: 1.7,
|
|
13303
|
-
cacheRead: 0,
|
|
13304
|
-
cacheWrite: 0,
|
|
13305
|
-
},
|
|
13306
|
-
contextWindow: 131072,
|
|
13307
|
-
maxTokens: 131072,
|
|
13308
|
-
},
|
|
13309
13247
|
"deepseek-ai/DeepSeek-V4-Pro": {
|
|
13310
13248
|
id: "deepseek-ai/DeepSeek-V4-Pro",
|
|
13311
13249
|
name: "DeepSeek V4 Pro",
|
|
@@ -13317,8 +13255,8 @@ export const MODELS = {
|
|
|
13317
13255
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null },
|
|
13318
13256
|
input: ["text"],
|
|
13319
13257
|
cost: {
|
|
13320
|
-
input:
|
|
13321
|
-
output:
|
|
13258
|
+
input: 1.74,
|
|
13259
|
+
output: 3.48,
|
|
13322
13260
|
cacheRead: 0.2,
|
|
13323
13261
|
cacheWrite: 0,
|
|
13324
13262
|
},
|
|
@@ -13354,8 +13292,8 @@ export const MODELS = {
|
|
|
13354
13292
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13355
13293
|
input: ["text", "image"],
|
|
13356
13294
|
cost: {
|
|
13357
|
-
input: 0.
|
|
13358
|
-
output: 0.
|
|
13295
|
+
input: 0.39,
|
|
13296
|
+
output: 0.97,
|
|
13359
13297
|
cacheRead: 0,
|
|
13360
13298
|
cacheWrite: 0,
|
|
13361
13299
|
},
|
|
@@ -13380,9 +13318,9 @@ export const MODELS = {
|
|
|
13380
13318
|
contextWindow: 131072,
|
|
13381
13319
|
maxTokens: 131072,
|
|
13382
13320
|
},
|
|
13383
|
-
"moonshotai/Kimi-K2.
|
|
13384
|
-
id: "moonshotai/Kimi-K2.
|
|
13385
|
-
name: "Kimi K2.
|
|
13321
|
+
"moonshotai/Kimi-K2.6": {
|
|
13322
|
+
id: "moonshotai/Kimi-K2.6",
|
|
13323
|
+
name: "Kimi K2.6",
|
|
13386
13324
|
api: "openai-completions",
|
|
13387
13325
|
provider: "together",
|
|
13388
13326
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -13391,32 +13329,32 @@ export const MODELS = {
|
|
|
13391
13329
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13392
13330
|
input: ["text", "image"],
|
|
13393
13331
|
cost: {
|
|
13394
|
-
input:
|
|
13395
|
-
output:
|
|
13396
|
-
cacheRead: 0,
|
|
13332
|
+
input: 1.2,
|
|
13333
|
+
output: 4.5,
|
|
13334
|
+
cacheRead: 0.2,
|
|
13397
13335
|
cacheWrite: 0,
|
|
13398
13336
|
},
|
|
13399
13337
|
contextWindow: 262144,
|
|
13400
|
-
maxTokens:
|
|
13338
|
+
maxTokens: 131000,
|
|
13401
13339
|
},
|
|
13402
|
-
"moonshotai/Kimi-K2.
|
|
13403
|
-
id: "moonshotai/Kimi-K2.
|
|
13404
|
-
name: "Kimi K2.
|
|
13340
|
+
"moonshotai/Kimi-K2.7-Code": {
|
|
13341
|
+
id: "moonshotai/Kimi-K2.7-Code",
|
|
13342
|
+
name: "Kimi K2.7 Code",
|
|
13405
13343
|
api: "openai-completions",
|
|
13406
13344
|
provider: "together",
|
|
13407
13345
|
baseUrl: "https://api.together.ai/v1",
|
|
13408
13346
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13409
13347
|
reasoning: true,
|
|
13410
13348
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13411
|
-
input: ["text"
|
|
13349
|
+
input: ["text"],
|
|
13412
13350
|
cost: {
|
|
13413
|
-
input:
|
|
13414
|
-
output: 4
|
|
13415
|
-
cacheRead: 0.
|
|
13351
|
+
input: 0.95,
|
|
13352
|
+
output: 4,
|
|
13353
|
+
cacheRead: 0.19,
|
|
13416
13354
|
cacheWrite: 0,
|
|
13417
13355
|
},
|
|
13418
13356
|
contextWindow: 262144,
|
|
13419
|
-
maxTokens:
|
|
13357
|
+
maxTokens: 131072,
|
|
13420
13358
|
},
|
|
13421
13359
|
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13422
13360
|
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
@@ -13424,36 +13362,74 @@ export const MODELS = {
|
|
|
13424
13362
|
api: "openai-completions",
|
|
13425
13363
|
provider: "together",
|
|
13426
13364
|
baseUrl: "https://api.together.ai/v1",
|
|
13427
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13365
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13366
|
+
reasoning: true,
|
|
13367
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13368
|
+
input: ["text"],
|
|
13369
|
+
cost: {
|
|
13370
|
+
input: 0.6,
|
|
13371
|
+
output: 3.6,
|
|
13372
|
+
cacheRead: 0.2,
|
|
13373
|
+
cacheWrite: 0,
|
|
13374
|
+
},
|
|
13375
|
+
contextWindow: 512300,
|
|
13376
|
+
maxTokens: 512300,
|
|
13377
|
+
},
|
|
13378
|
+
"openai/gpt-oss-120b": {
|
|
13379
|
+
id: "openai/gpt-oss-120b",
|
|
13380
|
+
name: "GPT OSS 120B",
|
|
13381
|
+
api: "openai-completions",
|
|
13382
|
+
provider: "together",
|
|
13383
|
+
baseUrl: "https://api.together.ai/v1",
|
|
13384
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": true, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "openai" },
|
|
13385
|
+
reasoning: true,
|
|
13386
|
+
thinkingLevelMap: { "off": null, "minimal": null },
|
|
13387
|
+
input: ["text"],
|
|
13388
|
+
cost: {
|
|
13389
|
+
input: 0.15,
|
|
13390
|
+
output: 0.6,
|
|
13391
|
+
cacheRead: 0,
|
|
13392
|
+
cacheWrite: 0,
|
|
13393
|
+
},
|
|
13394
|
+
contextWindow: 131072,
|
|
13395
|
+
maxTokens: 131072,
|
|
13396
|
+
},
|
|
13397
|
+
"openai/gpt-oss-20b": {
|
|
13398
|
+
id: "openai/gpt-oss-20b",
|
|
13399
|
+
name: "GPT OSS 20B",
|
|
13400
|
+
api: "openai-completions",
|
|
13401
|
+
provider: "together",
|
|
13402
|
+
baseUrl: "https://api.together.ai/v1",
|
|
13403
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": true, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "openai" },
|
|
13428
13404
|
reasoning: true,
|
|
13429
|
-
thinkingLevelMap: { "
|
|
13405
|
+
thinkingLevelMap: { "off": null, "minimal": null },
|
|
13430
13406
|
input: ["text"],
|
|
13431
13407
|
cost: {
|
|
13432
|
-
input: 0.
|
|
13433
|
-
output:
|
|
13434
|
-
cacheRead: 0
|
|
13408
|
+
input: 0.05,
|
|
13409
|
+
output: 0.2,
|
|
13410
|
+
cacheRead: 0,
|
|
13435
13411
|
cacheWrite: 0,
|
|
13436
13412
|
},
|
|
13437
|
-
contextWindow:
|
|
13438
|
-
maxTokens:
|
|
13413
|
+
contextWindow: 131072,
|
|
13414
|
+
maxTokens: 131072,
|
|
13439
13415
|
},
|
|
13440
|
-
"
|
|
13441
|
-
id: "
|
|
13442
|
-
name: "
|
|
13416
|
+
"zai-org/GLM-5": {
|
|
13417
|
+
id: "zai-org/GLM-5",
|
|
13418
|
+
name: "GLM-5",
|
|
13443
13419
|
api: "openai-completions",
|
|
13444
13420
|
provider: "together",
|
|
13445
13421
|
baseUrl: "https://api.together.ai/v1",
|
|
13446
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort":
|
|
13422
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13447
13423
|
reasoning: true,
|
|
13448
|
-
thinkingLevelMap: { "
|
|
13424
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13449
13425
|
input: ["text"],
|
|
13450
13426
|
cost: {
|
|
13451
|
-
input:
|
|
13452
|
-
output:
|
|
13427
|
+
input: 1,
|
|
13428
|
+
output: 3.2,
|
|
13453
13429
|
cacheRead: 0,
|
|
13454
13430
|
cacheWrite: 0,
|
|
13455
13431
|
},
|
|
13456
|
-
contextWindow:
|
|
13432
|
+
contextWindow: 202752,
|
|
13457
13433
|
maxTokens: 131072,
|
|
13458
13434
|
},
|
|
13459
13435
|
"zai-org/GLM-5.1": {
|
|
@@ -13520,8 +13496,8 @@ export const MODELS = {
|
|
|
13520
13496
|
reasoning: true,
|
|
13521
13497
|
input: ["text"],
|
|
13522
13498
|
cost: {
|
|
13523
|
-
input: 0.
|
|
13524
|
-
output: 0.
|
|
13499
|
+
input: 0.12,
|
|
13500
|
+
output: 0.5,
|
|
13525
13501
|
cacheRead: 0,
|
|
13526
13502
|
cacheWrite: 0,
|
|
13527
13503
|
},
|
|
@@ -13571,7 +13547,7 @@ export const MODELS = {
|
|
|
13571
13547
|
reasoning: true,
|
|
13572
13548
|
input: ["text", "image"],
|
|
13573
13549
|
cost: {
|
|
13574
|
-
input: 0.
|
|
13550
|
+
input: 0.4,
|
|
13575
13551
|
output: 4,
|
|
13576
13552
|
cacheRead: 0,
|
|
13577
13553
|
cacheWrite: 0,
|
|
@@ -13641,7 +13617,7 @@ export const MODELS = {
|
|
|
13641
13617
|
cost: {
|
|
13642
13618
|
input: 1,
|
|
13643
13619
|
output: 5,
|
|
13644
|
-
cacheRead: 0.
|
|
13620
|
+
cacheRead: 0.2,
|
|
13645
13621
|
cacheWrite: 0,
|
|
13646
13622
|
},
|
|
13647
13623
|
contextWindow: 1000000,
|
|
@@ -13741,7 +13717,7 @@ export const MODELS = {
|
|
|
13741
13717
|
reasoning: true,
|
|
13742
13718
|
input: ["text", "image"],
|
|
13743
13719
|
cost: {
|
|
13744
|
-
input: 0.
|
|
13720
|
+
input: 0.4,
|
|
13745
13721
|
output: 4,
|
|
13746
13722
|
cacheRead: 0,
|
|
13747
13723
|
cacheWrite: 0,
|
|
@@ -13758,8 +13734,8 @@ export const MODELS = {
|
|
|
13758
13734
|
reasoning: true,
|
|
13759
13735
|
input: ["text", "image"],
|
|
13760
13736
|
cost: {
|
|
13761
|
-
input: 0.
|
|
13762
|
-
output: 0.
|
|
13737
|
+
input: 0.1,
|
|
13738
|
+
output: 0.4,
|
|
13763
13739
|
cacheRead: 0.001,
|
|
13764
13740
|
cacheWrite: 0.125,
|
|
13765
13741
|
},
|
|
@@ -13775,7 +13751,7 @@ export const MODELS = {
|
|
|
13775
13751
|
reasoning: true,
|
|
13776
13752
|
input: ["text", "image"],
|
|
13777
13753
|
cost: {
|
|
13778
|
-
input: 0.
|
|
13754
|
+
input: 0.4,
|
|
13779
13755
|
output: 2.4,
|
|
13780
13756
|
cacheRead: 0.04,
|
|
13781
13757
|
cacheWrite: 0.5,
|
|
@@ -13793,7 +13769,7 @@ export const MODELS = {
|
|
|
13793
13769
|
input: ["text", "image"],
|
|
13794
13770
|
cost: {
|
|
13795
13771
|
input: 0.6,
|
|
13796
|
-
output: 3.
|
|
13772
|
+
output: 3.6,
|
|
13797
13773
|
cacheRead: 0,
|
|
13798
13774
|
cacheWrite: 0,
|
|
13799
13775
|
},
|
|
@@ -13811,7 +13787,7 @@ export const MODELS = {
|
|
|
13811
13787
|
cost: {
|
|
13812
13788
|
input: 0.5,
|
|
13813
13789
|
output: 3,
|
|
13814
|
-
cacheRead: 0.
|
|
13790
|
+
cacheRead: 0.1,
|
|
13815
13791
|
cacheWrite: 0.625,
|
|
13816
13792
|
},
|
|
13817
13793
|
contextWindow: 1000000,
|
|
@@ -13843,8 +13819,8 @@ export const MODELS = {
|
|
|
13843
13819
|
reasoning: true,
|
|
13844
13820
|
input: ["text", "image"],
|
|
13845
13821
|
cost: {
|
|
13846
|
-
input: 0.
|
|
13847
|
-
output: 1.
|
|
13822
|
+
input: 0.4,
|
|
13823
|
+
output: 1.6,
|
|
13848
13824
|
cacheRead: 0.08,
|
|
13849
13825
|
cacheWrite: 0.5,
|
|
13850
13826
|
},
|
|
@@ -13877,7 +13853,7 @@ export const MODELS = {
|
|
|
13877
13853
|
reasoning: false,
|
|
13878
13854
|
input: ["text", "image"],
|
|
13879
13855
|
cost: {
|
|
13880
|
-
input: 0.
|
|
13856
|
+
input: 0.8,
|
|
13881
13857
|
output: 4,
|
|
13882
13858
|
cacheRead: 0.08,
|
|
13883
13859
|
cacheWrite: 1,
|
|
@@ -13896,7 +13872,7 @@ export const MODELS = {
|
|
|
13896
13872
|
cost: {
|
|
13897
13873
|
input: 1,
|
|
13898
13874
|
output: 5,
|
|
13899
|
-
cacheRead: 0.
|
|
13875
|
+
cacheRead: 0.1,
|
|
13900
13876
|
cacheWrite: 1.25,
|
|
13901
13877
|
},
|
|
13902
13878
|
contextWindow: 200000,
|
|
@@ -14089,7 +14065,7 @@ export const MODELS = {
|
|
|
14089
14065
|
input: ["text"],
|
|
14090
14066
|
cost: {
|
|
14091
14067
|
input: 0.25,
|
|
14092
|
-
output: 0.
|
|
14068
|
+
output: 0.9,
|
|
14093
14069
|
cacheRead: 0,
|
|
14094
14070
|
cacheWrite: 0,
|
|
14095
14071
|
},
|
|
@@ -14107,7 +14083,7 @@ export const MODELS = {
|
|
|
14107
14083
|
cost: {
|
|
14108
14084
|
input: 0.25,
|
|
14109
14085
|
output: 2,
|
|
14110
|
-
cacheRead: 0.
|
|
14086
|
+
cacheRead: 0.05,
|
|
14111
14087
|
cacheWrite: 0,
|
|
14112
14088
|
},
|
|
14113
14089
|
contextWindow: 256000,
|
|
@@ -14266,40 +14242,6 @@ export const MODELS = {
|
|
|
14266
14242
|
contextWindow: 1000000,
|
|
14267
14243
|
maxTokens: 384000,
|
|
14268
14244
|
},
|
|
14269
|
-
"google/gemini-2.0-flash": {
|
|
14270
|
-
id: "google/gemini-2.0-flash",
|
|
14271
|
-
name: "Gemini 2.0 Flash",
|
|
14272
|
-
api: "anthropic-messages",
|
|
14273
|
-
provider: "vercel-ai-gateway",
|
|
14274
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14275
|
-
reasoning: false,
|
|
14276
|
-
input: ["text", "image"],
|
|
14277
|
-
cost: {
|
|
14278
|
-
input: 0.15,
|
|
14279
|
-
output: 0.6,
|
|
14280
|
-
cacheRead: 0.024999999999999998,
|
|
14281
|
-
cacheWrite: 0,
|
|
14282
|
-
},
|
|
14283
|
-
contextWindow: 1048576,
|
|
14284
|
-
maxTokens: 8192,
|
|
14285
|
-
},
|
|
14286
|
-
"google/gemini-2.0-flash-lite": {
|
|
14287
|
-
id: "google/gemini-2.0-flash-lite",
|
|
14288
|
-
name: "Gemini 2.0 Flash Lite",
|
|
14289
|
-
api: "anthropic-messages",
|
|
14290
|
-
provider: "vercel-ai-gateway",
|
|
14291
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14292
|
-
reasoning: false,
|
|
14293
|
-
input: ["text", "image"],
|
|
14294
|
-
cost: {
|
|
14295
|
-
input: 0.075,
|
|
14296
|
-
output: 0.3,
|
|
14297
|
-
cacheRead: 0.02,
|
|
14298
|
-
cacheWrite: 0,
|
|
14299
|
-
},
|
|
14300
|
-
contextWindow: 1048576,
|
|
14301
|
-
maxTokens: 8192,
|
|
14302
|
-
},
|
|
14303
14245
|
"google/gemini-2.5-flash": {
|
|
14304
14246
|
id: "google/gemini-2.5-flash",
|
|
14305
14247
|
name: "Gemini 2.5 Flash",
|
|
@@ -14326,8 +14268,8 @@ export const MODELS = {
|
|
|
14326
14268
|
reasoning: true,
|
|
14327
14269
|
input: ["text", "image"],
|
|
14328
14270
|
cost: {
|
|
14329
|
-
input: 0.
|
|
14330
|
-
output: 0.
|
|
14271
|
+
input: 0.1,
|
|
14272
|
+
output: 0.4,
|
|
14331
14273
|
cacheRead: 0.01,
|
|
14332
14274
|
cacheWrite: 0,
|
|
14333
14275
|
},
|
|
@@ -14362,7 +14304,7 @@ export const MODELS = {
|
|
|
14362
14304
|
cost: {
|
|
14363
14305
|
input: 0.5,
|
|
14364
14306
|
output: 3,
|
|
14365
|
-
cacheRead: 0.
|
|
14307
|
+
cacheRead: 0.05,
|
|
14366
14308
|
cacheWrite: 0,
|
|
14367
14309
|
},
|
|
14368
14310
|
contextWindow: 1000000,
|
|
@@ -14379,7 +14321,7 @@ export const MODELS = {
|
|
|
14379
14321
|
cost: {
|
|
14380
14322
|
input: 2,
|
|
14381
14323
|
output: 12,
|
|
14382
|
-
cacheRead: 0.
|
|
14324
|
+
cacheRead: 0.2,
|
|
14383
14325
|
cacheWrite: 0,
|
|
14384
14326
|
},
|
|
14385
14327
|
contextWindow: 1000000,
|
|
@@ -14430,7 +14372,7 @@ export const MODELS = {
|
|
|
14430
14372
|
cost: {
|
|
14431
14373
|
input: 2,
|
|
14432
14374
|
output: 12,
|
|
14433
|
-
cacheRead: 0.
|
|
14375
|
+
cacheRead: 0.2,
|
|
14434
14376
|
cacheWrite: 0,
|
|
14435
14377
|
},
|
|
14436
14378
|
contextWindow: 1000000,
|
|
@@ -14480,7 +14422,7 @@ export const MODELS = {
|
|
|
14480
14422
|
input: ["text", "image"],
|
|
14481
14423
|
cost: {
|
|
14482
14424
|
input: 0.14,
|
|
14483
|
-
output: 0.
|
|
14425
|
+
output: 0.4,
|
|
14484
14426
|
cacheRead: 0,
|
|
14485
14427
|
cacheWrite: 0,
|
|
14486
14428
|
},
|
|
@@ -14498,7 +14440,7 @@ export const MODELS = {
|
|
|
14498
14440
|
cost: {
|
|
14499
14441
|
input: 0.25,
|
|
14500
14442
|
output: 0.75,
|
|
14501
|
-
cacheRead: 0.
|
|
14443
|
+
cacheRead: 0.025,
|
|
14502
14444
|
cacheWrite: 0,
|
|
14503
14445
|
},
|
|
14504
14446
|
contextWindow: 128000,
|
|
@@ -14650,7 +14592,7 @@ export const MODELS = {
|
|
|
14650
14592
|
input: ["text", "image"],
|
|
14651
14593
|
cost: {
|
|
14652
14594
|
input: 0.24,
|
|
14653
|
-
output: 0.
|
|
14595
|
+
output: 0.97,
|
|
14654
14596
|
cacheRead: 0,
|
|
14655
14597
|
cacheWrite: 0,
|
|
14656
14598
|
},
|
|
@@ -14666,7 +14608,7 @@ export const MODELS = {
|
|
|
14666
14608
|
reasoning: false,
|
|
14667
14609
|
input: ["text", "image"],
|
|
14668
14610
|
cost: {
|
|
14669
|
-
input: 0.
|
|
14611
|
+
input: 0.17,
|
|
14670
14612
|
output: 0.66,
|
|
14671
14613
|
cacheRead: 0,
|
|
14672
14614
|
cacheWrite: 0,
|
|
@@ -14820,7 +14762,7 @@ export const MODELS = {
|
|
|
14820
14762
|
input: ["text"],
|
|
14821
14763
|
cost: {
|
|
14822
14764
|
input: 0.3,
|
|
14823
|
-
output: 0.
|
|
14765
|
+
output: 0.9,
|
|
14824
14766
|
cacheRead: 0,
|
|
14825
14767
|
cacheWrite: 0,
|
|
14826
14768
|
},
|
|
@@ -14836,7 +14778,7 @@ export const MODELS = {
|
|
|
14836
14778
|
reasoning: false,
|
|
14837
14779
|
input: ["text"],
|
|
14838
14780
|
cost: {
|
|
14839
|
-
input: 0.
|
|
14781
|
+
input: 0.4,
|
|
14840
14782
|
output: 2,
|
|
14841
14783
|
cacheRead: 0,
|
|
14842
14784
|
cacheWrite: 0,
|
|
@@ -14853,7 +14795,7 @@ export const MODELS = {
|
|
|
14853
14795
|
reasoning: false,
|
|
14854
14796
|
input: ["text"],
|
|
14855
14797
|
cost: {
|
|
14856
|
-
input: 0.
|
|
14798
|
+
input: 0.1,
|
|
14857
14799
|
output: 0.3,
|
|
14858
14800
|
cacheRead: 0,
|
|
14859
14801
|
cacheWrite: 0,
|
|
@@ -14870,7 +14812,7 @@ export const MODELS = {
|
|
|
14870
14812
|
reasoning: false,
|
|
14871
14813
|
input: ["text"],
|
|
14872
14814
|
cost: {
|
|
14873
|
-
input: 0.
|
|
14815
|
+
input: 0.1,
|
|
14874
14816
|
output: 0.3,
|
|
14875
14817
|
cacheRead: 0,
|
|
14876
14818
|
cacheWrite: 0,
|
|
@@ -14887,8 +14829,8 @@ export const MODELS = {
|
|
|
14887
14829
|
reasoning: false,
|
|
14888
14830
|
input: ["text"],
|
|
14889
14831
|
cost: {
|
|
14890
|
-
input: 0.
|
|
14891
|
-
output: 0.
|
|
14832
|
+
input: 0.1,
|
|
14833
|
+
output: 0.1,
|
|
14892
14834
|
cacheRead: 0,
|
|
14893
14835
|
cacheWrite: 0,
|
|
14894
14836
|
},
|
|
@@ -14921,7 +14863,7 @@ export const MODELS = {
|
|
|
14921
14863
|
reasoning: false,
|
|
14922
14864
|
input: ["text", "image"],
|
|
14923
14865
|
cost: {
|
|
14924
|
-
input: 0.
|
|
14866
|
+
input: 0.4,
|
|
14925
14867
|
output: 2,
|
|
14926
14868
|
cacheRead: 0,
|
|
14927
14869
|
cacheWrite: 0,
|
|
@@ -14972,7 +14914,7 @@ export const MODELS = {
|
|
|
14972
14914
|
reasoning: false,
|
|
14973
14915
|
input: ["text", "image"],
|
|
14974
14916
|
cost: {
|
|
14975
|
-
input: 0.
|
|
14917
|
+
input: 0.1,
|
|
14976
14918
|
output: 0.3,
|
|
14977
14919
|
cacheRead: 0,
|
|
14978
14920
|
cacheWrite: 0,
|
|
@@ -15023,7 +14965,7 @@ export const MODELS = {
|
|
|
15023
14965
|
reasoning: false,
|
|
15024
14966
|
input: ["text"],
|
|
15025
14967
|
cost: {
|
|
15026
|
-
input: 0.
|
|
14968
|
+
input: 0.57,
|
|
15027
14969
|
output: 2.3,
|
|
15028
14970
|
cacheRead: 0,
|
|
15029
14971
|
cacheWrite: 0,
|
|
@@ -15048,40 +14990,6 @@ export const MODELS = {
|
|
|
15048
14990
|
contextWindow: 262114,
|
|
15049
14991
|
maxTokens: 262114,
|
|
15050
14992
|
},
|
|
15051
|
-
"moonshotai/kimi-k2-thinking-turbo": {
|
|
15052
|
-
id: "moonshotai/kimi-k2-thinking-turbo",
|
|
15053
|
-
name: "Kimi K2 Thinking Turbo",
|
|
15054
|
-
api: "anthropic-messages",
|
|
15055
|
-
provider: "vercel-ai-gateway",
|
|
15056
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15057
|
-
reasoning: true,
|
|
15058
|
-
input: ["text"],
|
|
15059
|
-
cost: {
|
|
15060
|
-
input: 1.15,
|
|
15061
|
-
output: 8,
|
|
15062
|
-
cacheRead: 0.15,
|
|
15063
|
-
cacheWrite: 0,
|
|
15064
|
-
},
|
|
15065
|
-
contextWindow: 262114,
|
|
15066
|
-
maxTokens: 262114,
|
|
15067
|
-
},
|
|
15068
|
-
"moonshotai/kimi-k2-turbo": {
|
|
15069
|
-
id: "moonshotai/kimi-k2-turbo",
|
|
15070
|
-
name: "Kimi K2 Turbo",
|
|
15071
|
-
api: "anthropic-messages",
|
|
15072
|
-
provider: "vercel-ai-gateway",
|
|
15073
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15074
|
-
reasoning: false,
|
|
15075
|
-
input: ["text"],
|
|
15076
|
-
cost: {
|
|
15077
|
-
input: 1.15,
|
|
15078
|
-
output: 8,
|
|
15079
|
-
cacheRead: 0.15,
|
|
15080
|
-
cacheWrite: 0,
|
|
15081
|
-
},
|
|
15082
|
-
contextWindow: 256000,
|
|
15083
|
-
maxTokens: 16384,
|
|
15084
|
-
},
|
|
15085
14993
|
"moonshotai/kimi-k2.5": {
|
|
15086
14994
|
id: "moonshotai/kimi-k2.5",
|
|
15087
14995
|
name: "Kimi K2.5",
|
|
@@ -15093,7 +15001,7 @@ export const MODELS = {
|
|
|
15093
15001
|
cost: {
|
|
15094
15002
|
input: 0.6,
|
|
15095
15003
|
output: 3,
|
|
15096
|
-
cacheRead: 0.
|
|
15004
|
+
cacheRead: 0.1,
|
|
15097
15005
|
cacheWrite: 0,
|
|
15098
15006
|
},
|
|
15099
15007
|
contextWindow: 262114,
|
|
@@ -15116,6 +15024,23 @@ export const MODELS = {
|
|
|
15116
15024
|
contextWindow: 262000,
|
|
15117
15025
|
maxTokens: 262000,
|
|
15118
15026
|
},
|
|
15027
|
+
"moonshotai/kimi-k2.7-code": {
|
|
15028
|
+
id: "moonshotai/kimi-k2.7-code",
|
|
15029
|
+
name: "Kimi K2.7 Code",
|
|
15030
|
+
api: "anthropic-messages",
|
|
15031
|
+
provider: "vercel-ai-gateway",
|
|
15032
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15033
|
+
reasoning: true,
|
|
15034
|
+
input: ["text", "image"],
|
|
15035
|
+
cost: {
|
|
15036
|
+
input: 0.95,
|
|
15037
|
+
output: 4,
|
|
15038
|
+
cacheRead: 0.19,
|
|
15039
|
+
cacheWrite: 0,
|
|
15040
|
+
},
|
|
15041
|
+
contextWindow: 256000,
|
|
15042
|
+
maxTokens: 32768,
|
|
15043
|
+
},
|
|
15119
15044
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
15120
15045
|
id: "nvidia/nemotron-3-super-120b-a12b",
|
|
15121
15046
|
name: "NVIDIA Nemotron 3 Super 120B A12B",
|
|
@@ -15159,7 +15084,7 @@ export const MODELS = {
|
|
|
15159
15084
|
reasoning: true,
|
|
15160
15085
|
input: ["text", "image"],
|
|
15161
15086
|
cost: {
|
|
15162
|
-
input: 0.
|
|
15087
|
+
input: 0.2,
|
|
15163
15088
|
output: 0.6,
|
|
15164
15089
|
cacheRead: 0,
|
|
15165
15090
|
cacheWrite: 0,
|
|
@@ -15177,7 +15102,7 @@ export const MODELS = {
|
|
|
15177
15102
|
input: ["text"],
|
|
15178
15103
|
cost: {
|
|
15179
15104
|
input: 0.06,
|
|
15180
|
-
output: 0.
|
|
15105
|
+
output: 0.23,
|
|
15181
15106
|
cacheRead: 0,
|
|
15182
15107
|
cacheWrite: 0,
|
|
15183
15108
|
},
|
|
@@ -15227,9 +15152,9 @@ export const MODELS = {
|
|
|
15227
15152
|
reasoning: false,
|
|
15228
15153
|
input: ["text", "image"],
|
|
15229
15154
|
cost: {
|
|
15230
|
-
input: 0.
|
|
15231
|
-
output: 1.
|
|
15232
|
-
cacheRead: 0.
|
|
15155
|
+
input: 0.4,
|
|
15156
|
+
output: 1.6,
|
|
15157
|
+
cacheRead: 0.1,
|
|
15233
15158
|
cacheWrite: 0,
|
|
15234
15159
|
},
|
|
15235
15160
|
contextWindow: 1047576,
|
|
@@ -15244,9 +15169,9 @@ export const MODELS = {
|
|
|
15244
15169
|
reasoning: false,
|
|
15245
15170
|
input: ["text", "image"],
|
|
15246
15171
|
cost: {
|
|
15247
|
-
input: 0.
|
|
15248
|
-
output: 0.
|
|
15249
|
-
cacheRead: 0.
|
|
15172
|
+
input: 0.1,
|
|
15173
|
+
output: 0.4,
|
|
15174
|
+
cacheRead: 0.025,
|
|
15250
15175
|
cacheWrite: 0,
|
|
15251
15176
|
},
|
|
15252
15177
|
contextWindow: 1047576,
|
|
@@ -15348,7 +15273,7 @@ export const MODELS = {
|
|
|
15348
15273
|
cost: {
|
|
15349
15274
|
input: 0.25,
|
|
15350
15275
|
output: 2,
|
|
15351
|
-
cacheRead: 0.
|
|
15276
|
+
cacheRead: 0.025,
|
|
15352
15277
|
cacheWrite: 0,
|
|
15353
15278
|
},
|
|
15354
15279
|
contextWindow: 400000,
|
|
@@ -15363,8 +15288,8 @@ export const MODELS = {
|
|
|
15363
15288
|
reasoning: true,
|
|
15364
15289
|
input: ["text", "image"],
|
|
15365
15290
|
cost: {
|
|
15366
|
-
input: 0.
|
|
15367
|
-
output: 0.
|
|
15291
|
+
input: 0.05,
|
|
15292
|
+
output: 0.4,
|
|
15368
15293
|
cacheRead: 0.005,
|
|
15369
15294
|
cacheWrite: 0,
|
|
15370
15295
|
},
|
|
@@ -15433,7 +15358,7 @@ export const MODELS = {
|
|
|
15433
15358
|
cost: {
|
|
15434
15359
|
input: 0.25,
|
|
15435
15360
|
output: 2,
|
|
15436
|
-
cacheRead: 0.
|
|
15361
|
+
cacheRead: 0.025,
|
|
15437
15362
|
cacheWrite: 0,
|
|
15438
15363
|
},
|
|
15439
15364
|
contextWindow: 400000,
|
|
@@ -15627,7 +15552,7 @@ export const MODELS = {
|
|
|
15627
15552
|
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
15628
15553
|
input: ["text", "image"],
|
|
15629
15554
|
cost: {
|
|
15630
|
-
input: 0.
|
|
15555
|
+
input: 0.2,
|
|
15631
15556
|
output: 1.25,
|
|
15632
15557
|
cacheRead: 0.02,
|
|
15633
15558
|
cacheWrite: 0,
|
|
@@ -15715,8 +15640,8 @@ export const MODELS = {
|
|
|
15715
15640
|
reasoning: true,
|
|
15716
15641
|
input: ["text"],
|
|
15717
15642
|
cost: {
|
|
15718
|
-
input: 0.
|
|
15719
|
-
output: 0.
|
|
15643
|
+
input: 0.05,
|
|
15644
|
+
output: 0.2,
|
|
15720
15645
|
cacheRead: 0,
|
|
15721
15646
|
cacheWrite: 0,
|
|
15722
15647
|
},
|
|
@@ -15902,7 +15827,7 @@ export const MODELS = {
|
|
|
15902
15827
|
reasoning: true,
|
|
15903
15828
|
input: ["text", "image"],
|
|
15904
15829
|
cost: {
|
|
15905
|
-
input: 0.
|
|
15830
|
+
input: 0.2,
|
|
15906
15831
|
output: 1.15,
|
|
15907
15832
|
cacheRead: 0.04,
|
|
15908
15833
|
cacheWrite: 0,
|
|
@@ -15919,9 +15844,9 @@ export const MODELS = {
|
|
|
15919
15844
|
reasoning: false,
|
|
15920
15845
|
input: ["text", "image"],
|
|
15921
15846
|
cost: {
|
|
15922
|
-
input: 0.
|
|
15847
|
+
input: 0.2,
|
|
15923
15848
|
output: 0.5,
|
|
15924
|
-
cacheRead: 0.
|
|
15849
|
+
cacheRead: 0.05,
|
|
15925
15850
|
cacheWrite: 0,
|
|
15926
15851
|
},
|
|
15927
15852
|
contextWindow: 1000000,
|
|
@@ -15936,9 +15861,9 @@ export const MODELS = {
|
|
|
15936
15861
|
reasoning: true,
|
|
15937
15862
|
input: ["text", "image"],
|
|
15938
15863
|
cost: {
|
|
15939
|
-
input: 0.
|
|
15864
|
+
input: 0.2,
|
|
15940
15865
|
output: 0.5,
|
|
15941
|
-
cacheRead: 0.
|
|
15866
|
+
cacheRead: 0.05,
|
|
15942
15867
|
cacheWrite: 0,
|
|
15943
15868
|
},
|
|
15944
15869
|
contextWindow: 1000000,
|
|
@@ -15955,7 +15880,7 @@ export const MODELS = {
|
|
|
15955
15880
|
cost: {
|
|
15956
15881
|
input: 1.25,
|
|
15957
15882
|
output: 2.5,
|
|
15958
|
-
cacheRead: 0.
|
|
15883
|
+
cacheRead: 0.2,
|
|
15959
15884
|
cacheWrite: 0,
|
|
15960
15885
|
},
|
|
15961
15886
|
contextWindow: 2000000,
|
|
@@ -15972,7 +15897,7 @@ export const MODELS = {
|
|
|
15972
15897
|
cost: {
|
|
15973
15898
|
input: 1.25,
|
|
15974
15899
|
output: 2.5,
|
|
15975
|
-
cacheRead: 0.
|
|
15900
|
+
cacheRead: 0.2,
|
|
15976
15901
|
cacheWrite: 0,
|
|
15977
15902
|
},
|
|
15978
15903
|
contextWindow: 2000000,
|
|
@@ -15989,7 +15914,7 @@ export const MODELS = {
|
|
|
15989
15914
|
cost: {
|
|
15990
15915
|
input: 1.25,
|
|
15991
15916
|
output: 2.5,
|
|
15992
|
-
cacheRead: 0.
|
|
15917
|
+
cacheRead: 0.2,
|
|
15993
15918
|
cacheWrite: 0,
|
|
15994
15919
|
},
|
|
15995
15920
|
contextWindow: 2000000,
|
|
@@ -16006,7 +15931,7 @@ export const MODELS = {
|
|
|
16006
15931
|
cost: {
|
|
16007
15932
|
input: 1.25,
|
|
16008
15933
|
output: 2.5,
|
|
16009
|
-
cacheRead: 0.
|
|
15934
|
+
cacheRead: 0.2,
|
|
16010
15935
|
cacheWrite: 0,
|
|
16011
15936
|
},
|
|
16012
15937
|
contextWindow: 2000000,
|
|
@@ -16023,7 +15948,7 @@ export const MODELS = {
|
|
|
16023
15948
|
cost: {
|
|
16024
15949
|
input: 1.25,
|
|
16025
15950
|
output: 2.5,
|
|
16026
|
-
cacheRead: 0.
|
|
15951
|
+
cacheRead: 0.2,
|
|
16027
15952
|
cacheWrite: 0,
|
|
16028
15953
|
},
|
|
16029
15954
|
contextWindow: 2000000,
|
|
@@ -16040,7 +15965,7 @@ export const MODELS = {
|
|
|
16040
15965
|
cost: {
|
|
16041
15966
|
input: 1.25,
|
|
16042
15967
|
output: 2.5,
|
|
16043
|
-
cacheRead: 0.
|
|
15968
|
+
cacheRead: 0.2,
|
|
16044
15969
|
cacheWrite: 0,
|
|
16045
15970
|
},
|
|
16046
15971
|
contextWindow: 2000000,
|
|
@@ -16057,7 +15982,7 @@ export const MODELS = {
|
|
|
16057
15982
|
cost: {
|
|
16058
15983
|
input: 1.25,
|
|
16059
15984
|
output: 2.5,
|
|
16060
|
-
cacheRead: 0.
|
|
15985
|
+
cacheRead: 0.2,
|
|
16061
15986
|
cacheWrite: 0,
|
|
16062
15987
|
},
|
|
16063
15988
|
contextWindow: 1000000,
|
|
@@ -16074,7 +15999,7 @@ export const MODELS = {
|
|
|
16074
15999
|
cost: {
|
|
16075
16000
|
input: 1,
|
|
16076
16001
|
output: 2,
|
|
16077
|
-
cacheRead: 0.
|
|
16002
|
+
cacheRead: 0.2,
|
|
16078
16003
|
cacheWrite: 0,
|
|
16079
16004
|
},
|
|
16080
16005
|
contextWindow: 256000,
|
|
@@ -16089,7 +16014,7 @@ export const MODELS = {
|
|
|
16089
16014
|
reasoning: true,
|
|
16090
16015
|
input: ["text"],
|
|
16091
16016
|
cost: {
|
|
16092
|
-
input: 0.
|
|
16017
|
+
input: 0.1,
|
|
16093
16018
|
output: 0.3,
|
|
16094
16019
|
cacheRead: 0.01,
|
|
16095
16020
|
cacheWrite: 0,
|
|
@@ -16108,7 +16033,7 @@ export const MODELS = {
|
|
|
16108
16033
|
cost: {
|
|
16109
16034
|
input: 1,
|
|
16110
16035
|
output: 3,
|
|
16111
|
-
cacheRead: 0.
|
|
16036
|
+
cacheRead: 0.2,
|
|
16112
16037
|
cacheWrite: 0,
|
|
16113
16038
|
},
|
|
16114
16039
|
contextWindow: 1000000,
|
|
@@ -16174,7 +16099,7 @@ export const MODELS = {
|
|
|
16174
16099
|
reasoning: true,
|
|
16175
16100
|
input: ["text"],
|
|
16176
16101
|
cost: {
|
|
16177
|
-
input: 0.
|
|
16102
|
+
input: 0.2,
|
|
16178
16103
|
output: 1.1,
|
|
16179
16104
|
cacheRead: 0.03,
|
|
16180
16105
|
cacheWrite: 0,
|
|
@@ -16192,7 +16117,7 @@ export const MODELS = {
|
|
|
16192
16117
|
input: ["text", "image"],
|
|
16193
16118
|
cost: {
|
|
16194
16119
|
input: 0.6,
|
|
16195
|
-
output: 1.
|
|
16120
|
+
output: 1.8,
|
|
16196
16121
|
cacheRead: 0.11,
|
|
16197
16122
|
cacheWrite: 0,
|
|
16198
16123
|
},
|
|
@@ -16226,8 +16151,8 @@ export const MODELS = {
|
|
|
16226
16151
|
input: ["text", "image"],
|
|
16227
16152
|
cost: {
|
|
16228
16153
|
input: 0.3,
|
|
16229
|
-
output: 0.
|
|
16230
|
-
cacheRead: 0.
|
|
16154
|
+
output: 0.9,
|
|
16155
|
+
cacheRead: 0.05,
|
|
16231
16156
|
cacheWrite: 0,
|
|
16232
16157
|
},
|
|
16233
16158
|
contextWindow: 128000,
|
|
@@ -16277,7 +16202,7 @@ export const MODELS = {
|
|
|
16277
16202
|
input: ["text"],
|
|
16278
16203
|
cost: {
|
|
16279
16204
|
input: 0.07,
|
|
16280
|
-
output: 0.
|
|
16205
|
+
output: 0.4,
|
|
16281
16206
|
cacheRead: 0,
|
|
16282
16207
|
cacheWrite: 0,
|
|
16283
16208
|
},
|
|
@@ -16294,7 +16219,7 @@ export const MODELS = {
|
|
|
16294
16219
|
input: ["text"],
|
|
16295
16220
|
cost: {
|
|
16296
16221
|
input: 0.06,
|
|
16297
|
-
output: 0.
|
|
16222
|
+
output: 0.4,
|
|
16298
16223
|
cacheRead: 0.01,
|
|
16299
16224
|
cacheWrite: 0,
|
|
16300
16225
|
},
|
|
@@ -16311,8 +16236,8 @@ export const MODELS = {
|
|
|
16311
16236
|
input: ["text"],
|
|
16312
16237
|
cost: {
|
|
16313
16238
|
input: 1,
|
|
16314
|
-
output: 3.
|
|
16315
|
-
cacheRead: 0.
|
|
16239
|
+
output: 3.2,
|
|
16240
|
+
cacheRead: 0.2,
|
|
16316
16241
|
cacheWrite: 0,
|
|
16317
16242
|
},
|
|
16318
16243
|
contextWindow: 202800,
|
|
@@ -16419,7 +16344,7 @@ export const MODELS = {
|
|
|
16419
16344
|
cacheRead: 0.2,
|
|
16420
16345
|
cacheWrite: 0,
|
|
16421
16346
|
},
|
|
16422
|
-
contextWindow:
|
|
16347
|
+
contextWindow: 1000000,
|
|
16423
16348
|
maxTokens: 30000,
|
|
16424
16349
|
},
|
|
16425
16350
|
"grok-4.20-0309-reasoning": {
|
|
@@ -16436,7 +16361,7 @@ export const MODELS = {
|
|
|
16436
16361
|
cacheRead: 0.2,
|
|
16437
16362
|
cacheWrite: 0,
|
|
16438
16363
|
},
|
|
16439
|
-
contextWindow:
|
|
16364
|
+
contextWindow: 1000000,
|
|
16440
16365
|
maxTokens: 30000,
|
|
16441
16366
|
},
|
|
16442
16367
|
"grok-4.3": {
|
|
@@ -16582,6 +16507,24 @@ export const MODELS = {
|
|
|
16582
16507
|
contextWindow: 1048576,
|
|
16583
16508
|
maxTokens: 131072,
|
|
16584
16509
|
},
|
|
16510
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16511
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16512
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16513
|
+
api: "openai-completions",
|
|
16514
|
+
provider: "xiaomi",
|
|
16515
|
+
baseUrl: "https://api.xiaomimimo.com/v1",
|
|
16516
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
16517
|
+
reasoning: true,
|
|
16518
|
+
input: ["text"],
|
|
16519
|
+
cost: {
|
|
16520
|
+
input: 1.305,
|
|
16521
|
+
output: 2.61,
|
|
16522
|
+
cacheRead: 0.0108,
|
|
16523
|
+
cacheWrite: 0,
|
|
16524
|
+
},
|
|
16525
|
+
contextWindow: 1048576,
|
|
16526
|
+
maxTokens: 131072,
|
|
16527
|
+
},
|
|
16585
16528
|
},
|
|
16586
16529
|
"xiaomi-token-plan-ams": {
|
|
16587
16530
|
"mimo-v2-omni": {
|
|
@@ -16656,6 +16599,24 @@ export const MODELS = {
|
|
|
16656
16599
|
contextWindow: 1048576,
|
|
16657
16600
|
maxTokens: 131072,
|
|
16658
16601
|
},
|
|
16602
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16603
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16604
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16605
|
+
api: "openai-completions",
|
|
16606
|
+
provider: "xiaomi-token-plan-ams",
|
|
16607
|
+
baseUrl: "https://token-plan-ams.xiaomimimo.com/v1",
|
|
16608
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
16609
|
+
reasoning: true,
|
|
16610
|
+
input: ["text"],
|
|
16611
|
+
cost: {
|
|
16612
|
+
input: 1.305,
|
|
16613
|
+
output: 2.61,
|
|
16614
|
+
cacheRead: 0.0108,
|
|
16615
|
+
cacheWrite: 0,
|
|
16616
|
+
},
|
|
16617
|
+
contextWindow: 1048576,
|
|
16618
|
+
maxTokens: 131072,
|
|
16619
|
+
},
|
|
16659
16620
|
},
|
|
16660
16621
|
"xiaomi-token-plan-cn": {
|
|
16661
16622
|
"mimo-v2-omni": {
|
|
@@ -16730,6 +16691,24 @@ export const MODELS = {
|
|
|
16730
16691
|
contextWindow: 1048576,
|
|
16731
16692
|
maxTokens: 131072,
|
|
16732
16693
|
},
|
|
16694
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16695
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16696
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16697
|
+
api: "openai-completions",
|
|
16698
|
+
provider: "xiaomi-token-plan-cn",
|
|
16699
|
+
baseUrl: "https://token-plan-cn.xiaomimimo.com/v1",
|
|
16700
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
16701
|
+
reasoning: true,
|
|
16702
|
+
input: ["text"],
|
|
16703
|
+
cost: {
|
|
16704
|
+
input: 1.305,
|
|
16705
|
+
output: 2.61,
|
|
16706
|
+
cacheRead: 0.0108,
|
|
16707
|
+
cacheWrite: 0,
|
|
16708
|
+
},
|
|
16709
|
+
contextWindow: 1048576,
|
|
16710
|
+
maxTokens: 131072,
|
|
16711
|
+
},
|
|
16733
16712
|
},
|
|
16734
16713
|
"xiaomi-token-plan-sgp": {
|
|
16735
16714
|
"mimo-v2-omni": {
|
|
@@ -16804,6 +16783,24 @@ export const MODELS = {
|
|
|
16804
16783
|
contextWindow: 1048576,
|
|
16805
16784
|
maxTokens: 131072,
|
|
16806
16785
|
},
|
|
16786
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16787
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16788
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16789
|
+
api: "openai-completions",
|
|
16790
|
+
provider: "xiaomi-token-plan-sgp",
|
|
16791
|
+
baseUrl: "https://token-plan-sgp.xiaomimimo.com/v1",
|
|
16792
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
16793
|
+
reasoning: true,
|
|
16794
|
+
input: ["text"],
|
|
16795
|
+
cost: {
|
|
16796
|
+
input: 1.305,
|
|
16797
|
+
output: 2.61,
|
|
16798
|
+
cacheRead: 0.0108,
|
|
16799
|
+
cacheWrite: 0,
|
|
16800
|
+
},
|
|
16801
|
+
contextWindow: 1048576,
|
|
16802
|
+
maxTokens: 131072,
|
|
16803
|
+
},
|
|
16807
16804
|
},
|
|
16808
16805
|
"zai": {
|
|
16809
16806
|
"glm-4.5-air": {
|
|
@@ -16878,6 +16875,24 @@ export const MODELS = {
|
|
|
16878
16875
|
contextWindow: 200000,
|
|
16879
16876
|
maxTokens: 131072,
|
|
16880
16877
|
},
|
|
16878
|
+
"glm-5.2": {
|
|
16879
|
+
id: "glm-5.2",
|
|
16880
|
+
name: "GLM-5.2",
|
|
16881
|
+
api: "openai-completions",
|
|
16882
|
+
provider: "zai",
|
|
16883
|
+
baseUrl: "https://api.z.ai/api/coding/paas/v4",
|
|
16884
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
16885
|
+
reasoning: true,
|
|
16886
|
+
input: ["text"],
|
|
16887
|
+
cost: {
|
|
16888
|
+
input: 0,
|
|
16889
|
+
output: 0,
|
|
16890
|
+
cacheRead: 0,
|
|
16891
|
+
cacheWrite: 0,
|
|
16892
|
+
},
|
|
16893
|
+
contextWindow: 1000000,
|
|
16894
|
+
maxTokens: 131072,
|
|
16895
|
+
},
|
|
16881
16896
|
"glm-5v-turbo": {
|
|
16882
16897
|
id: "glm-5v-turbo",
|
|
16883
16898
|
name: "GLM-5V-Turbo",
|
|
@@ -16970,6 +16985,24 @@ export const MODELS = {
|
|
|
16970
16985
|
contextWindow: 200000,
|
|
16971
16986
|
maxTokens: 131072,
|
|
16972
16987
|
},
|
|
16988
|
+
"glm-5.2": {
|
|
16989
|
+
id: "glm-5.2",
|
|
16990
|
+
name: "GLM-5.2",
|
|
16991
|
+
api: "openai-completions",
|
|
16992
|
+
provider: "zai-coding-cn",
|
|
16993
|
+
baseUrl: "https://open.bigmodel.cn/api/coding/paas/v4",
|
|
16994
|
+
compat: { "supportsDeveloperRole": false, "thinkingFormat": "zai", "zaiToolStream": true },
|
|
16995
|
+
reasoning: true,
|
|
16996
|
+
input: ["text"],
|
|
16997
|
+
cost: {
|
|
16998
|
+
input: 0,
|
|
16999
|
+
output: 0,
|
|
17000
|
+
cacheRead: 0,
|
|
17001
|
+
cacheWrite: 0,
|
|
17002
|
+
},
|
|
17003
|
+
contextWindow: 1000000,
|
|
17004
|
+
maxTokens: 131072,
|
|
17005
|
+
},
|
|
16973
17006
|
"glm-5v-turbo": {
|
|
16974
17007
|
id: "glm-5v-turbo",
|
|
16975
17008
|
name: "GLM-5V-Turbo",
|