@code-yeongyu/senpi 2026.7.9 → 2026.7.10-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +58 -1
- package/README.md +2 -2
- package/dist/cli/args.js +3 -3
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/config-selector.d.ts +4 -2
- package/dist/cli/config-selector.d.ts.map +1 -1
- package/dist/cli/config-selector.js +1 -1
- package/dist/cli/config-selector.js.map +1 -1
- package/dist/core/agent-session.d.ts +18 -3
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +153 -36
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/cache-stats.d.ts +49 -0
- package/dist/core/cache-stats.d.ts.map +1 -0
- package/dist/core/cache-stats.js +101 -0
- package/dist/core/cache-stats.js.map +1 -0
- package/dist/core/compaction/compaction.d.ts +1 -2
- package/dist/core/compaction/compaction.d.ts.map +1 -1
- package/dist/core/compaction/compaction.js +54 -79
- package/dist/core/compaction/compaction.js.map +1 -1
- package/dist/core/extensions/builtin/goal/continuation.js +1 -1
- package/dist/core/extensions/builtin/goal/continuation.js.map +1 -1
- package/dist/core/extensions/builtin/goal/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/index.js +1 -0
- package/dist/core/extensions/builtin/goal/index.js.map +1 -1
- package/dist/core/extensions/builtin/import-repro.d.ts.map +1 -1
- package/dist/core/extensions/builtin/import-repro.js +100 -6
- package/dist/core/extensions/builtin/import-repro.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/connection.d.ts +1 -0
- package/dist/core/extensions/builtin/mcp/connection.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/connection.js +15 -0
- package/dist/core/extensions/builtin/mcp/connection.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/service.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/service.js +3 -1
- package/dist/core/extensions/builtin/mcp/service.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 +4 -3
- package/dist/core/extensions/runner.d.ts.map +1 -1
- package/dist/core/extensions/runner.js +30 -24
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/types.d.ts +25 -10
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/model-registry.d.ts +4 -6
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +37 -9
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/package-manager.d.ts +4 -1
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/package-manager.js +68 -26
- package/dist/core/package-manager.js.map +1 -1
- package/dist/core/resource-loader.d.ts +2 -2
- package/dist/core/resource-loader.d.ts.map +1 -1
- package/dist/core/resource-loader.js +6 -7
- package/dist/core/resource-loader.js.map +1 -1
- package/dist/core/sdk.d.ts +1 -1
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js +9 -2
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +11 -2
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/settings-manager.d.ts +9 -3
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +10 -1
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/slash-commands.d.ts +1 -0
- package/dist/core/slash-commands.d.ts.map +1 -1
- package/dist/core/slash-commands.js +3 -3
- package/dist/core/slash-commands.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts +2 -2
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +1 -0
- package/dist/main.js.map +1 -1
- package/dist/modes/interactive/components/config-selector.d.ts +34 -3
- package/dist/modes/interactive/components/config-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/config-selector.js +272 -24
- package/dist/modes/interactive/components/config-selector.js.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts +4 -0
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.js +5 -2
- package/dist/modes/interactive/components/footer.js.map +1 -1
- package/dist/modes/interactive/components/oauth-selector.d.ts +3 -1
- package/dist/modes/interactive/components/oauth-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/oauth-selector.js +16 -6
- package/dist/modes/interactive/components/oauth-selector.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.d.ts +2 -0
- package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +11 -1
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.js +1 -1
- package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +10 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +261 -37
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/theme/dark.json +1 -0
- package/dist/modes/interactive/theme/light.json +1 -0
- package/dist/modes/interactive/theme/theme-schema.json +6 -2
- package/dist/modes/interactive/theme/theme.d.ts +3 -2
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +11 -4
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/dist/modes/print-mode.js +1 -1
- package/dist/modes/print-mode.js.map +1 -1
- package/dist/modes/rpc/rpc-client.d.ts +6 -6
- package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client.js +3 -3
- package/dist/modes/rpc/rpc-client.js.map +1 -1
- package/dist/package-manager-cli.d.ts +2 -2
- package/dist/package-manager-cli.d.ts.map +1 -1
- package/dist/package-manager-cli.js +64 -17
- package/dist/package-manager-cli.js.map +1 -1
- package/dist/utils/clipboard-image.js +1 -1
- package/dist/utils/clipboard-image.js.map +1 -1
- package/docs/custom-provider.md +4 -3
- package/docs/extensions.md +34 -10
- package/docs/models.md +49 -8
- package/docs/packages.md +7 -10
- package/docs/rpc.md +15 -5
- package/docs/sdk.md +23 -1
- package/docs/settings.md +3 -2
- package/docs/themes.md +5 -3
- package/docs/tui.md +1 -1
- package/docs/usage.md +2 -2
- 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/package.json +1 -1
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/reload-runtime.ts +2 -2
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/examples/sdk/README.md +1 -1
- package/node_modules/@code-yeongyu/senpi-codemode/package.json +3 -3
- package/node_modules/@earendil-works/pi-agent-core/README.md +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +37 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js +2 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.d.ts +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js +7 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts +18 -4
- 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 +72 -37
- 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 +2 -0
- 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/dist/index.d.ts +2 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/index.js +2 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +2 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/README.md +4 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js +7 -8
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +3 -6
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +5 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +7 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js +7 -5
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.js +8 -4
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.js.map +1 -1
- 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 +644 -220
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js +13 -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.models.d.ts +62 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +32 -20
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts +11 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +6 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.d.ts +66 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js +54 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts +11 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +6 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts +8 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +9 -8
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.d.ts +101 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.js +59 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.d.ts +115 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js +61 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.d.ts +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts +14 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +9 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts +158 -64
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +145 -83
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts +88 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +78 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.d.ts +0 -44
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js +9 -45
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.d.ts +0 -44
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js +9 -45
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.d.ts +0 -44
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js +9 -45
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +15 -6
- 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/estimate.d.ts +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.js +17 -9
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-pty/package.json +1 -1
- 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 +22 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/package.json +7 -8
- package/npm-shrinkwrap.json +0 -3479
|
@@ -78,6 +78,7 @@ export declare const MODELS: {
|
|
|
78
78
|
thinkingLevelMap: {
|
|
79
79
|
off: null;
|
|
80
80
|
xhigh: string;
|
|
81
|
+
max: string;
|
|
81
82
|
};
|
|
82
83
|
input: ("image" | "text")[];
|
|
83
84
|
cost: {
|
|
@@ -148,7 +149,7 @@ export declare const MODELS: {
|
|
|
148
149
|
baseUrl: string;
|
|
149
150
|
reasoning: true;
|
|
150
151
|
thinkingLevelMap: {
|
|
151
|
-
|
|
152
|
+
max: string;
|
|
152
153
|
};
|
|
153
154
|
input: ("image" | "text")[];
|
|
154
155
|
cost: {
|
|
@@ -169,6 +170,7 @@ export declare const MODELS: {
|
|
|
169
170
|
reasoning: true;
|
|
170
171
|
thinkingLevelMap: {
|
|
171
172
|
xhigh: string;
|
|
173
|
+
max: string;
|
|
172
174
|
};
|
|
173
175
|
input: ("image" | "text")[];
|
|
174
176
|
cost: {
|
|
@@ -189,6 +191,7 @@ export declare const MODELS: {
|
|
|
189
191
|
reasoning: true;
|
|
190
192
|
thinkingLevelMap: {
|
|
191
193
|
xhigh: string;
|
|
194
|
+
max: string;
|
|
192
195
|
};
|
|
193
196
|
input: ("image" | "text")[];
|
|
194
197
|
cost: {
|
|
@@ -224,6 +227,9 @@ export declare const MODELS: {
|
|
|
224
227
|
provider: string;
|
|
225
228
|
baseUrl: string;
|
|
226
229
|
reasoning: true;
|
|
230
|
+
thinkingLevelMap: {
|
|
231
|
+
max: string;
|
|
232
|
+
};
|
|
227
233
|
input: ("image" | "text")[];
|
|
228
234
|
cost: {
|
|
229
235
|
input: number;
|
|
@@ -241,6 +247,10 @@ export declare const MODELS: {
|
|
|
241
247
|
provider: string;
|
|
242
248
|
baseUrl: string;
|
|
243
249
|
reasoning: true;
|
|
250
|
+
thinkingLevelMap: {
|
|
251
|
+
xhigh: string;
|
|
252
|
+
max: string;
|
|
253
|
+
};
|
|
244
254
|
input: ("image" | "text")[];
|
|
245
255
|
cost: {
|
|
246
256
|
input: number;
|
|
@@ -276,7 +286,7 @@ export declare const MODELS: {
|
|
|
276
286
|
baseUrl: string;
|
|
277
287
|
reasoning: true;
|
|
278
288
|
thinkingLevelMap: {
|
|
279
|
-
|
|
289
|
+
max: string;
|
|
280
290
|
};
|
|
281
291
|
input: ("image" | "text")[];
|
|
282
292
|
cost: {
|
|
@@ -297,6 +307,7 @@ export declare const MODELS: {
|
|
|
297
307
|
reasoning: true;
|
|
298
308
|
thinkingLevelMap: {
|
|
299
309
|
xhigh: string;
|
|
310
|
+
max: string;
|
|
300
311
|
};
|
|
301
312
|
input: ("image" | "text")[];
|
|
302
313
|
cost: {
|
|
@@ -332,6 +343,9 @@ export declare const MODELS: {
|
|
|
332
343
|
provider: string;
|
|
333
344
|
baseUrl: string;
|
|
334
345
|
reasoning: true;
|
|
346
|
+
thinkingLevelMap: {
|
|
347
|
+
max: string;
|
|
348
|
+
};
|
|
335
349
|
input: ("image" | "text")[];
|
|
336
350
|
cost: {
|
|
337
351
|
input: number;
|
|
@@ -349,6 +363,10 @@ export declare const MODELS: {
|
|
|
349
363
|
provider: string;
|
|
350
364
|
baseUrl: string;
|
|
351
365
|
reasoning: true;
|
|
366
|
+
thinkingLevelMap: {
|
|
367
|
+
xhigh: string;
|
|
368
|
+
max: string;
|
|
369
|
+
};
|
|
352
370
|
input: ("image" | "text")[];
|
|
353
371
|
cost: {
|
|
354
372
|
input: number;
|
|
@@ -420,6 +438,7 @@ export declare const MODELS: {
|
|
|
420
438
|
thinkingLevelMap: {
|
|
421
439
|
off: null;
|
|
422
440
|
xhigh: string;
|
|
441
|
+
max: string;
|
|
423
442
|
};
|
|
424
443
|
input: ("image" | "text")[];
|
|
425
444
|
cost: {
|
|
@@ -473,7 +492,7 @@ export declare const MODELS: {
|
|
|
473
492
|
baseUrl: string;
|
|
474
493
|
reasoning: true;
|
|
475
494
|
thinkingLevelMap: {
|
|
476
|
-
|
|
495
|
+
max: string;
|
|
477
496
|
};
|
|
478
497
|
input: ("image" | "text")[];
|
|
479
498
|
cost: {
|
|
@@ -494,6 +513,7 @@ export declare const MODELS: {
|
|
|
494
513
|
reasoning: true;
|
|
495
514
|
thinkingLevelMap: {
|
|
496
515
|
xhigh: string;
|
|
516
|
+
max: string;
|
|
497
517
|
};
|
|
498
518
|
input: ("image" | "text")[];
|
|
499
519
|
cost: {
|
|
@@ -514,6 +534,7 @@ export declare const MODELS: {
|
|
|
514
534
|
reasoning: true;
|
|
515
535
|
thinkingLevelMap: {
|
|
516
536
|
xhigh: string;
|
|
537
|
+
max: string;
|
|
517
538
|
};
|
|
518
539
|
input: ("image" | "text")[];
|
|
519
540
|
cost: {
|
|
@@ -549,6 +570,9 @@ export declare const MODELS: {
|
|
|
549
570
|
provider: string;
|
|
550
571
|
baseUrl: string;
|
|
551
572
|
reasoning: true;
|
|
573
|
+
thinkingLevelMap: {
|
|
574
|
+
max: string;
|
|
575
|
+
};
|
|
552
576
|
input: ("image" | "text")[];
|
|
553
577
|
cost: {
|
|
554
578
|
input: number;
|
|
@@ -566,6 +590,10 @@ export declare const MODELS: {
|
|
|
566
590
|
provider: string;
|
|
567
591
|
baseUrl: string;
|
|
568
592
|
reasoning: true;
|
|
593
|
+
thinkingLevelMap: {
|
|
594
|
+
xhigh: string;
|
|
595
|
+
max: string;
|
|
596
|
+
};
|
|
569
597
|
input: ("image" | "text")[];
|
|
570
598
|
cost: {
|
|
571
599
|
input: number;
|
|
@@ -586,6 +614,7 @@ export declare const MODELS: {
|
|
|
586
614
|
thinkingLevelMap: {
|
|
587
615
|
off: null;
|
|
588
616
|
xhigh: string;
|
|
617
|
+
max: string;
|
|
589
618
|
};
|
|
590
619
|
input: ("image" | "text")[];
|
|
591
620
|
cost: {
|
|
@@ -639,7 +668,7 @@ export declare const MODELS: {
|
|
|
639
668
|
baseUrl: string;
|
|
640
669
|
reasoning: true;
|
|
641
670
|
thinkingLevelMap: {
|
|
642
|
-
|
|
671
|
+
max: string;
|
|
643
672
|
};
|
|
644
673
|
input: ("image" | "text")[];
|
|
645
674
|
cost: {
|
|
@@ -660,6 +689,7 @@ export declare const MODELS: {
|
|
|
660
689
|
reasoning: true;
|
|
661
690
|
thinkingLevelMap: {
|
|
662
691
|
xhigh: string;
|
|
692
|
+
max: string;
|
|
663
693
|
};
|
|
664
694
|
input: ("image" | "text")[];
|
|
665
695
|
cost: {
|
|
@@ -680,6 +710,7 @@ export declare const MODELS: {
|
|
|
680
710
|
reasoning: true;
|
|
681
711
|
thinkingLevelMap: {
|
|
682
712
|
xhigh: string;
|
|
713
|
+
max: string;
|
|
683
714
|
};
|
|
684
715
|
input: ("image" | "text")[];
|
|
685
716
|
cost: {
|
|
@@ -715,6 +746,9 @@ export declare const MODELS: {
|
|
|
715
746
|
provider: string;
|
|
716
747
|
baseUrl: string;
|
|
717
748
|
reasoning: true;
|
|
749
|
+
thinkingLevelMap: {
|
|
750
|
+
max: string;
|
|
751
|
+
};
|
|
718
752
|
input: ("image" | "text")[];
|
|
719
753
|
cost: {
|
|
720
754
|
input: number;
|
|
@@ -732,6 +766,10 @@ export declare const MODELS: {
|
|
|
732
766
|
provider: string;
|
|
733
767
|
baseUrl: string;
|
|
734
768
|
reasoning: true;
|
|
769
|
+
thinkingLevelMap: {
|
|
770
|
+
xhigh: string;
|
|
771
|
+
max: string;
|
|
772
|
+
};
|
|
735
773
|
input: ("image" | "text")[];
|
|
736
774
|
cost: {
|
|
737
775
|
input: number;
|
|
@@ -802,6 +840,7 @@ export declare const MODELS: {
|
|
|
802
840
|
reasoning: true;
|
|
803
841
|
thinkingLevelMap: {
|
|
804
842
|
xhigh: string;
|
|
843
|
+
max: string;
|
|
805
844
|
};
|
|
806
845
|
input: ("image" | "text")[];
|
|
807
846
|
cost: {
|
|
@@ -822,6 +861,7 @@ export declare const MODELS: {
|
|
|
822
861
|
reasoning: true;
|
|
823
862
|
thinkingLevelMap: {
|
|
824
863
|
xhigh: string;
|
|
864
|
+
max: string;
|
|
825
865
|
};
|
|
826
866
|
input: ("image" | "text")[];
|
|
827
867
|
cost: {
|
|
@@ -857,6 +897,9 @@ export declare const MODELS: {
|
|
|
857
897
|
provider: string;
|
|
858
898
|
baseUrl: string;
|
|
859
899
|
reasoning: true;
|
|
900
|
+
thinkingLevelMap: {
|
|
901
|
+
max: string;
|
|
902
|
+
};
|
|
860
903
|
input: ("image" | "text")[];
|
|
861
904
|
cost: {
|
|
862
905
|
input: number;
|
|
@@ -874,6 +917,10 @@ export declare const MODELS: {
|
|
|
874
917
|
provider: string;
|
|
875
918
|
baseUrl: string;
|
|
876
919
|
reasoning: true;
|
|
920
|
+
thinkingLevelMap: {
|
|
921
|
+
xhigh: string;
|
|
922
|
+
max: string;
|
|
923
|
+
};
|
|
877
924
|
input: ("image" | "text")[];
|
|
878
925
|
cost: {
|
|
879
926
|
input: number;
|
|
@@ -1546,6 +1593,7 @@ export declare const MODELS: {
|
|
|
1546
1593
|
thinkingLevelMap: {
|
|
1547
1594
|
off: null;
|
|
1548
1595
|
xhigh: string;
|
|
1596
|
+
max: string;
|
|
1549
1597
|
};
|
|
1550
1598
|
input: ("image" | "text")[];
|
|
1551
1599
|
cost: {
|
|
@@ -1616,7 +1664,7 @@ export declare const MODELS: {
|
|
|
1616
1664
|
baseUrl: string;
|
|
1617
1665
|
reasoning: true;
|
|
1618
1666
|
thinkingLevelMap: {
|
|
1619
|
-
|
|
1667
|
+
max: string;
|
|
1620
1668
|
};
|
|
1621
1669
|
input: ("image" | "text")[];
|
|
1622
1670
|
cost: {
|
|
@@ -1637,6 +1685,7 @@ export declare const MODELS: {
|
|
|
1637
1685
|
reasoning: true;
|
|
1638
1686
|
thinkingLevelMap: {
|
|
1639
1687
|
xhigh: string;
|
|
1688
|
+
max: string;
|
|
1640
1689
|
};
|
|
1641
1690
|
input: ("image" | "text")[];
|
|
1642
1691
|
cost: {
|
|
@@ -1657,6 +1706,7 @@ export declare const MODELS: {
|
|
|
1657
1706
|
reasoning: true;
|
|
1658
1707
|
thinkingLevelMap: {
|
|
1659
1708
|
xhigh: string;
|
|
1709
|
+
max: string;
|
|
1660
1710
|
};
|
|
1661
1711
|
input: ("image" | "text")[];
|
|
1662
1712
|
cost: {
|
|
@@ -1692,6 +1742,9 @@ export declare const MODELS: {
|
|
|
1692
1742
|
provider: string;
|
|
1693
1743
|
baseUrl: string;
|
|
1694
1744
|
reasoning: true;
|
|
1745
|
+
thinkingLevelMap: {
|
|
1746
|
+
max: string;
|
|
1747
|
+
};
|
|
1695
1748
|
input: ("image" | "text")[];
|
|
1696
1749
|
cost: {
|
|
1697
1750
|
input: number;
|
|
@@ -1709,6 +1762,10 @@ export declare const MODELS: {
|
|
|
1709
1762
|
provider: string;
|
|
1710
1763
|
baseUrl: string;
|
|
1711
1764
|
reasoning: true;
|
|
1765
|
+
thinkingLevelMap: {
|
|
1766
|
+
xhigh: string;
|
|
1767
|
+
max: string;
|
|
1768
|
+
};
|
|
1712
1769
|
input: ("image" | "text")[];
|
|
1713
1770
|
cost: {
|
|
1714
1771
|
input: number;
|
|
@@ -1972,6 +2029,7 @@ export declare const MODELS: {
|
|
|
1972
2029
|
thinkingLevelMap: {
|
|
1973
2030
|
off: null;
|
|
1974
2031
|
xhigh: string;
|
|
2032
|
+
max: string;
|
|
1975
2033
|
};
|
|
1976
2034
|
input: ("image" | "text")[];
|
|
1977
2035
|
cost: {
|
|
@@ -2096,7 +2154,7 @@ export declare const MODELS: {
|
|
|
2096
2154
|
};
|
|
2097
2155
|
reasoning: true;
|
|
2098
2156
|
thinkingLevelMap: {
|
|
2099
|
-
|
|
2157
|
+
max: string;
|
|
2100
2158
|
};
|
|
2101
2159
|
input: ("image" | "text")[];
|
|
2102
2160
|
cost: {
|
|
@@ -2121,6 +2179,7 @@ export declare const MODELS: {
|
|
|
2121
2179
|
reasoning: true;
|
|
2122
2180
|
thinkingLevelMap: {
|
|
2123
2181
|
xhigh: string;
|
|
2182
|
+
max: string;
|
|
2124
2183
|
};
|
|
2125
2184
|
input: ("image" | "text")[];
|
|
2126
2185
|
cost: {
|
|
@@ -2145,6 +2204,7 @@ export declare const MODELS: {
|
|
|
2145
2204
|
reasoning: true;
|
|
2146
2205
|
thinkingLevelMap: {
|
|
2147
2206
|
xhigh: string;
|
|
2207
|
+
max: string;
|
|
2148
2208
|
};
|
|
2149
2209
|
input: ("image" | "text")[];
|
|
2150
2210
|
cost: {
|
|
@@ -2200,6 +2260,9 @@ export declare const MODELS: {
|
|
|
2200
2260
|
forceAdaptiveThinking: true;
|
|
2201
2261
|
};
|
|
2202
2262
|
reasoning: true;
|
|
2263
|
+
thinkingLevelMap: {
|
|
2264
|
+
max: string;
|
|
2265
|
+
};
|
|
2203
2266
|
input: ("image" | "text")[];
|
|
2204
2267
|
cost: {
|
|
2205
2268
|
input: number;
|
|
@@ -2220,6 +2283,10 @@ export declare const MODELS: {
|
|
|
2220
2283
|
forceAdaptiveThinking: true;
|
|
2221
2284
|
};
|
|
2222
2285
|
reasoning: true;
|
|
2286
|
+
thinkingLevelMap: {
|
|
2287
|
+
xhigh: string;
|
|
2288
|
+
max: string;
|
|
2289
|
+
};
|
|
2223
2290
|
input: ("image" | "text")[];
|
|
2224
2291
|
cost: {
|
|
2225
2292
|
input: number;
|
|
@@ -2897,6 +2964,72 @@ export declare const MODELS: {
|
|
|
2897
2964
|
contextWindow: number;
|
|
2898
2965
|
maxTokens: number;
|
|
2899
2966
|
};
|
|
2967
|
+
readonly "gpt-5.6-luna": {
|
|
2968
|
+
id: string;
|
|
2969
|
+
name: string;
|
|
2970
|
+
api: "azure-openai-responses";
|
|
2971
|
+
provider: string;
|
|
2972
|
+
baseUrl: string;
|
|
2973
|
+
reasoning: true;
|
|
2974
|
+
thinkingLevelMap: {
|
|
2975
|
+
off: null;
|
|
2976
|
+
xhigh: string;
|
|
2977
|
+
max: string;
|
|
2978
|
+
};
|
|
2979
|
+
input: ("image" | "text")[];
|
|
2980
|
+
cost: {
|
|
2981
|
+
input: number;
|
|
2982
|
+
output: number;
|
|
2983
|
+
cacheRead: number;
|
|
2984
|
+
cacheWrite: number;
|
|
2985
|
+
};
|
|
2986
|
+
contextWindow: number;
|
|
2987
|
+
maxTokens: number;
|
|
2988
|
+
};
|
|
2989
|
+
readonly "gpt-5.6-sol": {
|
|
2990
|
+
id: string;
|
|
2991
|
+
name: string;
|
|
2992
|
+
api: "azure-openai-responses";
|
|
2993
|
+
provider: string;
|
|
2994
|
+
baseUrl: string;
|
|
2995
|
+
reasoning: true;
|
|
2996
|
+
thinkingLevelMap: {
|
|
2997
|
+
off: null;
|
|
2998
|
+
xhigh: string;
|
|
2999
|
+
max: string;
|
|
3000
|
+
};
|
|
3001
|
+
input: ("image" | "text")[];
|
|
3002
|
+
cost: {
|
|
3003
|
+
input: number;
|
|
3004
|
+
output: number;
|
|
3005
|
+
cacheRead: number;
|
|
3006
|
+
cacheWrite: number;
|
|
3007
|
+
};
|
|
3008
|
+
contextWindow: number;
|
|
3009
|
+
maxTokens: number;
|
|
3010
|
+
};
|
|
3011
|
+
readonly "gpt-5.6-terra": {
|
|
3012
|
+
id: string;
|
|
3013
|
+
name: string;
|
|
3014
|
+
api: "azure-openai-responses";
|
|
3015
|
+
provider: string;
|
|
3016
|
+
baseUrl: string;
|
|
3017
|
+
reasoning: true;
|
|
3018
|
+
thinkingLevelMap: {
|
|
3019
|
+
off: null;
|
|
3020
|
+
xhigh: string;
|
|
3021
|
+
max: string;
|
|
3022
|
+
};
|
|
3023
|
+
input: ("image" | "text")[];
|
|
3024
|
+
cost: {
|
|
3025
|
+
input: number;
|
|
3026
|
+
output: number;
|
|
3027
|
+
cacheRead: number;
|
|
3028
|
+
cacheWrite: number;
|
|
3029
|
+
};
|
|
3030
|
+
contextWindow: number;
|
|
3031
|
+
maxTokens: number;
|
|
3032
|
+
};
|
|
2900
3033
|
readonly o1: {
|
|
2901
3034
|
id: string;
|
|
2902
3035
|
name: string;
|
|
@@ -3234,6 +3367,7 @@ export declare const MODELS: {
|
|
|
3234
3367
|
thinkingLevelMap: {
|
|
3235
3368
|
off: null;
|
|
3236
3369
|
xhigh: string;
|
|
3370
|
+
max: string;
|
|
3237
3371
|
};
|
|
3238
3372
|
input: ("image" | "text")[];
|
|
3239
3373
|
cost: {
|
|
@@ -3337,7 +3471,7 @@ export declare const MODELS: {
|
|
|
3337
3471
|
};
|
|
3338
3472
|
reasoning: true;
|
|
3339
3473
|
thinkingLevelMap: {
|
|
3340
|
-
|
|
3474
|
+
max: string;
|
|
3341
3475
|
};
|
|
3342
3476
|
input: ("image" | "text")[];
|
|
3343
3477
|
cost: {
|
|
@@ -3363,6 +3497,7 @@ export declare const MODELS: {
|
|
|
3363
3497
|
reasoning: true;
|
|
3364
3498
|
thinkingLevelMap: {
|
|
3365
3499
|
xhigh: string;
|
|
3500
|
+
max: string;
|
|
3366
3501
|
};
|
|
3367
3502
|
input: ("image" | "text")[];
|
|
3368
3503
|
cost: {
|
|
@@ -3388,6 +3523,7 @@ export declare const MODELS: {
|
|
|
3388
3523
|
reasoning: true;
|
|
3389
3524
|
thinkingLevelMap: {
|
|
3390
3525
|
xhigh: string;
|
|
3526
|
+
max: string;
|
|
3391
3527
|
};
|
|
3392
3528
|
input: ("image" | "text")[];
|
|
3393
3529
|
cost: {
|
|
@@ -3450,6 +3586,9 @@ export declare const MODELS: {
|
|
|
3450
3586
|
forceAdaptiveThinking: true;
|
|
3451
3587
|
};
|
|
3452
3588
|
reasoning: true;
|
|
3589
|
+
thinkingLevelMap: {
|
|
3590
|
+
max: string;
|
|
3591
|
+
};
|
|
3453
3592
|
input: ("image" | "text")[];
|
|
3454
3593
|
cost: {
|
|
3455
3594
|
input: number;
|
|
@@ -3471,6 +3610,10 @@ export declare const MODELS: {
|
|
|
3471
3610
|
forceAdaptiveThinking: true;
|
|
3472
3611
|
};
|
|
3473
3612
|
reasoning: true;
|
|
3613
|
+
thinkingLevelMap: {
|
|
3614
|
+
xhigh: string;
|
|
3615
|
+
max: string;
|
|
3616
|
+
};
|
|
3474
3617
|
input: ("image" | "text")[];
|
|
3475
3618
|
cost: {
|
|
3476
3619
|
input: number;
|
|
@@ -4204,7 +4347,7 @@ export declare const MODELS: {
|
|
|
4204
4347
|
low: null;
|
|
4205
4348
|
medium: null;
|
|
4206
4349
|
high: string;
|
|
4207
|
-
|
|
4350
|
+
max: string;
|
|
4208
4351
|
};
|
|
4209
4352
|
input: "text"[];
|
|
4210
4353
|
cost: {
|
|
@@ -4234,7 +4377,7 @@ export declare const MODELS: {
|
|
|
4234
4377
|
low: null;
|
|
4235
4378
|
medium: null;
|
|
4236
4379
|
high: string;
|
|
4237
|
-
|
|
4380
|
+
max: string;
|
|
4238
4381
|
};
|
|
4239
4382
|
input: "text"[];
|
|
4240
4383
|
cost: {
|
|
@@ -4333,7 +4476,7 @@ export declare const MODELS: {
|
|
|
4333
4476
|
minimal: null;
|
|
4334
4477
|
low: string;
|
|
4335
4478
|
medium: string;
|
|
4336
|
-
|
|
4479
|
+
max: string;
|
|
4337
4480
|
};
|
|
4338
4481
|
input: "text"[];
|
|
4339
4482
|
cost: {
|
|
@@ -4545,7 +4688,7 @@ export declare const MODELS: {
|
|
|
4545
4688
|
minimal: null;
|
|
4546
4689
|
low: string;
|
|
4547
4690
|
medium: string;
|
|
4548
|
-
|
|
4691
|
+
max: string;
|
|
4549
4692
|
};
|
|
4550
4693
|
input: "text"[];
|
|
4551
4694
|
cost: {
|
|
@@ -4722,7 +4865,7 @@ export declare const MODELS: {
|
|
|
4722
4865
|
};
|
|
4723
4866
|
reasoning: true;
|
|
4724
4867
|
thinkingLevelMap: {
|
|
4725
|
-
|
|
4868
|
+
max: string;
|
|
4726
4869
|
};
|
|
4727
4870
|
input: ("image" | "text")[];
|
|
4728
4871
|
cost: {
|
|
@@ -4753,6 +4896,7 @@ export declare const MODELS: {
|
|
|
4753
4896
|
reasoning: true;
|
|
4754
4897
|
thinkingLevelMap: {
|
|
4755
4898
|
xhigh: string;
|
|
4899
|
+
max: string;
|
|
4756
4900
|
minimal: string;
|
|
4757
4901
|
};
|
|
4758
4902
|
input: ("image" | "text")[];
|
|
@@ -4784,6 +4928,7 @@ export declare const MODELS: {
|
|
|
4784
4928
|
reasoning: true;
|
|
4785
4929
|
thinkingLevelMap: {
|
|
4786
4930
|
xhigh: string;
|
|
4931
|
+
max: string;
|
|
4787
4932
|
minimal: string;
|
|
4788
4933
|
};
|
|
4789
4934
|
input: ("image" | "text")[];
|
|
@@ -4865,8 +5010,8 @@ export declare const MODELS: {
|
|
|
4865
5010
|
};
|
|
4866
5011
|
reasoning: true;
|
|
4867
5012
|
thinkingLevelMap: {
|
|
5013
|
+
max: string;
|
|
4868
5014
|
minimal: string;
|
|
4869
|
-
xhigh: string;
|
|
4870
5015
|
};
|
|
4871
5016
|
input: ("image" | "text")[];
|
|
4872
5017
|
cost: {
|
|
@@ -4894,6 +5039,10 @@ export declare const MODELS: {
|
|
|
4894
5039
|
forceAdaptiveThinking: true;
|
|
4895
5040
|
};
|
|
4896
5041
|
reasoning: true;
|
|
5042
|
+
thinkingLevelMap: {
|
|
5043
|
+
xhigh: string;
|
|
5044
|
+
max: string;
|
|
5045
|
+
};
|
|
4897
5046
|
input: ("image" | "text")[];
|
|
4898
5047
|
cost: {
|
|
4899
5048
|
input: number;
|
|
@@ -9224,6 +9373,13 @@ export declare const MODELS: {
|
|
|
9224
9373
|
output: number;
|
|
9225
9374
|
cacheRead: number;
|
|
9226
9375
|
cacheWrite: number;
|
|
9376
|
+
tiers: {
|
|
9377
|
+
inputTokensAbove: number;
|
|
9378
|
+
input: number;
|
|
9379
|
+
output: number;
|
|
9380
|
+
cacheRead: number;
|
|
9381
|
+
cacheWrite: number;
|
|
9382
|
+
}[];
|
|
9227
9383
|
};
|
|
9228
9384
|
contextWindow: number;
|
|
9229
9385
|
maxTokens: number;
|
|
@@ -9287,6 +9443,13 @@ export declare const MODELS: {
|
|
|
9287
9443
|
output: number;
|
|
9288
9444
|
cacheRead: number;
|
|
9289
9445
|
cacheWrite: number;
|
|
9446
|
+
tiers: {
|
|
9447
|
+
inputTokensAbove: number;
|
|
9448
|
+
input: number;
|
|
9449
|
+
output: number;
|
|
9450
|
+
cacheRead: number;
|
|
9451
|
+
cacheWrite: number;
|
|
9452
|
+
}[];
|
|
9290
9453
|
};
|
|
9291
9454
|
contextWindow: number;
|
|
9292
9455
|
maxTokens: number;
|
|
@@ -9309,6 +9472,13 @@ export declare const MODELS: {
|
|
|
9309
9472
|
output: number;
|
|
9310
9473
|
cacheRead: number;
|
|
9311
9474
|
cacheWrite: number;
|
|
9475
|
+
tiers: {
|
|
9476
|
+
inputTokensAbove: number;
|
|
9477
|
+
input: number;
|
|
9478
|
+
output: number;
|
|
9479
|
+
cacheRead: number;
|
|
9480
|
+
cacheWrite: number;
|
|
9481
|
+
}[];
|
|
9312
9482
|
};
|
|
9313
9483
|
contextWindow: number;
|
|
9314
9484
|
maxTokens: number;
|
|
@@ -9332,6 +9502,100 @@ export declare const MODELS: {
|
|
|
9332
9502
|
output: number;
|
|
9333
9503
|
cacheRead: number;
|
|
9334
9504
|
cacheWrite: number;
|
|
9505
|
+
tiers: {
|
|
9506
|
+
inputTokensAbove: number;
|
|
9507
|
+
input: number;
|
|
9508
|
+
output: number;
|
|
9509
|
+
cacheRead: number;
|
|
9510
|
+
cacheWrite: number;
|
|
9511
|
+
}[];
|
|
9512
|
+
};
|
|
9513
|
+
contextWindow: number;
|
|
9514
|
+
maxTokens: number;
|
|
9515
|
+
};
|
|
9516
|
+
readonly "gpt-5.6-luna": {
|
|
9517
|
+
id: string;
|
|
9518
|
+
name: string;
|
|
9519
|
+
api: "openai-responses";
|
|
9520
|
+
provider: string;
|
|
9521
|
+
baseUrl: string;
|
|
9522
|
+
reasoning: true;
|
|
9523
|
+
thinkingLevelMap: {
|
|
9524
|
+
off: string;
|
|
9525
|
+
xhigh: string;
|
|
9526
|
+
max: string;
|
|
9527
|
+
};
|
|
9528
|
+
input: ("image" | "text")[];
|
|
9529
|
+
cost: {
|
|
9530
|
+
input: number;
|
|
9531
|
+
output: number;
|
|
9532
|
+
cacheRead: number;
|
|
9533
|
+
cacheWrite: number;
|
|
9534
|
+
tiers: {
|
|
9535
|
+
inputTokensAbove: number;
|
|
9536
|
+
input: number;
|
|
9537
|
+
output: number;
|
|
9538
|
+
cacheRead: number;
|
|
9539
|
+
cacheWrite: number;
|
|
9540
|
+
}[];
|
|
9541
|
+
};
|
|
9542
|
+
contextWindow: number;
|
|
9543
|
+
maxTokens: number;
|
|
9544
|
+
};
|
|
9545
|
+
readonly "gpt-5.6-sol": {
|
|
9546
|
+
id: string;
|
|
9547
|
+
name: string;
|
|
9548
|
+
api: "openai-responses";
|
|
9549
|
+
provider: string;
|
|
9550
|
+
baseUrl: string;
|
|
9551
|
+
reasoning: true;
|
|
9552
|
+
thinkingLevelMap: {
|
|
9553
|
+
off: string;
|
|
9554
|
+
xhigh: string;
|
|
9555
|
+
max: string;
|
|
9556
|
+
};
|
|
9557
|
+
input: ("image" | "text")[];
|
|
9558
|
+
cost: {
|
|
9559
|
+
input: number;
|
|
9560
|
+
output: number;
|
|
9561
|
+
cacheRead: number;
|
|
9562
|
+
cacheWrite: number;
|
|
9563
|
+
tiers: {
|
|
9564
|
+
inputTokensAbove: number;
|
|
9565
|
+
input: number;
|
|
9566
|
+
output: number;
|
|
9567
|
+
cacheRead: number;
|
|
9568
|
+
cacheWrite: number;
|
|
9569
|
+
}[];
|
|
9570
|
+
};
|
|
9571
|
+
contextWindow: number;
|
|
9572
|
+
maxTokens: number;
|
|
9573
|
+
};
|
|
9574
|
+
readonly "gpt-5.6-terra": {
|
|
9575
|
+
id: string;
|
|
9576
|
+
name: string;
|
|
9577
|
+
api: "openai-responses";
|
|
9578
|
+
provider: string;
|
|
9579
|
+
baseUrl: string;
|
|
9580
|
+
reasoning: true;
|
|
9581
|
+
thinkingLevelMap: {
|
|
9582
|
+
off: string;
|
|
9583
|
+
xhigh: string;
|
|
9584
|
+
max: string;
|
|
9585
|
+
};
|
|
9586
|
+
input: ("image" | "text")[];
|
|
9587
|
+
cost: {
|
|
9588
|
+
input: number;
|
|
9589
|
+
output: number;
|
|
9590
|
+
cacheRead: number;
|
|
9591
|
+
cacheWrite: number;
|
|
9592
|
+
tiers: {
|
|
9593
|
+
inputTokensAbove: number;
|
|
9594
|
+
input: number;
|
|
9595
|
+
output: number;
|
|
9596
|
+
cacheRead: number;
|
|
9597
|
+
cacheWrite: number;
|
|
9598
|
+
}[];
|
|
9335
9599
|
};
|
|
9336
9600
|
contextWindow: number;
|
|
9337
9601
|
maxTokens: number;
|
|
@@ -9512,6 +9776,13 @@ export declare const MODELS: {
|
|
|
9512
9776
|
output: number;
|
|
9513
9777
|
cacheRead: number;
|
|
9514
9778
|
cacheWrite: number;
|
|
9779
|
+
tiers: {
|
|
9780
|
+
inputTokensAbove: number;
|
|
9781
|
+
input: number;
|
|
9782
|
+
output: number;
|
|
9783
|
+
cacheRead: number;
|
|
9784
|
+
cacheWrite: number;
|
|
9785
|
+
}[];
|
|
9515
9786
|
};
|
|
9516
9787
|
contextWindow: number;
|
|
9517
9788
|
maxTokens: number;
|
|
@@ -9554,6 +9825,100 @@ export declare const MODELS: {
|
|
|
9554
9825
|
output: number;
|
|
9555
9826
|
cacheRead: number;
|
|
9556
9827
|
cacheWrite: number;
|
|
9828
|
+
tiers: {
|
|
9829
|
+
inputTokensAbove: number;
|
|
9830
|
+
input: number;
|
|
9831
|
+
output: number;
|
|
9832
|
+
cacheRead: number;
|
|
9833
|
+
cacheWrite: number;
|
|
9834
|
+
}[];
|
|
9835
|
+
};
|
|
9836
|
+
contextWindow: number;
|
|
9837
|
+
maxTokens: number;
|
|
9838
|
+
};
|
|
9839
|
+
readonly "gpt-5.6-luna": {
|
|
9840
|
+
id: string;
|
|
9841
|
+
name: string;
|
|
9842
|
+
api: "openai-codex-responses";
|
|
9843
|
+
provider: string;
|
|
9844
|
+
baseUrl: string;
|
|
9845
|
+
reasoning: true;
|
|
9846
|
+
thinkingLevelMap: {
|
|
9847
|
+
xhigh: string;
|
|
9848
|
+
max: string;
|
|
9849
|
+
minimal: string;
|
|
9850
|
+
};
|
|
9851
|
+
input: ("image" | "text")[];
|
|
9852
|
+
cost: {
|
|
9853
|
+
input: number;
|
|
9854
|
+
output: number;
|
|
9855
|
+
cacheRead: number;
|
|
9856
|
+
cacheWrite: number;
|
|
9857
|
+
tiers: {
|
|
9858
|
+
inputTokensAbove: number;
|
|
9859
|
+
input: number;
|
|
9860
|
+
output: number;
|
|
9861
|
+
cacheRead: number;
|
|
9862
|
+
cacheWrite: number;
|
|
9863
|
+
}[];
|
|
9864
|
+
};
|
|
9865
|
+
contextWindow: number;
|
|
9866
|
+
maxTokens: number;
|
|
9867
|
+
};
|
|
9868
|
+
readonly "gpt-5.6-sol": {
|
|
9869
|
+
id: string;
|
|
9870
|
+
name: string;
|
|
9871
|
+
api: "openai-codex-responses";
|
|
9872
|
+
provider: string;
|
|
9873
|
+
baseUrl: string;
|
|
9874
|
+
reasoning: true;
|
|
9875
|
+
thinkingLevelMap: {
|
|
9876
|
+
xhigh: string;
|
|
9877
|
+
max: string;
|
|
9878
|
+
minimal: string;
|
|
9879
|
+
};
|
|
9880
|
+
input: ("image" | "text")[];
|
|
9881
|
+
cost: {
|
|
9882
|
+
input: number;
|
|
9883
|
+
output: number;
|
|
9884
|
+
cacheRead: number;
|
|
9885
|
+
cacheWrite: number;
|
|
9886
|
+
tiers: {
|
|
9887
|
+
inputTokensAbove: number;
|
|
9888
|
+
input: number;
|
|
9889
|
+
output: number;
|
|
9890
|
+
cacheRead: number;
|
|
9891
|
+
cacheWrite: number;
|
|
9892
|
+
}[];
|
|
9893
|
+
};
|
|
9894
|
+
contextWindow: number;
|
|
9895
|
+
maxTokens: number;
|
|
9896
|
+
};
|
|
9897
|
+
readonly "gpt-5.6-terra": {
|
|
9898
|
+
id: string;
|
|
9899
|
+
name: string;
|
|
9900
|
+
api: "openai-codex-responses";
|
|
9901
|
+
provider: string;
|
|
9902
|
+
baseUrl: string;
|
|
9903
|
+
reasoning: true;
|
|
9904
|
+
thinkingLevelMap: {
|
|
9905
|
+
xhigh: string;
|
|
9906
|
+
max: string;
|
|
9907
|
+
minimal: string;
|
|
9908
|
+
};
|
|
9909
|
+
input: ("image" | "text")[];
|
|
9910
|
+
cost: {
|
|
9911
|
+
input: number;
|
|
9912
|
+
output: number;
|
|
9913
|
+
cacheRead: number;
|
|
9914
|
+
cacheWrite: number;
|
|
9915
|
+
tiers: {
|
|
9916
|
+
inputTokensAbove: number;
|
|
9917
|
+
input: number;
|
|
9918
|
+
output: number;
|
|
9919
|
+
cacheRead: number;
|
|
9920
|
+
cacheWrite: number;
|
|
9921
|
+
}[];
|
|
9557
9922
|
};
|
|
9558
9923
|
contextWindow: number;
|
|
9559
9924
|
maxTokens: number;
|
|
@@ -9595,6 +9960,7 @@ export declare const MODELS: {
|
|
|
9595
9960
|
thinkingLevelMap: {
|
|
9596
9961
|
off: null;
|
|
9597
9962
|
xhigh: string;
|
|
9963
|
+
max: string;
|
|
9598
9964
|
};
|
|
9599
9965
|
input: ("image" | "text")[];
|
|
9600
9966
|
cost: {
|
|
@@ -9668,7 +10034,7 @@ export declare const MODELS: {
|
|
|
9668
10034
|
};
|
|
9669
10035
|
reasoning: true;
|
|
9670
10036
|
thinkingLevelMap: {
|
|
9671
|
-
|
|
10037
|
+
max: string;
|
|
9672
10038
|
};
|
|
9673
10039
|
input: ("image" | "text")[];
|
|
9674
10040
|
cost: {
|
|
@@ -9693,6 +10059,7 @@ export declare const MODELS: {
|
|
|
9693
10059
|
reasoning: true;
|
|
9694
10060
|
thinkingLevelMap: {
|
|
9695
10061
|
xhigh: string;
|
|
10062
|
+
max: string;
|
|
9696
10063
|
};
|
|
9697
10064
|
input: ("image" | "text")[];
|
|
9698
10065
|
cost: {
|
|
@@ -9717,6 +10084,7 @@ export declare const MODELS: {
|
|
|
9717
10084
|
reasoning: true;
|
|
9718
10085
|
thinkingLevelMap: {
|
|
9719
10086
|
xhigh: string;
|
|
10087
|
+
max: string;
|
|
9720
10088
|
};
|
|
9721
10089
|
input: ("image" | "text")[];
|
|
9722
10090
|
cost: {
|
|
@@ -9772,6 +10140,9 @@ export declare const MODELS: {
|
|
|
9772
10140
|
forceAdaptiveThinking: true;
|
|
9773
10141
|
};
|
|
9774
10142
|
reasoning: true;
|
|
10143
|
+
thinkingLevelMap: {
|
|
10144
|
+
max: string;
|
|
10145
|
+
};
|
|
9775
10146
|
input: ("image" | "text")[];
|
|
9776
10147
|
cost: {
|
|
9777
10148
|
input: number;
|
|
@@ -9792,6 +10163,10 @@ export declare const MODELS: {
|
|
|
9792
10163
|
forceAdaptiveThinking: true;
|
|
9793
10164
|
};
|
|
9794
10165
|
reasoning: true;
|
|
10166
|
+
thinkingLevelMap: {
|
|
10167
|
+
xhigh: string;
|
|
10168
|
+
max: string;
|
|
10169
|
+
};
|
|
9795
10170
|
input: ("image" | "text")[];
|
|
9796
10171
|
cost: {
|
|
9797
10172
|
input: number;
|
|
@@ -9821,7 +10196,7 @@ export declare const MODELS: {
|
|
|
9821
10196
|
low: null;
|
|
9822
10197
|
medium: null;
|
|
9823
10198
|
high: string;
|
|
9824
|
-
|
|
10199
|
+
max: string;
|
|
9825
10200
|
};
|
|
9826
10201
|
input: "text"[];
|
|
9827
10202
|
cost: {
|
|
@@ -9851,7 +10226,7 @@ export declare const MODELS: {
|
|
|
9851
10226
|
low: null;
|
|
9852
10227
|
medium: null;
|
|
9853
10228
|
high: string;
|
|
9854
|
-
|
|
10229
|
+
max: string;
|
|
9855
10230
|
};
|
|
9856
10231
|
input: "text"[];
|
|
9857
10232
|
cost: {
|
|
@@ -9882,7 +10257,7 @@ export declare const MODELS: {
|
|
|
9882
10257
|
low: null;
|
|
9883
10258
|
medium: null;
|
|
9884
10259
|
high: string;
|
|
9885
|
-
|
|
10260
|
+
max: string;
|
|
9886
10261
|
};
|
|
9887
10262
|
input: "text"[];
|
|
9888
10263
|
cost: {
|
|
@@ -10687,7 +11062,7 @@ export declare const MODELS: {
|
|
|
10687
11062
|
low: null;
|
|
10688
11063
|
medium: null;
|
|
10689
11064
|
high: string;
|
|
10690
|
-
|
|
11065
|
+
max: string;
|
|
10691
11066
|
};
|
|
10692
11067
|
input: "text"[];
|
|
10693
11068
|
cost: {
|
|
@@ -10718,7 +11093,7 @@ export declare const MODELS: {
|
|
|
10718
11093
|
low: null;
|
|
10719
11094
|
medium: null;
|
|
10720
11095
|
high: string;
|
|
10721
|
-
|
|
11096
|
+
max: string;
|
|
10722
11097
|
};
|
|
10723
11098
|
input: "text"[];
|
|
10724
11099
|
cost: {
|
|
@@ -10770,7 +11145,7 @@ export declare const MODELS: {
|
|
|
10770
11145
|
low: null;
|
|
10771
11146
|
medium: null;
|
|
10772
11147
|
high: string;
|
|
10773
|
-
|
|
11148
|
+
max: string;
|
|
10774
11149
|
};
|
|
10775
11150
|
input: "text"[];
|
|
10776
11151
|
cost: {
|
|
@@ -11303,7 +11678,7 @@ export declare const MODELS: {
|
|
|
11303
11678
|
};
|
|
11304
11679
|
reasoning: true;
|
|
11305
11680
|
thinkingLevelMap: {
|
|
11306
|
-
|
|
11681
|
+
max: string;
|
|
11307
11682
|
};
|
|
11308
11683
|
input: ("image" | "text")[];
|
|
11309
11684
|
cost: {
|
|
@@ -11328,6 +11703,7 @@ export declare const MODELS: {
|
|
|
11328
11703
|
reasoning: true;
|
|
11329
11704
|
thinkingLevelMap: {
|
|
11330
11705
|
xhigh: string;
|
|
11706
|
+
max: string;
|
|
11331
11707
|
};
|
|
11332
11708
|
input: ("image" | "text")[];
|
|
11333
11709
|
cost: {
|
|
@@ -11352,6 +11728,7 @@ export declare const MODELS: {
|
|
|
11352
11728
|
reasoning: true;
|
|
11353
11729
|
thinkingLevelMap: {
|
|
11354
11730
|
xhigh: string;
|
|
11731
|
+
max: string;
|
|
11355
11732
|
};
|
|
11356
11733
|
input: ("image" | "text")[];
|
|
11357
11734
|
cost: {
|
|
@@ -11376,6 +11753,7 @@ export declare const MODELS: {
|
|
|
11376
11753
|
reasoning: true;
|
|
11377
11754
|
thinkingLevelMap: {
|
|
11378
11755
|
xhigh: string;
|
|
11756
|
+
max: string;
|
|
11379
11757
|
};
|
|
11380
11758
|
input: ("image" | "text")[];
|
|
11381
11759
|
cost: {
|
|
@@ -11400,6 +11778,7 @@ export declare const MODELS: {
|
|
|
11400
11778
|
reasoning: true;
|
|
11401
11779
|
thinkingLevelMap: {
|
|
11402
11780
|
xhigh: string;
|
|
11781
|
+
max: string;
|
|
11403
11782
|
};
|
|
11404
11783
|
input: ("image" | "text")[];
|
|
11405
11784
|
cost: {
|
|
@@ -11464,6 +11843,9 @@ export declare const MODELS: {
|
|
|
11464
11843
|
cacheControlFormat: "anthropic";
|
|
11465
11844
|
};
|
|
11466
11845
|
reasoning: true;
|
|
11846
|
+
thinkingLevelMap: {
|
|
11847
|
+
max: string;
|
|
11848
|
+
};
|
|
11467
11849
|
input: ("image" | "text")[];
|
|
11468
11850
|
cost: {
|
|
11469
11851
|
input: number;
|
|
@@ -11485,6 +11867,10 @@ export declare const MODELS: {
|
|
|
11485
11867
|
cacheControlFormat: "anthropic";
|
|
11486
11868
|
};
|
|
11487
11869
|
reasoning: true;
|
|
11870
|
+
thinkingLevelMap: {
|
|
11871
|
+
xhigh: string;
|
|
11872
|
+
max: string;
|
|
11873
|
+
};
|
|
11488
11874
|
input: ("image" | "text")[];
|
|
11489
11875
|
cost: {
|
|
11490
11876
|
input: number;
|
|
@@ -11911,6 +12297,7 @@ export declare const MODELS: {
|
|
|
11911
12297
|
low: null;
|
|
11912
12298
|
medium: null;
|
|
11913
12299
|
high: string;
|
|
12300
|
+
max: null;
|
|
11914
12301
|
xhigh: string;
|
|
11915
12302
|
};
|
|
11916
12303
|
input: "text"[];
|
|
@@ -11940,6 +12327,7 @@ export declare const MODELS: {
|
|
|
11940
12327
|
low: null;
|
|
11941
12328
|
medium: null;
|
|
11942
12329
|
high: string;
|
|
12330
|
+
max: null;
|
|
11943
12331
|
xhigh: string;
|
|
11944
12332
|
};
|
|
11945
12333
|
input: "text"[];
|
|
@@ -11994,28 +12382,7 @@ export declare const MODELS: {
|
|
|
11994
12382
|
contextWindow: number;
|
|
11995
12383
|
maxTokens: number;
|
|
11996
12384
|
};
|
|
11997
|
-
readonly "google/gemini-2.5-
|
|
11998
|
-
id: string;
|
|
11999
|
-
name: string;
|
|
12000
|
-
api: "openai-completions";
|
|
12001
|
-
provider: string;
|
|
12002
|
-
baseUrl: string;
|
|
12003
|
-
compat: {
|
|
12004
|
-
supportsDeveloperRole: false;
|
|
12005
|
-
thinkingFormat: "openrouter";
|
|
12006
|
-
};
|
|
12007
|
-
reasoning: true;
|
|
12008
|
-
input: ("image" | "text")[];
|
|
12009
|
-
cost: {
|
|
12010
|
-
input: number;
|
|
12011
|
-
output: number;
|
|
12012
|
-
cacheRead: number;
|
|
12013
|
-
cacheWrite: number;
|
|
12014
|
-
};
|
|
12015
|
-
contextWindow: number;
|
|
12016
|
-
maxTokens: number;
|
|
12017
|
-
};
|
|
12018
|
-
readonly "google/gemini-2.5-pro": {
|
|
12385
|
+
readonly "google/gemini-2.5-pro": {
|
|
12019
12386
|
id: string;
|
|
12020
12387
|
name: string;
|
|
12021
12388
|
api: "openai-completions";
|
|
@@ -14268,7 +14635,7 @@ export declare const MODELS: {
|
|
|
14268
14635
|
contextWindow: number;
|
|
14269
14636
|
maxTokens: number;
|
|
14270
14637
|
};
|
|
14271
|
-
readonly "openai/gpt-
|
|
14638
|
+
readonly "openai/gpt-5.6-luna": {
|
|
14272
14639
|
id: string;
|
|
14273
14640
|
name: string;
|
|
14274
14641
|
api: "openai-completions";
|
|
@@ -14277,8 +14644,12 @@ export declare const MODELS: {
|
|
|
14277
14644
|
compat: {
|
|
14278
14645
|
thinkingFormat: "openrouter";
|
|
14279
14646
|
};
|
|
14280
|
-
reasoning:
|
|
14281
|
-
|
|
14647
|
+
reasoning: true;
|
|
14648
|
+
thinkingLevelMap: {
|
|
14649
|
+
xhigh: string;
|
|
14650
|
+
max: string;
|
|
14651
|
+
};
|
|
14652
|
+
input: ("image" | "text")[];
|
|
14282
14653
|
cost: {
|
|
14283
14654
|
input: number;
|
|
14284
14655
|
output: number;
|
|
@@ -14288,7 +14659,7 @@ export declare const MODELS: {
|
|
|
14288
14659
|
contextWindow: number;
|
|
14289
14660
|
maxTokens: number;
|
|
14290
14661
|
};
|
|
14291
|
-
readonly "openai/gpt-
|
|
14662
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
14292
14663
|
id: string;
|
|
14293
14664
|
name: string;
|
|
14294
14665
|
api: "openai-completions";
|
|
@@ -14297,8 +14668,12 @@ export declare const MODELS: {
|
|
|
14297
14668
|
compat: {
|
|
14298
14669
|
thinkingFormat: "openrouter";
|
|
14299
14670
|
};
|
|
14300
|
-
reasoning:
|
|
14301
|
-
|
|
14671
|
+
reasoning: true;
|
|
14672
|
+
thinkingLevelMap: {
|
|
14673
|
+
xhigh: string;
|
|
14674
|
+
max: string;
|
|
14675
|
+
};
|
|
14676
|
+
input: ("image" | "text")[];
|
|
14302
14677
|
cost: {
|
|
14303
14678
|
input: number;
|
|
14304
14679
|
output: number;
|
|
@@ -14308,7 +14683,7 @@ export declare const MODELS: {
|
|
|
14308
14683
|
contextWindow: number;
|
|
14309
14684
|
maxTokens: number;
|
|
14310
14685
|
};
|
|
14311
|
-
readonly "openai/gpt-
|
|
14686
|
+
readonly "openai/gpt-5.6-sol": {
|
|
14312
14687
|
id: string;
|
|
14313
14688
|
name: string;
|
|
14314
14689
|
api: "openai-completions";
|
|
@@ -14317,7 +14692,11 @@ export declare const MODELS: {
|
|
|
14317
14692
|
compat: {
|
|
14318
14693
|
thinkingFormat: "openrouter";
|
|
14319
14694
|
};
|
|
14320
|
-
reasoning:
|
|
14695
|
+
reasoning: true;
|
|
14696
|
+
thinkingLevelMap: {
|
|
14697
|
+
xhigh: string;
|
|
14698
|
+
max: string;
|
|
14699
|
+
};
|
|
14321
14700
|
input: ("image" | "text")[];
|
|
14322
14701
|
cost: {
|
|
14323
14702
|
input: number;
|
|
@@ -14328,7 +14707,7 @@ export declare const MODELS: {
|
|
|
14328
14707
|
contextWindow: number;
|
|
14329
14708
|
maxTokens: number;
|
|
14330
14709
|
};
|
|
14331
|
-
readonly "openai/gpt-
|
|
14710
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
14332
14711
|
id: string;
|
|
14333
14712
|
name: string;
|
|
14334
14713
|
api: "openai-completions";
|
|
@@ -14338,7 +14717,11 @@ export declare const MODELS: {
|
|
|
14338
14717
|
thinkingFormat: "openrouter";
|
|
14339
14718
|
};
|
|
14340
14719
|
reasoning: true;
|
|
14341
|
-
|
|
14720
|
+
thinkingLevelMap: {
|
|
14721
|
+
xhigh: string;
|
|
14722
|
+
max: string;
|
|
14723
|
+
};
|
|
14724
|
+
input: ("image" | "text")[];
|
|
14342
14725
|
cost: {
|
|
14343
14726
|
input: number;
|
|
14344
14727
|
output: number;
|
|
@@ -14348,7 +14731,7 @@ export declare const MODELS: {
|
|
|
14348
14731
|
contextWindow: number;
|
|
14349
14732
|
maxTokens: number;
|
|
14350
14733
|
};
|
|
14351
|
-
readonly "openai/gpt-
|
|
14734
|
+
readonly "openai/gpt-5.6-terra": {
|
|
14352
14735
|
id: string;
|
|
14353
14736
|
name: string;
|
|
14354
14737
|
api: "openai-completions";
|
|
@@ -14358,7 +14741,11 @@ export declare const MODELS: {
|
|
|
14358
14741
|
thinkingFormat: "openrouter";
|
|
14359
14742
|
};
|
|
14360
14743
|
reasoning: true;
|
|
14361
|
-
|
|
14744
|
+
thinkingLevelMap: {
|
|
14745
|
+
xhigh: string;
|
|
14746
|
+
max: string;
|
|
14747
|
+
};
|
|
14748
|
+
input: ("image" | "text")[];
|
|
14362
14749
|
cost: {
|
|
14363
14750
|
input: number;
|
|
14364
14751
|
output: number;
|
|
@@ -14368,7 +14755,7 @@ export declare const MODELS: {
|
|
|
14368
14755
|
contextWindow: number;
|
|
14369
14756
|
maxTokens: number;
|
|
14370
14757
|
};
|
|
14371
|
-
readonly "openai/gpt-
|
|
14758
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
14372
14759
|
id: string;
|
|
14373
14760
|
name: string;
|
|
14374
14761
|
api: "openai-completions";
|
|
@@ -14378,6 +14765,30 @@ export declare const MODELS: {
|
|
|
14378
14765
|
thinkingFormat: "openrouter";
|
|
14379
14766
|
};
|
|
14380
14767
|
reasoning: true;
|
|
14768
|
+
thinkingLevelMap: {
|
|
14769
|
+
xhigh: string;
|
|
14770
|
+
max: string;
|
|
14771
|
+
};
|
|
14772
|
+
input: ("image" | "text")[];
|
|
14773
|
+
cost: {
|
|
14774
|
+
input: number;
|
|
14775
|
+
output: number;
|
|
14776
|
+
cacheRead: number;
|
|
14777
|
+
cacheWrite: number;
|
|
14778
|
+
};
|
|
14779
|
+
contextWindow: number;
|
|
14780
|
+
maxTokens: number;
|
|
14781
|
+
};
|
|
14782
|
+
readonly "openai/gpt-audio": {
|
|
14783
|
+
id: string;
|
|
14784
|
+
name: string;
|
|
14785
|
+
api: "openai-completions";
|
|
14786
|
+
provider: string;
|
|
14787
|
+
baseUrl: string;
|
|
14788
|
+
compat: {
|
|
14789
|
+
thinkingFormat: "openrouter";
|
|
14790
|
+
};
|
|
14791
|
+
reasoning: false;
|
|
14381
14792
|
input: "text"[];
|
|
14382
14793
|
cost: {
|
|
14383
14794
|
input: number;
|
|
@@ -14388,7 +14799,7 @@ export declare const MODELS: {
|
|
|
14388
14799
|
contextWindow: number;
|
|
14389
14800
|
maxTokens: number;
|
|
14390
14801
|
};
|
|
14391
|
-
readonly "openai/gpt-
|
|
14802
|
+
readonly "openai/gpt-audio-mini": {
|
|
14392
14803
|
id: string;
|
|
14393
14804
|
name: string;
|
|
14394
14805
|
api: "openai-completions";
|
|
@@ -14397,7 +14808,7 @@ export declare const MODELS: {
|
|
|
14397
14808
|
compat: {
|
|
14398
14809
|
thinkingFormat: "openrouter";
|
|
14399
14810
|
};
|
|
14400
|
-
reasoning:
|
|
14811
|
+
reasoning: false;
|
|
14401
14812
|
input: "text"[];
|
|
14402
14813
|
cost: {
|
|
14403
14814
|
input: number;
|
|
@@ -14408,7 +14819,27 @@ export declare const MODELS: {
|
|
|
14408
14819
|
contextWindow: number;
|
|
14409
14820
|
maxTokens: number;
|
|
14410
14821
|
};
|
|
14411
|
-
readonly "openai/gpt-
|
|
14822
|
+
readonly "openai/gpt-chat-latest": {
|
|
14823
|
+
id: string;
|
|
14824
|
+
name: string;
|
|
14825
|
+
api: "openai-completions";
|
|
14826
|
+
provider: string;
|
|
14827
|
+
baseUrl: string;
|
|
14828
|
+
compat: {
|
|
14829
|
+
thinkingFormat: "openrouter";
|
|
14830
|
+
};
|
|
14831
|
+
reasoning: false;
|
|
14832
|
+
input: ("image" | "text")[];
|
|
14833
|
+
cost: {
|
|
14834
|
+
input: number;
|
|
14835
|
+
output: number;
|
|
14836
|
+
cacheRead: number;
|
|
14837
|
+
cacheWrite: number;
|
|
14838
|
+
};
|
|
14839
|
+
contextWindow: number;
|
|
14840
|
+
maxTokens: number;
|
|
14841
|
+
};
|
|
14842
|
+
readonly "openai/gpt-oss-120b": {
|
|
14412
14843
|
id: string;
|
|
14413
14844
|
name: string;
|
|
14414
14845
|
api: "openai-completions";
|
|
@@ -14428,7 +14859,7 @@ export declare const MODELS: {
|
|
|
14428
14859
|
contextWindow: number;
|
|
14429
14860
|
maxTokens: number;
|
|
14430
14861
|
};
|
|
14431
|
-
readonly "openai/
|
|
14862
|
+
readonly "openai/gpt-oss-120b:free": {
|
|
14432
14863
|
id: string;
|
|
14433
14864
|
name: string;
|
|
14434
14865
|
api: "openai-completions";
|
|
@@ -14438,7 +14869,7 @@ export declare const MODELS: {
|
|
|
14438
14869
|
thinkingFormat: "openrouter";
|
|
14439
14870
|
};
|
|
14440
14871
|
reasoning: true;
|
|
14441
|
-
input:
|
|
14872
|
+
input: "text"[];
|
|
14442
14873
|
cost: {
|
|
14443
14874
|
input: number;
|
|
14444
14875
|
output: number;
|
|
@@ -14448,7 +14879,7 @@ export declare const MODELS: {
|
|
|
14448
14879
|
contextWindow: number;
|
|
14449
14880
|
maxTokens: number;
|
|
14450
14881
|
};
|
|
14451
|
-
readonly "openai/
|
|
14882
|
+
readonly "openai/gpt-oss-20b": {
|
|
14452
14883
|
id: string;
|
|
14453
14884
|
name: string;
|
|
14454
14885
|
api: "openai-completions";
|
|
@@ -14458,7 +14889,7 @@ export declare const MODELS: {
|
|
|
14458
14889
|
thinkingFormat: "openrouter";
|
|
14459
14890
|
};
|
|
14460
14891
|
reasoning: true;
|
|
14461
|
-
input:
|
|
14892
|
+
input: "text"[];
|
|
14462
14893
|
cost: {
|
|
14463
14894
|
input: number;
|
|
14464
14895
|
output: number;
|
|
@@ -14468,7 +14899,7 @@ export declare const MODELS: {
|
|
|
14468
14899
|
contextWindow: number;
|
|
14469
14900
|
maxTokens: number;
|
|
14470
14901
|
};
|
|
14471
|
-
readonly "openai/
|
|
14902
|
+
readonly "openai/gpt-oss-20b:free": {
|
|
14472
14903
|
id: string;
|
|
14473
14904
|
name: string;
|
|
14474
14905
|
api: "openai-completions";
|
|
@@ -14478,7 +14909,7 @@ export declare const MODELS: {
|
|
|
14478
14909
|
thinkingFormat: "openrouter";
|
|
14479
14910
|
};
|
|
14480
14911
|
reasoning: true;
|
|
14481
|
-
input:
|
|
14912
|
+
input: "text"[];
|
|
14482
14913
|
cost: {
|
|
14483
14914
|
input: number;
|
|
14484
14915
|
output: number;
|
|
@@ -14488,7 +14919,7 @@ export declare const MODELS: {
|
|
|
14488
14919
|
contextWindow: number;
|
|
14489
14920
|
maxTokens: number;
|
|
14490
14921
|
};
|
|
14491
|
-
readonly "openai/
|
|
14922
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
14492
14923
|
id: string;
|
|
14493
14924
|
name: string;
|
|
14494
14925
|
api: "openai-completions";
|
|
@@ -14508,7 +14939,7 @@ export declare const MODELS: {
|
|
|
14508
14939
|
contextWindow: number;
|
|
14509
14940
|
maxTokens: number;
|
|
14510
14941
|
};
|
|
14511
|
-
readonly "openai/
|
|
14942
|
+
readonly "openai/o1": {
|
|
14512
14943
|
id: string;
|
|
14513
14944
|
name: string;
|
|
14514
14945
|
api: "openai-completions";
|
|
@@ -14518,7 +14949,7 @@ export declare const MODELS: {
|
|
|
14518
14949
|
thinkingFormat: "openrouter";
|
|
14519
14950
|
};
|
|
14520
14951
|
reasoning: true;
|
|
14521
|
-
input: "text"[];
|
|
14952
|
+
input: ("image" | "text")[];
|
|
14522
14953
|
cost: {
|
|
14523
14954
|
input: number;
|
|
14524
14955
|
output: number;
|
|
@@ -14528,7 +14959,7 @@ export declare const MODELS: {
|
|
|
14528
14959
|
contextWindow: number;
|
|
14529
14960
|
maxTokens: number;
|
|
14530
14961
|
};
|
|
14531
|
-
readonly "openai/o3
|
|
14962
|
+
readonly "openai/o3": {
|
|
14532
14963
|
id: string;
|
|
14533
14964
|
name: string;
|
|
14534
14965
|
api: "openai-completions";
|
|
@@ -14548,7 +14979,7 @@ export declare const MODELS: {
|
|
|
14548
14979
|
contextWindow: number;
|
|
14549
14980
|
maxTokens: number;
|
|
14550
14981
|
};
|
|
14551
|
-
readonly "openai/
|
|
14982
|
+
readonly "openai/o3-deep-research": {
|
|
14552
14983
|
id: string;
|
|
14553
14984
|
name: string;
|
|
14554
14985
|
api: "openai-completions";
|
|
@@ -14568,7 +14999,47 @@ export declare const MODELS: {
|
|
|
14568
14999
|
contextWindow: number;
|
|
14569
15000
|
maxTokens: number;
|
|
14570
15001
|
};
|
|
14571
|
-
readonly "openai/
|
|
15002
|
+
readonly "openai/o3-mini": {
|
|
15003
|
+
id: string;
|
|
15004
|
+
name: string;
|
|
15005
|
+
api: "openai-completions";
|
|
15006
|
+
provider: string;
|
|
15007
|
+
baseUrl: string;
|
|
15008
|
+
compat: {
|
|
15009
|
+
thinkingFormat: "openrouter";
|
|
15010
|
+
};
|
|
15011
|
+
reasoning: true;
|
|
15012
|
+
input: "text"[];
|
|
15013
|
+
cost: {
|
|
15014
|
+
input: number;
|
|
15015
|
+
output: number;
|
|
15016
|
+
cacheRead: number;
|
|
15017
|
+
cacheWrite: number;
|
|
15018
|
+
};
|
|
15019
|
+
contextWindow: number;
|
|
15020
|
+
maxTokens: number;
|
|
15021
|
+
};
|
|
15022
|
+
readonly "openai/o3-mini-high": {
|
|
15023
|
+
id: string;
|
|
15024
|
+
name: string;
|
|
15025
|
+
api: "openai-completions";
|
|
15026
|
+
provider: string;
|
|
15027
|
+
baseUrl: string;
|
|
15028
|
+
compat: {
|
|
15029
|
+
thinkingFormat: "openrouter";
|
|
15030
|
+
};
|
|
15031
|
+
reasoning: true;
|
|
15032
|
+
input: "text"[];
|
|
15033
|
+
cost: {
|
|
15034
|
+
input: number;
|
|
15035
|
+
output: number;
|
|
15036
|
+
cacheRead: number;
|
|
15037
|
+
cacheWrite: number;
|
|
15038
|
+
};
|
|
15039
|
+
contextWindow: number;
|
|
15040
|
+
maxTokens: number;
|
|
15041
|
+
};
|
|
15042
|
+
readonly "openai/o3-pro": {
|
|
14572
15043
|
id: string;
|
|
14573
15044
|
name: string;
|
|
14574
15045
|
api: "openai-completions";
|
|
@@ -14588,7 +15059,7 @@ export declare const MODELS: {
|
|
|
14588
15059
|
contextWindow: number;
|
|
14589
15060
|
maxTokens: number;
|
|
14590
15061
|
};
|
|
14591
|
-
readonly "openai/o4-mini
|
|
15062
|
+
readonly "openai/o4-mini": {
|
|
14592
15063
|
id: string;
|
|
14593
15064
|
name: string;
|
|
14594
15065
|
api: "openai-completions";
|
|
@@ -14608,14 +15079,13 @@ export declare const MODELS: {
|
|
|
14608
15079
|
contextWindow: number;
|
|
14609
15080
|
maxTokens: number;
|
|
14610
15081
|
};
|
|
14611
|
-
readonly "
|
|
15082
|
+
readonly "openai/o4-mini-deep-research": {
|
|
14612
15083
|
id: string;
|
|
14613
15084
|
name: string;
|
|
14614
15085
|
api: "openai-completions";
|
|
14615
15086
|
provider: string;
|
|
14616
15087
|
baseUrl: string;
|
|
14617
15088
|
compat: {
|
|
14618
|
-
supportsDeveloperRole: false;
|
|
14619
15089
|
thinkingFormat: "openrouter";
|
|
14620
15090
|
};
|
|
14621
15091
|
reasoning: true;
|
|
@@ -14629,14 +15099,13 @@ export declare const MODELS: {
|
|
|
14629
15099
|
contextWindow: number;
|
|
14630
15100
|
maxTokens: number;
|
|
14631
15101
|
};
|
|
14632
|
-
readonly "
|
|
15102
|
+
readonly "openai/o4-mini-high": {
|
|
14633
15103
|
id: string;
|
|
14634
15104
|
name: string;
|
|
14635
15105
|
api: "openai-completions";
|
|
14636
15106
|
provider: string;
|
|
14637
15107
|
baseUrl: string;
|
|
14638
15108
|
compat: {
|
|
14639
|
-
supportsDeveloperRole: false;
|
|
14640
15109
|
thinkingFormat: "openrouter";
|
|
14641
15110
|
};
|
|
14642
15111
|
reasoning: true;
|
|
@@ -14650,7 +15119,7 @@ export declare const MODELS: {
|
|
|
14650
15119
|
contextWindow: number;
|
|
14651
15120
|
maxTokens: number;
|
|
14652
15121
|
};
|
|
14653
|
-
readonly "openrouter/
|
|
15122
|
+
readonly "openrouter/auto": {
|
|
14654
15123
|
id: string;
|
|
14655
15124
|
name: string;
|
|
14656
15125
|
api: "openai-completions";
|
|
@@ -14661,7 +15130,7 @@ export declare const MODELS: {
|
|
|
14661
15130
|
thinkingFormat: "openrouter";
|
|
14662
15131
|
};
|
|
14663
15132
|
reasoning: true;
|
|
14664
|
-
input: "text"[];
|
|
15133
|
+
input: ("image" | "text")[];
|
|
14665
15134
|
cost: {
|
|
14666
15135
|
input: number;
|
|
14667
15136
|
output: number;
|
|
@@ -14671,7 +15140,7 @@ export declare const MODELS: {
|
|
|
14671
15140
|
contextWindow: number;
|
|
14672
15141
|
maxTokens: number;
|
|
14673
15142
|
};
|
|
14674
|
-
readonly "
|
|
15143
|
+
readonly "openrouter/free": {
|
|
14675
15144
|
id: string;
|
|
14676
15145
|
name: string;
|
|
14677
15146
|
api: "openai-completions";
|
|
@@ -14682,7 +15151,7 @@ export declare const MODELS: {
|
|
|
14682
15151
|
thinkingFormat: "openrouter";
|
|
14683
15152
|
};
|
|
14684
15153
|
reasoning: true;
|
|
14685
|
-
input: "text"[];
|
|
15154
|
+
input: ("image" | "text")[];
|
|
14686
15155
|
cost: {
|
|
14687
15156
|
input: number;
|
|
14688
15157
|
output: number;
|
|
@@ -14692,7 +15161,7 @@ export declare const MODELS: {
|
|
|
14692
15161
|
contextWindow: number;
|
|
14693
15162
|
maxTokens: number;
|
|
14694
15163
|
};
|
|
14695
|
-
readonly "
|
|
15164
|
+
readonly "openrouter/fusion": {
|
|
14696
15165
|
id: string;
|
|
14697
15166
|
name: string;
|
|
14698
15167
|
api: "openai-completions";
|
|
@@ -14713,7 +15182,7 @@ export declare const MODELS: {
|
|
|
14713
15182
|
contextWindow: number;
|
|
14714
15183
|
maxTokens: number;
|
|
14715
15184
|
};
|
|
14716
|
-
readonly "poolside/laguna-
|
|
15185
|
+
readonly "poolside/laguna-m.1": {
|
|
14717
15186
|
id: string;
|
|
14718
15187
|
name: string;
|
|
14719
15188
|
api: "openai-completions";
|
|
@@ -14734,7 +15203,7 @@ export declare const MODELS: {
|
|
|
14734
15203
|
contextWindow: number;
|
|
14735
15204
|
maxTokens: number;
|
|
14736
15205
|
};
|
|
14737
|
-
readonly "poolside/laguna-
|
|
15206
|
+
readonly "poolside/laguna-m.1:free": {
|
|
14738
15207
|
id: string;
|
|
14739
15208
|
name: string;
|
|
14740
15209
|
api: "openai-completions";
|
|
@@ -14755,7 +15224,7 @@ export declare const MODELS: {
|
|
|
14755
15224
|
contextWindow: number;
|
|
14756
15225
|
maxTokens: number;
|
|
14757
15226
|
};
|
|
14758
|
-
readonly "poolside/laguna-xs.
|
|
15227
|
+
readonly "poolside/laguna-xs-2.1": {
|
|
14759
15228
|
id: string;
|
|
14760
15229
|
name: string;
|
|
14761
15230
|
api: "openai-completions";
|
|
@@ -14776,7 +15245,7 @@ export declare const MODELS: {
|
|
|
14776
15245
|
contextWindow: number;
|
|
14777
15246
|
maxTokens: number;
|
|
14778
15247
|
};
|
|
14779
|
-
readonly "poolside/laguna-xs.
|
|
15248
|
+
readonly "poolside/laguna-xs-2.1:free": {
|
|
14780
15249
|
id: string;
|
|
14781
15250
|
name: string;
|
|
14782
15251
|
api: "openai-completions";
|
|
@@ -17728,6 +18197,7 @@ export declare const MODELS: {
|
|
|
17728
18197
|
thinkingLevelMap: {
|
|
17729
18198
|
off: null;
|
|
17730
18199
|
xhigh: string;
|
|
18200
|
+
max: string;
|
|
17731
18201
|
};
|
|
17732
18202
|
input: ("image" | "text")[];
|
|
17733
18203
|
cost: {
|
|
@@ -17818,7 +18288,7 @@ export declare const MODELS: {
|
|
|
17818
18288
|
};
|
|
17819
18289
|
reasoning: true;
|
|
17820
18290
|
thinkingLevelMap: {
|
|
17821
|
-
|
|
18291
|
+
max: string;
|
|
17822
18292
|
};
|
|
17823
18293
|
input: ("image" | "text")[];
|
|
17824
18294
|
cost: {
|
|
@@ -17843,6 +18313,7 @@ export declare const MODELS: {
|
|
|
17843
18313
|
reasoning: true;
|
|
17844
18314
|
thinkingLevelMap: {
|
|
17845
18315
|
xhigh: string;
|
|
18316
|
+
max: string;
|
|
17846
18317
|
};
|
|
17847
18318
|
input: ("image" | "text")[];
|
|
17848
18319
|
cost: {
|
|
@@ -17867,6 +18338,7 @@ export declare const MODELS: {
|
|
|
17867
18338
|
reasoning: true;
|
|
17868
18339
|
thinkingLevelMap: {
|
|
17869
18340
|
xhigh: string;
|
|
18341
|
+
max: string;
|
|
17870
18342
|
};
|
|
17871
18343
|
input: ("image" | "text")[];
|
|
17872
18344
|
cost: {
|
|
@@ -17922,6 +18394,9 @@ export declare const MODELS: {
|
|
|
17922
18394
|
forceAdaptiveThinking: true;
|
|
17923
18395
|
};
|
|
17924
18396
|
reasoning: true;
|
|
18397
|
+
thinkingLevelMap: {
|
|
18398
|
+
max: string;
|
|
18399
|
+
};
|
|
17925
18400
|
input: ("image" | "text")[];
|
|
17926
18401
|
cost: {
|
|
17927
18402
|
input: number;
|
|
@@ -17942,6 +18417,10 @@ export declare const MODELS: {
|
|
|
17942
18417
|
forceAdaptiveThinking: true;
|
|
17943
18418
|
};
|
|
17944
18419
|
reasoning: true;
|
|
18420
|
+
thinkingLevelMap: {
|
|
18421
|
+
xhigh: string;
|
|
18422
|
+
max: string;
|
|
18423
|
+
};
|
|
17945
18424
|
input: ("image" | "text")[];
|
|
17946
18425
|
cost: {
|
|
17947
18426
|
input: number;
|
|
@@ -18615,6 +19094,23 @@ export declare const MODELS: {
|
|
|
18615
19094
|
contextWindow: number;
|
|
18616
19095
|
maxTokens: number;
|
|
18617
19096
|
};
|
|
19097
|
+
readonly "meta/muse-spark-1.1": {
|
|
19098
|
+
id: string;
|
|
19099
|
+
name: string;
|
|
19100
|
+
api: "anthropic-messages";
|
|
19101
|
+
provider: string;
|
|
19102
|
+
baseUrl: string;
|
|
19103
|
+
reasoning: true;
|
|
19104
|
+
input: ("image" | "text")[];
|
|
19105
|
+
cost: {
|
|
19106
|
+
input: number;
|
|
19107
|
+
output: number;
|
|
19108
|
+
cacheRead: number;
|
|
19109
|
+
cacheWrite: number;
|
|
19110
|
+
};
|
|
19111
|
+
contextWindow: number;
|
|
19112
|
+
maxTokens: number;
|
|
19113
|
+
};
|
|
18618
19114
|
readonly "minimax/minimax-m2": {
|
|
18619
19115
|
id: string;
|
|
18620
19116
|
name: string;
|
|
@@ -19759,6 +20255,66 @@ export declare const MODELS: {
|
|
|
19759
20255
|
contextWindow: number;
|
|
19760
20256
|
maxTokens: number;
|
|
19761
20257
|
};
|
|
20258
|
+
readonly "openai/gpt-5.6-luna": {
|
|
20259
|
+
id: string;
|
|
20260
|
+
name: string;
|
|
20261
|
+
api: "anthropic-messages";
|
|
20262
|
+
provider: string;
|
|
20263
|
+
baseUrl: string;
|
|
20264
|
+
reasoning: true;
|
|
20265
|
+
thinkingLevelMap: {
|
|
20266
|
+
xhigh: string;
|
|
20267
|
+
};
|
|
20268
|
+
input: ("image" | "text")[];
|
|
20269
|
+
cost: {
|
|
20270
|
+
input: number;
|
|
20271
|
+
output: number;
|
|
20272
|
+
cacheRead: number;
|
|
20273
|
+
cacheWrite: number;
|
|
20274
|
+
};
|
|
20275
|
+
contextWindow: number;
|
|
20276
|
+
maxTokens: number;
|
|
20277
|
+
};
|
|
20278
|
+
readonly "openai/gpt-5.6-sol": {
|
|
20279
|
+
id: string;
|
|
20280
|
+
name: string;
|
|
20281
|
+
api: "anthropic-messages";
|
|
20282
|
+
provider: string;
|
|
20283
|
+
baseUrl: string;
|
|
20284
|
+
reasoning: true;
|
|
20285
|
+
thinkingLevelMap: {
|
|
20286
|
+
xhigh: string;
|
|
20287
|
+
};
|
|
20288
|
+
input: ("image" | "text")[];
|
|
20289
|
+
cost: {
|
|
20290
|
+
input: number;
|
|
20291
|
+
output: number;
|
|
20292
|
+
cacheRead: number;
|
|
20293
|
+
cacheWrite: number;
|
|
20294
|
+
};
|
|
20295
|
+
contextWindow: number;
|
|
20296
|
+
maxTokens: number;
|
|
20297
|
+
};
|
|
20298
|
+
readonly "openai/gpt-5.6-terra": {
|
|
20299
|
+
id: string;
|
|
20300
|
+
name: string;
|
|
20301
|
+
api: "anthropic-messages";
|
|
20302
|
+
provider: string;
|
|
20303
|
+
baseUrl: string;
|
|
20304
|
+
reasoning: true;
|
|
20305
|
+
thinkingLevelMap: {
|
|
20306
|
+
xhigh: string;
|
|
20307
|
+
};
|
|
20308
|
+
input: ("image" | "text")[];
|
|
20309
|
+
cost: {
|
|
20310
|
+
input: number;
|
|
20311
|
+
output: number;
|
|
20312
|
+
cacheRead: number;
|
|
20313
|
+
cacheWrite: number;
|
|
20314
|
+
};
|
|
20315
|
+
contextWindow: number;
|
|
20316
|
+
maxTokens: number;
|
|
20317
|
+
};
|
|
19762
20318
|
readonly "openai/gpt-oss-120b": {
|
|
19763
20319
|
id: string;
|
|
19764
20320
|
name: string;
|
|
@@ -20787,28 +21343,6 @@ export declare const MODELS: {
|
|
|
20787
21343
|
};
|
|
20788
21344
|
};
|
|
20789
21345
|
readonly "xiaomi-token-plan-ams": {
|
|
20790
|
-
readonly "mimo-v2-omni": {
|
|
20791
|
-
id: string;
|
|
20792
|
-
name: string;
|
|
20793
|
-
api: "openai-completions";
|
|
20794
|
-
provider: string;
|
|
20795
|
-
baseUrl: string;
|
|
20796
|
-
compat: {
|
|
20797
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
20798
|
-
thinkingFormat: "deepseek";
|
|
20799
|
-
supportsDisabledThinking: false;
|
|
20800
|
-
};
|
|
20801
|
-
reasoning: true;
|
|
20802
|
-
input: ("image" | "text")[];
|
|
20803
|
-
cost: {
|
|
20804
|
-
input: number;
|
|
20805
|
-
output: number;
|
|
20806
|
-
cacheRead: number;
|
|
20807
|
-
cacheWrite: number;
|
|
20808
|
-
};
|
|
20809
|
-
contextWindow: number;
|
|
20810
|
-
maxTokens: number;
|
|
20811
|
-
};
|
|
20812
21346
|
readonly "mimo-v2-pro": {
|
|
20813
21347
|
id: string;
|
|
20814
21348
|
name: string;
|
|
@@ -20875,52 +21409,8 @@ export declare const MODELS: {
|
|
|
20875
21409
|
contextWindow: number;
|
|
20876
21410
|
maxTokens: number;
|
|
20877
21411
|
};
|
|
20878
|
-
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
20879
|
-
id: string;
|
|
20880
|
-
name: string;
|
|
20881
|
-
api: "openai-completions";
|
|
20882
|
-
provider: string;
|
|
20883
|
-
baseUrl: string;
|
|
20884
|
-
compat: {
|
|
20885
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
20886
|
-
thinkingFormat: "deepseek";
|
|
20887
|
-
supportsDisabledThinking: false;
|
|
20888
|
-
};
|
|
20889
|
-
reasoning: true;
|
|
20890
|
-
input: "text"[];
|
|
20891
|
-
cost: {
|
|
20892
|
-
input: number;
|
|
20893
|
-
output: number;
|
|
20894
|
-
cacheRead: number;
|
|
20895
|
-
cacheWrite: number;
|
|
20896
|
-
};
|
|
20897
|
-
contextWindow: number;
|
|
20898
|
-
maxTokens: number;
|
|
20899
|
-
};
|
|
20900
21412
|
};
|
|
20901
21413
|
readonly "xiaomi-token-plan-cn": {
|
|
20902
|
-
readonly "mimo-v2-omni": {
|
|
20903
|
-
id: string;
|
|
20904
|
-
name: string;
|
|
20905
|
-
api: "openai-completions";
|
|
20906
|
-
provider: string;
|
|
20907
|
-
baseUrl: string;
|
|
20908
|
-
compat: {
|
|
20909
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
20910
|
-
thinkingFormat: "deepseek";
|
|
20911
|
-
supportsDisabledThinking: false;
|
|
20912
|
-
};
|
|
20913
|
-
reasoning: true;
|
|
20914
|
-
input: ("image" | "text")[];
|
|
20915
|
-
cost: {
|
|
20916
|
-
input: number;
|
|
20917
|
-
output: number;
|
|
20918
|
-
cacheRead: number;
|
|
20919
|
-
cacheWrite: number;
|
|
20920
|
-
};
|
|
20921
|
-
contextWindow: number;
|
|
20922
|
-
maxTokens: number;
|
|
20923
|
-
};
|
|
20924
21414
|
readonly "mimo-v2-pro": {
|
|
20925
21415
|
id: string;
|
|
20926
21416
|
name: string;
|
|
@@ -20987,52 +21477,8 @@ export declare const MODELS: {
|
|
|
20987
21477
|
contextWindow: number;
|
|
20988
21478
|
maxTokens: number;
|
|
20989
21479
|
};
|
|
20990
|
-
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
20991
|
-
id: string;
|
|
20992
|
-
name: string;
|
|
20993
|
-
api: "openai-completions";
|
|
20994
|
-
provider: string;
|
|
20995
|
-
baseUrl: string;
|
|
20996
|
-
compat: {
|
|
20997
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
20998
|
-
thinkingFormat: "deepseek";
|
|
20999
|
-
supportsDisabledThinking: false;
|
|
21000
|
-
};
|
|
21001
|
-
reasoning: true;
|
|
21002
|
-
input: "text"[];
|
|
21003
|
-
cost: {
|
|
21004
|
-
input: number;
|
|
21005
|
-
output: number;
|
|
21006
|
-
cacheRead: number;
|
|
21007
|
-
cacheWrite: number;
|
|
21008
|
-
};
|
|
21009
|
-
contextWindow: number;
|
|
21010
|
-
maxTokens: number;
|
|
21011
|
-
};
|
|
21012
21480
|
};
|
|
21013
21481
|
readonly "xiaomi-token-plan-sgp": {
|
|
21014
|
-
readonly "mimo-v2-omni": {
|
|
21015
|
-
id: string;
|
|
21016
|
-
name: string;
|
|
21017
|
-
api: "openai-completions";
|
|
21018
|
-
provider: string;
|
|
21019
|
-
baseUrl: string;
|
|
21020
|
-
compat: {
|
|
21021
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
21022
|
-
thinkingFormat: "deepseek";
|
|
21023
|
-
supportsDisabledThinking: false;
|
|
21024
|
-
};
|
|
21025
|
-
reasoning: true;
|
|
21026
|
-
input: ("image" | "text")[];
|
|
21027
|
-
cost: {
|
|
21028
|
-
input: number;
|
|
21029
|
-
output: number;
|
|
21030
|
-
cacheRead: number;
|
|
21031
|
-
cacheWrite: number;
|
|
21032
|
-
};
|
|
21033
|
-
contextWindow: number;
|
|
21034
|
-
maxTokens: number;
|
|
21035
|
-
};
|
|
21036
21482
|
readonly "mimo-v2-pro": {
|
|
21037
21483
|
id: string;
|
|
21038
21484
|
name: string;
|
|
@@ -21099,28 +21545,6 @@ export declare const MODELS: {
|
|
|
21099
21545
|
contextWindow: number;
|
|
21100
21546
|
maxTokens: number;
|
|
21101
21547
|
};
|
|
21102
|
-
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
21103
|
-
id: string;
|
|
21104
|
-
name: string;
|
|
21105
|
-
api: "openai-completions";
|
|
21106
|
-
provider: string;
|
|
21107
|
-
baseUrl: string;
|
|
21108
|
-
compat: {
|
|
21109
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
21110
|
-
thinkingFormat: "deepseek";
|
|
21111
|
-
supportsDisabledThinking: false;
|
|
21112
|
-
};
|
|
21113
|
-
reasoning: true;
|
|
21114
|
-
input: "text"[];
|
|
21115
|
-
cost: {
|
|
21116
|
-
input: number;
|
|
21117
|
-
output: number;
|
|
21118
|
-
cacheRead: number;
|
|
21119
|
-
cacheWrite: number;
|
|
21120
|
-
};
|
|
21121
|
-
contextWindow: number;
|
|
21122
|
-
maxTokens: number;
|
|
21123
|
-
};
|
|
21124
21548
|
};
|
|
21125
21549
|
readonly zai: {
|
|
21126
21550
|
readonly "glm-4.5-air": {
|
|
@@ -21237,7 +21661,7 @@ export declare const MODELS: {
|
|
|
21237
21661
|
low: string;
|
|
21238
21662
|
medium: string;
|
|
21239
21663
|
high: string;
|
|
21240
|
-
|
|
21664
|
+
max: string;
|
|
21241
21665
|
};
|
|
21242
21666
|
input: "text"[];
|
|
21243
21667
|
cost: {
|
|
@@ -21389,7 +21813,7 @@ export declare const MODELS: {
|
|
|
21389
21813
|
low: string;
|
|
21390
21814
|
medium: string;
|
|
21391
21815
|
high: string;
|
|
21392
|
-
|
|
21816
|
+
max: string;
|
|
21393
21817
|
};
|
|
21394
21818
|
input: "text"[];
|
|
21395
21819
|
cost: {
|