@code-yeongyu/senpi 2026.5.29 → 2026.6.3
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/CHANGELOG.md +131 -1
- package/README.md +12 -2
- package/dist/cli/args.d.ts +3 -0
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +28 -0
- package/dist/cli/args.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +9 -1
- package/dist/config.js.map +1 -1
- package/dist/core/agent-session-services.d.ts +1 -0
- package/dist/core/agent-session-services.d.ts.map +1 -1
- package/dist/core/agent-session-services.js +1 -0
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/agent-session.d.ts +9 -2
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +36 -13
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/compaction/branch-summarization.d.ts +3 -1
- package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
- package/dist/core/compaction/branch-summarization.js +9 -3
- package/dist/core/compaction/branch-summarization.js.map +1 -1
- package/dist/core/extensions/index.d.ts +1 -1
- package/dist/core/extensions/index.d.ts.map +1 -1
- package/dist/core/extensions/index.js.map +1 -1
- package/dist/core/extensions/runner.d.ts +5 -3
- package/dist/core/extensions/runner.d.ts.map +1 -1
- package/dist/core/extensions/runner.js +21 -3
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/types.d.ts +14 -6
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/footer-data-provider.d.ts +2 -0
- package/dist/core/footer-data-provider.d.ts.map +1 -1
- package/dist/core/footer-data-provider.js +29 -1
- package/dist/core/footer-data-provider.js.map +1 -1
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +82 -21
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/model-resolver.d.ts.map +1 -1
- package/dist/core/model-resolver.js +2 -1
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/provider-attribution.d.ts +4 -0
- package/dist/core/provider-attribution.d.ts.map +1 -0
- package/dist/core/provider-attribution.js +73 -0
- package/dist/core/provider-attribution.js.map +1 -0
- package/dist/core/provider-display-names.d.ts.map +1 -1
- package/dist/core/provider-display-names.js +1 -0
- package/dist/core/provider-display-names.js.map +1 -1
- package/dist/core/resolve-config-value.d.ts +9 -1
- package/dist/core/resolve-config-value.d.ts.map +1 -1
- package/dist/core/resolve-config-value.js +134 -11
- package/dist/core/resolve-config-value.js.map +1 -1
- package/dist/core/sdk.d.ts +2 -0
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js +18 -40
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/session-manager.d.ts +6 -7
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +167 -96
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/settings-manager.d.ts +3 -1
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +15 -11
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/system-prompt.d.ts.map +1 -1
- package/dist/core/system-prompt.js +0 -3
- package/dist/core/system-prompt.js.map +1 -1
- package/dist/core/thinking-levels.d.ts.map +1 -1
- package/dist/core/thinking-levels.js +6 -2
- package/dist/core/thinking-levels.js.map +1 -1
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js +7 -10
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/core/tools/find.d.ts.map +1 -1
- package/dist/core/tools/find.js.map +1 -1
- package/dist/core/tools/grep.d.ts.map +1 -1
- package/dist/core/tools/grep.js.map +1 -1
- package/dist/core/tools/ls.d.ts.map +1 -1
- package/dist/core/tools/ls.js +5 -7
- package/dist/core/tools/ls.js.map +1 -1
- package/dist/core/tools/read.d.ts.map +1 -1
- package/dist/core/tools/read.js +6 -7
- package/dist/core/tools/read.js.map +1 -1
- package/dist/core/tools/render-utils.d.ts +5 -2
- package/dist/core/tools/render-utils.d.ts.map +1 -1
- package/dist/core/tools/render-utils.js +17 -1
- package/dist/core/tools/render-utils.js.map +1 -1
- package/dist/core/tools/write.d.ts.map +1 -1
- package/dist/core/tools/write.js +5 -6
- package/dist/core/tools/write.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +76 -16
- package/dist/main.js.map +1 -1
- package/dist/migrations.d.ts.map +1 -1
- package/dist/migrations.js +118 -1
- package/dist/migrations.js.map +1 -1
- package/dist/modes/interactive/components/login-dialog.d.ts +1 -3
- package/dist/modes/interactive/components/login-dialog.d.ts.map +1 -1
- package/dist/modes/interactive/components/login-dialog.js +2 -4
- package/dist/modes/interactive/components/login-dialog.js.map +1 -1
- package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution.js +25 -1
- package/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +3 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +64 -6
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +10 -0
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/dist/modes/print-mode.d.ts.map +1 -1
- package/dist/modes/print-mode.js +1 -0
- package/dist/modes/print-mode.js.map +1 -1
- package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-mode.js +4 -1
- package/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/dist/modes/rpc/rpc-types.d.ts +1 -0
- package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-types.js.map +1 -1
- package/dist/utils/deprecation.d.ts +4 -0
- package/dist/utils/deprecation.d.ts.map +1 -0
- package/dist/utils/deprecation.js +13 -0
- package/dist/utils/deprecation.js.map +1 -0
- package/dist/utils/json.d.ts +3 -0
- package/dist/utils/json.d.ts.map +1 -0
- package/dist/utils/json.js +7 -0
- package/dist/utils/json.js.map +1 -0
- package/docs/custom-provider.md +13 -10
- package/docs/extensions.md +47 -17
- package/docs/models.md +25 -12
- package/docs/providers.md +15 -5
- package/docs/quickstart.md +1 -0
- package/docs/rpc.md +3 -2
- package/docs/sdk.md +6 -0
- package/docs/session-format.md +1 -1
- package/docs/sessions.md +8 -0
- package/docs/settings.md +4 -2
- package/docs/terminal-setup.md +2 -0
- package/docs/tui.md +12 -3
- package/docs/usage.md +10 -1
- package/examples/extensions/README.md +1 -0
- package/examples/extensions/custom-header.ts +1 -1
- package/examples/extensions/custom-provider-anthropic/index.ts +1 -1
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/index.ts +54 -3
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/doom-overlay/index.ts +1 -1
- package/examples/extensions/git-merge-and-resolve.ts +115 -0
- package/examples/extensions/handoff.ts +1 -1
- package/examples/extensions/input-transform-streaming.ts +39 -0
- package/examples/extensions/interactive-shell.ts +1 -1
- package/examples/extensions/overlay-qa-tests.ts +152 -81
- package/examples/extensions/qna.ts +1 -1
- package/examples/extensions/question.ts +1 -1
- package/examples/extensions/questionnaire.ts +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/snake.ts +1 -1
- package/examples/extensions/space-invaders.ts +1 -1
- package/examples/extensions/summarize.ts +1 -1
- package/examples/extensions/tic-tac-toe.ts +1 -1
- package/examples/extensions/todo.ts +1 -1
- package/examples/extensions/tools.ts +5 -0
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +15 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.d.ts +5 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +81 -18
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js +14 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts +22 -8
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +3 -3
- package/node_modules/@earendil-works/pi-ai/README.md +5 -3
- package/node_modules/@earendil-works/pi-ai/dist/cli.js +0 -0
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +15 -0
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +15 -0
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +1294 -412
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +1278 -652
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js +9 -4
- package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +89 -21
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +27 -14
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +5 -9
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.js +5 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js +2 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js +2 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +118 -52
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +27 -17
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.d.ts +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +5 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +5 -9
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.d.ts +7 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.js +8 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/stream.js +18 -4
- package/node_modules/@earendil-works/pi-ai/dist/stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +21 -5
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.d.ts +6 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.js +34 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts +9 -7
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js +8 -7
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.d.ts +10 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js +179 -79
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +2 -2
- package/node_modules/@earendil-works/pi-tui/README.md +15 -3
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +9 -53
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.js +6 -54
- package/node_modules/@earendil-works/pi-tui/dist/components/input.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js +34 -7
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts +33 -10
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js +173 -39
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts +18 -3
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.js +166 -22
- package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +11 -3
- package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/word-navigation.d.ts +25 -0
- package/node_modules/@earendil-works/pi-tui/dist/word-navigation.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/word-navigation.js +96 -0
- package/node_modules/@earendil-works/pi-tui/dist/word-navigation.js.map +1 -0
- package/node_modules/@earendil-works/pi-tui/package.json +2 -2
- package/npm-shrinkwrap.json +56 -56
- package/package.json +5 -5
|
@@ -179,6 +179,26 @@ export declare const MODELS: {
|
|
|
179
179
|
contextWindow: number;
|
|
180
180
|
maxTokens: number;
|
|
181
181
|
};
|
|
182
|
+
readonly "anthropic.claude-opus-4-8": {
|
|
183
|
+
id: string;
|
|
184
|
+
name: string;
|
|
185
|
+
api: "bedrock-converse-stream";
|
|
186
|
+
provider: string;
|
|
187
|
+
baseUrl: string;
|
|
188
|
+
reasoning: true;
|
|
189
|
+
thinkingLevelMap: {
|
|
190
|
+
xhigh: string;
|
|
191
|
+
};
|
|
192
|
+
input: ("image" | "text")[];
|
|
193
|
+
cost: {
|
|
194
|
+
input: number;
|
|
195
|
+
output: number;
|
|
196
|
+
cacheRead: number;
|
|
197
|
+
cacheWrite: number;
|
|
198
|
+
};
|
|
199
|
+
contextWindow: number;
|
|
200
|
+
maxTokens: number;
|
|
201
|
+
};
|
|
182
202
|
readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
183
203
|
id: string;
|
|
184
204
|
name: string;
|
|
@@ -250,6 +270,26 @@ export declare const MODELS: {
|
|
|
250
270
|
contextWindow: number;
|
|
251
271
|
maxTokens: number;
|
|
252
272
|
};
|
|
273
|
+
readonly "au.anthropic.claude-opus-4-8": {
|
|
274
|
+
id: string;
|
|
275
|
+
name: string;
|
|
276
|
+
api: "bedrock-converse-stream";
|
|
277
|
+
provider: string;
|
|
278
|
+
baseUrl: string;
|
|
279
|
+
reasoning: true;
|
|
280
|
+
thinkingLevelMap: {
|
|
281
|
+
xhigh: string;
|
|
282
|
+
};
|
|
283
|
+
input: ("image" | "text")[];
|
|
284
|
+
cost: {
|
|
285
|
+
input: number;
|
|
286
|
+
output: number;
|
|
287
|
+
cacheRead: number;
|
|
288
|
+
cacheWrite: number;
|
|
289
|
+
};
|
|
290
|
+
contextWindow: number;
|
|
291
|
+
maxTokens: number;
|
|
292
|
+
};
|
|
253
293
|
readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
254
294
|
id: string;
|
|
255
295
|
name: string;
|
|
@@ -429,6 +469,26 @@ export declare const MODELS: {
|
|
|
429
469
|
contextWindow: number;
|
|
430
470
|
maxTokens: number;
|
|
431
471
|
};
|
|
472
|
+
readonly "eu.anthropic.claude-opus-4-8": {
|
|
473
|
+
id: string;
|
|
474
|
+
name: string;
|
|
475
|
+
api: "bedrock-converse-stream";
|
|
476
|
+
provider: string;
|
|
477
|
+
baseUrl: string;
|
|
478
|
+
reasoning: true;
|
|
479
|
+
thinkingLevelMap: {
|
|
480
|
+
xhigh: string;
|
|
481
|
+
};
|
|
482
|
+
input: ("image" | "text")[];
|
|
483
|
+
cost: {
|
|
484
|
+
input: number;
|
|
485
|
+
output: number;
|
|
486
|
+
cacheRead: number;
|
|
487
|
+
cacheWrite: number;
|
|
488
|
+
};
|
|
489
|
+
contextWindow: number;
|
|
490
|
+
maxTokens: number;
|
|
491
|
+
};
|
|
432
492
|
readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
433
493
|
id: string;
|
|
434
494
|
name: string;
|
|
@@ -557,6 +617,26 @@ export declare const MODELS: {
|
|
|
557
617
|
contextWindow: number;
|
|
558
618
|
maxTokens: number;
|
|
559
619
|
};
|
|
620
|
+
readonly "global.anthropic.claude-opus-4-8": {
|
|
621
|
+
id: string;
|
|
622
|
+
name: string;
|
|
623
|
+
api: "bedrock-converse-stream";
|
|
624
|
+
provider: string;
|
|
625
|
+
baseUrl: string;
|
|
626
|
+
reasoning: true;
|
|
627
|
+
thinkingLevelMap: {
|
|
628
|
+
xhigh: string;
|
|
629
|
+
};
|
|
630
|
+
input: ("image" | "text")[];
|
|
631
|
+
cost: {
|
|
632
|
+
input: number;
|
|
633
|
+
output: number;
|
|
634
|
+
cacheRead: number;
|
|
635
|
+
cacheWrite: number;
|
|
636
|
+
};
|
|
637
|
+
contextWindow: number;
|
|
638
|
+
maxTokens: number;
|
|
639
|
+
};
|
|
560
640
|
readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
561
641
|
id: string;
|
|
562
642
|
name: string;
|
|
@@ -645,6 +725,26 @@ export declare const MODELS: {
|
|
|
645
725
|
contextWindow: number;
|
|
646
726
|
maxTokens: number;
|
|
647
727
|
};
|
|
728
|
+
readonly "jp.anthropic.claude-opus-4-8": {
|
|
729
|
+
id: string;
|
|
730
|
+
name: string;
|
|
731
|
+
api: "bedrock-converse-stream";
|
|
732
|
+
provider: string;
|
|
733
|
+
baseUrl: string;
|
|
734
|
+
reasoning: true;
|
|
735
|
+
thinkingLevelMap: {
|
|
736
|
+
xhigh: string;
|
|
737
|
+
};
|
|
738
|
+
input: ("image" | "text")[];
|
|
739
|
+
cost: {
|
|
740
|
+
input: number;
|
|
741
|
+
output: number;
|
|
742
|
+
cacheRead: number;
|
|
743
|
+
cacheWrite: number;
|
|
744
|
+
};
|
|
745
|
+
contextWindow: number;
|
|
746
|
+
maxTokens: number;
|
|
747
|
+
};
|
|
648
748
|
readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
649
749
|
id: string;
|
|
650
750
|
name: string;
|
|
@@ -1368,6 +1468,26 @@ export declare const MODELS: {
|
|
|
1368
1468
|
contextWindow: number;
|
|
1369
1469
|
maxTokens: number;
|
|
1370
1470
|
};
|
|
1471
|
+
readonly "us.anthropic.claude-opus-4-8": {
|
|
1472
|
+
id: string;
|
|
1473
|
+
name: string;
|
|
1474
|
+
api: "bedrock-converse-stream";
|
|
1475
|
+
provider: string;
|
|
1476
|
+
baseUrl: string;
|
|
1477
|
+
reasoning: true;
|
|
1478
|
+
thinkingLevelMap: {
|
|
1479
|
+
xhigh: string;
|
|
1480
|
+
};
|
|
1481
|
+
input: ("image" | "text")[];
|
|
1482
|
+
cost: {
|
|
1483
|
+
input: number;
|
|
1484
|
+
output: number;
|
|
1485
|
+
cacheRead: number;
|
|
1486
|
+
cacheWrite: number;
|
|
1487
|
+
};
|
|
1488
|
+
contextWindow: number;
|
|
1489
|
+
maxTokens: number;
|
|
1490
|
+
};
|
|
1371
1491
|
readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1372
1492
|
id: string;
|
|
1373
1493
|
name: string;
|
|
@@ -1843,6 +1963,31 @@ export declare const MODELS: {
|
|
|
1843
1963
|
baseUrl: string;
|
|
1844
1964
|
compat: {
|
|
1845
1965
|
forceAdaptiveThinking: true;
|
|
1966
|
+
supportsTemperature: false;
|
|
1967
|
+
};
|
|
1968
|
+
reasoning: true;
|
|
1969
|
+
thinkingLevelMap: {
|
|
1970
|
+
xhigh: string;
|
|
1971
|
+
};
|
|
1972
|
+
input: ("image" | "text")[];
|
|
1973
|
+
cost: {
|
|
1974
|
+
input: number;
|
|
1975
|
+
output: number;
|
|
1976
|
+
cacheRead: number;
|
|
1977
|
+
cacheWrite: number;
|
|
1978
|
+
};
|
|
1979
|
+
contextWindow: number;
|
|
1980
|
+
maxTokens: number;
|
|
1981
|
+
};
|
|
1982
|
+
readonly "claude-opus-4-8": {
|
|
1983
|
+
id: string;
|
|
1984
|
+
name: string;
|
|
1985
|
+
api: "anthropic-messages";
|
|
1986
|
+
provider: string;
|
|
1987
|
+
baseUrl: string;
|
|
1988
|
+
compat: {
|
|
1989
|
+
forceAdaptiveThinking: true;
|
|
1990
|
+
supportsTemperature: false;
|
|
1846
1991
|
};
|
|
1847
1992
|
reasoning: true;
|
|
1848
1993
|
thinkingLevelMap: {
|
|
@@ -2600,6 +2745,8 @@ export declare const MODELS: {
|
|
|
2600
2745
|
thinkingLevelMap: {
|
|
2601
2746
|
off: null;
|
|
2602
2747
|
xhigh: string;
|
|
2748
|
+
minimal: null;
|
|
2749
|
+
low: null;
|
|
2603
2750
|
};
|
|
2604
2751
|
input: ("image" | "text")[];
|
|
2605
2752
|
cost: {
|
|
@@ -2783,23 +2930,6 @@ export declare const MODELS: {
|
|
|
2783
2930
|
contextWindow: number;
|
|
2784
2931
|
maxTokens: number;
|
|
2785
2932
|
};
|
|
2786
|
-
readonly "qwen-3-235b-a22b-instruct-2507": {
|
|
2787
|
-
id: string;
|
|
2788
|
-
name: string;
|
|
2789
|
-
api: "openai-completions";
|
|
2790
|
-
provider: string;
|
|
2791
|
-
baseUrl: string;
|
|
2792
|
-
reasoning: false;
|
|
2793
|
-
input: "text"[];
|
|
2794
|
-
cost: {
|
|
2795
|
-
input: number;
|
|
2796
|
-
output: number;
|
|
2797
|
-
cacheRead: number;
|
|
2798
|
-
cacheWrite: number;
|
|
2799
|
-
};
|
|
2800
|
-
contextWindow: number;
|
|
2801
|
-
maxTokens: number;
|
|
2802
|
-
};
|
|
2803
2933
|
readonly "zai-glm-4.7": {
|
|
2804
2934
|
id: string;
|
|
2805
2935
|
name: string;
|
|
@@ -3020,6 +3150,31 @@ export declare const MODELS: {
|
|
|
3020
3150
|
baseUrl: string;
|
|
3021
3151
|
compat: {
|
|
3022
3152
|
forceAdaptiveThinking: true;
|
|
3153
|
+
supportsTemperature: false;
|
|
3154
|
+
};
|
|
3155
|
+
reasoning: true;
|
|
3156
|
+
thinkingLevelMap: {
|
|
3157
|
+
xhigh: string;
|
|
3158
|
+
};
|
|
3159
|
+
input: ("image" | "text")[];
|
|
3160
|
+
cost: {
|
|
3161
|
+
input: number;
|
|
3162
|
+
output: number;
|
|
3163
|
+
cacheRead: number;
|
|
3164
|
+
cacheWrite: number;
|
|
3165
|
+
};
|
|
3166
|
+
contextWindow: number;
|
|
3167
|
+
maxTokens: number;
|
|
3168
|
+
};
|
|
3169
|
+
readonly "claude-opus-4-8": {
|
|
3170
|
+
id: string;
|
|
3171
|
+
name: string;
|
|
3172
|
+
api: "anthropic-messages";
|
|
3173
|
+
provider: string;
|
|
3174
|
+
baseUrl: string;
|
|
3175
|
+
compat: {
|
|
3176
|
+
forceAdaptiveThinking: true;
|
|
3177
|
+
supportsTemperature: false;
|
|
3023
3178
|
};
|
|
3024
3179
|
reasoning: true;
|
|
3025
3180
|
thinkingLevelMap: {
|
|
@@ -3569,26 +3724,6 @@ export declare const MODELS: {
|
|
|
3569
3724
|
contextWindow: number;
|
|
3570
3725
|
maxTokens: number;
|
|
3571
3726
|
};
|
|
3572
|
-
readonly "@cf/moonshotai/kimi-k2.5": {
|
|
3573
|
-
id: string;
|
|
3574
|
-
name: string;
|
|
3575
|
-
api: "openai-completions";
|
|
3576
|
-
provider: string;
|
|
3577
|
-
baseUrl: string;
|
|
3578
|
-
compat: {
|
|
3579
|
-
sendSessionAffinityHeaders: true;
|
|
3580
|
-
};
|
|
3581
|
-
reasoning: true;
|
|
3582
|
-
input: ("image" | "text")[];
|
|
3583
|
-
cost: {
|
|
3584
|
-
input: number;
|
|
3585
|
-
output: number;
|
|
3586
|
-
cacheRead: number;
|
|
3587
|
-
cacheWrite: number;
|
|
3588
|
-
};
|
|
3589
|
-
contextWindow: number;
|
|
3590
|
-
maxTokens: number;
|
|
3591
|
-
};
|
|
3592
3727
|
readonly "@cf/moonshotai/kimi-k2.6": {
|
|
3593
3728
|
id: string;
|
|
3594
3729
|
name: string;
|
|
@@ -4139,6 +4274,7 @@ export declare const MODELS: {
|
|
|
4139
4274
|
};
|
|
4140
4275
|
compat: {
|
|
4141
4276
|
forceAdaptiveThinking: true;
|
|
4277
|
+
supportsTemperature: false;
|
|
4142
4278
|
};
|
|
4143
4279
|
reasoning: true;
|
|
4144
4280
|
thinkingLevelMap: {
|
|
@@ -4154,7 +4290,37 @@ export declare const MODELS: {
|
|
|
4154
4290
|
contextWindow: number;
|
|
4155
4291
|
maxTokens: number;
|
|
4156
4292
|
};
|
|
4157
|
-
readonly "claude-
|
|
4293
|
+
readonly "claude-opus-4.8": {
|
|
4294
|
+
id: string;
|
|
4295
|
+
name: string;
|
|
4296
|
+
api: "anthropic-messages";
|
|
4297
|
+
provider: string;
|
|
4298
|
+
baseUrl: string;
|
|
4299
|
+
headers: {
|
|
4300
|
+
"User-Agent": string;
|
|
4301
|
+
"Editor-Version": string;
|
|
4302
|
+
"Editor-Plugin-Version": string;
|
|
4303
|
+
"Copilot-Integration-Id": string;
|
|
4304
|
+
};
|
|
4305
|
+
compat: {
|
|
4306
|
+
forceAdaptiveThinking: true;
|
|
4307
|
+
supportsTemperature: false;
|
|
4308
|
+
};
|
|
4309
|
+
reasoning: true;
|
|
4310
|
+
thinkingLevelMap: {
|
|
4311
|
+
xhigh: string;
|
|
4312
|
+
};
|
|
4313
|
+
input: ("image" | "text")[];
|
|
4314
|
+
cost: {
|
|
4315
|
+
input: number;
|
|
4316
|
+
output: number;
|
|
4317
|
+
cacheRead: number;
|
|
4318
|
+
cacheWrite: number;
|
|
4319
|
+
};
|
|
4320
|
+
contextWindow: number;
|
|
4321
|
+
maxTokens: number;
|
|
4322
|
+
};
|
|
4323
|
+
readonly "claude-sonnet-4": {
|
|
4158
4324
|
id: string;
|
|
4159
4325
|
name: string;
|
|
4160
4326
|
api: "anthropic-messages";
|
|
@@ -4180,7 +4346,7 @@ export declare const MODELS: {
|
|
|
4180
4346
|
contextWindow: number;
|
|
4181
4347
|
maxTokens: number;
|
|
4182
4348
|
};
|
|
4183
|
-
readonly "claude-sonnet-4.
|
|
4349
|
+
readonly "claude-sonnet-4.5": {
|
|
4184
4350
|
id: string;
|
|
4185
4351
|
name: string;
|
|
4186
4352
|
api: "anthropic-messages";
|
|
@@ -4193,7 +4359,7 @@ export declare const MODELS: {
|
|
|
4193
4359
|
"Copilot-Integration-Id": string;
|
|
4194
4360
|
};
|
|
4195
4361
|
compat: {
|
|
4196
|
-
|
|
4362
|
+
supportsEagerToolInputStreaming: false;
|
|
4197
4363
|
};
|
|
4198
4364
|
reasoning: true;
|
|
4199
4365
|
input: ("image" | "text")[];
|
|
@@ -4206,10 +4372,10 @@ export declare const MODELS: {
|
|
|
4206
4372
|
contextWindow: number;
|
|
4207
4373
|
maxTokens: number;
|
|
4208
4374
|
};
|
|
4209
|
-
readonly "
|
|
4375
|
+
readonly "claude-sonnet-4.6": {
|
|
4210
4376
|
id: string;
|
|
4211
4377
|
name: string;
|
|
4212
|
-
api: "
|
|
4378
|
+
api: "anthropic-messages";
|
|
4213
4379
|
provider: string;
|
|
4214
4380
|
baseUrl: string;
|
|
4215
4381
|
headers: {
|
|
@@ -4219,11 +4385,9 @@ export declare const MODELS: {
|
|
|
4219
4385
|
"Copilot-Integration-Id": string;
|
|
4220
4386
|
};
|
|
4221
4387
|
compat: {
|
|
4222
|
-
|
|
4223
|
-
supportsDeveloperRole: false;
|
|
4224
|
-
supportsReasoningEffort: false;
|
|
4388
|
+
forceAdaptiveThinking: true;
|
|
4225
4389
|
};
|
|
4226
|
-
reasoning:
|
|
4390
|
+
reasoning: true;
|
|
4227
4391
|
input: ("image" | "text")[];
|
|
4228
4392
|
cost: {
|
|
4229
4393
|
input: number;
|
|
@@ -4234,7 +4398,7 @@ export declare const MODELS: {
|
|
|
4234
4398
|
contextWindow: number;
|
|
4235
4399
|
maxTokens: number;
|
|
4236
4400
|
};
|
|
4237
|
-
readonly "gemini-
|
|
4401
|
+
readonly "gemini-2.5-pro": {
|
|
4238
4402
|
id: string;
|
|
4239
4403
|
name: string;
|
|
4240
4404
|
api: "openai-completions";
|
|
@@ -4262,7 +4426,7 @@ export declare const MODELS: {
|
|
|
4262
4426
|
contextWindow: number;
|
|
4263
4427
|
maxTokens: number;
|
|
4264
4428
|
};
|
|
4265
|
-
readonly "gemini-3
|
|
4429
|
+
readonly "gemini-3-flash-preview": {
|
|
4266
4430
|
id: string;
|
|
4267
4431
|
name: string;
|
|
4268
4432
|
api: "openai-completions";
|
|
@@ -4290,7 +4454,7 @@ export declare const MODELS: {
|
|
|
4290
4454
|
contextWindow: number;
|
|
4291
4455
|
maxTokens: number;
|
|
4292
4456
|
};
|
|
4293
|
-
readonly "gemini-3.
|
|
4457
|
+
readonly "gemini-3.1-pro-preview": {
|
|
4294
4458
|
id: string;
|
|
4295
4459
|
name: string;
|
|
4296
4460
|
api: "openai-completions";
|
|
@@ -4318,7 +4482,7 @@ export declare const MODELS: {
|
|
|
4318
4482
|
contextWindow: number;
|
|
4319
4483
|
maxTokens: number;
|
|
4320
4484
|
};
|
|
4321
|
-
readonly "
|
|
4485
|
+
readonly "gemini-3.5-flash": {
|
|
4322
4486
|
id: string;
|
|
4323
4487
|
name: string;
|
|
4324
4488
|
api: "openai-completions";
|
|
@@ -4335,7 +4499,7 @@ export declare const MODELS: {
|
|
|
4335
4499
|
supportsDeveloperRole: false;
|
|
4336
4500
|
supportsReasoningEffort: false;
|
|
4337
4501
|
};
|
|
4338
|
-
reasoning:
|
|
4502
|
+
reasoning: true;
|
|
4339
4503
|
input: ("image" | "text")[];
|
|
4340
4504
|
cost: {
|
|
4341
4505
|
input: number;
|
|
@@ -4346,7 +4510,7 @@ export declare const MODELS: {
|
|
|
4346
4510
|
contextWindow: number;
|
|
4347
4511
|
maxTokens: number;
|
|
4348
4512
|
};
|
|
4349
|
-
readonly "gpt-
|
|
4513
|
+
readonly "gpt-4.1": {
|
|
4350
4514
|
id: string;
|
|
4351
4515
|
name: string;
|
|
4352
4516
|
api: "openai-completions";
|
|
@@ -4541,7 +4705,7 @@ export declare const MODELS: {
|
|
|
4541
4705
|
contextWindow: number;
|
|
4542
4706
|
maxTokens: number;
|
|
4543
4707
|
};
|
|
4544
|
-
readonly "gpt-5.
|
|
4708
|
+
readonly "gpt-5.4-nano": {
|
|
4545
4709
|
id: string;
|
|
4546
4710
|
name: string;
|
|
4547
4711
|
api: "openai-responses";
|
|
@@ -4569,10 +4733,38 @@ export declare const MODELS: {
|
|
|
4569
4733
|
contextWindow: number;
|
|
4570
4734
|
maxTokens: number;
|
|
4571
4735
|
};
|
|
4572
|
-
readonly "
|
|
4736
|
+
readonly "gpt-5.5": {
|
|
4573
4737
|
id: string;
|
|
4574
4738
|
name: string;
|
|
4575
|
-
api: "openai-
|
|
4739
|
+
api: "openai-responses";
|
|
4740
|
+
provider: string;
|
|
4741
|
+
baseUrl: string;
|
|
4742
|
+
headers: {
|
|
4743
|
+
"User-Agent": string;
|
|
4744
|
+
"Editor-Version": string;
|
|
4745
|
+
"Editor-Plugin-Version": string;
|
|
4746
|
+
"Copilot-Integration-Id": string;
|
|
4747
|
+
};
|
|
4748
|
+
reasoning: true;
|
|
4749
|
+
thinkingLevelMap: {
|
|
4750
|
+
off: null;
|
|
4751
|
+
minimal: string;
|
|
4752
|
+
xhigh: string;
|
|
4753
|
+
};
|
|
4754
|
+
input: ("image" | "text")[];
|
|
4755
|
+
cost: {
|
|
4756
|
+
input: number;
|
|
4757
|
+
output: number;
|
|
4758
|
+
cacheRead: number;
|
|
4759
|
+
cacheWrite: number;
|
|
4760
|
+
};
|
|
4761
|
+
contextWindow: number;
|
|
4762
|
+
maxTokens: number;
|
|
4763
|
+
};
|
|
4764
|
+
readonly "raptor-mini": {
|
|
4765
|
+
id: string;
|
|
4766
|
+
name: string;
|
|
4767
|
+
api: "openai-completions";
|
|
4576
4768
|
provider: string;
|
|
4577
4769
|
baseUrl: string;
|
|
4578
4770
|
headers: {
|
|
@@ -4587,7 +4779,7 @@ export declare const MODELS: {
|
|
|
4587
4779
|
supportsReasoningEffort: false;
|
|
4588
4780
|
};
|
|
4589
4781
|
reasoning: true;
|
|
4590
|
-
input: "text"[];
|
|
4782
|
+
input: ("image" | "text")[];
|
|
4591
4783
|
cost: {
|
|
4592
4784
|
input: number;
|
|
4593
4785
|
output: number;
|
|
@@ -5999,6 +6191,23 @@ export declare const MODELS: {
|
|
|
5999
6191
|
contextWindow: number;
|
|
6000
6192
|
maxTokens: number;
|
|
6001
6193
|
};
|
|
6194
|
+
readonly "MiniMax-M3": {
|
|
6195
|
+
id: string;
|
|
6196
|
+
name: string;
|
|
6197
|
+
api: "anthropic-messages";
|
|
6198
|
+
provider: string;
|
|
6199
|
+
baseUrl: string;
|
|
6200
|
+
reasoning: true;
|
|
6201
|
+
input: ("image" | "text")[];
|
|
6202
|
+
cost: {
|
|
6203
|
+
input: number;
|
|
6204
|
+
output: number;
|
|
6205
|
+
cacheRead: number;
|
|
6206
|
+
cacheWrite: number;
|
|
6207
|
+
};
|
|
6208
|
+
contextWindow: number;
|
|
6209
|
+
maxTokens: number;
|
|
6210
|
+
};
|
|
6002
6211
|
};
|
|
6003
6212
|
readonly "minimax-cn": {
|
|
6004
6213
|
readonly "MiniMax-M2.7": {
|
|
@@ -6035,6 +6244,23 @@ export declare const MODELS: {
|
|
|
6035
6244
|
contextWindow: number;
|
|
6036
6245
|
maxTokens: number;
|
|
6037
6246
|
};
|
|
6247
|
+
readonly "MiniMax-M3": {
|
|
6248
|
+
id: string;
|
|
6249
|
+
name: string;
|
|
6250
|
+
api: "anthropic-messages";
|
|
6251
|
+
provider: string;
|
|
6252
|
+
baseUrl: string;
|
|
6253
|
+
reasoning: true;
|
|
6254
|
+
input: ("image" | "text")[];
|
|
6255
|
+
cost: {
|
|
6256
|
+
input: number;
|
|
6257
|
+
output: number;
|
|
6258
|
+
cacheRead: number;
|
|
6259
|
+
cacheWrite: number;
|
|
6260
|
+
};
|
|
6261
|
+
contextWindow: number;
|
|
6262
|
+
maxTokens: number;
|
|
6263
|
+
};
|
|
6038
6264
|
};
|
|
6039
6265
|
readonly mistral: {
|
|
6040
6266
|
readonly "codestral-latest": {
|
|
@@ -6071,6 +6297,23 @@ export declare const MODELS: {
|
|
|
6071
6297
|
contextWindow: number;
|
|
6072
6298
|
maxTokens: number;
|
|
6073
6299
|
};
|
|
6300
|
+
readonly "devstral-latest": {
|
|
6301
|
+
id: string;
|
|
6302
|
+
name: string;
|
|
6303
|
+
api: "mistral-conversations";
|
|
6304
|
+
provider: string;
|
|
6305
|
+
baseUrl: string;
|
|
6306
|
+
reasoning: false;
|
|
6307
|
+
input: "text"[];
|
|
6308
|
+
cost: {
|
|
6309
|
+
input: number;
|
|
6310
|
+
output: number;
|
|
6311
|
+
cacheRead: number;
|
|
6312
|
+
cacheWrite: number;
|
|
6313
|
+
};
|
|
6314
|
+
contextWindow: number;
|
|
6315
|
+
maxTokens: number;
|
|
6316
|
+
};
|
|
6074
6317
|
readonly "devstral-medium-2507": {
|
|
6075
6318
|
id: string;
|
|
6076
6319
|
name: string;
|
|
@@ -6445,6 +6688,23 @@ export declare const MODELS: {
|
|
|
6445
6688
|
contextWindow: number;
|
|
6446
6689
|
maxTokens: number;
|
|
6447
6690
|
};
|
|
6691
|
+
readonly "open-mistral-nemo": {
|
|
6692
|
+
id: string;
|
|
6693
|
+
name: string;
|
|
6694
|
+
api: "mistral-conversations";
|
|
6695
|
+
provider: string;
|
|
6696
|
+
baseUrl: string;
|
|
6697
|
+
reasoning: false;
|
|
6698
|
+
input: "text"[];
|
|
6699
|
+
cost: {
|
|
6700
|
+
input: number;
|
|
6701
|
+
output: number;
|
|
6702
|
+
cacheRead: number;
|
|
6703
|
+
cacheWrite: number;
|
|
6704
|
+
};
|
|
6705
|
+
contextWindow: number;
|
|
6706
|
+
maxTokens: number;
|
|
6707
|
+
};
|
|
6448
6708
|
readonly "open-mixtral-8x22b": {
|
|
6449
6709
|
id: string;
|
|
6450
6710
|
name: string;
|
|
@@ -6552,8 +6812,524 @@ export declare const MODELS: {
|
|
|
6552
6812
|
maxTokensField: "max_tokens";
|
|
6553
6813
|
supportsStrictMode: false;
|
|
6554
6814
|
};
|
|
6555
|
-
reasoning: false;
|
|
6556
|
-
input: "text"[];
|
|
6815
|
+
reasoning: false;
|
|
6816
|
+
input: "text"[];
|
|
6817
|
+
cost: {
|
|
6818
|
+
input: number;
|
|
6819
|
+
output: number;
|
|
6820
|
+
cacheRead: number;
|
|
6821
|
+
cacheWrite: number;
|
|
6822
|
+
};
|
|
6823
|
+
contextWindow: number;
|
|
6824
|
+
maxTokens: number;
|
|
6825
|
+
};
|
|
6826
|
+
readonly "kimi-k2-thinking": {
|
|
6827
|
+
id: string;
|
|
6828
|
+
name: string;
|
|
6829
|
+
api: "openai-completions";
|
|
6830
|
+
provider: string;
|
|
6831
|
+
baseUrl: string;
|
|
6832
|
+
compat: {
|
|
6833
|
+
supportsStore: false;
|
|
6834
|
+
supportsDeveloperRole: false;
|
|
6835
|
+
supportsReasoningEffort: false;
|
|
6836
|
+
maxTokensField: "max_tokens";
|
|
6837
|
+
supportsStrictMode: false;
|
|
6838
|
+
};
|
|
6839
|
+
reasoning: true;
|
|
6840
|
+
input: "text"[];
|
|
6841
|
+
cost: {
|
|
6842
|
+
input: number;
|
|
6843
|
+
output: number;
|
|
6844
|
+
cacheRead: number;
|
|
6845
|
+
cacheWrite: number;
|
|
6846
|
+
};
|
|
6847
|
+
contextWindow: number;
|
|
6848
|
+
maxTokens: number;
|
|
6849
|
+
};
|
|
6850
|
+
readonly "kimi-k2-thinking-turbo": {
|
|
6851
|
+
id: string;
|
|
6852
|
+
name: string;
|
|
6853
|
+
api: "openai-completions";
|
|
6854
|
+
provider: string;
|
|
6855
|
+
baseUrl: string;
|
|
6856
|
+
compat: {
|
|
6857
|
+
supportsStore: false;
|
|
6858
|
+
supportsDeveloperRole: false;
|
|
6859
|
+
supportsReasoningEffort: false;
|
|
6860
|
+
maxTokensField: "max_tokens";
|
|
6861
|
+
supportsStrictMode: false;
|
|
6862
|
+
};
|
|
6863
|
+
reasoning: true;
|
|
6864
|
+
input: "text"[];
|
|
6865
|
+
cost: {
|
|
6866
|
+
input: number;
|
|
6867
|
+
output: number;
|
|
6868
|
+
cacheRead: number;
|
|
6869
|
+
cacheWrite: number;
|
|
6870
|
+
};
|
|
6871
|
+
contextWindow: number;
|
|
6872
|
+
maxTokens: number;
|
|
6873
|
+
};
|
|
6874
|
+
readonly "kimi-k2-turbo-preview": {
|
|
6875
|
+
id: string;
|
|
6876
|
+
name: string;
|
|
6877
|
+
api: "openai-completions";
|
|
6878
|
+
provider: string;
|
|
6879
|
+
baseUrl: string;
|
|
6880
|
+
compat: {
|
|
6881
|
+
supportsStore: false;
|
|
6882
|
+
supportsDeveloperRole: false;
|
|
6883
|
+
supportsReasoningEffort: false;
|
|
6884
|
+
maxTokensField: "max_tokens";
|
|
6885
|
+
supportsStrictMode: false;
|
|
6886
|
+
};
|
|
6887
|
+
reasoning: false;
|
|
6888
|
+
input: "text"[];
|
|
6889
|
+
cost: {
|
|
6890
|
+
input: number;
|
|
6891
|
+
output: number;
|
|
6892
|
+
cacheRead: number;
|
|
6893
|
+
cacheWrite: number;
|
|
6894
|
+
};
|
|
6895
|
+
contextWindow: number;
|
|
6896
|
+
maxTokens: number;
|
|
6897
|
+
};
|
|
6898
|
+
readonly "kimi-k2.5": {
|
|
6899
|
+
id: string;
|
|
6900
|
+
name: string;
|
|
6901
|
+
api: "openai-completions";
|
|
6902
|
+
provider: string;
|
|
6903
|
+
baseUrl: string;
|
|
6904
|
+
compat: {
|
|
6905
|
+
supportsStore: false;
|
|
6906
|
+
supportsDeveloperRole: false;
|
|
6907
|
+
supportsReasoningEffort: false;
|
|
6908
|
+
maxTokensField: "max_tokens";
|
|
6909
|
+
supportsStrictMode: false;
|
|
6910
|
+
};
|
|
6911
|
+
reasoning: true;
|
|
6912
|
+
input: ("image" | "text")[];
|
|
6913
|
+
cost: {
|
|
6914
|
+
input: number;
|
|
6915
|
+
output: number;
|
|
6916
|
+
cacheRead: number;
|
|
6917
|
+
cacheWrite: number;
|
|
6918
|
+
};
|
|
6919
|
+
contextWindow: number;
|
|
6920
|
+
maxTokens: number;
|
|
6921
|
+
};
|
|
6922
|
+
readonly "kimi-k2.6": {
|
|
6923
|
+
id: string;
|
|
6924
|
+
name: string;
|
|
6925
|
+
api: "openai-completions";
|
|
6926
|
+
provider: string;
|
|
6927
|
+
baseUrl: string;
|
|
6928
|
+
compat: {
|
|
6929
|
+
supportsStore: false;
|
|
6930
|
+
supportsDeveloperRole: false;
|
|
6931
|
+
supportsReasoningEffort: false;
|
|
6932
|
+
maxTokensField: "max_tokens";
|
|
6933
|
+
supportsStrictMode: false;
|
|
6934
|
+
};
|
|
6935
|
+
reasoning: true;
|
|
6936
|
+
input: ("image" | "text")[];
|
|
6937
|
+
cost: {
|
|
6938
|
+
input: number;
|
|
6939
|
+
output: number;
|
|
6940
|
+
cacheRead: number;
|
|
6941
|
+
cacheWrite: number;
|
|
6942
|
+
};
|
|
6943
|
+
contextWindow: number;
|
|
6944
|
+
maxTokens: number;
|
|
6945
|
+
};
|
|
6946
|
+
};
|
|
6947
|
+
readonly "moonshotai-cn": {
|
|
6948
|
+
readonly "kimi-k2-0711-preview": {
|
|
6949
|
+
id: string;
|
|
6950
|
+
name: string;
|
|
6951
|
+
api: "openai-completions";
|
|
6952
|
+
provider: string;
|
|
6953
|
+
baseUrl: string;
|
|
6954
|
+
compat: {
|
|
6955
|
+
supportsStore: false;
|
|
6956
|
+
supportsDeveloperRole: false;
|
|
6957
|
+
supportsReasoningEffort: false;
|
|
6958
|
+
maxTokensField: "max_tokens";
|
|
6959
|
+
supportsStrictMode: false;
|
|
6960
|
+
};
|
|
6961
|
+
reasoning: false;
|
|
6962
|
+
input: "text"[];
|
|
6963
|
+
cost: {
|
|
6964
|
+
input: number;
|
|
6965
|
+
output: number;
|
|
6966
|
+
cacheRead: number;
|
|
6967
|
+
cacheWrite: number;
|
|
6968
|
+
};
|
|
6969
|
+
contextWindow: number;
|
|
6970
|
+
maxTokens: number;
|
|
6971
|
+
};
|
|
6972
|
+
readonly "kimi-k2-0905-preview": {
|
|
6973
|
+
id: string;
|
|
6974
|
+
name: string;
|
|
6975
|
+
api: "openai-completions";
|
|
6976
|
+
provider: string;
|
|
6977
|
+
baseUrl: string;
|
|
6978
|
+
compat: {
|
|
6979
|
+
supportsStore: false;
|
|
6980
|
+
supportsDeveloperRole: false;
|
|
6981
|
+
supportsReasoningEffort: false;
|
|
6982
|
+
maxTokensField: "max_tokens";
|
|
6983
|
+
supportsStrictMode: false;
|
|
6984
|
+
};
|
|
6985
|
+
reasoning: false;
|
|
6986
|
+
input: "text"[];
|
|
6987
|
+
cost: {
|
|
6988
|
+
input: number;
|
|
6989
|
+
output: number;
|
|
6990
|
+
cacheRead: number;
|
|
6991
|
+
cacheWrite: number;
|
|
6992
|
+
};
|
|
6993
|
+
contextWindow: number;
|
|
6994
|
+
maxTokens: number;
|
|
6995
|
+
};
|
|
6996
|
+
readonly "kimi-k2-thinking": {
|
|
6997
|
+
id: string;
|
|
6998
|
+
name: string;
|
|
6999
|
+
api: "openai-completions";
|
|
7000
|
+
provider: string;
|
|
7001
|
+
baseUrl: string;
|
|
7002
|
+
compat: {
|
|
7003
|
+
supportsStore: false;
|
|
7004
|
+
supportsDeveloperRole: false;
|
|
7005
|
+
supportsReasoningEffort: false;
|
|
7006
|
+
maxTokensField: "max_tokens";
|
|
7007
|
+
supportsStrictMode: false;
|
|
7008
|
+
};
|
|
7009
|
+
reasoning: true;
|
|
7010
|
+
input: "text"[];
|
|
7011
|
+
cost: {
|
|
7012
|
+
input: number;
|
|
7013
|
+
output: number;
|
|
7014
|
+
cacheRead: number;
|
|
7015
|
+
cacheWrite: number;
|
|
7016
|
+
};
|
|
7017
|
+
contextWindow: number;
|
|
7018
|
+
maxTokens: number;
|
|
7019
|
+
};
|
|
7020
|
+
readonly "kimi-k2-thinking-turbo": {
|
|
7021
|
+
id: string;
|
|
7022
|
+
name: string;
|
|
7023
|
+
api: "openai-completions";
|
|
7024
|
+
provider: string;
|
|
7025
|
+
baseUrl: string;
|
|
7026
|
+
compat: {
|
|
7027
|
+
supportsStore: false;
|
|
7028
|
+
supportsDeveloperRole: false;
|
|
7029
|
+
supportsReasoningEffort: false;
|
|
7030
|
+
maxTokensField: "max_tokens";
|
|
7031
|
+
supportsStrictMode: false;
|
|
7032
|
+
};
|
|
7033
|
+
reasoning: true;
|
|
7034
|
+
input: "text"[];
|
|
7035
|
+
cost: {
|
|
7036
|
+
input: number;
|
|
7037
|
+
output: number;
|
|
7038
|
+
cacheRead: number;
|
|
7039
|
+
cacheWrite: number;
|
|
7040
|
+
};
|
|
7041
|
+
contextWindow: number;
|
|
7042
|
+
maxTokens: number;
|
|
7043
|
+
};
|
|
7044
|
+
readonly "kimi-k2-turbo-preview": {
|
|
7045
|
+
id: string;
|
|
7046
|
+
name: string;
|
|
7047
|
+
api: "openai-completions";
|
|
7048
|
+
provider: string;
|
|
7049
|
+
baseUrl: string;
|
|
7050
|
+
compat: {
|
|
7051
|
+
supportsStore: false;
|
|
7052
|
+
supportsDeveloperRole: false;
|
|
7053
|
+
supportsReasoningEffort: false;
|
|
7054
|
+
maxTokensField: "max_tokens";
|
|
7055
|
+
supportsStrictMode: false;
|
|
7056
|
+
};
|
|
7057
|
+
reasoning: false;
|
|
7058
|
+
input: "text"[];
|
|
7059
|
+
cost: {
|
|
7060
|
+
input: number;
|
|
7061
|
+
output: number;
|
|
7062
|
+
cacheRead: number;
|
|
7063
|
+
cacheWrite: number;
|
|
7064
|
+
};
|
|
7065
|
+
contextWindow: number;
|
|
7066
|
+
maxTokens: number;
|
|
7067
|
+
};
|
|
7068
|
+
readonly "kimi-k2.5": {
|
|
7069
|
+
id: string;
|
|
7070
|
+
name: string;
|
|
7071
|
+
api: "openai-completions";
|
|
7072
|
+
provider: string;
|
|
7073
|
+
baseUrl: string;
|
|
7074
|
+
compat: {
|
|
7075
|
+
supportsStore: false;
|
|
7076
|
+
supportsDeveloperRole: false;
|
|
7077
|
+
supportsReasoningEffort: false;
|
|
7078
|
+
maxTokensField: "max_tokens";
|
|
7079
|
+
supportsStrictMode: false;
|
|
7080
|
+
};
|
|
7081
|
+
reasoning: true;
|
|
7082
|
+
input: ("image" | "text")[];
|
|
7083
|
+
cost: {
|
|
7084
|
+
input: number;
|
|
7085
|
+
output: number;
|
|
7086
|
+
cacheRead: number;
|
|
7087
|
+
cacheWrite: number;
|
|
7088
|
+
};
|
|
7089
|
+
contextWindow: number;
|
|
7090
|
+
maxTokens: number;
|
|
7091
|
+
};
|
|
7092
|
+
readonly "kimi-k2.6": {
|
|
7093
|
+
id: string;
|
|
7094
|
+
name: string;
|
|
7095
|
+
api: "openai-completions";
|
|
7096
|
+
provider: string;
|
|
7097
|
+
baseUrl: string;
|
|
7098
|
+
compat: {
|
|
7099
|
+
supportsStore: false;
|
|
7100
|
+
supportsDeveloperRole: false;
|
|
7101
|
+
supportsReasoningEffort: false;
|
|
7102
|
+
maxTokensField: "max_tokens";
|
|
7103
|
+
supportsStrictMode: false;
|
|
7104
|
+
};
|
|
7105
|
+
reasoning: true;
|
|
7106
|
+
input: ("image" | "text")[];
|
|
7107
|
+
cost: {
|
|
7108
|
+
input: number;
|
|
7109
|
+
output: number;
|
|
7110
|
+
cacheRead: number;
|
|
7111
|
+
cacheWrite: number;
|
|
7112
|
+
};
|
|
7113
|
+
contextWindow: number;
|
|
7114
|
+
maxTokens: number;
|
|
7115
|
+
};
|
|
7116
|
+
};
|
|
7117
|
+
readonly nvidia: {
|
|
7118
|
+
readonly "meta/llama-3.1-70b-instruct": {
|
|
7119
|
+
id: string;
|
|
7120
|
+
name: string;
|
|
7121
|
+
api: "openai-completions";
|
|
7122
|
+
provider: string;
|
|
7123
|
+
baseUrl: string;
|
|
7124
|
+
headers: {
|
|
7125
|
+
"NVCF-POLL-SECONDS": string;
|
|
7126
|
+
};
|
|
7127
|
+
compat: {
|
|
7128
|
+
supportsStore: false;
|
|
7129
|
+
supportsDeveloperRole: false;
|
|
7130
|
+
supportsReasoningEffort: false;
|
|
7131
|
+
maxTokensField: "max_tokens";
|
|
7132
|
+
supportsStrictMode: false;
|
|
7133
|
+
supportsLongCacheRetention: false;
|
|
7134
|
+
};
|
|
7135
|
+
reasoning: false;
|
|
7136
|
+
input: "text"[];
|
|
7137
|
+
cost: {
|
|
7138
|
+
input: number;
|
|
7139
|
+
output: number;
|
|
7140
|
+
cacheRead: number;
|
|
7141
|
+
cacheWrite: number;
|
|
7142
|
+
};
|
|
7143
|
+
contextWindow: number;
|
|
7144
|
+
maxTokens: number;
|
|
7145
|
+
};
|
|
7146
|
+
readonly "meta/llama-3.1-8b-instruct": {
|
|
7147
|
+
id: string;
|
|
7148
|
+
name: string;
|
|
7149
|
+
api: "openai-completions";
|
|
7150
|
+
provider: string;
|
|
7151
|
+
baseUrl: string;
|
|
7152
|
+
headers: {
|
|
7153
|
+
"NVCF-POLL-SECONDS": string;
|
|
7154
|
+
};
|
|
7155
|
+
compat: {
|
|
7156
|
+
supportsStore: false;
|
|
7157
|
+
supportsDeveloperRole: false;
|
|
7158
|
+
supportsReasoningEffort: false;
|
|
7159
|
+
maxTokensField: "max_tokens";
|
|
7160
|
+
supportsStrictMode: false;
|
|
7161
|
+
supportsLongCacheRetention: false;
|
|
7162
|
+
};
|
|
7163
|
+
reasoning: false;
|
|
7164
|
+
input: "text"[];
|
|
7165
|
+
cost: {
|
|
7166
|
+
input: number;
|
|
7167
|
+
output: number;
|
|
7168
|
+
cacheRead: number;
|
|
7169
|
+
cacheWrite: number;
|
|
7170
|
+
};
|
|
7171
|
+
contextWindow: number;
|
|
7172
|
+
maxTokens: number;
|
|
7173
|
+
};
|
|
7174
|
+
readonly "meta/llama-3.2-11b-vision-instruct": {
|
|
7175
|
+
id: string;
|
|
7176
|
+
name: string;
|
|
7177
|
+
api: "openai-completions";
|
|
7178
|
+
provider: string;
|
|
7179
|
+
baseUrl: string;
|
|
7180
|
+
headers: {
|
|
7181
|
+
"NVCF-POLL-SECONDS": string;
|
|
7182
|
+
};
|
|
7183
|
+
compat: {
|
|
7184
|
+
supportsStore: false;
|
|
7185
|
+
supportsDeveloperRole: false;
|
|
7186
|
+
supportsReasoningEffort: false;
|
|
7187
|
+
maxTokensField: "max_tokens";
|
|
7188
|
+
supportsStrictMode: false;
|
|
7189
|
+
supportsLongCacheRetention: false;
|
|
7190
|
+
};
|
|
7191
|
+
reasoning: false;
|
|
7192
|
+
input: ("image" | "text")[];
|
|
7193
|
+
cost: {
|
|
7194
|
+
input: number;
|
|
7195
|
+
output: number;
|
|
7196
|
+
cacheRead: number;
|
|
7197
|
+
cacheWrite: number;
|
|
7198
|
+
};
|
|
7199
|
+
contextWindow: number;
|
|
7200
|
+
maxTokens: number;
|
|
7201
|
+
};
|
|
7202
|
+
readonly "meta/llama-3.2-90b-vision-instruct": {
|
|
7203
|
+
id: string;
|
|
7204
|
+
name: string;
|
|
7205
|
+
api: "openai-completions";
|
|
7206
|
+
provider: string;
|
|
7207
|
+
baseUrl: string;
|
|
7208
|
+
headers: {
|
|
7209
|
+
"NVCF-POLL-SECONDS": string;
|
|
7210
|
+
};
|
|
7211
|
+
compat: {
|
|
7212
|
+
supportsStore: false;
|
|
7213
|
+
supportsDeveloperRole: false;
|
|
7214
|
+
supportsReasoningEffort: false;
|
|
7215
|
+
maxTokensField: "max_tokens";
|
|
7216
|
+
supportsStrictMode: false;
|
|
7217
|
+
supportsLongCacheRetention: false;
|
|
7218
|
+
};
|
|
7219
|
+
reasoning: false;
|
|
7220
|
+
input: ("image" | "text")[];
|
|
7221
|
+
cost: {
|
|
7222
|
+
input: number;
|
|
7223
|
+
output: number;
|
|
7224
|
+
cacheRead: number;
|
|
7225
|
+
cacheWrite: number;
|
|
7226
|
+
};
|
|
7227
|
+
contextWindow: number;
|
|
7228
|
+
maxTokens: number;
|
|
7229
|
+
};
|
|
7230
|
+
readonly "meta/llama-3.3-70b-instruct": {
|
|
7231
|
+
id: string;
|
|
7232
|
+
name: string;
|
|
7233
|
+
api: "openai-completions";
|
|
7234
|
+
provider: string;
|
|
7235
|
+
baseUrl: string;
|
|
7236
|
+
headers: {
|
|
7237
|
+
"NVCF-POLL-SECONDS": string;
|
|
7238
|
+
};
|
|
7239
|
+
compat: {
|
|
7240
|
+
supportsStore: false;
|
|
7241
|
+
supportsDeveloperRole: false;
|
|
7242
|
+
supportsReasoningEffort: false;
|
|
7243
|
+
maxTokensField: "max_tokens";
|
|
7244
|
+
supportsStrictMode: false;
|
|
7245
|
+
supportsLongCacheRetention: false;
|
|
7246
|
+
};
|
|
7247
|
+
reasoning: false;
|
|
7248
|
+
input: "text"[];
|
|
7249
|
+
cost: {
|
|
7250
|
+
input: number;
|
|
7251
|
+
output: number;
|
|
7252
|
+
cacheRead: number;
|
|
7253
|
+
cacheWrite: number;
|
|
7254
|
+
};
|
|
7255
|
+
contextWindow: number;
|
|
7256
|
+
maxTokens: number;
|
|
7257
|
+
};
|
|
7258
|
+
readonly "mistralai/mistral-large-3-675b-instruct-2512": {
|
|
7259
|
+
id: string;
|
|
7260
|
+
name: string;
|
|
7261
|
+
api: "openai-completions";
|
|
7262
|
+
provider: string;
|
|
7263
|
+
baseUrl: string;
|
|
7264
|
+
headers: {
|
|
7265
|
+
"NVCF-POLL-SECONDS": string;
|
|
7266
|
+
};
|
|
7267
|
+
compat: {
|
|
7268
|
+
supportsStore: false;
|
|
7269
|
+
supportsDeveloperRole: false;
|
|
7270
|
+
supportsReasoningEffort: false;
|
|
7271
|
+
maxTokensField: "max_tokens";
|
|
7272
|
+
supportsStrictMode: false;
|
|
7273
|
+
supportsLongCacheRetention: false;
|
|
7274
|
+
};
|
|
7275
|
+
reasoning: false;
|
|
7276
|
+
input: ("image" | "text")[];
|
|
7277
|
+
cost: {
|
|
7278
|
+
input: number;
|
|
7279
|
+
output: number;
|
|
7280
|
+
cacheRead: number;
|
|
7281
|
+
cacheWrite: number;
|
|
7282
|
+
};
|
|
7283
|
+
contextWindow: number;
|
|
7284
|
+
maxTokens: number;
|
|
7285
|
+
};
|
|
7286
|
+
readonly "mistralai/mistral-small-4-119b-2603": {
|
|
7287
|
+
id: string;
|
|
7288
|
+
name: string;
|
|
7289
|
+
api: "openai-completions";
|
|
7290
|
+
provider: string;
|
|
7291
|
+
baseUrl: string;
|
|
7292
|
+
headers: {
|
|
7293
|
+
"NVCF-POLL-SECONDS": string;
|
|
7294
|
+
};
|
|
7295
|
+
compat: {
|
|
7296
|
+
supportsStore: false;
|
|
7297
|
+
supportsDeveloperRole: false;
|
|
7298
|
+
supportsReasoningEffort: false;
|
|
7299
|
+
maxTokensField: "max_tokens";
|
|
7300
|
+
supportsStrictMode: false;
|
|
7301
|
+
supportsLongCacheRetention: false;
|
|
7302
|
+
};
|
|
7303
|
+
reasoning: false;
|
|
7304
|
+
input: "text"[];
|
|
7305
|
+
cost: {
|
|
7306
|
+
input: number;
|
|
7307
|
+
output: number;
|
|
7308
|
+
cacheRead: number;
|
|
7309
|
+
cacheWrite: number;
|
|
7310
|
+
};
|
|
7311
|
+
contextWindow: number;
|
|
7312
|
+
maxTokens: number;
|
|
7313
|
+
};
|
|
7314
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
7315
|
+
id: string;
|
|
7316
|
+
name: string;
|
|
7317
|
+
api: "openai-completions";
|
|
7318
|
+
provider: string;
|
|
7319
|
+
baseUrl: string;
|
|
7320
|
+
headers: {
|
|
7321
|
+
"NVCF-POLL-SECONDS": string;
|
|
7322
|
+
};
|
|
7323
|
+
compat: {
|
|
7324
|
+
supportsStore: false;
|
|
7325
|
+
supportsDeveloperRole: false;
|
|
7326
|
+
supportsReasoningEffort: false;
|
|
7327
|
+
maxTokensField: "max_tokens";
|
|
7328
|
+
supportsStrictMode: false;
|
|
7329
|
+
supportsLongCacheRetention: false;
|
|
7330
|
+
};
|
|
7331
|
+
reasoning: true;
|
|
7332
|
+
input: ("image" | "text")[];
|
|
6557
7333
|
cost: {
|
|
6558
7334
|
input: number;
|
|
6559
7335
|
output: number;
|
|
@@ -6563,18 +7339,22 @@ export declare const MODELS: {
|
|
|
6563
7339
|
contextWindow: number;
|
|
6564
7340
|
maxTokens: number;
|
|
6565
7341
|
};
|
|
6566
|
-
readonly "
|
|
7342
|
+
readonly "nvidia/llama-3.3-nemotron-super-49b-v1": {
|
|
6567
7343
|
id: string;
|
|
6568
7344
|
name: string;
|
|
6569
7345
|
api: "openai-completions";
|
|
6570
7346
|
provider: string;
|
|
6571
7347
|
baseUrl: string;
|
|
7348
|
+
headers: {
|
|
7349
|
+
"NVCF-POLL-SECONDS": string;
|
|
7350
|
+
};
|
|
6572
7351
|
compat: {
|
|
6573
7352
|
supportsStore: false;
|
|
6574
7353
|
supportsDeveloperRole: false;
|
|
6575
7354
|
supportsReasoningEffort: false;
|
|
6576
7355
|
maxTokensField: "max_tokens";
|
|
6577
7356
|
supportsStrictMode: false;
|
|
7357
|
+
supportsLongCacheRetention: false;
|
|
6578
7358
|
};
|
|
6579
7359
|
reasoning: true;
|
|
6580
7360
|
input: "text"[];
|
|
@@ -6587,18 +7367,22 @@ export declare const MODELS: {
|
|
|
6587
7367
|
contextWindow: number;
|
|
6588
7368
|
maxTokens: number;
|
|
6589
7369
|
};
|
|
6590
|
-
readonly "
|
|
7370
|
+
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
6591
7371
|
id: string;
|
|
6592
7372
|
name: string;
|
|
6593
7373
|
api: "openai-completions";
|
|
6594
7374
|
provider: string;
|
|
6595
7375
|
baseUrl: string;
|
|
7376
|
+
headers: {
|
|
7377
|
+
"NVCF-POLL-SECONDS": string;
|
|
7378
|
+
};
|
|
6596
7379
|
compat: {
|
|
6597
7380
|
supportsStore: false;
|
|
6598
7381
|
supportsDeveloperRole: false;
|
|
6599
7382
|
supportsReasoningEffort: false;
|
|
6600
7383
|
maxTokensField: "max_tokens";
|
|
6601
7384
|
supportsStrictMode: false;
|
|
7385
|
+
supportsLongCacheRetention: false;
|
|
6602
7386
|
};
|
|
6603
7387
|
reasoning: true;
|
|
6604
7388
|
input: "text"[];
|
|
@@ -6611,20 +7395,24 @@ export declare const MODELS: {
|
|
|
6611
7395
|
contextWindow: number;
|
|
6612
7396
|
maxTokens: number;
|
|
6613
7397
|
};
|
|
6614
|
-
readonly "
|
|
7398
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
6615
7399
|
id: string;
|
|
6616
7400
|
name: string;
|
|
6617
7401
|
api: "openai-completions";
|
|
6618
7402
|
provider: string;
|
|
6619
7403
|
baseUrl: string;
|
|
7404
|
+
headers: {
|
|
7405
|
+
"NVCF-POLL-SECONDS": string;
|
|
7406
|
+
};
|
|
6620
7407
|
compat: {
|
|
6621
7408
|
supportsStore: false;
|
|
6622
7409
|
supportsDeveloperRole: false;
|
|
6623
7410
|
supportsReasoningEffort: false;
|
|
6624
7411
|
maxTokensField: "max_tokens";
|
|
6625
7412
|
supportsStrictMode: false;
|
|
7413
|
+
supportsLongCacheRetention: false;
|
|
6626
7414
|
};
|
|
6627
|
-
reasoning:
|
|
7415
|
+
reasoning: true;
|
|
6628
7416
|
input: "text"[];
|
|
6629
7417
|
cost: {
|
|
6630
7418
|
input: number;
|
|
@@ -6635,18 +7423,22 @@ export declare const MODELS: {
|
|
|
6635
7423
|
contextWindow: number;
|
|
6636
7424
|
maxTokens: number;
|
|
6637
7425
|
};
|
|
6638
|
-
readonly "
|
|
7426
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning": {
|
|
6639
7427
|
id: string;
|
|
6640
7428
|
name: string;
|
|
6641
7429
|
api: "openai-completions";
|
|
6642
7430
|
provider: string;
|
|
6643
7431
|
baseUrl: string;
|
|
7432
|
+
headers: {
|
|
7433
|
+
"NVCF-POLL-SECONDS": string;
|
|
7434
|
+
};
|
|
6644
7435
|
compat: {
|
|
6645
7436
|
supportsStore: false;
|
|
6646
7437
|
supportsDeveloperRole: false;
|
|
6647
7438
|
supportsReasoningEffort: false;
|
|
6648
7439
|
maxTokensField: "max_tokens";
|
|
6649
7440
|
supportsStrictMode: false;
|
|
7441
|
+
supportsLongCacheRetention: false;
|
|
6650
7442
|
};
|
|
6651
7443
|
reasoning: true;
|
|
6652
7444
|
input: ("image" | "text")[];
|
|
@@ -6659,21 +7451,25 @@ export declare const MODELS: {
|
|
|
6659
7451
|
contextWindow: number;
|
|
6660
7452
|
maxTokens: number;
|
|
6661
7453
|
};
|
|
6662
|
-
readonly "
|
|
7454
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
6663
7455
|
id: string;
|
|
6664
7456
|
name: string;
|
|
6665
7457
|
api: "openai-completions";
|
|
6666
7458
|
provider: string;
|
|
6667
7459
|
baseUrl: string;
|
|
7460
|
+
headers: {
|
|
7461
|
+
"NVCF-POLL-SECONDS": string;
|
|
7462
|
+
};
|
|
6668
7463
|
compat: {
|
|
6669
7464
|
supportsStore: false;
|
|
6670
7465
|
supportsDeveloperRole: false;
|
|
6671
7466
|
supportsReasoningEffort: false;
|
|
6672
7467
|
maxTokensField: "max_tokens";
|
|
6673
7468
|
supportsStrictMode: false;
|
|
7469
|
+
supportsLongCacheRetention: false;
|
|
6674
7470
|
};
|
|
6675
7471
|
reasoning: true;
|
|
6676
|
-
input:
|
|
7472
|
+
input: "text"[];
|
|
6677
7473
|
cost: {
|
|
6678
7474
|
input: number;
|
|
6679
7475
|
output: number;
|
|
@@ -6683,22 +7479,24 @@ export declare const MODELS: {
|
|
|
6683
7479
|
contextWindow: number;
|
|
6684
7480
|
maxTokens: number;
|
|
6685
7481
|
};
|
|
6686
|
-
|
|
6687
|
-
readonly "moonshotai-cn": {
|
|
6688
|
-
readonly "kimi-k2-0711-preview": {
|
|
7482
|
+
readonly "nvidia/nvidia-nemotron-nano-9b-v2": {
|
|
6689
7483
|
id: string;
|
|
6690
7484
|
name: string;
|
|
6691
7485
|
api: "openai-completions";
|
|
6692
7486
|
provider: string;
|
|
6693
7487
|
baseUrl: string;
|
|
7488
|
+
headers: {
|
|
7489
|
+
"NVCF-POLL-SECONDS": string;
|
|
7490
|
+
};
|
|
6694
7491
|
compat: {
|
|
6695
7492
|
supportsStore: false;
|
|
6696
7493
|
supportsDeveloperRole: false;
|
|
6697
7494
|
supportsReasoningEffort: false;
|
|
6698
7495
|
maxTokensField: "max_tokens";
|
|
6699
7496
|
supportsStrictMode: false;
|
|
7497
|
+
supportsLongCacheRetention: false;
|
|
6700
7498
|
};
|
|
6701
|
-
reasoning:
|
|
7499
|
+
reasoning: true;
|
|
6702
7500
|
input: "text"[];
|
|
6703
7501
|
cost: {
|
|
6704
7502
|
input: number;
|
|
@@ -6709,20 +7507,24 @@ export declare const MODELS: {
|
|
|
6709
7507
|
contextWindow: number;
|
|
6710
7508
|
maxTokens: number;
|
|
6711
7509
|
};
|
|
6712
|
-
readonly "
|
|
7510
|
+
readonly "openai/gpt-oss-20b": {
|
|
6713
7511
|
id: string;
|
|
6714
7512
|
name: string;
|
|
6715
7513
|
api: "openai-completions";
|
|
6716
7514
|
provider: string;
|
|
6717
7515
|
baseUrl: string;
|
|
7516
|
+
headers: {
|
|
7517
|
+
"NVCF-POLL-SECONDS": string;
|
|
7518
|
+
};
|
|
6718
7519
|
compat: {
|
|
6719
7520
|
supportsStore: false;
|
|
6720
7521
|
supportsDeveloperRole: false;
|
|
6721
7522
|
supportsReasoningEffort: false;
|
|
6722
7523
|
maxTokensField: "max_tokens";
|
|
6723
7524
|
supportsStrictMode: false;
|
|
7525
|
+
supportsLongCacheRetention: false;
|
|
6724
7526
|
};
|
|
6725
|
-
reasoning:
|
|
7527
|
+
reasoning: true;
|
|
6726
7528
|
input: "text"[];
|
|
6727
7529
|
cost: {
|
|
6728
7530
|
input: number;
|
|
@@ -6733,20 +7535,24 @@ export declare const MODELS: {
|
|
|
6733
7535
|
contextWindow: number;
|
|
6734
7536
|
maxTokens: number;
|
|
6735
7537
|
};
|
|
6736
|
-
readonly "
|
|
7538
|
+
readonly "qwen/qwen3-coder-480b-a35b-instruct": {
|
|
6737
7539
|
id: string;
|
|
6738
7540
|
name: string;
|
|
6739
7541
|
api: "openai-completions";
|
|
6740
7542
|
provider: string;
|
|
6741
7543
|
baseUrl: string;
|
|
7544
|
+
headers: {
|
|
7545
|
+
"NVCF-POLL-SECONDS": string;
|
|
7546
|
+
};
|
|
6742
7547
|
compat: {
|
|
6743
7548
|
supportsStore: false;
|
|
6744
7549
|
supportsDeveloperRole: false;
|
|
6745
7550
|
supportsReasoningEffort: false;
|
|
6746
7551
|
maxTokensField: "max_tokens";
|
|
6747
7552
|
supportsStrictMode: false;
|
|
7553
|
+
supportsLongCacheRetention: false;
|
|
6748
7554
|
};
|
|
6749
|
-
reasoning:
|
|
7555
|
+
reasoning: false;
|
|
6750
7556
|
input: "text"[];
|
|
6751
7557
|
cost: {
|
|
6752
7558
|
input: number;
|
|
@@ -6757,21 +7563,25 @@ export declare const MODELS: {
|
|
|
6757
7563
|
contextWindow: number;
|
|
6758
7564
|
maxTokens: number;
|
|
6759
7565
|
};
|
|
6760
|
-
readonly "
|
|
7566
|
+
readonly "qwen/qwen3.5-122b-a10b": {
|
|
6761
7567
|
id: string;
|
|
6762
7568
|
name: string;
|
|
6763
7569
|
api: "openai-completions";
|
|
6764
7570
|
provider: string;
|
|
6765
7571
|
baseUrl: string;
|
|
7572
|
+
headers: {
|
|
7573
|
+
"NVCF-POLL-SECONDS": string;
|
|
7574
|
+
};
|
|
6766
7575
|
compat: {
|
|
6767
7576
|
supportsStore: false;
|
|
6768
7577
|
supportsDeveloperRole: false;
|
|
6769
7578
|
supportsReasoningEffort: false;
|
|
6770
7579
|
maxTokensField: "max_tokens";
|
|
6771
7580
|
supportsStrictMode: false;
|
|
7581
|
+
supportsLongCacheRetention: false;
|
|
6772
7582
|
};
|
|
6773
7583
|
reasoning: true;
|
|
6774
|
-
input: "text"[];
|
|
7584
|
+
input: ("image" | "text")[];
|
|
6775
7585
|
cost: {
|
|
6776
7586
|
input: number;
|
|
6777
7587
|
output: number;
|
|
@@ -6781,20 +7591,24 @@ export declare const MODELS: {
|
|
|
6781
7591
|
contextWindow: number;
|
|
6782
7592
|
maxTokens: number;
|
|
6783
7593
|
};
|
|
6784
|
-
readonly "
|
|
7594
|
+
readonly "stepfun-ai/step-3.5-flash": {
|
|
6785
7595
|
id: string;
|
|
6786
7596
|
name: string;
|
|
6787
7597
|
api: "openai-completions";
|
|
6788
7598
|
provider: string;
|
|
6789
7599
|
baseUrl: string;
|
|
7600
|
+
headers: {
|
|
7601
|
+
"NVCF-POLL-SECONDS": string;
|
|
7602
|
+
};
|
|
6790
7603
|
compat: {
|
|
6791
7604
|
supportsStore: false;
|
|
6792
7605
|
supportsDeveloperRole: false;
|
|
6793
7606
|
supportsReasoningEffort: false;
|
|
6794
7607
|
maxTokensField: "max_tokens";
|
|
6795
7608
|
supportsStrictMode: false;
|
|
7609
|
+
supportsLongCacheRetention: false;
|
|
6796
7610
|
};
|
|
6797
|
-
reasoning:
|
|
7611
|
+
reasoning: true;
|
|
6798
7612
|
input: "text"[];
|
|
6799
7613
|
cost: {
|
|
6800
7614
|
input: number;
|
|
@@ -6805,18 +7619,22 @@ export declare const MODELS: {
|
|
|
6805
7619
|
contextWindow: number;
|
|
6806
7620
|
maxTokens: number;
|
|
6807
7621
|
};
|
|
6808
|
-
readonly "
|
|
7622
|
+
readonly "stepfun-ai/step-3.7-flash": {
|
|
6809
7623
|
id: string;
|
|
6810
7624
|
name: string;
|
|
6811
7625
|
api: "openai-completions";
|
|
6812
7626
|
provider: string;
|
|
6813
7627
|
baseUrl: string;
|
|
7628
|
+
headers: {
|
|
7629
|
+
"NVCF-POLL-SECONDS": string;
|
|
7630
|
+
};
|
|
6814
7631
|
compat: {
|
|
6815
7632
|
supportsStore: false;
|
|
6816
7633
|
supportsDeveloperRole: false;
|
|
6817
7634
|
supportsReasoningEffort: false;
|
|
6818
7635
|
maxTokensField: "max_tokens";
|
|
6819
7636
|
supportsStrictMode: false;
|
|
7637
|
+
supportsLongCacheRetention: false;
|
|
6820
7638
|
};
|
|
6821
7639
|
reasoning: true;
|
|
6822
7640
|
input: ("image" | "text")[];
|
|
@@ -6829,21 +7647,25 @@ export declare const MODELS: {
|
|
|
6829
7647
|
contextWindow: number;
|
|
6830
7648
|
maxTokens: number;
|
|
6831
7649
|
};
|
|
6832
|
-
readonly "
|
|
7650
|
+
readonly "z-ai/glm-5.1": {
|
|
6833
7651
|
id: string;
|
|
6834
7652
|
name: string;
|
|
6835
7653
|
api: "openai-completions";
|
|
6836
7654
|
provider: string;
|
|
6837
7655
|
baseUrl: string;
|
|
7656
|
+
headers: {
|
|
7657
|
+
"NVCF-POLL-SECONDS": string;
|
|
7658
|
+
};
|
|
6838
7659
|
compat: {
|
|
6839
7660
|
supportsStore: false;
|
|
6840
7661
|
supportsDeveloperRole: false;
|
|
6841
7662
|
supportsReasoningEffort: false;
|
|
6842
7663
|
maxTokensField: "max_tokens";
|
|
6843
7664
|
supportsStrictMode: false;
|
|
7665
|
+
supportsLongCacheRetention: false;
|
|
6844
7666
|
};
|
|
6845
7667
|
reasoning: true;
|
|
6846
|
-
input:
|
|
7668
|
+
input: "text"[];
|
|
6847
7669
|
cost: {
|
|
6848
7670
|
input: number;
|
|
6849
7671
|
output: number;
|
|
@@ -7486,6 +8308,7 @@ export declare const MODELS: {
|
|
|
7486
8308
|
thinkingLevelMap: {
|
|
7487
8309
|
off: string;
|
|
7488
8310
|
xhigh: string;
|
|
8311
|
+
minimal: null;
|
|
7489
8312
|
};
|
|
7490
8313
|
input: ("image" | "text")[];
|
|
7491
8314
|
cost: {
|
|
@@ -7507,6 +8330,8 @@ export declare const MODELS: {
|
|
|
7507
8330
|
thinkingLevelMap: {
|
|
7508
8331
|
off: null;
|
|
7509
8332
|
xhigh: string;
|
|
8333
|
+
minimal: null;
|
|
8334
|
+
low: null;
|
|
7510
8335
|
};
|
|
7511
8336
|
input: ("image" | "text")[];
|
|
7512
8337
|
cost: {
|
|
@@ -7883,6 +8708,31 @@ export declare const MODELS: {
|
|
|
7883
8708
|
baseUrl: string;
|
|
7884
8709
|
compat: {
|
|
7885
8710
|
forceAdaptiveThinking: true;
|
|
8711
|
+
supportsTemperature: false;
|
|
8712
|
+
};
|
|
8713
|
+
reasoning: true;
|
|
8714
|
+
thinkingLevelMap: {
|
|
8715
|
+
xhigh: string;
|
|
8716
|
+
};
|
|
8717
|
+
input: ("image" | "text")[];
|
|
8718
|
+
cost: {
|
|
8719
|
+
input: number;
|
|
8720
|
+
output: number;
|
|
8721
|
+
cacheRead: number;
|
|
8722
|
+
cacheWrite: number;
|
|
8723
|
+
};
|
|
8724
|
+
contextWindow: number;
|
|
8725
|
+
maxTokens: number;
|
|
8726
|
+
};
|
|
8727
|
+
readonly "claude-opus-4-8": {
|
|
8728
|
+
id: string;
|
|
8729
|
+
name: string;
|
|
8730
|
+
api: "anthropic-messages";
|
|
8731
|
+
provider: string;
|
|
8732
|
+
baseUrl: string;
|
|
8733
|
+
compat: {
|
|
8734
|
+
forceAdaptiveThinking: true;
|
|
8735
|
+
supportsTemperature: false;
|
|
7886
8736
|
};
|
|
7887
8737
|
reasoning: true;
|
|
7888
8738
|
thinkingLevelMap: {
|
|
@@ -7952,6 +8802,34 @@ export declare const MODELS: {
|
|
|
7952
8802
|
contextWindow: number;
|
|
7953
8803
|
maxTokens: number;
|
|
7954
8804
|
};
|
|
8805
|
+
readonly "deepseek-v4-flash": {
|
|
8806
|
+
id: string;
|
|
8807
|
+
name: string;
|
|
8808
|
+
api: "openai-completions";
|
|
8809
|
+
provider: string;
|
|
8810
|
+
baseUrl: string;
|
|
8811
|
+
compat: {
|
|
8812
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
8813
|
+
thinkingFormat: "deepseek";
|
|
8814
|
+
};
|
|
8815
|
+
reasoning: true;
|
|
8816
|
+
thinkingLevelMap: {
|
|
8817
|
+
minimal: null;
|
|
8818
|
+
low: null;
|
|
8819
|
+
medium: null;
|
|
8820
|
+
high: string;
|
|
8821
|
+
xhigh: string;
|
|
8822
|
+
};
|
|
8823
|
+
input: "text"[];
|
|
8824
|
+
cost: {
|
|
8825
|
+
input: number;
|
|
8826
|
+
output: number;
|
|
8827
|
+
cacheRead: number;
|
|
8828
|
+
cacheWrite: number;
|
|
8829
|
+
};
|
|
8830
|
+
contextWindow: number;
|
|
8831
|
+
maxTokens: number;
|
|
8832
|
+
};
|
|
7955
8833
|
readonly "deepseek-v4-flash-free": {
|
|
7956
8834
|
id: string;
|
|
7957
8835
|
name: string;
|
|
@@ -8396,6 +9274,8 @@ export declare const MODELS: {
|
|
|
8396
9274
|
thinkingLevelMap: {
|
|
8397
9275
|
off: null;
|
|
8398
9276
|
xhigh: string;
|
|
9277
|
+
minimal: null;
|
|
9278
|
+
low: null;
|
|
8399
9279
|
};
|
|
8400
9280
|
input: ("image" | "text")[];
|
|
8401
9281
|
cost: {
|
|
@@ -8413,7 +9293,16 @@ export declare const MODELS: {
|
|
|
8413
9293
|
api: "openai-completions";
|
|
8414
9294
|
provider: string;
|
|
8415
9295
|
baseUrl: string;
|
|
9296
|
+
compat: {
|
|
9297
|
+
supportsReasoningEffort: false;
|
|
9298
|
+
};
|
|
8416
9299
|
reasoning: true;
|
|
9300
|
+
thinkingLevelMap: {
|
|
9301
|
+
off: null;
|
|
9302
|
+
minimal: null;
|
|
9303
|
+
low: null;
|
|
9304
|
+
medium: null;
|
|
9305
|
+
};
|
|
8417
9306
|
input: ("image" | "text")[];
|
|
8418
9307
|
cost: {
|
|
8419
9308
|
input: number;
|
|
@@ -8442,6 +9331,27 @@ export declare const MODELS: {
|
|
|
8442
9331
|
maxTokens: number;
|
|
8443
9332
|
};
|
|
8444
9333
|
readonly "kimi-k2.6": {
|
|
9334
|
+
id: string;
|
|
9335
|
+
name: string;
|
|
9336
|
+
api: "openai-completions";
|
|
9337
|
+
provider: string;
|
|
9338
|
+
baseUrl: string;
|
|
9339
|
+
compat: {
|
|
9340
|
+
thinkingFormat: "deepseek";
|
|
9341
|
+
supportsReasoningEffort: false;
|
|
9342
|
+
};
|
|
9343
|
+
reasoning: true;
|
|
9344
|
+
input: ("image" | "text")[];
|
|
9345
|
+
cost: {
|
|
9346
|
+
input: number;
|
|
9347
|
+
output: number;
|
|
9348
|
+
cacheRead: number;
|
|
9349
|
+
cacheWrite: number;
|
|
9350
|
+
};
|
|
9351
|
+
contextWindow: number;
|
|
9352
|
+
maxTokens: number;
|
|
9353
|
+
};
|
|
9354
|
+
readonly "mimo-v2.5-free": {
|
|
8445
9355
|
id: string;
|
|
8446
9356
|
name: string;
|
|
8447
9357
|
api: "openai-completions";
|
|
@@ -8658,7 +9568,16 @@ export declare const MODELS: {
|
|
|
8658
9568
|
api: "openai-completions";
|
|
8659
9569
|
provider: string;
|
|
8660
9570
|
baseUrl: string;
|
|
9571
|
+
compat: {
|
|
9572
|
+
thinkingFormat: "deepseek";
|
|
9573
|
+
supportsReasoningEffort: false;
|
|
9574
|
+
};
|
|
8661
9575
|
reasoning: true;
|
|
9576
|
+
thinkingLevelMap: {
|
|
9577
|
+
minimal: null;
|
|
9578
|
+
low: null;
|
|
9579
|
+
medium: null;
|
|
9580
|
+
};
|
|
8662
9581
|
input: ("image" | "text")[];
|
|
8663
9582
|
cost: {
|
|
8664
9583
|
input: number;
|
|
@@ -8737,15 +9656,12 @@ export declare const MODELS: {
|
|
|
8737
9656
|
contextWindow: number;
|
|
8738
9657
|
maxTokens: number;
|
|
8739
9658
|
};
|
|
8740
|
-
readonly "
|
|
9659
|
+
readonly "minimax-m3": {
|
|
8741
9660
|
id: string;
|
|
8742
9661
|
name: string;
|
|
8743
|
-
api: "
|
|
9662
|
+
api: "anthropic-messages";
|
|
8744
9663
|
provider: string;
|
|
8745
9664
|
baseUrl: string;
|
|
8746
|
-
compat: {
|
|
8747
|
-
thinkingFormat: "qwen";
|
|
8748
|
-
};
|
|
8749
9665
|
reasoning: true;
|
|
8750
9666
|
input: ("image" | "text")[];
|
|
8751
9667
|
cost: {
|
|
@@ -8777,15 +9693,13 @@ export declare const MODELS: {
|
|
|
8777
9693
|
contextWindow: number;
|
|
8778
9694
|
maxTokens: number;
|
|
8779
9695
|
};
|
|
8780
|
-
|
|
8781
|
-
readonly openrouter: {
|
|
8782
|
-
readonly "ai21/jamba-large-1.7": {
|
|
9696
|
+
readonly "qwen3.7-max": {
|
|
8783
9697
|
id: string;
|
|
8784
9698
|
name: string;
|
|
8785
|
-
api: "
|
|
9699
|
+
api: "anthropic-messages";
|
|
8786
9700
|
provider: string;
|
|
8787
9701
|
baseUrl: string;
|
|
8788
|
-
reasoning:
|
|
9702
|
+
reasoning: true;
|
|
8789
9703
|
input: "text"[];
|
|
8790
9704
|
cost: {
|
|
8791
9705
|
input: number;
|
|
@@ -8796,13 +9710,15 @@ export declare const MODELS: {
|
|
|
8796
9710
|
contextWindow: number;
|
|
8797
9711
|
maxTokens: number;
|
|
8798
9712
|
};
|
|
8799
|
-
|
|
9713
|
+
};
|
|
9714
|
+
readonly openrouter: {
|
|
9715
|
+
readonly "ai21/jamba-large-1.7": {
|
|
8800
9716
|
id: string;
|
|
8801
9717
|
name: string;
|
|
8802
9718
|
api: "openai-completions";
|
|
8803
9719
|
provider: string;
|
|
8804
9720
|
baseUrl: string;
|
|
8805
|
-
reasoning:
|
|
9721
|
+
reasoning: false;
|
|
8806
9722
|
input: "text"[];
|
|
8807
9723
|
cost: {
|
|
8808
9724
|
input: number;
|
|
@@ -9080,13 +9996,16 @@ export declare const MODELS: {
|
|
|
9080
9996
|
contextWindow: number;
|
|
9081
9997
|
maxTokens: number;
|
|
9082
9998
|
};
|
|
9083
|
-
readonly "anthropic/claude-
|
|
9999
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
9084
10000
|
id: string;
|
|
9085
10001
|
name: string;
|
|
9086
10002
|
api: "openai-completions";
|
|
9087
10003
|
provider: string;
|
|
9088
10004
|
baseUrl: string;
|
|
9089
10005
|
reasoning: true;
|
|
10006
|
+
thinkingLevelMap: {
|
|
10007
|
+
xhigh: string;
|
|
10008
|
+
};
|
|
9090
10009
|
input: ("image" | "text")[];
|
|
9091
10010
|
cost: {
|
|
9092
10011
|
input: number;
|
|
@@ -9097,13 +10016,16 @@ export declare const MODELS: {
|
|
|
9097
10016
|
contextWindow: number;
|
|
9098
10017
|
maxTokens: number;
|
|
9099
10018
|
};
|
|
9100
|
-
readonly "anthropic/claude-
|
|
10019
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
9101
10020
|
id: string;
|
|
9102
10021
|
name: string;
|
|
9103
10022
|
api: "openai-completions";
|
|
9104
10023
|
provider: string;
|
|
9105
10024
|
baseUrl: string;
|
|
9106
10025
|
reasoning: true;
|
|
10026
|
+
thinkingLevelMap: {
|
|
10027
|
+
xhigh: string;
|
|
10028
|
+
};
|
|
9107
10029
|
input: ("image" | "text")[];
|
|
9108
10030
|
cost: {
|
|
9109
10031
|
input: number;
|
|
@@ -9114,7 +10036,7 @@ export declare const MODELS: {
|
|
|
9114
10036
|
contextWindow: number;
|
|
9115
10037
|
maxTokens: number;
|
|
9116
10038
|
};
|
|
9117
|
-
readonly "anthropic/claude-sonnet-4
|
|
10039
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
9118
10040
|
id: string;
|
|
9119
10041
|
name: string;
|
|
9120
10042
|
api: "openai-completions";
|
|
@@ -9131,14 +10053,14 @@ export declare const MODELS: {
|
|
|
9131
10053
|
contextWindow: number;
|
|
9132
10054
|
maxTokens: number;
|
|
9133
10055
|
};
|
|
9134
|
-
readonly "
|
|
10056
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
9135
10057
|
id: string;
|
|
9136
10058
|
name: string;
|
|
9137
10059
|
api: "openai-completions";
|
|
9138
10060
|
provider: string;
|
|
9139
10061
|
baseUrl: string;
|
|
9140
10062
|
reasoning: true;
|
|
9141
|
-
input: "text"[];
|
|
10063
|
+
input: ("image" | "text")[];
|
|
9142
10064
|
cost: {
|
|
9143
10065
|
input: number;
|
|
9144
10066
|
output: number;
|
|
@@ -9148,14 +10070,14 @@ export declare const MODELS: {
|
|
|
9148
10070
|
contextWindow: number;
|
|
9149
10071
|
maxTokens: number;
|
|
9150
10072
|
};
|
|
9151
|
-
readonly "
|
|
10073
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
9152
10074
|
id: string;
|
|
9153
10075
|
name: string;
|
|
9154
10076
|
api: "openai-completions";
|
|
9155
10077
|
provider: string;
|
|
9156
10078
|
baseUrl: string;
|
|
9157
10079
|
reasoning: true;
|
|
9158
|
-
input: "text"[];
|
|
10080
|
+
input: ("image" | "text")[];
|
|
9159
10081
|
cost: {
|
|
9160
10082
|
input: number;
|
|
9161
10083
|
output: number;
|
|
@@ -9165,7 +10087,7 @@ export declare const MODELS: {
|
|
|
9165
10087
|
contextWindow: number;
|
|
9166
10088
|
maxTokens: number;
|
|
9167
10089
|
};
|
|
9168
|
-
readonly "arcee-ai/trinity-
|
|
10090
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
9169
10091
|
id: string;
|
|
9170
10092
|
name: string;
|
|
9171
10093
|
api: "openai-completions";
|
|
@@ -9182,31 +10104,14 @@ export declare const MODELS: {
|
|
|
9182
10104
|
contextWindow: number;
|
|
9183
10105
|
maxTokens: number;
|
|
9184
10106
|
};
|
|
9185
|
-
readonly "arcee-ai/
|
|
9186
|
-
id: string;
|
|
9187
|
-
name: string;
|
|
9188
|
-
api: "openai-completions";
|
|
9189
|
-
provider: string;
|
|
9190
|
-
baseUrl: string;
|
|
9191
|
-
reasoning: false;
|
|
9192
|
-
input: "text"[];
|
|
9193
|
-
cost: {
|
|
9194
|
-
input: number;
|
|
9195
|
-
output: number;
|
|
9196
|
-
cacheRead: number;
|
|
9197
|
-
cacheWrite: number;
|
|
9198
|
-
};
|
|
9199
|
-
contextWindow: number;
|
|
9200
|
-
maxTokens: number;
|
|
9201
|
-
};
|
|
9202
|
-
readonly auto: {
|
|
10107
|
+
readonly "arcee-ai/trinity-mini": {
|
|
9203
10108
|
id: string;
|
|
9204
10109
|
name: string;
|
|
9205
10110
|
api: "openai-completions";
|
|
9206
10111
|
provider: string;
|
|
9207
10112
|
baseUrl: string;
|
|
9208
10113
|
reasoning: true;
|
|
9209
|
-
input:
|
|
10114
|
+
input: "text"[];
|
|
9210
10115
|
cost: {
|
|
9211
10116
|
input: number;
|
|
9212
10117
|
output: number;
|
|
@@ -9216,13 +10121,13 @@ export declare const MODELS: {
|
|
|
9216
10121
|
contextWindow: number;
|
|
9217
10122
|
maxTokens: number;
|
|
9218
10123
|
};
|
|
9219
|
-
readonly "
|
|
10124
|
+
readonly "arcee-ai/virtuoso-large": {
|
|
9220
10125
|
id: string;
|
|
9221
10126
|
name: string;
|
|
9222
10127
|
api: "openai-completions";
|
|
9223
10128
|
provider: string;
|
|
9224
10129
|
baseUrl: string;
|
|
9225
|
-
reasoning:
|
|
10130
|
+
reasoning: false;
|
|
9226
10131
|
input: "text"[];
|
|
9227
10132
|
cost: {
|
|
9228
10133
|
input: number;
|
|
@@ -9233,14 +10138,14 @@ export declare const MODELS: {
|
|
|
9233
10138
|
contextWindow: number;
|
|
9234
10139
|
maxTokens: number;
|
|
9235
10140
|
};
|
|
9236
|
-
readonly
|
|
10141
|
+
readonly auto: {
|
|
9237
10142
|
id: string;
|
|
9238
10143
|
name: string;
|
|
9239
10144
|
api: "openai-completions";
|
|
9240
10145
|
provider: string;
|
|
9241
10146
|
baseUrl: string;
|
|
9242
|
-
reasoning:
|
|
9243
|
-
input: "text"[];
|
|
10147
|
+
reasoning: true;
|
|
10148
|
+
input: ("image" | "text")[];
|
|
9244
10149
|
cost: {
|
|
9245
10150
|
input: number;
|
|
9246
10151
|
output: number;
|
|
@@ -9488,41 +10393,13 @@ export declare const MODELS: {
|
|
|
9488
10393
|
contextWindow: number;
|
|
9489
10394
|
maxTokens: number;
|
|
9490
10395
|
};
|
|
9491
|
-
readonly "deepseek/deepseek-v3.2-exp": {
|
|
9492
|
-
id: string;
|
|
9493
|
-
name: string;
|
|
9494
|
-
api: "openai-completions";
|
|
9495
|
-
provider: string;
|
|
9496
|
-
baseUrl: string;
|
|
9497
|
-
reasoning: true;
|
|
9498
|
-
input: "text"[];
|
|
9499
|
-
cost: {
|
|
9500
|
-
input: number;
|
|
9501
|
-
output: number;
|
|
9502
|
-
cacheRead: number;
|
|
9503
|
-
cacheWrite: number;
|
|
9504
|
-
};
|
|
9505
|
-
contextWindow: number;
|
|
9506
|
-
maxTokens: number;
|
|
9507
|
-
};
|
|
9508
|
-
readonly "deepseek/deepseek-v4-flash": {
|
|
10396
|
+
readonly "deepseek/deepseek-v3.2-exp": {
|
|
9509
10397
|
id: string;
|
|
9510
10398
|
name: string;
|
|
9511
10399
|
api: "openai-completions";
|
|
9512
10400
|
provider: string;
|
|
9513
10401
|
baseUrl: string;
|
|
9514
|
-
compat: {
|
|
9515
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
9516
|
-
thinkingFormat: "deepseek";
|
|
9517
|
-
};
|
|
9518
10402
|
reasoning: true;
|
|
9519
|
-
thinkingLevelMap: {
|
|
9520
|
-
minimal: null;
|
|
9521
|
-
low: null;
|
|
9522
|
-
medium: null;
|
|
9523
|
-
high: string;
|
|
9524
|
-
xhigh: string;
|
|
9525
|
-
};
|
|
9526
10403
|
input: "text"[];
|
|
9527
10404
|
cost: {
|
|
9528
10405
|
input: number;
|
|
@@ -9533,7 +10410,7 @@ export declare const MODELS: {
|
|
|
9533
10410
|
contextWindow: number;
|
|
9534
10411
|
maxTokens: number;
|
|
9535
10412
|
};
|
|
9536
|
-
readonly "deepseek/deepseek-v4-flash
|
|
10413
|
+
readonly "deepseek/deepseek-v4-flash": {
|
|
9537
10414
|
id: string;
|
|
9538
10415
|
name: string;
|
|
9539
10416
|
api: "openai-completions";
|
|
@@ -9541,7 +10418,6 @@ export declare const MODELS: {
|
|
|
9541
10418
|
baseUrl: string;
|
|
9542
10419
|
compat: {
|
|
9543
10420
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9544
|
-
thinkingFormat: "deepseek";
|
|
9545
10421
|
};
|
|
9546
10422
|
reasoning: true;
|
|
9547
10423
|
thinkingLevelMap: {
|
|
@@ -9569,7 +10445,6 @@ export declare const MODELS: {
|
|
|
9569
10445
|
baseUrl: string;
|
|
9570
10446
|
compat: {
|
|
9571
10447
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9572
|
-
thinkingFormat: "deepseek";
|
|
9573
10448
|
};
|
|
9574
10449
|
reasoning: true;
|
|
9575
10450
|
thinkingLevelMap: {
|
|
@@ -9606,40 +10481,6 @@ export declare const MODELS: {
|
|
|
9606
10481
|
contextWindow: number;
|
|
9607
10482
|
maxTokens: number;
|
|
9608
10483
|
};
|
|
9609
|
-
readonly "google/gemini-2.0-flash-001": {
|
|
9610
|
-
id: string;
|
|
9611
|
-
name: string;
|
|
9612
|
-
api: "openai-completions";
|
|
9613
|
-
provider: string;
|
|
9614
|
-
baseUrl: string;
|
|
9615
|
-
reasoning: false;
|
|
9616
|
-
input: ("image" | "text")[];
|
|
9617
|
-
cost: {
|
|
9618
|
-
input: number;
|
|
9619
|
-
output: number;
|
|
9620
|
-
cacheRead: number;
|
|
9621
|
-
cacheWrite: number;
|
|
9622
|
-
};
|
|
9623
|
-
contextWindow: number;
|
|
9624
|
-
maxTokens: number;
|
|
9625
|
-
};
|
|
9626
|
-
readonly "google/gemini-2.0-flash-lite-001": {
|
|
9627
|
-
id: string;
|
|
9628
|
-
name: string;
|
|
9629
|
-
api: "openai-completions";
|
|
9630
|
-
provider: string;
|
|
9631
|
-
baseUrl: string;
|
|
9632
|
-
reasoning: false;
|
|
9633
|
-
input: ("image" | "text")[];
|
|
9634
|
-
cost: {
|
|
9635
|
-
input: number;
|
|
9636
|
-
output: number;
|
|
9637
|
-
cacheRead: number;
|
|
9638
|
-
cacheWrite: number;
|
|
9639
|
-
};
|
|
9640
|
-
contextWindow: number;
|
|
9641
|
-
maxTokens: number;
|
|
9642
|
-
};
|
|
9643
10484
|
readonly "google/gemini-2.5-flash": {
|
|
9644
10485
|
id: string;
|
|
9645
10486
|
name: string;
|
|
@@ -10119,7 +10960,7 @@ export declare const MODELS: {
|
|
|
10119
10960
|
contextWindow: number;
|
|
10120
10961
|
maxTokens: number;
|
|
10121
10962
|
};
|
|
10122
|
-
readonly "meta-llama/llama-4-
|
|
10963
|
+
readonly "meta-llama/llama-4-maverick": {
|
|
10123
10964
|
id: string;
|
|
10124
10965
|
name: string;
|
|
10125
10966
|
api: "openai-completions";
|
|
@@ -10136,14 +10977,14 @@ export declare const MODELS: {
|
|
|
10136
10977
|
contextWindow: number;
|
|
10137
10978
|
maxTokens: number;
|
|
10138
10979
|
};
|
|
10139
|
-
readonly "
|
|
10980
|
+
readonly "meta-llama/llama-4-scout": {
|
|
10140
10981
|
id: string;
|
|
10141
10982
|
name: string;
|
|
10142
10983
|
api: "openai-completions";
|
|
10143
10984
|
provider: string;
|
|
10144
10985
|
baseUrl: string;
|
|
10145
|
-
reasoning:
|
|
10146
|
-
input: "text"[];
|
|
10986
|
+
reasoning: false;
|
|
10987
|
+
input: ("image" | "text")[];
|
|
10147
10988
|
cost: {
|
|
10148
10989
|
input: number;
|
|
10149
10990
|
output: number;
|
|
@@ -10153,7 +10994,7 @@ export declare const MODELS: {
|
|
|
10153
10994
|
contextWindow: number;
|
|
10154
10995
|
maxTokens: number;
|
|
10155
10996
|
};
|
|
10156
|
-
readonly "minimax/minimax-
|
|
10997
|
+
readonly "minimax/minimax-m1": {
|
|
10157
10998
|
id: string;
|
|
10158
10999
|
name: string;
|
|
10159
11000
|
api: "openai-completions";
|
|
@@ -10170,7 +11011,7 @@ export declare const MODELS: {
|
|
|
10170
11011
|
contextWindow: number;
|
|
10171
11012
|
maxTokens: number;
|
|
10172
11013
|
};
|
|
10173
|
-
readonly "minimax/minimax-m2
|
|
11014
|
+
readonly "minimax/minimax-m2": {
|
|
10174
11015
|
id: string;
|
|
10175
11016
|
name: string;
|
|
10176
11017
|
api: "openai-completions";
|
|
@@ -10187,7 +11028,7 @@ export declare const MODELS: {
|
|
|
10187
11028
|
contextWindow: number;
|
|
10188
11029
|
maxTokens: number;
|
|
10189
11030
|
};
|
|
10190
|
-
readonly "minimax/minimax-m2.
|
|
11031
|
+
readonly "minimax/minimax-m2.1": {
|
|
10191
11032
|
id: string;
|
|
10192
11033
|
name: string;
|
|
10193
11034
|
api: "openai-completions";
|
|
@@ -10204,7 +11045,7 @@ export declare const MODELS: {
|
|
|
10204
11045
|
contextWindow: number;
|
|
10205
11046
|
maxTokens: number;
|
|
10206
11047
|
};
|
|
10207
|
-
readonly "minimax/minimax-m2.5
|
|
11048
|
+
readonly "minimax/minimax-m2.5": {
|
|
10208
11049
|
id: string;
|
|
10209
11050
|
name: string;
|
|
10210
11051
|
api: "openai-completions";
|
|
@@ -10238,31 +11079,14 @@ export declare const MODELS: {
|
|
|
10238
11079
|
contextWindow: number;
|
|
10239
11080
|
maxTokens: number;
|
|
10240
11081
|
};
|
|
10241
|
-
readonly "
|
|
10242
|
-
id: string;
|
|
10243
|
-
name: string;
|
|
10244
|
-
api: "openai-completions";
|
|
10245
|
-
provider: string;
|
|
10246
|
-
baseUrl: string;
|
|
10247
|
-
reasoning: false;
|
|
10248
|
-
input: "text"[];
|
|
10249
|
-
cost: {
|
|
10250
|
-
input: number;
|
|
10251
|
-
output: number;
|
|
10252
|
-
cacheRead: number;
|
|
10253
|
-
cacheWrite: number;
|
|
10254
|
-
};
|
|
10255
|
-
contextWindow: number;
|
|
10256
|
-
maxTokens: number;
|
|
10257
|
-
};
|
|
10258
|
-
readonly "mistralai/devstral-2512": {
|
|
11082
|
+
readonly "minimax/minimax-m3": {
|
|
10259
11083
|
id: string;
|
|
10260
11084
|
name: string;
|
|
10261
11085
|
api: "openai-completions";
|
|
10262
11086
|
provider: string;
|
|
10263
11087
|
baseUrl: string;
|
|
10264
|
-
reasoning:
|
|
10265
|
-
input: "text"[];
|
|
11088
|
+
reasoning: true;
|
|
11089
|
+
input: ("image" | "text")[];
|
|
10266
11090
|
cost: {
|
|
10267
11091
|
input: number;
|
|
10268
11092
|
output: number;
|
|
@@ -10272,7 +11096,7 @@ export declare const MODELS: {
|
|
|
10272
11096
|
contextWindow: number;
|
|
10273
11097
|
maxTokens: number;
|
|
10274
11098
|
};
|
|
10275
|
-
readonly "mistralai/
|
|
11099
|
+
readonly "mistralai/codestral-2508": {
|
|
10276
11100
|
id: string;
|
|
10277
11101
|
name: string;
|
|
10278
11102
|
api: "openai-completions";
|
|
@@ -10289,7 +11113,7 @@ export declare const MODELS: {
|
|
|
10289
11113
|
contextWindow: number;
|
|
10290
11114
|
maxTokens: number;
|
|
10291
11115
|
};
|
|
10292
|
-
readonly "mistralai/devstral-
|
|
11116
|
+
readonly "mistralai/devstral-2512": {
|
|
10293
11117
|
id: string;
|
|
10294
11118
|
name: string;
|
|
10295
11119
|
api: "openai-completions";
|
|
@@ -10391,23 +11215,6 @@ export declare const MODELS: {
|
|
|
10391
11215
|
contextWindow: number;
|
|
10392
11216
|
maxTokens: number;
|
|
10393
11217
|
};
|
|
10394
|
-
readonly "mistralai/mistral-large-2411": {
|
|
10395
|
-
id: string;
|
|
10396
|
-
name: string;
|
|
10397
|
-
api: "openai-completions";
|
|
10398
|
-
provider: string;
|
|
10399
|
-
baseUrl: string;
|
|
10400
|
-
reasoning: false;
|
|
10401
|
-
input: "text"[];
|
|
10402
|
-
cost: {
|
|
10403
|
-
input: number;
|
|
10404
|
-
output: number;
|
|
10405
|
-
cacheRead: number;
|
|
10406
|
-
cacheWrite: number;
|
|
10407
|
-
};
|
|
10408
|
-
contextWindow: number;
|
|
10409
|
-
maxTokens: number;
|
|
10410
|
-
};
|
|
10411
11218
|
readonly "mistralai/mistral-large-2512": {
|
|
10412
11219
|
id: string;
|
|
10413
11220
|
name: string;
|
|
@@ -10561,14 +11368,14 @@ export declare const MODELS: {
|
|
|
10561
11368
|
contextWindow: number;
|
|
10562
11369
|
maxTokens: number;
|
|
10563
11370
|
};
|
|
10564
|
-
readonly "mistralai/
|
|
11371
|
+
readonly "mistralai/voxtral-small-24b-2507": {
|
|
10565
11372
|
id: string;
|
|
10566
11373
|
name: string;
|
|
10567
11374
|
api: "openai-completions";
|
|
10568
11375
|
provider: string;
|
|
10569
11376
|
baseUrl: string;
|
|
10570
11377
|
reasoning: false;
|
|
10571
|
-
input:
|
|
11378
|
+
input: "text"[];
|
|
10572
11379
|
cost: {
|
|
10573
11380
|
input: number;
|
|
10574
11381
|
output: number;
|
|
@@ -10578,7 +11385,7 @@ export declare const MODELS: {
|
|
|
10578
11385
|
contextWindow: number;
|
|
10579
11386
|
maxTokens: number;
|
|
10580
11387
|
};
|
|
10581
|
-
readonly "
|
|
11388
|
+
readonly "moonshotai/kimi-k2": {
|
|
10582
11389
|
id: string;
|
|
10583
11390
|
name: string;
|
|
10584
11391
|
api: "openai-completions";
|
|
@@ -10595,7 +11402,7 @@ export declare const MODELS: {
|
|
|
10595
11402
|
contextWindow: number;
|
|
10596
11403
|
maxTokens: number;
|
|
10597
11404
|
};
|
|
10598
|
-
readonly "moonshotai/kimi-k2": {
|
|
11405
|
+
readonly "moonshotai/kimi-k2-0905": {
|
|
10599
11406
|
id: string;
|
|
10600
11407
|
name: string;
|
|
10601
11408
|
api: "openai-completions";
|
|
@@ -10612,13 +11419,13 @@ export declare const MODELS: {
|
|
|
10612
11419
|
contextWindow: number;
|
|
10613
11420
|
maxTokens: number;
|
|
10614
11421
|
};
|
|
10615
|
-
readonly "moonshotai/kimi-k2-
|
|
11422
|
+
readonly "moonshotai/kimi-k2-thinking": {
|
|
10616
11423
|
id: string;
|
|
10617
11424
|
name: string;
|
|
10618
11425
|
api: "openai-completions";
|
|
10619
11426
|
provider: string;
|
|
10620
11427
|
baseUrl: string;
|
|
10621
|
-
reasoning:
|
|
11428
|
+
reasoning: true;
|
|
10622
11429
|
input: "text"[];
|
|
10623
11430
|
cost: {
|
|
10624
11431
|
input: number;
|
|
@@ -10629,14 +11436,14 @@ export declare const MODELS: {
|
|
|
10629
11436
|
contextWindow: number;
|
|
10630
11437
|
maxTokens: number;
|
|
10631
11438
|
};
|
|
10632
|
-
readonly "moonshotai/kimi-k2
|
|
11439
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
10633
11440
|
id: string;
|
|
10634
11441
|
name: string;
|
|
10635
11442
|
api: "openai-completions";
|
|
10636
11443
|
provider: string;
|
|
10637
11444
|
baseUrl: string;
|
|
10638
11445
|
reasoning: true;
|
|
10639
|
-
input: "text"[];
|
|
11446
|
+
input: ("image" | "text")[];
|
|
10640
11447
|
cost: {
|
|
10641
11448
|
input: number;
|
|
10642
11449
|
output: number;
|
|
@@ -10646,12 +11453,16 @@ export declare const MODELS: {
|
|
|
10646
11453
|
contextWindow: number;
|
|
10647
11454
|
maxTokens: number;
|
|
10648
11455
|
};
|
|
10649
|
-
readonly "moonshotai/kimi-k2.
|
|
11456
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
10650
11457
|
id: string;
|
|
10651
11458
|
name: string;
|
|
10652
11459
|
api: "openai-completions";
|
|
10653
11460
|
provider: string;
|
|
10654
11461
|
baseUrl: string;
|
|
11462
|
+
compat: {
|
|
11463
|
+
supportsDeveloperRole: false;
|
|
11464
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
11465
|
+
};
|
|
10655
11466
|
reasoning: true;
|
|
10656
11467
|
input: ("image" | "text")[];
|
|
10657
11468
|
cost: {
|
|
@@ -10663,12 +11474,16 @@ export declare const MODELS: {
|
|
|
10663
11474
|
contextWindow: number;
|
|
10664
11475
|
maxTokens: number;
|
|
10665
11476
|
};
|
|
10666
|
-
readonly "moonshotai/kimi-k2.6": {
|
|
11477
|
+
readonly "moonshotai/kimi-k2.6:free": {
|
|
10667
11478
|
id: string;
|
|
10668
11479
|
name: string;
|
|
10669
11480
|
api: "openai-completions";
|
|
10670
11481
|
provider: string;
|
|
10671
11482
|
baseUrl: string;
|
|
11483
|
+
compat: {
|
|
11484
|
+
supportsDeveloperRole: false;
|
|
11485
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
11486
|
+
};
|
|
10672
11487
|
reasoning: true;
|
|
10673
11488
|
input: ("image" | "text")[];
|
|
10674
11489
|
cost: {
|
|
@@ -11105,23 +11920,6 @@ export declare const MODELS: {
|
|
|
11105
11920
|
contextWindow: number;
|
|
11106
11921
|
maxTokens: number;
|
|
11107
11922
|
};
|
|
11108
|
-
readonly "openai/gpt-4o-audio-preview": {
|
|
11109
|
-
id: string;
|
|
11110
|
-
name: string;
|
|
11111
|
-
api: "openai-completions";
|
|
11112
|
-
provider: string;
|
|
11113
|
-
baseUrl: string;
|
|
11114
|
-
reasoning: false;
|
|
11115
|
-
input: "text"[];
|
|
11116
|
-
cost: {
|
|
11117
|
-
input: number;
|
|
11118
|
-
output: number;
|
|
11119
|
-
cacheRead: number;
|
|
11120
|
-
cacheWrite: number;
|
|
11121
|
-
};
|
|
11122
|
-
contextWindow: number;
|
|
11123
|
-
maxTokens: number;
|
|
11124
|
-
};
|
|
11125
11923
|
readonly "openai/gpt-4o-mini": {
|
|
11126
11924
|
id: string;
|
|
11127
11925
|
name: string;
|
|
@@ -11555,6 +12353,9 @@ export declare const MODELS: {
|
|
|
11555
12353
|
reasoning: true;
|
|
11556
12354
|
thinkingLevelMap: {
|
|
11557
12355
|
xhigh: string;
|
|
12356
|
+
off: null;
|
|
12357
|
+
minimal: null;
|
|
12358
|
+
low: null;
|
|
11558
12359
|
};
|
|
11559
12360
|
input: ("image" | "text")[];
|
|
11560
12361
|
cost: {
|
|
@@ -11974,23 +12775,6 @@ export declare const MODELS: {
|
|
|
11974
12775
|
contextWindow: number;
|
|
11975
12776
|
maxTokens: number;
|
|
11976
12777
|
};
|
|
11977
|
-
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
11978
|
-
id: string;
|
|
11979
|
-
name: string;
|
|
11980
|
-
api: "openai-completions";
|
|
11981
|
-
provider: string;
|
|
11982
|
-
baseUrl: string;
|
|
11983
|
-
reasoning: false;
|
|
11984
|
-
input: "text"[];
|
|
11985
|
-
cost: {
|
|
11986
|
-
input: number;
|
|
11987
|
-
output: number;
|
|
11988
|
-
cacheRead: number;
|
|
11989
|
-
cacheWrite: number;
|
|
11990
|
-
};
|
|
11991
|
-
contextWindow: number;
|
|
11992
|
-
maxTokens: number;
|
|
11993
|
-
};
|
|
11994
12778
|
readonly "qwen/qwen-plus": {
|
|
11995
12779
|
id: string;
|
|
11996
12780
|
name: string;
|
|
@@ -12824,14 +13608,14 @@ export declare const MODELS: {
|
|
|
12824
13608
|
contextWindow: number;
|
|
12825
13609
|
maxTokens: number;
|
|
12826
13610
|
};
|
|
12827
|
-
readonly "
|
|
13611
|
+
readonly "stepfun/step-3.7-flash": {
|
|
12828
13612
|
id: string;
|
|
12829
13613
|
name: string;
|
|
12830
13614
|
api: "openai-completions";
|
|
12831
13615
|
provider: string;
|
|
12832
13616
|
baseUrl: string;
|
|
12833
13617
|
reasoning: true;
|
|
12834
|
-
input: "text"[];
|
|
13618
|
+
input: ("image" | "text")[];
|
|
12835
13619
|
cost: {
|
|
12836
13620
|
input: number;
|
|
12837
13621
|
output: number;
|
|
@@ -12841,13 +13625,13 @@ export declare const MODELS: {
|
|
|
12841
13625
|
contextWindow: number;
|
|
12842
13626
|
maxTokens: number;
|
|
12843
13627
|
};
|
|
12844
|
-
readonly "
|
|
13628
|
+
readonly "tencent/hy3-preview": {
|
|
12845
13629
|
id: string;
|
|
12846
13630
|
name: string;
|
|
12847
13631
|
api: "openai-completions";
|
|
12848
13632
|
provider: string;
|
|
12849
13633
|
baseUrl: string;
|
|
12850
|
-
reasoning:
|
|
13634
|
+
reasoning: true;
|
|
12851
13635
|
input: "text"[];
|
|
12852
13636
|
cost: {
|
|
12853
13637
|
input: number;
|
|
@@ -12858,7 +13642,7 @@ export declare const MODELS: {
|
|
|
12858
13642
|
contextWindow: number;
|
|
12859
13643
|
maxTokens: number;
|
|
12860
13644
|
};
|
|
12861
|
-
readonly "thedrummer/
|
|
13645
|
+
readonly "thedrummer/rocinante-12b": {
|
|
12862
13646
|
id: string;
|
|
12863
13647
|
name: string;
|
|
12864
13648
|
api: "openai-completions";
|
|
@@ -12875,13 +13659,13 @@ export declare const MODELS: {
|
|
|
12875
13659
|
contextWindow: number;
|
|
12876
13660
|
maxTokens: number;
|
|
12877
13661
|
};
|
|
12878
|
-
readonly "
|
|
13662
|
+
readonly "thedrummer/unslopnemo-12b": {
|
|
12879
13663
|
id: string;
|
|
12880
13664
|
name: string;
|
|
12881
13665
|
api: "openai-completions";
|
|
12882
13666
|
provider: string;
|
|
12883
13667
|
baseUrl: string;
|
|
12884
|
-
reasoning:
|
|
13668
|
+
reasoning: false;
|
|
12885
13669
|
input: "text"[];
|
|
12886
13670
|
cost: {
|
|
12887
13671
|
input: number;
|
|
@@ -12892,14 +13676,14 @@ export declare const MODELS: {
|
|
|
12892
13676
|
contextWindow: number;
|
|
12893
13677
|
maxTokens: number;
|
|
12894
13678
|
};
|
|
12895
|
-
readonly "
|
|
13679
|
+
readonly "upstage/solar-pro-3": {
|
|
12896
13680
|
id: string;
|
|
12897
13681
|
name: string;
|
|
12898
13682
|
api: "openai-completions";
|
|
12899
13683
|
provider: string;
|
|
12900
13684
|
baseUrl: string;
|
|
12901
13685
|
reasoning: true;
|
|
12902
|
-
input:
|
|
13686
|
+
input: "text"[];
|
|
12903
13687
|
cost: {
|
|
12904
13688
|
input: number;
|
|
12905
13689
|
output: number;
|
|
@@ -12909,7 +13693,7 @@ export declare const MODELS: {
|
|
|
12909
13693
|
contextWindow: number;
|
|
12910
13694
|
maxTokens: number;
|
|
12911
13695
|
};
|
|
12912
|
-
readonly "x-ai/grok-4.
|
|
13696
|
+
readonly "x-ai/grok-4.20": {
|
|
12913
13697
|
id: string;
|
|
12914
13698
|
name: string;
|
|
12915
13699
|
api: "openai-completions";
|
|
@@ -12926,7 +13710,7 @@ export declare const MODELS: {
|
|
|
12926
13710
|
contextWindow: number;
|
|
12927
13711
|
maxTokens: number;
|
|
12928
13712
|
};
|
|
12929
|
-
readonly "x-ai/grok-
|
|
13713
|
+
readonly "x-ai/grok-4.3": {
|
|
12930
13714
|
id: string;
|
|
12931
13715
|
name: string;
|
|
12932
13716
|
api: "openai-completions";
|
|
@@ -12943,24 +13727,7 @@ export declare const MODELS: {
|
|
|
12943
13727
|
contextWindow: number;
|
|
12944
13728
|
maxTokens: number;
|
|
12945
13729
|
};
|
|
12946
|
-
readonly "
|
|
12947
|
-
id: string;
|
|
12948
|
-
name: string;
|
|
12949
|
-
api: "openai-completions";
|
|
12950
|
-
provider: string;
|
|
12951
|
-
baseUrl: string;
|
|
12952
|
-
reasoning: true;
|
|
12953
|
-
input: "text"[];
|
|
12954
|
-
cost: {
|
|
12955
|
-
input: number;
|
|
12956
|
-
output: number;
|
|
12957
|
-
cacheRead: number;
|
|
12958
|
-
cacheWrite: number;
|
|
12959
|
-
};
|
|
12960
|
-
contextWindow: number;
|
|
12961
|
-
maxTokens: number;
|
|
12962
|
-
};
|
|
12963
|
-
readonly "xiaomi/mimo-v2-omni": {
|
|
13730
|
+
readonly "x-ai/grok-build-0.1": {
|
|
12964
13731
|
id: string;
|
|
12965
13732
|
name: string;
|
|
12966
13733
|
api: "openai-completions";
|
|
@@ -12977,7 +13744,7 @@ export declare const MODELS: {
|
|
|
12977
13744
|
contextWindow: number;
|
|
12978
13745
|
maxTokens: number;
|
|
12979
13746
|
};
|
|
12980
|
-
readonly "xiaomi/mimo-v2-
|
|
13747
|
+
readonly "xiaomi/mimo-v2-flash": {
|
|
12981
13748
|
id: string;
|
|
12982
13749
|
name: string;
|
|
12983
13750
|
api: "openai-completions";
|
|
@@ -13953,7 +14720,7 @@ export declare const MODELS: {
|
|
|
13953
14720
|
api: "anthropic-messages";
|
|
13954
14721
|
provider: string;
|
|
13955
14722
|
baseUrl: string;
|
|
13956
|
-
reasoning:
|
|
14723
|
+
reasoning: true;
|
|
13957
14724
|
input: "text"[];
|
|
13958
14725
|
cost: {
|
|
13959
14726
|
input: number;
|
|
@@ -13971,7 +14738,58 @@ export declare const MODELS: {
|
|
|
13971
14738
|
provider: string;
|
|
13972
14739
|
baseUrl: string;
|
|
13973
14740
|
reasoning: true;
|
|
13974
|
-
input: "text"[];
|
|
14741
|
+
input: "text"[];
|
|
14742
|
+
cost: {
|
|
14743
|
+
input: number;
|
|
14744
|
+
output: number;
|
|
14745
|
+
cacheRead: number;
|
|
14746
|
+
cacheWrite: number;
|
|
14747
|
+
};
|
|
14748
|
+
contextWindow: number;
|
|
14749
|
+
maxTokens: number;
|
|
14750
|
+
};
|
|
14751
|
+
readonly "alibaba/qwen-3-32b": {
|
|
14752
|
+
id: string;
|
|
14753
|
+
name: string;
|
|
14754
|
+
api: "anthropic-messages";
|
|
14755
|
+
provider: string;
|
|
14756
|
+
baseUrl: string;
|
|
14757
|
+
reasoning: true;
|
|
14758
|
+
input: "text"[];
|
|
14759
|
+
cost: {
|
|
14760
|
+
input: number;
|
|
14761
|
+
output: number;
|
|
14762
|
+
cacheRead: number;
|
|
14763
|
+
cacheWrite: number;
|
|
14764
|
+
};
|
|
14765
|
+
contextWindow: number;
|
|
14766
|
+
maxTokens: number;
|
|
14767
|
+
};
|
|
14768
|
+
readonly "alibaba/qwen-3.6-max-preview": {
|
|
14769
|
+
id: string;
|
|
14770
|
+
name: string;
|
|
14771
|
+
api: "anthropic-messages";
|
|
14772
|
+
provider: string;
|
|
14773
|
+
baseUrl: string;
|
|
14774
|
+
reasoning: true;
|
|
14775
|
+
input: ("image" | "text")[];
|
|
14776
|
+
cost: {
|
|
14777
|
+
input: number;
|
|
14778
|
+
output: number;
|
|
14779
|
+
cacheRead: number;
|
|
14780
|
+
cacheWrite: number;
|
|
14781
|
+
};
|
|
14782
|
+
contextWindow: number;
|
|
14783
|
+
maxTokens: number;
|
|
14784
|
+
};
|
|
14785
|
+
readonly "alibaba/qwen3-235b-a22b-thinking": {
|
|
14786
|
+
id: string;
|
|
14787
|
+
name: string;
|
|
14788
|
+
api: "anthropic-messages";
|
|
14789
|
+
provider: string;
|
|
14790
|
+
baseUrl: string;
|
|
14791
|
+
reasoning: true;
|
|
14792
|
+
input: ("image" | "text")[];
|
|
13975
14793
|
cost: {
|
|
13976
14794
|
input: number;
|
|
13977
14795
|
output: number;
|
|
@@ -13981,7 +14799,7 @@ export declare const MODELS: {
|
|
|
13981
14799
|
contextWindow: number;
|
|
13982
14800
|
maxTokens: number;
|
|
13983
14801
|
};
|
|
13984
|
-
readonly "alibaba/
|
|
14802
|
+
readonly "alibaba/qwen3-coder": {
|
|
13985
14803
|
id: string;
|
|
13986
14804
|
name: string;
|
|
13987
14805
|
api: "anthropic-messages";
|
|
@@ -13998,14 +14816,14 @@ export declare const MODELS: {
|
|
|
13998
14816
|
contextWindow: number;
|
|
13999
14817
|
maxTokens: number;
|
|
14000
14818
|
};
|
|
14001
|
-
readonly "alibaba/
|
|
14819
|
+
readonly "alibaba/qwen3-coder-30b-a3b": {
|
|
14002
14820
|
id: string;
|
|
14003
14821
|
name: string;
|
|
14004
14822
|
api: "anthropic-messages";
|
|
14005
14823
|
provider: string;
|
|
14006
14824
|
baseUrl: string;
|
|
14007
14825
|
reasoning: true;
|
|
14008
|
-
input:
|
|
14826
|
+
input: "text"[];
|
|
14009
14827
|
cost: {
|
|
14010
14828
|
input: number;
|
|
14011
14829
|
output: number;
|
|
@@ -14015,14 +14833,14 @@ export declare const MODELS: {
|
|
|
14015
14833
|
contextWindow: number;
|
|
14016
14834
|
maxTokens: number;
|
|
14017
14835
|
};
|
|
14018
|
-
readonly "alibaba/qwen3-
|
|
14836
|
+
readonly "alibaba/qwen3-coder-next": {
|
|
14019
14837
|
id: string;
|
|
14020
14838
|
name: string;
|
|
14021
14839
|
api: "anthropic-messages";
|
|
14022
14840
|
provider: string;
|
|
14023
14841
|
baseUrl: string;
|
|
14024
14842
|
reasoning: true;
|
|
14025
|
-
input:
|
|
14843
|
+
input: "text"[];
|
|
14026
14844
|
cost: {
|
|
14027
14845
|
input: number;
|
|
14028
14846
|
output: number;
|
|
@@ -14032,7 +14850,7 @@ export declare const MODELS: {
|
|
|
14032
14850
|
contextWindow: number;
|
|
14033
14851
|
maxTokens: number;
|
|
14034
14852
|
};
|
|
14035
|
-
readonly "alibaba/qwen3-coder": {
|
|
14853
|
+
readonly "alibaba/qwen3-coder-plus": {
|
|
14036
14854
|
id: string;
|
|
14037
14855
|
name: string;
|
|
14038
14856
|
api: "anthropic-messages";
|
|
@@ -14049,13 +14867,13 @@ export declare const MODELS: {
|
|
|
14049
14867
|
contextWindow: number;
|
|
14050
14868
|
maxTokens: number;
|
|
14051
14869
|
};
|
|
14052
|
-
readonly "alibaba/qwen3-
|
|
14870
|
+
readonly "alibaba/qwen3-max": {
|
|
14053
14871
|
id: string;
|
|
14054
14872
|
name: string;
|
|
14055
14873
|
api: "anthropic-messages";
|
|
14056
14874
|
provider: string;
|
|
14057
14875
|
baseUrl: string;
|
|
14058
|
-
reasoning:
|
|
14876
|
+
reasoning: false;
|
|
14059
14877
|
input: "text"[];
|
|
14060
14878
|
cost: {
|
|
14061
14879
|
input: number;
|
|
@@ -14066,7 +14884,7 @@ export declare const MODELS: {
|
|
|
14066
14884
|
contextWindow: number;
|
|
14067
14885
|
maxTokens: number;
|
|
14068
14886
|
};
|
|
14069
|
-
readonly "alibaba/qwen3-
|
|
14887
|
+
readonly "alibaba/qwen3-max-preview": {
|
|
14070
14888
|
id: string;
|
|
14071
14889
|
name: string;
|
|
14072
14890
|
api: "anthropic-messages";
|
|
@@ -14083,13 +14901,13 @@ export declare const MODELS: {
|
|
|
14083
14901
|
contextWindow: number;
|
|
14084
14902
|
maxTokens: number;
|
|
14085
14903
|
};
|
|
14086
|
-
readonly "alibaba/qwen3-
|
|
14904
|
+
readonly "alibaba/qwen3-max-thinking": {
|
|
14087
14905
|
id: string;
|
|
14088
14906
|
name: string;
|
|
14089
14907
|
api: "anthropic-messages";
|
|
14090
14908
|
provider: string;
|
|
14091
14909
|
baseUrl: string;
|
|
14092
|
-
reasoning:
|
|
14910
|
+
reasoning: true;
|
|
14093
14911
|
input: "text"[];
|
|
14094
14912
|
cost: {
|
|
14095
14913
|
input: number;
|
|
@@ -14100,7 +14918,7 @@ export declare const MODELS: {
|
|
|
14100
14918
|
contextWindow: number;
|
|
14101
14919
|
maxTokens: number;
|
|
14102
14920
|
};
|
|
14103
|
-
readonly "alibaba/qwen3-
|
|
14921
|
+
readonly "alibaba/qwen3-next-80b-a3b-instruct": {
|
|
14104
14922
|
id: string;
|
|
14105
14923
|
name: string;
|
|
14106
14924
|
api: "anthropic-messages";
|
|
@@ -14117,13 +14935,13 @@ export declare const MODELS: {
|
|
|
14117
14935
|
contextWindow: number;
|
|
14118
14936
|
maxTokens: number;
|
|
14119
14937
|
};
|
|
14120
|
-
readonly "alibaba/qwen3-
|
|
14938
|
+
readonly "alibaba/qwen3-next-80b-a3b-thinking": {
|
|
14121
14939
|
id: string;
|
|
14122
14940
|
name: string;
|
|
14123
14941
|
api: "anthropic-messages";
|
|
14124
14942
|
provider: string;
|
|
14125
14943
|
baseUrl: string;
|
|
14126
|
-
reasoning:
|
|
14944
|
+
reasoning: true;
|
|
14127
14945
|
input: "text"[];
|
|
14128
14946
|
cost: {
|
|
14129
14947
|
input: number;
|
|
@@ -14134,14 +14952,14 @@ export declare const MODELS: {
|
|
|
14134
14952
|
contextWindow: number;
|
|
14135
14953
|
maxTokens: number;
|
|
14136
14954
|
};
|
|
14137
|
-
readonly "alibaba/qwen3-
|
|
14955
|
+
readonly "alibaba/qwen3-vl-thinking": {
|
|
14138
14956
|
id: string;
|
|
14139
14957
|
name: string;
|
|
14140
14958
|
api: "anthropic-messages";
|
|
14141
14959
|
provider: string;
|
|
14142
14960
|
baseUrl: string;
|
|
14143
14961
|
reasoning: true;
|
|
14144
|
-
input: "text"[];
|
|
14962
|
+
input: ("image" | "text")[];
|
|
14145
14963
|
cost: {
|
|
14146
14964
|
input: number;
|
|
14147
14965
|
output: number;
|
|
@@ -14151,7 +14969,7 @@ export declare const MODELS: {
|
|
|
14151
14969
|
contextWindow: number;
|
|
14152
14970
|
maxTokens: number;
|
|
14153
14971
|
};
|
|
14154
|
-
readonly "alibaba/qwen3-
|
|
14972
|
+
readonly "alibaba/qwen3.5-flash": {
|
|
14155
14973
|
id: string;
|
|
14156
14974
|
name: string;
|
|
14157
14975
|
api: "anthropic-messages";
|
|
@@ -14168,7 +14986,7 @@ export declare const MODELS: {
|
|
|
14168
14986
|
contextWindow: number;
|
|
14169
14987
|
maxTokens: number;
|
|
14170
14988
|
};
|
|
14171
|
-
readonly "alibaba/qwen3.5-
|
|
14989
|
+
readonly "alibaba/qwen3.5-plus": {
|
|
14172
14990
|
id: string;
|
|
14173
14991
|
name: string;
|
|
14174
14992
|
api: "anthropic-messages";
|
|
@@ -14185,7 +15003,7 @@ export declare const MODELS: {
|
|
|
14185
15003
|
contextWindow: number;
|
|
14186
15004
|
maxTokens: number;
|
|
14187
15005
|
};
|
|
14188
|
-
readonly "alibaba/qwen3.
|
|
15006
|
+
readonly "alibaba/qwen3.6-27b": {
|
|
14189
15007
|
id: string;
|
|
14190
15008
|
name: string;
|
|
14191
15009
|
api: "anthropic-messages";
|
|
@@ -14202,7 +15020,7 @@ export declare const MODELS: {
|
|
|
14202
15020
|
contextWindow: number;
|
|
14203
15021
|
maxTokens: number;
|
|
14204
15022
|
};
|
|
14205
|
-
readonly "alibaba/qwen3.6-
|
|
15023
|
+
readonly "alibaba/qwen3.6-plus": {
|
|
14206
15024
|
id: string;
|
|
14207
15025
|
name: string;
|
|
14208
15026
|
api: "anthropic-messages";
|
|
@@ -14219,7 +15037,7 @@ export declare const MODELS: {
|
|
|
14219
15037
|
contextWindow: number;
|
|
14220
15038
|
maxTokens: number;
|
|
14221
15039
|
};
|
|
14222
|
-
readonly "alibaba/qwen3.
|
|
15040
|
+
readonly "alibaba/qwen3.7-max": {
|
|
14223
15041
|
id: string;
|
|
14224
15042
|
name: string;
|
|
14225
15043
|
api: "anthropic-messages";
|
|
@@ -14236,7 +15054,7 @@ export declare const MODELS: {
|
|
|
14236
15054
|
contextWindow: number;
|
|
14237
15055
|
maxTokens: number;
|
|
14238
15056
|
};
|
|
14239
|
-
readonly "alibaba/qwen3.7-
|
|
15057
|
+
readonly "alibaba/qwen3.7-plus": {
|
|
14240
15058
|
id: string;
|
|
14241
15059
|
name: string;
|
|
14242
15060
|
api: "anthropic-messages";
|
|
@@ -14386,6 +15204,31 @@ export declare const MODELS: {
|
|
|
14386
15204
|
baseUrl: string;
|
|
14387
15205
|
compat: {
|
|
14388
15206
|
forceAdaptiveThinking: true;
|
|
15207
|
+
supportsTemperature: false;
|
|
15208
|
+
};
|
|
15209
|
+
reasoning: true;
|
|
15210
|
+
thinkingLevelMap: {
|
|
15211
|
+
xhigh: string;
|
|
15212
|
+
};
|
|
15213
|
+
input: ("image" | "text")[];
|
|
15214
|
+
cost: {
|
|
15215
|
+
input: number;
|
|
15216
|
+
output: number;
|
|
15217
|
+
cacheRead: number;
|
|
15218
|
+
cacheWrite: number;
|
|
15219
|
+
};
|
|
15220
|
+
contextWindow: number;
|
|
15221
|
+
maxTokens: number;
|
|
15222
|
+
};
|
|
15223
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
15224
|
+
id: string;
|
|
15225
|
+
name: string;
|
|
15226
|
+
api: "anthropic-messages";
|
|
15227
|
+
provider: string;
|
|
15228
|
+
baseUrl: string;
|
|
15229
|
+
compat: {
|
|
15230
|
+
forceAdaptiveThinking: true;
|
|
15231
|
+
supportsTemperature: false;
|
|
14389
15232
|
};
|
|
14390
15233
|
reasoning: true;
|
|
14391
15234
|
thinkingLevelMap: {
|
|
@@ -14597,8 +15440,8 @@ export declare const MODELS: {
|
|
|
14597
15440
|
api: "anthropic-messages";
|
|
14598
15441
|
provider: string;
|
|
14599
15442
|
baseUrl: string;
|
|
14600
|
-
reasoning:
|
|
14601
|
-
input: "text"[];
|
|
15443
|
+
reasoning: true;
|
|
15444
|
+
input: ("image" | "text")[];
|
|
14602
15445
|
cost: {
|
|
14603
15446
|
input: number;
|
|
14604
15447
|
output: number;
|
|
@@ -14614,8 +15457,8 @@ export declare const MODELS: {
|
|
|
14614
15457
|
api: "anthropic-messages";
|
|
14615
15458
|
provider: string;
|
|
14616
15459
|
baseUrl: string;
|
|
14617
|
-
reasoning:
|
|
14618
|
-
input: "text"[];
|
|
15460
|
+
reasoning: true;
|
|
15461
|
+
input: ("image" | "text")[];
|
|
14619
15462
|
cost: {
|
|
14620
15463
|
input: number;
|
|
14621
15464
|
output: number;
|
|
@@ -14632,7 +15475,7 @@ export declare const MODELS: {
|
|
|
14632
15475
|
provider: string;
|
|
14633
15476
|
baseUrl: string;
|
|
14634
15477
|
reasoning: true;
|
|
14635
|
-
input: "text"[];
|
|
15478
|
+
input: ("image" | "text")[];
|
|
14636
15479
|
cost: {
|
|
14637
15480
|
input: number;
|
|
14638
15481
|
output: number;
|
|
@@ -14649,7 +15492,7 @@ export declare const MODELS: {
|
|
|
14649
15492
|
provider: string;
|
|
14650
15493
|
baseUrl: string;
|
|
14651
15494
|
reasoning: true;
|
|
14652
|
-
input: "text"[];
|
|
15495
|
+
input: ("image" | "text")[];
|
|
14653
15496
|
cost: {
|
|
14654
15497
|
input: number;
|
|
14655
15498
|
output: number;
|
|
@@ -14852,7 +15695,7 @@ export declare const MODELS: {
|
|
|
14852
15695
|
api: "anthropic-messages";
|
|
14853
15696
|
provider: string;
|
|
14854
15697
|
baseUrl: string;
|
|
14855
|
-
reasoning:
|
|
15698
|
+
reasoning: true;
|
|
14856
15699
|
input: ("image" | "text")[];
|
|
14857
15700
|
cost: {
|
|
14858
15701
|
input: number;
|
|
@@ -15142,7 +15985,7 @@ export declare const MODELS: {
|
|
|
15142
15985
|
provider: string;
|
|
15143
15986
|
baseUrl: string;
|
|
15144
15987
|
reasoning: true;
|
|
15145
|
-
input: "text"[];
|
|
15988
|
+
input: ("image" | "text")[];
|
|
15146
15989
|
cost: {
|
|
15147
15990
|
input: number;
|
|
15148
15991
|
output: number;
|
|
@@ -15186,6 +16029,23 @@ export declare const MODELS: {
|
|
|
15186
16029
|
contextWindow: number;
|
|
15187
16030
|
maxTokens: number;
|
|
15188
16031
|
};
|
|
16032
|
+
readonly "minimax/minimax-m3": {
|
|
16033
|
+
id: string;
|
|
16034
|
+
name: string;
|
|
16035
|
+
api: "anthropic-messages";
|
|
16036
|
+
provider: string;
|
|
16037
|
+
baseUrl: string;
|
|
16038
|
+
reasoning: true;
|
|
16039
|
+
input: ("image" | "text")[];
|
|
16040
|
+
cost: {
|
|
16041
|
+
input: number;
|
|
16042
|
+
output: number;
|
|
16043
|
+
cacheRead: number;
|
|
16044
|
+
cacheWrite: number;
|
|
16045
|
+
};
|
|
16046
|
+
contextWindow: number;
|
|
16047
|
+
maxTokens: number;
|
|
16048
|
+
};
|
|
15189
16049
|
readonly "mistral/codestral": {
|
|
15190
16050
|
id: string;
|
|
15191
16051
|
name: string;
|
|
@@ -15322,6 +16182,23 @@ export declare const MODELS: {
|
|
|
15322
16182
|
contextWindow: number;
|
|
15323
16183
|
maxTokens: number;
|
|
15324
16184
|
};
|
|
16185
|
+
readonly "mistral/mistral-nemo": {
|
|
16186
|
+
id: string;
|
|
16187
|
+
name: string;
|
|
16188
|
+
api: "anthropic-messages";
|
|
16189
|
+
provider: string;
|
|
16190
|
+
baseUrl: string;
|
|
16191
|
+
reasoning: false;
|
|
16192
|
+
input: "text"[];
|
|
16193
|
+
cost: {
|
|
16194
|
+
input: number;
|
|
16195
|
+
output: number;
|
|
16196
|
+
cacheRead: number;
|
|
16197
|
+
cacheWrite: number;
|
|
16198
|
+
};
|
|
16199
|
+
contextWindow: number;
|
|
16200
|
+
maxTokens: number;
|
|
16201
|
+
};
|
|
15325
16202
|
readonly "mistral/mistral-small": {
|
|
15326
16203
|
id: string;
|
|
15327
16204
|
name: string;
|
|
@@ -15475,6 +16352,23 @@ export declare const MODELS: {
|
|
|
15475
16352
|
contextWindow: number;
|
|
15476
16353
|
maxTokens: number;
|
|
15477
16354
|
};
|
|
16355
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
16356
|
+
id: string;
|
|
16357
|
+
name: string;
|
|
16358
|
+
api: "anthropic-messages";
|
|
16359
|
+
provider: string;
|
|
16360
|
+
baseUrl: string;
|
|
16361
|
+
reasoning: true;
|
|
16362
|
+
input: "text"[];
|
|
16363
|
+
cost: {
|
|
16364
|
+
input: number;
|
|
16365
|
+
output: number;
|
|
16366
|
+
cacheRead: number;
|
|
16367
|
+
cacheWrite: number;
|
|
16368
|
+
};
|
|
16369
|
+
contextWindow: number;
|
|
16370
|
+
maxTokens: number;
|
|
16371
|
+
};
|
|
15478
16372
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
15479
16373
|
id: string;
|
|
15480
16374
|
name: string;
|
|
@@ -15652,7 +16546,7 @@ export declare const MODELS: {
|
|
|
15652
16546
|
provider: string;
|
|
15653
16547
|
baseUrl: string;
|
|
15654
16548
|
reasoning: true;
|
|
15655
|
-
input: "text"[];
|
|
16549
|
+
input: ("image" | "text")[];
|
|
15656
16550
|
cost: {
|
|
15657
16551
|
input: number;
|
|
15658
16552
|
output: number;
|
|
@@ -16027,6 +16921,9 @@ export declare const MODELS: {
|
|
|
16027
16921
|
reasoning: true;
|
|
16028
16922
|
thinkingLevelMap: {
|
|
16029
16923
|
xhigh: string;
|
|
16924
|
+
off: null;
|
|
16925
|
+
minimal: null;
|
|
16926
|
+
low: null;
|
|
16030
16927
|
};
|
|
16031
16928
|
input: ("image" | "text")[];
|
|
16032
16929
|
cost: {
|
|
@@ -16038,6 +16935,23 @@ export declare const MODELS: {
|
|
|
16038
16935
|
contextWindow: number;
|
|
16039
16936
|
maxTokens: number;
|
|
16040
16937
|
};
|
|
16938
|
+
readonly "openai/gpt-oss-120b": {
|
|
16939
|
+
id: string;
|
|
16940
|
+
name: string;
|
|
16941
|
+
api: "anthropic-messages";
|
|
16942
|
+
provider: string;
|
|
16943
|
+
baseUrl: string;
|
|
16944
|
+
reasoning: true;
|
|
16945
|
+
input: "text"[];
|
|
16946
|
+
cost: {
|
|
16947
|
+
input: number;
|
|
16948
|
+
output: number;
|
|
16949
|
+
cacheRead: number;
|
|
16950
|
+
cacheWrite: number;
|
|
16951
|
+
};
|
|
16952
|
+
contextWindow: number;
|
|
16953
|
+
maxTokens: number;
|
|
16954
|
+
};
|
|
16041
16955
|
readonly "openai/gpt-oss-20b": {
|
|
16042
16956
|
id: string;
|
|
16043
16957
|
name: string;
|
|
@@ -16208,6 +17122,40 @@ export declare const MODELS: {
|
|
|
16208
17122
|
contextWindow: number;
|
|
16209
17123
|
maxTokens: number;
|
|
16210
17124
|
};
|
|
17125
|
+
readonly "stepfun/step-3.5-flash": {
|
|
17126
|
+
id: string;
|
|
17127
|
+
name: string;
|
|
17128
|
+
api: "anthropic-messages";
|
|
17129
|
+
provider: string;
|
|
17130
|
+
baseUrl: string;
|
|
17131
|
+
reasoning: true;
|
|
17132
|
+
input: "text"[];
|
|
17133
|
+
cost: {
|
|
17134
|
+
input: number;
|
|
17135
|
+
output: number;
|
|
17136
|
+
cacheRead: number;
|
|
17137
|
+
cacheWrite: number;
|
|
17138
|
+
};
|
|
17139
|
+
contextWindow: number;
|
|
17140
|
+
maxTokens: number;
|
|
17141
|
+
};
|
|
17142
|
+
readonly "stepfun/step-3.7-flash": {
|
|
17143
|
+
id: string;
|
|
17144
|
+
name: string;
|
|
17145
|
+
api: "anthropic-messages";
|
|
17146
|
+
provider: string;
|
|
17147
|
+
baseUrl: string;
|
|
17148
|
+
reasoning: true;
|
|
17149
|
+
input: ("image" | "text")[];
|
|
17150
|
+
cost: {
|
|
17151
|
+
input: number;
|
|
17152
|
+
output: number;
|
|
17153
|
+
cacheRead: number;
|
|
17154
|
+
cacheWrite: number;
|
|
17155
|
+
};
|
|
17156
|
+
contextWindow: number;
|
|
17157
|
+
maxTokens: number;
|
|
17158
|
+
};
|
|
16211
17159
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
16212
17160
|
id: string;
|
|
16213
17161
|
name: string;
|
|
@@ -16486,7 +17434,7 @@ export declare const MODELS: {
|
|
|
16486
17434
|
api: "anthropic-messages";
|
|
16487
17435
|
provider: string;
|
|
16488
17436
|
baseUrl: string;
|
|
16489
|
-
reasoning:
|
|
17437
|
+
reasoning: true;
|
|
16490
17438
|
input: ("image" | "text")[];
|
|
16491
17439
|
cost: {
|
|
16492
17440
|
input: number;
|
|
@@ -16640,7 +17588,7 @@ export declare const MODELS: {
|
|
|
16640
17588
|
provider: string;
|
|
16641
17589
|
baseUrl: string;
|
|
16642
17590
|
reasoning: true;
|
|
16643
|
-
input: "text"[];
|
|
17591
|
+
input: ("image" | "text")[];
|
|
16644
17592
|
cost: {
|
|
16645
17593
|
input: number;
|
|
16646
17594
|
output: number;
|
|
@@ -16902,28 +17850,6 @@ export declare const MODELS: {
|
|
|
16902
17850
|
};
|
|
16903
17851
|
};
|
|
16904
17852
|
readonly "xiaomi-token-plan-ams": {
|
|
16905
|
-
readonly "mimo-v2-flash": {
|
|
16906
|
-
id: string;
|
|
16907
|
-
name: string;
|
|
16908
|
-
api: "openai-completions";
|
|
16909
|
-
provider: string;
|
|
16910
|
-
baseUrl: string;
|
|
16911
|
-
compat: {
|
|
16912
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
16913
|
-
thinkingFormat: "deepseek";
|
|
16914
|
-
supportsDisabledThinking: false;
|
|
16915
|
-
};
|
|
16916
|
-
reasoning: true;
|
|
16917
|
-
input: "text"[];
|
|
16918
|
-
cost: {
|
|
16919
|
-
input: number;
|
|
16920
|
-
output: number;
|
|
16921
|
-
cacheRead: number;
|
|
16922
|
-
cacheWrite: number;
|
|
16923
|
-
};
|
|
16924
|
-
contextWindow: number;
|
|
16925
|
-
maxTokens: number;
|
|
16926
|
-
};
|
|
16927
17853
|
readonly "mimo-v2-omni": {
|
|
16928
17854
|
id: string;
|
|
16929
17855
|
name: string;
|
|
@@ -17014,28 +17940,6 @@ export declare const MODELS: {
|
|
|
17014
17940
|
};
|
|
17015
17941
|
};
|
|
17016
17942
|
readonly "xiaomi-token-plan-cn": {
|
|
17017
|
-
readonly "mimo-v2-flash": {
|
|
17018
|
-
id: string;
|
|
17019
|
-
name: string;
|
|
17020
|
-
api: "openai-completions";
|
|
17021
|
-
provider: string;
|
|
17022
|
-
baseUrl: string;
|
|
17023
|
-
compat: {
|
|
17024
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
17025
|
-
thinkingFormat: "deepseek";
|
|
17026
|
-
supportsDisabledThinking: false;
|
|
17027
|
-
};
|
|
17028
|
-
reasoning: true;
|
|
17029
|
-
input: "text"[];
|
|
17030
|
-
cost: {
|
|
17031
|
-
input: number;
|
|
17032
|
-
output: number;
|
|
17033
|
-
cacheRead: number;
|
|
17034
|
-
cacheWrite: number;
|
|
17035
|
-
};
|
|
17036
|
-
contextWindow: number;
|
|
17037
|
-
maxTokens: number;
|
|
17038
|
-
};
|
|
17039
17943
|
readonly "mimo-v2-omni": {
|
|
17040
17944
|
id: string;
|
|
17041
17945
|
name: string;
|
|
@@ -17126,28 +18030,6 @@ export declare const MODELS: {
|
|
|
17126
18030
|
};
|
|
17127
18031
|
};
|
|
17128
18032
|
readonly "xiaomi-token-plan-sgp": {
|
|
17129
|
-
readonly "mimo-v2-flash": {
|
|
17130
|
-
id: string;
|
|
17131
|
-
name: string;
|
|
17132
|
-
api: "openai-completions";
|
|
17133
|
-
provider: string;
|
|
17134
|
-
baseUrl: string;
|
|
17135
|
-
compat: {
|
|
17136
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
17137
|
-
thinkingFormat: "deepseek";
|
|
17138
|
-
supportsDisabledThinking: false;
|
|
17139
|
-
};
|
|
17140
|
-
reasoning: true;
|
|
17141
|
-
input: "text"[];
|
|
17142
|
-
cost: {
|
|
17143
|
-
input: number;
|
|
17144
|
-
output: number;
|
|
17145
|
-
cacheRead: number;
|
|
17146
|
-
cacheWrite: number;
|
|
17147
|
-
};
|
|
17148
|
-
contextWindow: number;
|
|
17149
|
-
maxTokens: number;
|
|
17150
|
-
};
|
|
17151
18033
|
readonly "mimo-v2-omni": {
|
|
17152
18034
|
id: string;
|
|
17153
18035
|
name: string;
|