@code-yeongyu/senpi 2026.7.23 → 2026.7.24
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 -6
- package/README.md +14 -1
- package/dist/cli/args.d.ts +2 -0
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +6 -0
- package/dist/cli/args.js.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-runtime.d.ts +15 -1
- package/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.js +12 -2
- package/dist/core/agent-session-runtime.js.map +1 -1
- package/dist/core/agent-session.d.ts +102 -4
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +1295 -320
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/compaction/branch-summarization.d.ts +7 -1
- package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
- package/dist/core/compaction/branch-summarization.js +8 -12
- package/dist/core/compaction/branch-summarization.js.map +1 -1
- package/dist/core/compaction/compaction.d.ts +22 -4
- package/dist/core/compaction/compaction.d.ts.map +1 -1
- package/dist/core/compaction/compaction.js +114 -51
- package/dist/core/compaction/compaction.js.map +1 -1
- package/dist/core/compaction/lifecycle.d.ts +69 -0
- package/dist/core/compaction/lifecycle.d.ts.map +1 -0
- package/dist/core/compaction/lifecycle.js +104 -0
- package/dist/core/compaction/lifecycle.js.map +1 -0
- package/dist/core/compaction/utils.d.ts +12 -1
- package/dist/core/compaction/utils.d.ts.map +1 -1
- package/dist/core/compaction/utils.js +22 -17
- package/dist/core/compaction/utils.js.map +1 -1
- package/dist/core/event-bus.d.ts.map +1 -1
- package/dist/core/event-bus.js +11 -1
- package/dist/core/event-bus.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/index.d.ts +2 -1
- package/dist/core/extensions/builtin/compaction/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/index.js +42 -30
- package/dist/core/extensions/builtin/compaction/index.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote-model.d.ts +9 -2
- package/dist/core/extensions/builtin/compaction/openai-remote-model.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote-model.js +78 -28
- package/dist/core/extensions/builtin/compaction/openai-remote-model.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote-schema.d.ts +3 -1
- package/dist/core/extensions/builtin/compaction/openai-remote-schema.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote-schema.js +19 -1
- package/dist/core/extensions/builtin/compaction/openai-remote-schema.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote.d.ts +20 -6
- package/dist/core/extensions/builtin/compaction/openai-remote.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote.js +207 -22
- package/dist/core/extensions/builtin/compaction/openai-remote.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/speculative.d.ts +4 -2
- package/dist/core/extensions/builtin/compaction/speculative.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/speculative.js +25 -13
- package/dist/core/extensions/builtin/compaction/speculative.js.map +1 -1
- package/dist/core/extensions/builtin/config-reload/index.d.ts +7 -0
- package/dist/core/extensions/builtin/config-reload/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/config-reload/index.js +49 -17
- package/dist/core/extensions/builtin/config-reload/index.js.map +1 -1
- package/dist/core/extensions/builtin/hooks/index.js +1 -1
- package/dist/core/extensions/builtin/hooks/index.js.map +1 -1
- package/dist/core/extensions/builtin/hooks/lifecycle-adapter.d.ts +3 -1
- package/dist/core/extensions/builtin/hooks/lifecycle-adapter.d.ts.map +1 -1
- package/dist/core/extensions/builtin/hooks/lifecycle-adapter.js +2 -1
- package/dist/core/extensions/builtin/hooks/lifecycle-adapter.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/commands-auth-dispatch.d.ts +2 -1
- package/dist/core/extensions/builtin/mcp/auth/commands-auth-dispatch.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/commands-auth-dispatch.js +5 -3
- package/dist/core/extensions/builtin/mcp/auth/commands-auth-dispatch.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/commands-auth.d.ts +5 -0
- package/dist/core/extensions/builtin/mcp/auth/commands-auth.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/commands-auth.js +8 -3
- package/dist/core/extensions/builtin/mcp/auth/commands-auth.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/catalog.d.ts +3 -1
- package/dist/core/extensions/builtin/mcp/catalog.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/catalog.js +2 -0
- package/dist/core/extensions/builtin/mcp/catalog.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/commands.d.ts +1 -1
- package/dist/core/extensions/builtin/mcp/commands.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/commands.js +34 -39
- package/dist/core/extensions/builtin/mcp/commands.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/connection-types.d.ts +2 -0
- package/dist/core/extensions/builtin/mcp/connection-types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/connection-types.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/connection.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/connection.js +3 -0
- package/dist/core/extensions/builtin/mcp/connection.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/elicitation.d.ts +7 -3
- package/dist/core/extensions/builtin/mcp/elicitation.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/elicitation.js +5 -5
- package/dist/core/extensions/builtin/mcp/elicitation.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/expose/register.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/expose/register.js +1 -0
- package/dist/core/extensions/builtin/mcp/expose/register.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/expose/session.d.ts +2 -0
- package/dist/core/extensions/builtin/mcp/expose/session.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/expose/session.js +3 -0
- package/dist/core/extensions/builtin/mcp/expose/session.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/guard/output-guard.d.ts +9 -1
- package/dist/core/extensions/builtin/mcp/guard/output-guard.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/guard/output-guard.js +18 -6
- package/dist/core/extensions/builtin/mcp/guard/output-guard.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/index.d.ts +4 -2
- package/dist/core/extensions/builtin/mcp/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/index.js +150 -127
- package/dist/core/extensions/builtin/mcp/index.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/instructions.d.ts +1 -1
- package/dist/core/extensions/builtin/mcp/instructions.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/instructions.js +6 -6
- package/dist/core/extensions/builtin/mcp/instructions.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/prompts.d.ts +2 -0
- package/dist/core/extensions/builtin/mcp/prompts.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/prompts.js +9 -3
- package/dist/core/extensions/builtin/mcp/prompts.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/resources.d.ts +2 -0
- package/dist/core/extensions/builtin/mcp/resources.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/resources.js +1 -0
- package/dist/core/extensions/builtin/mcp/resources.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/service-register.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/service-register.js +1 -0
- package/dist/core/extensions/builtin/mcp/service-register.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/service-types.d.ts +2 -0
- package/dist/core/extensions/builtin/mcp/service-types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/service-types.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/service.d.ts +12 -1
- package/dist/core/extensions/builtin/mcp/service.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/service.js +44 -2
- package/dist/core/extensions/builtin/mcp/service.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/transport.d.ts +2 -0
- package/dist/core/extensions/builtin/mcp/transport.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/transport.js +7 -7
- package/dist/core/extensions/builtin/mcp/transport.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-fable-5.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-fable-5.js +86 -7
- package/dist/core/extensions/builtin/prompt-preset/claude-fable-5.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-5.d.ts +3 -0
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-5.d.ts.map +1 -0
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-5.js +102 -0
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-5.js.map +1 -0
- package/dist/core/extensions/builtin/prompt-preset/kimi-k3.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/kimi-k3.js +96 -6
- package/dist/core/extensions/builtin/prompt-preset/kimi-k3.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/presets.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/presets.js +9 -0
- package/dist/core/extensions/builtin/prompt-preset/presets.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.d.ts +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.js +1 -0
- package/dist/core/extensions/builtin/prompt-preset/settings.js.map +1 -1
- package/dist/core/extensions/builtin/terminal/extension.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/extension.js +1 -0
- package/dist/core/extensions/builtin/terminal/extension.js.map +1 -1
- package/dist/core/extensions/builtin/terminal/tools/bash.d.ts +15 -3
- package/dist/core/extensions/builtin/terminal/tools/bash.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/tools/bash.js +30 -6
- package/dist/core/extensions/builtin/terminal/tools/bash.js.map +1 -1
- package/dist/core/extensions/builtin/terminal/tools/context.d.ts +5 -0
- package/dist/core/extensions/builtin/terminal/tools/context.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/tools/context.js.map +1 -1
- package/dist/core/extensions/runner.d.ts +14 -7
- package/dist/core/extensions/runner.d.ts.map +1 -1
- package/dist/core/extensions/runner.js +64 -37
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/types.d.ts +30 -3
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/http-dispatcher.d.ts.map +1 -1
- package/dist/core/http-dispatcher.js +16 -0
- package/dist/core/http-dispatcher.js.map +1 -1
- package/dist/core/messages.d.ts +1 -1
- package/dist/core/messages.d.ts.map +1 -1
- package/dist/core/messages.js +10 -8
- package/dist/core/messages.js.map +1 -1
- package/dist/core/model-registry.d.ts +1 -0
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +3 -2
- 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 +9 -0
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/model-runtime.d.ts +4 -2
- package/dist/core/model-runtime.d.ts.map +1 -1
- package/dist/core/model-runtime.js +34 -18
- package/dist/core/model-runtime.js.map +1 -1
- package/dist/core/remote-catalog-provider.d.ts +1 -1
- package/dist/core/remote-catalog-provider.d.ts.map +1 -1
- package/dist/core/remote-catalog-provider.js +21 -7
- package/dist/core/remote-catalog-provider.js.map +1 -1
- package/dist/core/resolve-config-value.d.ts.map +1 -1
- package/dist/core/resolve-config-value.js +12 -8
- package/dist/core/resolve-config-value.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 +8 -3
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/session-manager.d.ts +22 -3
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +155 -58
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/settings-manager.d.ts +1 -1
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/system-prompt.js +1 -1
- package/dist/core/system-prompt.js.map +1 -1
- package/dist/core/tools/bash.d.ts +2 -0
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +34 -5
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/tool-definition-wrapper.d.ts.map +1 -1
- package/dist/core/tools/tool-definition-wrapper.js +3 -1
- package/dist/core/tools/tool-definition-wrapper.js.map +1 -1
- package/dist/core/usage-totals.d.ts +19 -0
- package/dist/core/usage-totals.d.ts.map +1 -0
- package/dist/core/usage-totals.js +52 -0
- package/dist/core/usage-totals.js.map +1 -0
- package/dist/extensions/llama/client.d.ts.map +1 -1
- package/dist/extensions/llama/client.js +3 -1
- package/dist/extensions/llama/client.js.map +1 -1
- package/dist/extensions/llama/index.js +3 -3
- package/dist/extensions/llama/index.js.map +1 -1
- package/dist/extensions/llama/provider.d.ts.map +1 -1
- package/dist/extensions/llama/provider.js +1 -2
- package/dist/extensions/llama/provider.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +37 -5
- package/dist/main.js.map +1 -1
- package/dist/modes/app-server/daemon/occupancy.d.ts +22 -0
- package/dist/modes/app-server/daemon/occupancy.d.ts.map +1 -0
- package/dist/modes/app-server/daemon/occupancy.js +67 -0
- package/dist/modes/app-server/daemon/occupancy.js.map +1 -0
- package/dist/modes/app-server/daemon/probe.d.ts +3 -3
- package/dist/modes/app-server/daemon/probe.d.ts.map +1 -1
- package/dist/modes/app-server/daemon/probe.js +33 -10
- package/dist/modes/app-server/daemon/probe.js.map +1 -1
- package/dist/modes/app-server/daemon.d.ts.map +1 -1
- package/dist/modes/app-server/daemon.js +58 -18
- package/dist/modes/app-server/daemon.js.map +1 -1
- package/dist/modes/interactive/components/compaction-summary-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/compaction-summary-message.js +8 -1
- package/dist/modes/interactive/components/compaction-summary-message.js.map +1 -1
- package/dist/modes/interactive/components/extension-editor.d.ts +1 -2
- package/dist/modes/interactive/components/extension-editor.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-editor.js +16 -46
- package/dist/modes/interactive/components/extension-editor.js.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.js.map +1 -1
- package/dist/modes/interactive/components/status-indicator.d.ts +4 -0
- package/dist/modes/interactive/components/status-indicator.d.ts.map +1 -1
- package/dist/modes/interactive/components/status-indicator.js +13 -0
- package/dist/modes/interactive/components/status-indicator.js.map +1 -1
- package/dist/modes/interactive/external-editor.d.ts +12 -0
- package/dist/modes/interactive/external-editor.d.ts.map +1 -0
- package/dist/modes/interactive/external-editor.js +37 -0
- package/dist/modes/interactive/external-editor.js.map +1 -0
- package/dist/modes/interactive/interactive-mode.d.ts +3 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +96 -78
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/rpc/connection-handler.d.ts +6 -0
- package/dist/modes/rpc/connection-handler.d.ts.map +1 -1
- package/dist/modes/rpc/connection-handler.js +34 -9
- package/dist/modes/rpc/connection-handler.js.map +1 -1
- package/dist/modes/rpc/multi-session-host.d.ts +15 -0
- package/dist/modes/rpc/multi-session-host.d.ts.map +1 -0
- package/dist/modes/rpc/multi-session-host.js +60 -0
- package/dist/modes/rpc/multi-session-host.js.map +1 -0
- package/dist/modes/rpc/neo-runtime-options.d.ts.map +1 -1
- package/dist/modes/rpc/neo-runtime-options.js +1 -0
- package/dist/modes/rpc/neo-runtime-options.js.map +1 -1
- package/dist/modes/rpc/rpc-client.d.ts +4 -0
- package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client.js +7 -0
- package/dist/modes/rpc/rpc-client.js.map +1 -1
- package/dist/modes/rpc/rpc-mode.d.ts +49 -0
- package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-mode.js +49 -0
- package/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/dist/modes/rpc/rpc-types.d.ts +85 -1
- package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-types.js +8 -1
- package/dist/modes/rpc/rpc-types.js.map +1 -1
- package/dist/modes/rpc/session-binding.d.ts +13 -0
- package/dist/modes/rpc/session-binding.d.ts.map +1 -0
- package/dist/modes/rpc/session-binding.js +33 -0
- package/dist/modes/rpc/session-binding.js.map +1 -0
- package/dist/modes/rpc/session-command-router.d.ts +19 -0
- package/dist/modes/rpc/session-command-router.d.ts.map +1 -0
- package/dist/modes/rpc/session-command-router.js +159 -0
- package/dist/modes/rpc/session-command-router.js.map +1 -0
- package/dist/modes/rpc/session-event-writer.d.ts +34 -0
- package/dist/modes/rpc/session-event-writer.d.ts.map +1 -0
- package/dist/modes/rpc/session-event-writer.js +92 -0
- package/dist/modes/rpc/session-event-writer.js.map +1 -0
- package/dist/modes/rpc/session-extension-ui-requests.d.ts +15 -0
- package/dist/modes/rpc/session-extension-ui-requests.d.ts.map +1 -0
- package/dist/modes/rpc/session-extension-ui-requests.js +27 -0
- package/dist/modes/rpc/session-extension-ui-requests.js.map +1 -0
- package/dist/modes/rpc/session-registry.d.ts +58 -0
- package/dist/modes/rpc/session-registry.d.ts.map +1 -0
- package/dist/modes/rpc/session-registry.js +162 -0
- package/dist/modes/rpc/session-registry.js.map +1 -0
- package/dist/utils/clipboard.d.ts.map +1 -1
- package/dist/utils/clipboard.js +19 -8
- package/dist/utils/clipboard.js.map +1 -1
- package/dist/utils/version-check.d.ts.map +1 -1
- package/dist/utils/version-check.js +3 -1
- package/dist/utils/version-check.js.map +1 -1
- package/docs/app-server-daemon.md +3 -2
- package/docs/compaction.md +9 -4
- package/docs/custom-provider.md +5 -2
- package/docs/environment-variables.md +88 -0
- package/docs/extensions.md +25 -7
- package/docs/index.md +1 -0
- package/docs/json.md +5 -1
- package/docs/models.md +6 -2
- package/docs/providers.md +12 -1
- package/docs/rpc.md +154 -8
- package/docs/sdk.md +3 -0
- package/docs/session-format.md +17 -3
- package/docs/settings.md +2 -2
- package/docs/usage.md +1 -14
- package/examples/extensions/custom-compaction.ts +4 -0
- 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/handoff.ts +9 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/summarize.ts +3 -0
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +24 -0
- package/node_modules/@code-yeongyu/senpi-codemode/package.json +3 -3
- package/node_modules/@earendil-works/pi-agent-core/README.md +31 -12
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts +4 -4
- 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 +8 -7
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts +10 -3
- 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 +61 -27
- 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 +11 -12
- 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 +47 -22
- 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 +5 -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 +6 -8
- 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 +17 -5
- 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 +82 -27
- 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/compaction/utils.d.ts +12 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.js +22 -17
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts +3 -9
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +118 -11
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.d.ts +11 -3
- 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 +56 -4
- 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/memory-storage.d.ts +11 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js +56 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.js +2 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts +6 -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 +30 -14
- 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/tools/bash.d.ts +27 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.js +132 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit-diff.d.ts +89 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit-diff.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit-diff.js +386 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit-diff.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.d.ts +19 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.js +95 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.d.ts +4 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.js +46 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/image.d.ts +3 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/image.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/image.js +106 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/image.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/index.d.ts +6 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/index.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/index.js +5 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/index.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.d.ts +4 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.js +26 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.d.ts +34 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.js +110 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/tool-context.d.ts +6 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/tool-context.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/tool-context.js +2 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/tool-context.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.d.ts +11 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.js +31 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts +80 -18
- 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/harness/utils/shell-output.d.ts +12 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js +90 -35
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js +10 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts +4 -2
- 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 +5 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/stream-fn.d.ts +10 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/stream-fn.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/stream-fn.js +17 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/stream-fn.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +8 -2
- 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 +4 -3
- package/node_modules/@earendil-works/pi-ai/README.md +44 -4
- 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 +45 -27
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js +21 -8
- 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.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +17 -10
- 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/constrained-sampling.d.ts +17 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/constrained-sampling.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/constrained-sampling.js +104 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/constrained-sampling.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js +7 -11
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-shared.d.ts +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/google-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-shared.js +17 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/google-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js +7 -11
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.js +13 -9
- package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.js.map +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 +73 -47
- 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 +7 -9
- 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 +142 -33
- 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 +7 -0
- 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 +180 -80
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +37 -15
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.js +8 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.js +2 -4
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api-registry.d.ts +15 -0
- package/node_modules/@earendil-works/pi-ai/dist/api-registry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api-registry.js +52 -6
- package/node_modules/@earendil-works/pi-ai/dist/api-registry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/helpers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/helpers.js +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/auth/helpers.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-coding.d.ts +10 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-coding.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-coding.js +249 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/kimi-coding.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.d.ts +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.js +10 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/openai-codex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/openai-codex.js +2 -18
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/openai-codex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/openrouter.d.ts +13 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/openrouter.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/openrouter.js +222 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/openrouter.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/bun-oauth.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/bun-oauth.js +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/bun-oauth.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/compat.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/compat.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/compat.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/context-provenance.d.ts +16 -0
- package/node_modules/@earendil-works/pi-ai/dist/context-provenance.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/context-provenance.js +32 -0
- package/node_modules/@earendil-works/pi-ai/dist/context-provenance.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.d.ts +3 -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 +11 -3
- 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/images-api-registry.d.ts +19 -2
- package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.js +68 -3
- package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts +5 -0
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.js +5 -0
- package/node_modules/@earendil-works/pi-ai/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/model-catalog.d.ts +17 -0
- package/node_modules/@earendil-works/pi-ai/dist/model-catalog.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/model-catalog.js +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/model-catalog.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/model.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/model.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/model.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models-store.d.ts +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/models-store.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models-store.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts +0 -6
- 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 +76 -4448
- 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 +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js +0 -53
- package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/node/provider-scope.d.ts +12 -0
- package/node_modules/@earendil-works/pi-ai/dist/node/provider-scope.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/node/provider-scope.js +34 -0
- package/node_modules/@earendil-works/pi-ai/dist/node/provider-scope.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/alibaba-token-plan.models.d.ts +3 -63
- package/node_modules/@earendil-works/pi-ai/dist/providers/alibaba-token-plan.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/alibaba-token-plan.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/alibaba-token-plan.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.d.ts +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.js +10 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.js.map +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 +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts +3 -439
- 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 +2 -1
- 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/ant-ling.models.d.ts +3 -15
- package/node_modules/@earendil-works/pi-ai/dist/providers/ant-ling.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/ant-ling.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/ant-ling.models.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 +30 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts +3 -59
- 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 +2 -1
- 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 +3 -187
- 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 +2 -1
- 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/cerebras.models.d.ts +3 -15
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts +3 -171
- 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 +2 -1
- 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/cloudflare-workers-ai.models.d.ts +3 -55
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-workers-ai.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-workers-ai.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-workers-ai.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/alibaba-token-plan.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/amazon-bedrock.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/ant-ling.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/anthropic.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/azure-openai-responses.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/cerebras.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/cloudflare-ai-gateway.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/cloudflare-workers-ai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/deepseek.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/fireworks.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/github-copilot.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/google-vertex.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/google.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/groq.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/huggingface.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/kimi-coding.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/minimax-cn.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/minimax.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/mistral.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/moonshotai-cn.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/moonshotai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/nvidia.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai-codex.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode-go.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan-cn.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/together.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/vercel-ai-gateway.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-ams.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-cn.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-sgp.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/zai-coding-cn.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/zai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.d.ts +3 -11
- 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 -1
- 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 +3 -67
- 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 -1
- 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 +3 -115
- 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 +2 -1
- 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/google-vertex.models.d.ts +3 -51
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.models.d.ts +3 -75
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.d.ts +3 -31
- package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.d.ts +3 -203
- package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/kimi-coding.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/kimi-coding.js +10 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/kimi-coding.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/kimi-coding.models.d.ts +3 -19
- package/node_modules/@earendil-works/pi-ai/dist/providers/kimi-coding.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/kimi-coding.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/kimi-coding.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/minimax-cn.models.d.ts +3 -15
- package/node_modules/@earendil-works/pi-ai/dist/providers/minimax-cn.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/minimax-cn.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/minimax-cn.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/minimax.models.d.ts +3 -15
- package/node_modules/@earendil-works/pi-ai/dist/providers/minimax.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/minimax.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/minimax.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.d.ts +3 -123
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai-cn.models.d.ts +3 -43
- package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai-cn.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai-cn.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai-cn.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai.models.d.ts +3 -43
- package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.d.ts +3 -79
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.d.ts +3 -31
- 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 +2 -1
- 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 +3 -187
- 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 +2 -1
- 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 -67
- 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 +2 -1
- 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 +3 -227
- 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 +2 -1
- 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-images.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter-images.js +10 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter-images.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.js +10 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts +3 -1095
- 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 +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan-cn.d.ts +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan-cn.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan-cn.js +15 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan-cn.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan-cn.models.d.ts +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan-cn.models.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan-cn.models.js +6 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan-cn.models.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan.d.ts +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan.js +15 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan.models.d.ts +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan.models.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan.models.js +6 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan.models.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/radius-config.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/radius-config.js +18 -14
- package/node_modules/@earendil-works/pi-ai/dist/providers/radius-config.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.d.ts +3 -67
- package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts +3 -775
- 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 +2 -1
- 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/xai.models.d.ts +3 -15
- package/node_modules/@earendil-works/pi-ai/dist/providers/xai.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xai.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xai.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.d.ts +3 -15
- 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 +2 -1
- 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 +3 -15
- 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 +2 -1
- 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 +3 -15
- 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 +2 -1
- 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/xiaomi.models.d.ts +3 -27
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.d.ts +3 -27
- 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 +2 -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 +3 -27
- 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 +2 -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 +43 -3
- 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/openai-codex-auth.d.ts +11 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/openai-codex-auth.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/openai-codex-auth.js +30 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/openai-codex-auth.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/provider-retry.d.ts +16 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/provider-retry.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/provider-retry.js +94 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/provider-retry.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.d.ts +41 -0
- 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 +82 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/text.d.ts +6 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/text.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/text.js +10 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/text.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.d.ts +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.d.ts.map +1 -0
- package/node_modules/@earendil-works/{pi-agent-core/dist/harness/session → pi-ai/dist/utils}/uuid.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/package.json +11 -4
- 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 +31 -22
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.js +2 -0
- package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/package.json +7 -6
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.d.ts +0 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.js.map +0 -1
|
@@ -1,4451 +1,79 @@
|
|
|
1
|
+
import { ALIBABA_TOKEN_PLAN_MODELS } from "./providers/alibaba-token-plan.models.ts";
|
|
2
|
+
import { AMAZON_BEDROCK_MODELS } from "./providers/amazon-bedrock.models.ts";
|
|
3
|
+
import { ANT_LING_MODELS } from "./providers/ant-ling.models.ts";
|
|
4
|
+
import { ANTHROPIC_MODELS } from "./providers/anthropic.models.ts";
|
|
5
|
+
import { AZURE_OPENAI_RESPONSES_MODELS } from "./providers/azure-openai-responses.models.ts";
|
|
6
|
+
import { CEREBRAS_MODELS } from "./providers/cerebras.models.ts";
|
|
7
|
+
import { CLOUDFLARE_AI_GATEWAY_MODELS } from "./providers/cloudflare-ai-gateway.models.ts";
|
|
8
|
+
import { CLOUDFLARE_WORKERS_AI_MODELS } from "./providers/cloudflare-workers-ai.models.ts";
|
|
9
|
+
import { DEEPSEEK_MODELS } from "./providers/deepseek.models.ts";
|
|
10
|
+
import { FIREWORKS_MODELS } from "./providers/fireworks.models.ts";
|
|
11
|
+
import { GITHUB_COPILOT_MODELS } from "./providers/github-copilot.models.ts";
|
|
12
|
+
import { GOOGLE_MODELS } from "./providers/google.models.ts";
|
|
13
|
+
import { GOOGLE_VERTEX_MODELS } from "./providers/google-vertex.models.ts";
|
|
14
|
+
import { GROQ_MODELS } from "./providers/groq.models.ts";
|
|
15
|
+
import { HUGGINGFACE_MODELS } from "./providers/huggingface.models.ts";
|
|
16
|
+
import { KIMI_CODING_MODELS } from "./providers/kimi-coding.models.ts";
|
|
17
|
+
import { MINIMAX_MODELS } from "./providers/minimax.models.ts";
|
|
18
|
+
import { MINIMAX_CN_MODELS } from "./providers/minimax-cn.models.ts";
|
|
19
|
+
import { MISTRAL_MODELS } from "./providers/mistral.models.ts";
|
|
20
|
+
import { MOONSHOTAI_MODELS } from "./providers/moonshotai.models.ts";
|
|
21
|
+
import { MOONSHOTAI_CN_MODELS } from "./providers/moonshotai-cn.models.ts";
|
|
22
|
+
import { NVIDIA_MODELS } from "./providers/nvidia.models.ts";
|
|
23
|
+
import { OPENAI_MODELS } from "./providers/openai.models.ts";
|
|
24
|
+
import { OPENAI_CODEX_MODELS } from "./providers/openai-codex.models.ts";
|
|
25
|
+
import { OPENCODE_MODELS } from "./providers/opencode.models.ts";
|
|
26
|
+
import { OPENCODE_GO_MODELS } from "./providers/opencode-go.models.ts";
|
|
27
|
+
import { OPENROUTER_MODELS } from "./providers/openrouter.models.ts";
|
|
28
|
+
import { QWEN_TOKEN_PLAN_MODELS } from "./providers/qwen-token-plan.models.ts";
|
|
29
|
+
import { QWEN_TOKEN_PLAN_CN_MODELS } from "./providers/qwen-token-plan-cn.models.ts";
|
|
30
|
+
import { TOGETHER_MODELS } from "./providers/together.models.ts";
|
|
31
|
+
import { VERCEL_AI_GATEWAY_MODELS } from "./providers/vercel-ai-gateway.models.ts";
|
|
32
|
+
import { XAI_MODELS } from "./providers/xai.models.ts";
|
|
33
|
+
import { XIAOMI_MODELS } from "./providers/xiaomi.models.ts";
|
|
34
|
+
import { XIAOMI_TOKEN_PLAN_AMS_MODELS } from "./providers/xiaomi-token-plan-ams.models.ts";
|
|
35
|
+
import { XIAOMI_TOKEN_PLAN_CN_MODELS } from "./providers/xiaomi-token-plan-cn.models.ts";
|
|
36
|
+
import { XIAOMI_TOKEN_PLAN_SGP_MODELS } from "./providers/xiaomi-token-plan-sgp.models.ts";
|
|
37
|
+
import { ZAI_MODELS } from "./providers/zai.models.ts";
|
|
38
|
+
import { ZAI_CODING_CN_MODELS } from "./providers/zai-coding-cn.models.ts";
|
|
1
39
|
export declare const MODELS: {
|
|
2
|
-
readonly "alibaba-token-plan":
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
id: "kimi-k2.7-code";
|
|
41
|
-
provider: "alibaba-token-plan";
|
|
42
|
-
};
|
|
43
|
-
"qwen3.6-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
44
|
-
id: "qwen3.6-flash";
|
|
45
|
-
provider: "alibaba-token-plan";
|
|
46
|
-
};
|
|
47
|
-
"qwen3.6-plus": import("./model.ts").Model<"openai-completions"> & {
|
|
48
|
-
id: "qwen3.6-plus";
|
|
49
|
-
provider: "alibaba-token-plan";
|
|
50
|
-
};
|
|
51
|
-
"qwen3.7-max": import("./model.ts").Model<"openai-completions"> & {
|
|
52
|
-
id: "qwen3.7-max";
|
|
53
|
-
provider: "alibaba-token-plan";
|
|
54
|
-
};
|
|
55
|
-
"qwen3.7-plus": import("./model.ts").Model<"openai-completions"> & {
|
|
56
|
-
id: "qwen3.7-plus";
|
|
57
|
-
provider: "alibaba-token-plan";
|
|
58
|
-
};
|
|
59
|
-
"qwen3.8-max-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
60
|
-
id: "qwen3.8-max-preview";
|
|
61
|
-
provider: "alibaba-token-plan";
|
|
62
|
-
};
|
|
63
|
-
};
|
|
64
|
-
readonly "amazon-bedrock": {
|
|
65
|
-
"amazon.nova-2-lite-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
66
|
-
id: "amazon.nova-2-lite-v1:0";
|
|
67
|
-
provider: "amazon-bedrock";
|
|
68
|
-
};
|
|
69
|
-
"amazon.nova-lite-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
70
|
-
id: "amazon.nova-lite-v1:0";
|
|
71
|
-
provider: "amazon-bedrock";
|
|
72
|
-
};
|
|
73
|
-
"amazon.nova-micro-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
74
|
-
id: "amazon.nova-micro-v1:0";
|
|
75
|
-
provider: "amazon-bedrock";
|
|
76
|
-
};
|
|
77
|
-
"amazon.nova-pro-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
78
|
-
id: "amazon.nova-pro-v1:0";
|
|
79
|
-
provider: "amazon-bedrock";
|
|
80
|
-
};
|
|
81
|
-
"anthropic.claude-fable-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
82
|
-
id: "anthropic.claude-fable-5";
|
|
83
|
-
provider: "amazon-bedrock";
|
|
84
|
-
};
|
|
85
|
-
"anthropic.claude-haiku-4-5-20251001-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
86
|
-
id: "anthropic.claude-haiku-4-5-20251001-v1:0";
|
|
87
|
-
provider: "amazon-bedrock";
|
|
88
|
-
};
|
|
89
|
-
"anthropic.claude-opus-4-1-20250805-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
90
|
-
id: "anthropic.claude-opus-4-1-20250805-v1:0";
|
|
91
|
-
provider: "amazon-bedrock";
|
|
92
|
-
};
|
|
93
|
-
"anthropic.claude-opus-4-5-20251101-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
94
|
-
id: "anthropic.claude-opus-4-5-20251101-v1:0";
|
|
95
|
-
provider: "amazon-bedrock";
|
|
96
|
-
};
|
|
97
|
-
"anthropic.claude-opus-4-6-v1": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
98
|
-
id: "anthropic.claude-opus-4-6-v1";
|
|
99
|
-
provider: "amazon-bedrock";
|
|
100
|
-
};
|
|
101
|
-
"anthropic.claude-opus-4-7": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
102
|
-
id: "anthropic.claude-opus-4-7";
|
|
103
|
-
provider: "amazon-bedrock";
|
|
104
|
-
};
|
|
105
|
-
"anthropic.claude-opus-4-8": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
106
|
-
id: "anthropic.claude-opus-4-8";
|
|
107
|
-
provider: "amazon-bedrock";
|
|
108
|
-
};
|
|
109
|
-
"anthropic.claude-sonnet-4-5-20250929-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
110
|
-
id: "anthropic.claude-sonnet-4-5-20250929-v1:0";
|
|
111
|
-
provider: "amazon-bedrock";
|
|
112
|
-
};
|
|
113
|
-
"anthropic.claude-sonnet-4-6": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
114
|
-
id: "anthropic.claude-sonnet-4-6";
|
|
115
|
-
provider: "amazon-bedrock";
|
|
116
|
-
};
|
|
117
|
-
"anthropic.claude-sonnet-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
118
|
-
id: "anthropic.claude-sonnet-5";
|
|
119
|
-
provider: "amazon-bedrock";
|
|
120
|
-
};
|
|
121
|
-
"au.anthropic.claude-haiku-4-5-20251001-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
122
|
-
id: "au.anthropic.claude-haiku-4-5-20251001-v1:0";
|
|
123
|
-
provider: "amazon-bedrock";
|
|
124
|
-
};
|
|
125
|
-
"au.anthropic.claude-opus-4-6-v1": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
126
|
-
id: "au.anthropic.claude-opus-4-6-v1";
|
|
127
|
-
provider: "amazon-bedrock";
|
|
128
|
-
};
|
|
129
|
-
"au.anthropic.claude-opus-4-8": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
130
|
-
id: "au.anthropic.claude-opus-4-8";
|
|
131
|
-
provider: "amazon-bedrock";
|
|
132
|
-
};
|
|
133
|
-
"au.anthropic.claude-sonnet-4-5-20250929-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
134
|
-
id: "au.anthropic.claude-sonnet-4-5-20250929-v1:0";
|
|
135
|
-
provider: "amazon-bedrock";
|
|
136
|
-
};
|
|
137
|
-
"au.anthropic.claude-sonnet-4-6": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
138
|
-
id: "au.anthropic.claude-sonnet-4-6";
|
|
139
|
-
provider: "amazon-bedrock";
|
|
140
|
-
};
|
|
141
|
-
"au.anthropic.claude-sonnet-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
142
|
-
id: "au.anthropic.claude-sonnet-5";
|
|
143
|
-
provider: "amazon-bedrock";
|
|
144
|
-
};
|
|
145
|
-
"deepseek.r1-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
146
|
-
id: "deepseek.r1-v1:0";
|
|
147
|
-
provider: "amazon-bedrock";
|
|
148
|
-
};
|
|
149
|
-
"deepseek.v3-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
150
|
-
id: "deepseek.v3-v1:0";
|
|
151
|
-
provider: "amazon-bedrock";
|
|
152
|
-
};
|
|
153
|
-
"deepseek.v3.2": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
154
|
-
id: "deepseek.v3.2";
|
|
155
|
-
provider: "amazon-bedrock";
|
|
156
|
-
};
|
|
157
|
-
"eu.anthropic.claude-fable-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
158
|
-
id: "eu.anthropic.claude-fable-5";
|
|
159
|
-
provider: "amazon-bedrock";
|
|
160
|
-
};
|
|
161
|
-
"eu.anthropic.claude-haiku-4-5-20251001-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
162
|
-
id: "eu.anthropic.claude-haiku-4-5-20251001-v1:0";
|
|
163
|
-
provider: "amazon-bedrock";
|
|
164
|
-
};
|
|
165
|
-
"eu.anthropic.claude-opus-4-5-20251101-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
166
|
-
id: "eu.anthropic.claude-opus-4-5-20251101-v1:0";
|
|
167
|
-
provider: "amazon-bedrock";
|
|
168
|
-
};
|
|
169
|
-
"eu.anthropic.claude-opus-4-6-v1": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
170
|
-
id: "eu.anthropic.claude-opus-4-6-v1";
|
|
171
|
-
provider: "amazon-bedrock";
|
|
172
|
-
};
|
|
173
|
-
"eu.anthropic.claude-opus-4-7": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
174
|
-
id: "eu.anthropic.claude-opus-4-7";
|
|
175
|
-
provider: "amazon-bedrock";
|
|
176
|
-
};
|
|
177
|
-
"eu.anthropic.claude-opus-4-8": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
178
|
-
id: "eu.anthropic.claude-opus-4-8";
|
|
179
|
-
provider: "amazon-bedrock";
|
|
180
|
-
};
|
|
181
|
-
"eu.anthropic.claude-sonnet-4-5-20250929-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
182
|
-
id: "eu.anthropic.claude-sonnet-4-5-20250929-v1:0";
|
|
183
|
-
provider: "amazon-bedrock";
|
|
184
|
-
};
|
|
185
|
-
"eu.anthropic.claude-sonnet-4-6": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
186
|
-
id: "eu.anthropic.claude-sonnet-4-6";
|
|
187
|
-
provider: "amazon-bedrock";
|
|
188
|
-
};
|
|
189
|
-
"eu.anthropic.claude-sonnet-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
190
|
-
id: "eu.anthropic.claude-sonnet-5";
|
|
191
|
-
provider: "amazon-bedrock";
|
|
192
|
-
};
|
|
193
|
-
"global.anthropic.claude-fable-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
194
|
-
id: "global.anthropic.claude-fable-5";
|
|
195
|
-
provider: "amazon-bedrock";
|
|
196
|
-
};
|
|
197
|
-
"global.anthropic.claude-haiku-4-5-20251001-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
198
|
-
id: "global.anthropic.claude-haiku-4-5-20251001-v1:0";
|
|
199
|
-
provider: "amazon-bedrock";
|
|
200
|
-
};
|
|
201
|
-
"global.anthropic.claude-opus-4-5-20251101-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
202
|
-
id: "global.anthropic.claude-opus-4-5-20251101-v1:0";
|
|
203
|
-
provider: "amazon-bedrock";
|
|
204
|
-
};
|
|
205
|
-
"global.anthropic.claude-opus-4-6-v1": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
206
|
-
id: "global.anthropic.claude-opus-4-6-v1";
|
|
207
|
-
provider: "amazon-bedrock";
|
|
208
|
-
};
|
|
209
|
-
"global.anthropic.claude-opus-4-7": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
210
|
-
id: "global.anthropic.claude-opus-4-7";
|
|
211
|
-
provider: "amazon-bedrock";
|
|
212
|
-
};
|
|
213
|
-
"global.anthropic.claude-opus-4-8": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
214
|
-
id: "global.anthropic.claude-opus-4-8";
|
|
215
|
-
provider: "amazon-bedrock";
|
|
216
|
-
};
|
|
217
|
-
"global.anthropic.claude-sonnet-4-5-20250929-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
218
|
-
id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0";
|
|
219
|
-
provider: "amazon-bedrock";
|
|
220
|
-
};
|
|
221
|
-
"global.anthropic.claude-sonnet-4-6": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
222
|
-
id: "global.anthropic.claude-sonnet-4-6";
|
|
223
|
-
provider: "amazon-bedrock";
|
|
224
|
-
};
|
|
225
|
-
"global.anthropic.claude-sonnet-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
226
|
-
id: "global.anthropic.claude-sonnet-5";
|
|
227
|
-
provider: "amazon-bedrock";
|
|
228
|
-
};
|
|
229
|
-
"google.gemma-3-27b-it": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
230
|
-
id: "google.gemma-3-27b-it";
|
|
231
|
-
provider: "amazon-bedrock";
|
|
232
|
-
};
|
|
233
|
-
"google.gemma-3-4b-it": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
234
|
-
id: "google.gemma-3-4b-it";
|
|
235
|
-
provider: "amazon-bedrock";
|
|
236
|
-
};
|
|
237
|
-
"jp.anthropic.claude-haiku-4-5-20251001-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
238
|
-
id: "jp.anthropic.claude-haiku-4-5-20251001-v1:0";
|
|
239
|
-
provider: "amazon-bedrock";
|
|
240
|
-
};
|
|
241
|
-
"jp.anthropic.claude-opus-4-7": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
242
|
-
id: "jp.anthropic.claude-opus-4-7";
|
|
243
|
-
provider: "amazon-bedrock";
|
|
244
|
-
};
|
|
245
|
-
"jp.anthropic.claude-opus-4-8": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
246
|
-
id: "jp.anthropic.claude-opus-4-8";
|
|
247
|
-
provider: "amazon-bedrock";
|
|
248
|
-
};
|
|
249
|
-
"jp.anthropic.claude-sonnet-4-5-20250929-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
250
|
-
id: "jp.anthropic.claude-sonnet-4-5-20250929-v1:0";
|
|
251
|
-
provider: "amazon-bedrock";
|
|
252
|
-
};
|
|
253
|
-
"jp.anthropic.claude-sonnet-4-6": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
254
|
-
id: "jp.anthropic.claude-sonnet-4-6";
|
|
255
|
-
provider: "amazon-bedrock";
|
|
256
|
-
};
|
|
257
|
-
"jp.anthropic.claude-sonnet-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
258
|
-
id: "jp.anthropic.claude-sonnet-5";
|
|
259
|
-
provider: "amazon-bedrock";
|
|
260
|
-
};
|
|
261
|
-
"meta.llama3-1-70b-instruct-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
262
|
-
id: "meta.llama3-1-70b-instruct-v1:0";
|
|
263
|
-
provider: "amazon-bedrock";
|
|
264
|
-
};
|
|
265
|
-
"meta.llama3-1-8b-instruct-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
266
|
-
id: "meta.llama3-1-8b-instruct-v1:0";
|
|
267
|
-
provider: "amazon-bedrock";
|
|
268
|
-
};
|
|
269
|
-
"meta.llama3-3-70b-instruct-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
270
|
-
id: "meta.llama3-3-70b-instruct-v1:0";
|
|
271
|
-
provider: "amazon-bedrock";
|
|
272
|
-
};
|
|
273
|
-
"meta.llama4-maverick-17b-instruct-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
274
|
-
id: "meta.llama4-maverick-17b-instruct-v1:0";
|
|
275
|
-
provider: "amazon-bedrock";
|
|
276
|
-
};
|
|
277
|
-
"meta.llama4-scout-17b-instruct-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
278
|
-
id: "meta.llama4-scout-17b-instruct-v1:0";
|
|
279
|
-
provider: "amazon-bedrock";
|
|
280
|
-
};
|
|
281
|
-
"minimax.minimax-m2": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
282
|
-
id: "minimax.minimax-m2";
|
|
283
|
-
provider: "amazon-bedrock";
|
|
284
|
-
};
|
|
285
|
-
"minimax.minimax-m2.1": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
286
|
-
id: "minimax.minimax-m2.1";
|
|
287
|
-
provider: "amazon-bedrock";
|
|
288
|
-
};
|
|
289
|
-
"minimax.minimax-m2.5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
290
|
-
id: "minimax.minimax-m2.5";
|
|
291
|
-
provider: "amazon-bedrock";
|
|
292
|
-
};
|
|
293
|
-
"mistral.devstral-2-123b": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
294
|
-
id: "mistral.devstral-2-123b";
|
|
295
|
-
provider: "amazon-bedrock";
|
|
296
|
-
};
|
|
297
|
-
"mistral.magistral-small-2509": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
298
|
-
id: "mistral.magistral-small-2509";
|
|
299
|
-
provider: "amazon-bedrock";
|
|
300
|
-
};
|
|
301
|
-
"mistral.ministral-3-14b-instruct": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
302
|
-
id: "mistral.ministral-3-14b-instruct";
|
|
303
|
-
provider: "amazon-bedrock";
|
|
304
|
-
};
|
|
305
|
-
"mistral.ministral-3-3b-instruct": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
306
|
-
id: "mistral.ministral-3-3b-instruct";
|
|
307
|
-
provider: "amazon-bedrock";
|
|
308
|
-
};
|
|
309
|
-
"mistral.ministral-3-8b-instruct": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
310
|
-
id: "mistral.ministral-3-8b-instruct";
|
|
311
|
-
provider: "amazon-bedrock";
|
|
312
|
-
};
|
|
313
|
-
"mistral.mistral-large-3-675b-instruct": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
314
|
-
id: "mistral.mistral-large-3-675b-instruct";
|
|
315
|
-
provider: "amazon-bedrock";
|
|
316
|
-
};
|
|
317
|
-
"mistral.pixtral-large-2502-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
318
|
-
id: "mistral.pixtral-large-2502-v1:0";
|
|
319
|
-
provider: "amazon-bedrock";
|
|
320
|
-
};
|
|
321
|
-
"mistral.voxtral-mini-3b-2507": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
322
|
-
id: "mistral.voxtral-mini-3b-2507";
|
|
323
|
-
provider: "amazon-bedrock";
|
|
324
|
-
};
|
|
325
|
-
"mistral.voxtral-small-24b-2507": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
326
|
-
id: "mistral.voxtral-small-24b-2507";
|
|
327
|
-
provider: "amazon-bedrock";
|
|
328
|
-
};
|
|
329
|
-
"moonshot.kimi-k2-thinking": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
330
|
-
id: "moonshot.kimi-k2-thinking";
|
|
331
|
-
provider: "amazon-bedrock";
|
|
332
|
-
};
|
|
333
|
-
"moonshotai.kimi-k2.5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
334
|
-
id: "moonshotai.kimi-k2.5";
|
|
335
|
-
provider: "amazon-bedrock";
|
|
336
|
-
};
|
|
337
|
-
"nvidia.nemotron-nano-12b-v2": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
338
|
-
id: "nvidia.nemotron-nano-12b-v2";
|
|
339
|
-
provider: "amazon-bedrock";
|
|
340
|
-
};
|
|
341
|
-
"nvidia.nemotron-nano-3-30b": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
342
|
-
id: "nvidia.nemotron-nano-3-30b";
|
|
343
|
-
provider: "amazon-bedrock";
|
|
344
|
-
};
|
|
345
|
-
"nvidia.nemotron-nano-9b-v2": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
346
|
-
id: "nvidia.nemotron-nano-9b-v2";
|
|
347
|
-
provider: "amazon-bedrock";
|
|
348
|
-
};
|
|
349
|
-
"nvidia.nemotron-super-3-120b": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
350
|
-
id: "nvidia.nemotron-super-3-120b";
|
|
351
|
-
provider: "amazon-bedrock";
|
|
352
|
-
};
|
|
353
|
-
"openai.gpt-5.4": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
354
|
-
id: "openai.gpt-5.4";
|
|
355
|
-
provider: "amazon-bedrock";
|
|
356
|
-
};
|
|
357
|
-
"openai.gpt-5.5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
358
|
-
id: "openai.gpt-5.5";
|
|
359
|
-
provider: "amazon-bedrock";
|
|
360
|
-
};
|
|
361
|
-
"openai.gpt-5.6-luna": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
362
|
-
id: "openai.gpt-5.6-luna";
|
|
363
|
-
provider: "amazon-bedrock";
|
|
364
|
-
};
|
|
365
|
-
"openai.gpt-5.6-sol": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
366
|
-
id: "openai.gpt-5.6-sol";
|
|
367
|
-
provider: "amazon-bedrock";
|
|
368
|
-
};
|
|
369
|
-
"openai.gpt-5.6-terra": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
370
|
-
id: "openai.gpt-5.6-terra";
|
|
371
|
-
provider: "amazon-bedrock";
|
|
372
|
-
};
|
|
373
|
-
"openai.gpt-oss-120b": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
374
|
-
id: "openai.gpt-oss-120b";
|
|
375
|
-
provider: "amazon-bedrock";
|
|
376
|
-
};
|
|
377
|
-
"openai.gpt-oss-120b-1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
378
|
-
id: "openai.gpt-oss-120b-1:0";
|
|
379
|
-
provider: "amazon-bedrock";
|
|
380
|
-
};
|
|
381
|
-
"openai.gpt-oss-20b": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
382
|
-
id: "openai.gpt-oss-20b";
|
|
383
|
-
provider: "amazon-bedrock";
|
|
384
|
-
};
|
|
385
|
-
"openai.gpt-oss-20b-1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
386
|
-
id: "openai.gpt-oss-20b-1:0";
|
|
387
|
-
provider: "amazon-bedrock";
|
|
388
|
-
};
|
|
389
|
-
"openai.gpt-oss-safeguard-120b": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
390
|
-
id: "openai.gpt-oss-safeguard-120b";
|
|
391
|
-
provider: "amazon-bedrock";
|
|
392
|
-
};
|
|
393
|
-
"openai.gpt-oss-safeguard-20b": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
394
|
-
id: "openai.gpt-oss-safeguard-20b";
|
|
395
|
-
provider: "amazon-bedrock";
|
|
396
|
-
};
|
|
397
|
-
"qwen.qwen3-235b-a22b-2507-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
398
|
-
id: "qwen.qwen3-235b-a22b-2507-v1:0";
|
|
399
|
-
provider: "amazon-bedrock";
|
|
400
|
-
};
|
|
401
|
-
"qwen.qwen3-32b-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
402
|
-
id: "qwen.qwen3-32b-v1:0";
|
|
403
|
-
provider: "amazon-bedrock";
|
|
404
|
-
};
|
|
405
|
-
"qwen.qwen3-coder-30b-a3b-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
406
|
-
id: "qwen.qwen3-coder-30b-a3b-v1:0";
|
|
407
|
-
provider: "amazon-bedrock";
|
|
408
|
-
};
|
|
409
|
-
"qwen.qwen3-coder-480b-a35b-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
410
|
-
id: "qwen.qwen3-coder-480b-a35b-v1:0";
|
|
411
|
-
provider: "amazon-bedrock";
|
|
412
|
-
};
|
|
413
|
-
"qwen.qwen3-coder-next": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
414
|
-
id: "qwen.qwen3-coder-next";
|
|
415
|
-
provider: "amazon-bedrock";
|
|
416
|
-
};
|
|
417
|
-
"qwen.qwen3-next-80b-a3b": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
418
|
-
id: "qwen.qwen3-next-80b-a3b";
|
|
419
|
-
provider: "amazon-bedrock";
|
|
420
|
-
};
|
|
421
|
-
"qwen.qwen3-vl-235b-a22b": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
422
|
-
id: "qwen.qwen3-vl-235b-a22b";
|
|
423
|
-
provider: "amazon-bedrock";
|
|
424
|
-
};
|
|
425
|
-
"us.anthropic.claude-fable-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
426
|
-
id: "us.anthropic.claude-fable-5";
|
|
427
|
-
provider: "amazon-bedrock";
|
|
428
|
-
};
|
|
429
|
-
"us.anthropic.claude-haiku-4-5-20251001-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
430
|
-
id: "us.anthropic.claude-haiku-4-5-20251001-v1:0";
|
|
431
|
-
provider: "amazon-bedrock";
|
|
432
|
-
};
|
|
433
|
-
"us.anthropic.claude-opus-4-1-20250805-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
434
|
-
id: "us.anthropic.claude-opus-4-1-20250805-v1:0";
|
|
435
|
-
provider: "amazon-bedrock";
|
|
436
|
-
};
|
|
437
|
-
"us.anthropic.claude-opus-4-5-20251101-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
438
|
-
id: "us.anthropic.claude-opus-4-5-20251101-v1:0";
|
|
439
|
-
provider: "amazon-bedrock";
|
|
440
|
-
};
|
|
441
|
-
"us.anthropic.claude-opus-4-6-v1": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
442
|
-
id: "us.anthropic.claude-opus-4-6-v1";
|
|
443
|
-
provider: "amazon-bedrock";
|
|
444
|
-
};
|
|
445
|
-
"us.anthropic.claude-opus-4-7": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
446
|
-
id: "us.anthropic.claude-opus-4-7";
|
|
447
|
-
provider: "amazon-bedrock";
|
|
448
|
-
};
|
|
449
|
-
"us.anthropic.claude-opus-4-8": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
450
|
-
id: "us.anthropic.claude-opus-4-8";
|
|
451
|
-
provider: "amazon-bedrock";
|
|
452
|
-
};
|
|
453
|
-
"us.anthropic.claude-sonnet-4-5-20250929-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
454
|
-
id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0";
|
|
455
|
-
provider: "amazon-bedrock";
|
|
456
|
-
};
|
|
457
|
-
"us.anthropic.claude-sonnet-4-6": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
458
|
-
id: "us.anthropic.claude-sonnet-4-6";
|
|
459
|
-
provider: "amazon-bedrock";
|
|
460
|
-
};
|
|
461
|
-
"us.anthropic.claude-sonnet-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
462
|
-
id: "us.anthropic.claude-sonnet-5";
|
|
463
|
-
provider: "amazon-bedrock";
|
|
464
|
-
};
|
|
465
|
-
"us.deepseek.r1-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
466
|
-
id: "us.deepseek.r1-v1:0";
|
|
467
|
-
provider: "amazon-bedrock";
|
|
468
|
-
};
|
|
469
|
-
"us.meta.llama4-maverick-17b-instruct-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
470
|
-
id: "us.meta.llama4-maverick-17b-instruct-v1:0";
|
|
471
|
-
provider: "amazon-bedrock";
|
|
472
|
-
};
|
|
473
|
-
"us.meta.llama4-scout-17b-instruct-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
474
|
-
id: "us.meta.llama4-scout-17b-instruct-v1:0";
|
|
475
|
-
provider: "amazon-bedrock";
|
|
476
|
-
};
|
|
477
|
-
"writer.palmyra-x4-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
478
|
-
id: "writer.palmyra-x4-v1:0";
|
|
479
|
-
provider: "amazon-bedrock";
|
|
480
|
-
};
|
|
481
|
-
"writer.palmyra-x5-v1:0": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
482
|
-
id: "writer.palmyra-x5-v1:0";
|
|
483
|
-
provider: "amazon-bedrock";
|
|
484
|
-
};
|
|
485
|
-
"xai.grok-4.3": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
486
|
-
id: "xai.grok-4.3";
|
|
487
|
-
provider: "amazon-bedrock";
|
|
488
|
-
};
|
|
489
|
-
"zai.glm-4.7": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
490
|
-
id: "zai.glm-4.7";
|
|
491
|
-
provider: "amazon-bedrock";
|
|
492
|
-
};
|
|
493
|
-
"zai.glm-4.7-flash": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
494
|
-
id: "zai.glm-4.7-flash";
|
|
495
|
-
provider: "amazon-bedrock";
|
|
496
|
-
};
|
|
497
|
-
"zai.glm-5": import("./model.ts").Model<"bedrock-converse-stream"> & {
|
|
498
|
-
id: "zai.glm-5";
|
|
499
|
-
provider: "amazon-bedrock";
|
|
500
|
-
};
|
|
501
|
-
};
|
|
502
|
-
readonly "ant-ling": {
|
|
503
|
-
"Ling-2.6-1T": import("./model.ts").Model<"openai-completions"> & {
|
|
504
|
-
id: "Ling-2.6-1T";
|
|
505
|
-
provider: "ant-ling";
|
|
506
|
-
};
|
|
507
|
-
"Ling-2.6-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
508
|
-
id: "Ling-2.6-flash";
|
|
509
|
-
provider: "ant-ling";
|
|
510
|
-
};
|
|
511
|
-
"Ring-2.6-1T": import("./model.ts").Model<"openai-completions"> & {
|
|
512
|
-
id: "Ring-2.6-1T";
|
|
513
|
-
provider: "ant-ling";
|
|
514
|
-
};
|
|
515
|
-
};
|
|
516
|
-
readonly anthropic: {
|
|
517
|
-
"claude-fable-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
518
|
-
id: "claude-fable-5";
|
|
519
|
-
provider: "anthropic";
|
|
520
|
-
};
|
|
521
|
-
"claude-haiku-4-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
522
|
-
id: "claude-haiku-4-5";
|
|
523
|
-
provider: "anthropic";
|
|
524
|
-
};
|
|
525
|
-
"claude-haiku-4-5-20251001": import("./model.ts").Model<"anthropic-messages"> & {
|
|
526
|
-
id: "claude-haiku-4-5-20251001";
|
|
527
|
-
provider: "anthropic";
|
|
528
|
-
};
|
|
529
|
-
"claude-opus-4-1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
530
|
-
id: "claude-opus-4-1";
|
|
531
|
-
provider: "anthropic";
|
|
532
|
-
};
|
|
533
|
-
"claude-opus-4-1-20250805": import("./model.ts").Model<"anthropic-messages"> & {
|
|
534
|
-
id: "claude-opus-4-1-20250805";
|
|
535
|
-
provider: "anthropic";
|
|
536
|
-
};
|
|
537
|
-
"claude-opus-4-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
538
|
-
id: "claude-opus-4-5";
|
|
539
|
-
provider: "anthropic";
|
|
540
|
-
};
|
|
541
|
-
"claude-opus-4-5-20251101": import("./model.ts").Model<"anthropic-messages"> & {
|
|
542
|
-
id: "claude-opus-4-5-20251101";
|
|
543
|
-
provider: "anthropic";
|
|
544
|
-
};
|
|
545
|
-
"claude-opus-4-6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
546
|
-
id: "claude-opus-4-6";
|
|
547
|
-
provider: "anthropic";
|
|
548
|
-
};
|
|
549
|
-
"claude-opus-4-7": import("./model.ts").Model<"anthropic-messages"> & {
|
|
550
|
-
id: "claude-opus-4-7";
|
|
551
|
-
provider: "anthropic";
|
|
552
|
-
};
|
|
553
|
-
"claude-opus-4-8": import("./model.ts").Model<"anthropic-messages"> & {
|
|
554
|
-
id: "claude-opus-4-8";
|
|
555
|
-
provider: "anthropic";
|
|
556
|
-
};
|
|
557
|
-
"claude-sonnet-4-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
558
|
-
id: "claude-sonnet-4-5";
|
|
559
|
-
provider: "anthropic";
|
|
560
|
-
};
|
|
561
|
-
"claude-sonnet-4-5-20250929": import("./model.ts").Model<"anthropic-messages"> & {
|
|
562
|
-
id: "claude-sonnet-4-5-20250929";
|
|
563
|
-
provider: "anthropic";
|
|
564
|
-
};
|
|
565
|
-
"claude-sonnet-4-6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
566
|
-
id: "claude-sonnet-4-6";
|
|
567
|
-
provider: "anthropic";
|
|
568
|
-
};
|
|
569
|
-
"claude-sonnet-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
570
|
-
id: "claude-sonnet-5";
|
|
571
|
-
provider: "anthropic";
|
|
572
|
-
};
|
|
573
|
-
};
|
|
574
|
-
readonly "azure-openai-responses": {
|
|
575
|
-
"gpt-4": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
576
|
-
id: "gpt-4";
|
|
577
|
-
provider: "azure-openai-responses";
|
|
578
|
-
};
|
|
579
|
-
"gpt-4-turbo": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
580
|
-
id: "gpt-4-turbo";
|
|
581
|
-
provider: "azure-openai-responses";
|
|
582
|
-
};
|
|
583
|
-
"gpt-4.1": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
584
|
-
id: "gpt-4.1";
|
|
585
|
-
provider: "azure-openai-responses";
|
|
586
|
-
};
|
|
587
|
-
"gpt-4.1-mini": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
588
|
-
id: "gpt-4.1-mini";
|
|
589
|
-
provider: "azure-openai-responses";
|
|
590
|
-
};
|
|
591
|
-
"gpt-4.1-nano": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
592
|
-
id: "gpt-4.1-nano";
|
|
593
|
-
provider: "azure-openai-responses";
|
|
594
|
-
};
|
|
595
|
-
"gpt-4o": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
596
|
-
id: "gpt-4o";
|
|
597
|
-
provider: "azure-openai-responses";
|
|
598
|
-
};
|
|
599
|
-
"gpt-4o-2024-05-13": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
600
|
-
id: "gpt-4o-2024-05-13";
|
|
601
|
-
provider: "azure-openai-responses";
|
|
602
|
-
};
|
|
603
|
-
"gpt-4o-2024-08-06": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
604
|
-
id: "gpt-4o-2024-08-06";
|
|
605
|
-
provider: "azure-openai-responses";
|
|
606
|
-
};
|
|
607
|
-
"gpt-4o-2024-11-20": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
608
|
-
id: "gpt-4o-2024-11-20";
|
|
609
|
-
provider: "azure-openai-responses";
|
|
610
|
-
};
|
|
611
|
-
"gpt-4o-mini": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
612
|
-
id: "gpt-4o-mini";
|
|
613
|
-
provider: "azure-openai-responses";
|
|
614
|
-
};
|
|
615
|
-
"gpt-5": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
616
|
-
id: "gpt-5";
|
|
617
|
-
provider: "azure-openai-responses";
|
|
618
|
-
};
|
|
619
|
-
"gpt-5-chat-latest": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
620
|
-
id: "gpt-5-chat-latest";
|
|
621
|
-
provider: "azure-openai-responses";
|
|
622
|
-
};
|
|
623
|
-
"gpt-5-codex": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
624
|
-
id: "gpt-5-codex";
|
|
625
|
-
provider: "azure-openai-responses";
|
|
626
|
-
};
|
|
627
|
-
"gpt-5-mini": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
628
|
-
id: "gpt-5-mini";
|
|
629
|
-
provider: "azure-openai-responses";
|
|
630
|
-
};
|
|
631
|
-
"gpt-5-nano": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
632
|
-
id: "gpt-5-nano";
|
|
633
|
-
provider: "azure-openai-responses";
|
|
634
|
-
};
|
|
635
|
-
"gpt-5-pro": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
636
|
-
id: "gpt-5-pro";
|
|
637
|
-
provider: "azure-openai-responses";
|
|
638
|
-
};
|
|
639
|
-
"gpt-5.1": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
640
|
-
id: "gpt-5.1";
|
|
641
|
-
provider: "azure-openai-responses";
|
|
642
|
-
};
|
|
643
|
-
"gpt-5.1-chat-latest": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
644
|
-
id: "gpt-5.1-chat-latest";
|
|
645
|
-
provider: "azure-openai-responses";
|
|
646
|
-
};
|
|
647
|
-
"gpt-5.1-codex": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
648
|
-
id: "gpt-5.1-codex";
|
|
649
|
-
provider: "azure-openai-responses";
|
|
650
|
-
};
|
|
651
|
-
"gpt-5.1-codex-max": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
652
|
-
id: "gpt-5.1-codex-max";
|
|
653
|
-
provider: "azure-openai-responses";
|
|
654
|
-
};
|
|
655
|
-
"gpt-5.1-codex-mini": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
656
|
-
id: "gpt-5.1-codex-mini";
|
|
657
|
-
provider: "azure-openai-responses";
|
|
658
|
-
};
|
|
659
|
-
"gpt-5.2": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
660
|
-
id: "gpt-5.2";
|
|
661
|
-
provider: "azure-openai-responses";
|
|
662
|
-
};
|
|
663
|
-
"gpt-5.2-chat-latest": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
664
|
-
id: "gpt-5.2-chat-latest";
|
|
665
|
-
provider: "azure-openai-responses";
|
|
666
|
-
};
|
|
667
|
-
"gpt-5.2-codex": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
668
|
-
id: "gpt-5.2-codex";
|
|
669
|
-
provider: "azure-openai-responses";
|
|
670
|
-
};
|
|
671
|
-
"gpt-5.2-pro": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
672
|
-
id: "gpt-5.2-pro";
|
|
673
|
-
provider: "azure-openai-responses";
|
|
674
|
-
};
|
|
675
|
-
"gpt-5.3-chat-latest": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
676
|
-
id: "gpt-5.3-chat-latest";
|
|
677
|
-
provider: "azure-openai-responses";
|
|
678
|
-
};
|
|
679
|
-
"gpt-5.3-codex": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
680
|
-
id: "gpt-5.3-codex";
|
|
681
|
-
provider: "azure-openai-responses";
|
|
682
|
-
};
|
|
683
|
-
"gpt-5.3-codex-spark": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
684
|
-
id: "gpt-5.3-codex-spark";
|
|
685
|
-
provider: "azure-openai-responses";
|
|
686
|
-
};
|
|
687
|
-
"gpt-5.4": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
688
|
-
id: "gpt-5.4";
|
|
689
|
-
provider: "azure-openai-responses";
|
|
690
|
-
};
|
|
691
|
-
"gpt-5.4-mini": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
692
|
-
id: "gpt-5.4-mini";
|
|
693
|
-
provider: "azure-openai-responses";
|
|
694
|
-
};
|
|
695
|
-
"gpt-5.4-nano": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
696
|
-
id: "gpt-5.4-nano";
|
|
697
|
-
provider: "azure-openai-responses";
|
|
698
|
-
};
|
|
699
|
-
"gpt-5.4-pro": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
700
|
-
id: "gpt-5.4-pro";
|
|
701
|
-
provider: "azure-openai-responses";
|
|
702
|
-
};
|
|
703
|
-
"gpt-5.5": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
704
|
-
id: "gpt-5.5";
|
|
705
|
-
provider: "azure-openai-responses";
|
|
706
|
-
};
|
|
707
|
-
"gpt-5.5-pro": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
708
|
-
id: "gpt-5.5-pro";
|
|
709
|
-
provider: "azure-openai-responses";
|
|
710
|
-
};
|
|
711
|
-
"gpt-5.6-luna": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
712
|
-
id: "gpt-5.6-luna";
|
|
713
|
-
provider: "azure-openai-responses";
|
|
714
|
-
};
|
|
715
|
-
"gpt-5.6-sol": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
716
|
-
id: "gpt-5.6-sol";
|
|
717
|
-
provider: "azure-openai-responses";
|
|
718
|
-
};
|
|
719
|
-
"gpt-5.6-terra": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
720
|
-
id: "gpt-5.6-terra";
|
|
721
|
-
provider: "azure-openai-responses";
|
|
722
|
-
};
|
|
723
|
-
"gpt-realtime-2.1": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
724
|
-
id: "gpt-realtime-2.1";
|
|
725
|
-
provider: "azure-openai-responses";
|
|
726
|
-
};
|
|
727
|
-
o1: import("./model.ts").Model<"azure-openai-responses"> & {
|
|
728
|
-
id: "o1";
|
|
729
|
-
provider: "azure-openai-responses";
|
|
730
|
-
};
|
|
731
|
-
"o1-pro": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
732
|
-
id: "o1-pro";
|
|
733
|
-
provider: "azure-openai-responses";
|
|
734
|
-
};
|
|
735
|
-
o3: import("./model.ts").Model<"azure-openai-responses"> & {
|
|
736
|
-
id: "o3";
|
|
737
|
-
provider: "azure-openai-responses";
|
|
738
|
-
};
|
|
739
|
-
"o3-deep-research": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
740
|
-
id: "o3-deep-research";
|
|
741
|
-
provider: "azure-openai-responses";
|
|
742
|
-
};
|
|
743
|
-
"o3-mini": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
744
|
-
id: "o3-mini";
|
|
745
|
-
provider: "azure-openai-responses";
|
|
746
|
-
};
|
|
747
|
-
"o3-pro": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
748
|
-
id: "o3-pro";
|
|
749
|
-
provider: "azure-openai-responses";
|
|
750
|
-
};
|
|
751
|
-
"o4-mini": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
752
|
-
id: "o4-mini";
|
|
753
|
-
provider: "azure-openai-responses";
|
|
754
|
-
};
|
|
755
|
-
"o4-mini-deep-research": import("./model.ts").Model<"azure-openai-responses"> & {
|
|
756
|
-
id: "o4-mini-deep-research";
|
|
757
|
-
provider: "azure-openai-responses";
|
|
758
|
-
};
|
|
759
|
-
};
|
|
760
|
-
readonly cerebras: {
|
|
761
|
-
"gemma-4-31b": import("./model.ts").Model<"openai-completions"> & {
|
|
762
|
-
id: "gemma-4-31b";
|
|
763
|
-
provider: "cerebras";
|
|
764
|
-
};
|
|
765
|
-
"gpt-oss-120b": import("./model.ts").Model<"openai-completions"> & {
|
|
766
|
-
id: "gpt-oss-120b";
|
|
767
|
-
provider: "cerebras";
|
|
768
|
-
};
|
|
769
|
-
"zai-glm-4.7": import("./model.ts").Model<"openai-completions"> & {
|
|
770
|
-
id: "zai-glm-4.7";
|
|
771
|
-
provider: "cerebras";
|
|
772
|
-
};
|
|
773
|
-
};
|
|
774
|
-
readonly "cloudflare-ai-gateway": {
|
|
775
|
-
"claude-3-5-haiku": import("./model.ts").Model<"anthropic-messages"> & {
|
|
776
|
-
id: "claude-3-5-haiku";
|
|
777
|
-
provider: "cloudflare-ai-gateway";
|
|
778
|
-
};
|
|
779
|
-
"claude-3-haiku": import("./model.ts").Model<"anthropic-messages"> & {
|
|
780
|
-
id: "claude-3-haiku";
|
|
781
|
-
provider: "cloudflare-ai-gateway";
|
|
782
|
-
};
|
|
783
|
-
"claude-3-opus": import("./model.ts").Model<"anthropic-messages"> & {
|
|
784
|
-
id: "claude-3-opus";
|
|
785
|
-
provider: "cloudflare-ai-gateway";
|
|
786
|
-
};
|
|
787
|
-
"claude-3-sonnet": import("./model.ts").Model<"anthropic-messages"> & {
|
|
788
|
-
id: "claude-3-sonnet";
|
|
789
|
-
provider: "cloudflare-ai-gateway";
|
|
790
|
-
};
|
|
791
|
-
"claude-3.5-haiku": import("./model.ts").Model<"anthropic-messages"> & {
|
|
792
|
-
id: "claude-3.5-haiku";
|
|
793
|
-
provider: "cloudflare-ai-gateway";
|
|
794
|
-
};
|
|
795
|
-
"claude-3.5-sonnet": import("./model.ts").Model<"anthropic-messages"> & {
|
|
796
|
-
id: "claude-3.5-sonnet";
|
|
797
|
-
provider: "cloudflare-ai-gateway";
|
|
798
|
-
};
|
|
799
|
-
"claude-fable-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
800
|
-
id: "claude-fable-5";
|
|
801
|
-
provider: "cloudflare-ai-gateway";
|
|
802
|
-
};
|
|
803
|
-
"claude-haiku-4-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
804
|
-
id: "claude-haiku-4-5";
|
|
805
|
-
provider: "cloudflare-ai-gateway";
|
|
806
|
-
};
|
|
807
|
-
"claude-opus-4": import("./model.ts").Model<"anthropic-messages"> & {
|
|
808
|
-
id: "claude-opus-4";
|
|
809
|
-
provider: "cloudflare-ai-gateway";
|
|
810
|
-
};
|
|
811
|
-
"claude-opus-4-1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
812
|
-
id: "claude-opus-4-1";
|
|
813
|
-
provider: "cloudflare-ai-gateway";
|
|
814
|
-
};
|
|
815
|
-
"claude-opus-4-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
816
|
-
id: "claude-opus-4-5";
|
|
817
|
-
provider: "cloudflare-ai-gateway";
|
|
818
|
-
};
|
|
819
|
-
"claude-opus-4-6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
820
|
-
id: "claude-opus-4-6";
|
|
821
|
-
provider: "cloudflare-ai-gateway";
|
|
822
|
-
};
|
|
823
|
-
"claude-opus-4-7": import("./model.ts").Model<"anthropic-messages"> & {
|
|
824
|
-
id: "claude-opus-4-7";
|
|
825
|
-
provider: "cloudflare-ai-gateway";
|
|
826
|
-
};
|
|
827
|
-
"claude-opus-4-8": import("./model.ts").Model<"anthropic-messages"> & {
|
|
828
|
-
id: "claude-opus-4-8";
|
|
829
|
-
provider: "cloudflare-ai-gateway";
|
|
830
|
-
};
|
|
831
|
-
"claude-sonnet-4": import("./model.ts").Model<"anthropic-messages"> & {
|
|
832
|
-
id: "claude-sonnet-4";
|
|
833
|
-
provider: "cloudflare-ai-gateway";
|
|
834
|
-
};
|
|
835
|
-
"claude-sonnet-4-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
836
|
-
id: "claude-sonnet-4-5";
|
|
837
|
-
provider: "cloudflare-ai-gateway";
|
|
838
|
-
};
|
|
839
|
-
"claude-sonnet-4-6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
840
|
-
id: "claude-sonnet-4-6";
|
|
841
|
-
provider: "cloudflare-ai-gateway";
|
|
842
|
-
};
|
|
843
|
-
"claude-sonnet-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
844
|
-
id: "claude-sonnet-5";
|
|
845
|
-
provider: "cloudflare-ai-gateway";
|
|
846
|
-
};
|
|
847
|
-
"gpt-4": import("./model.ts").Model<"openai-responses"> & {
|
|
848
|
-
id: "gpt-4";
|
|
849
|
-
provider: "cloudflare-ai-gateway";
|
|
850
|
-
};
|
|
851
|
-
"gpt-4-turbo": import("./model.ts").Model<"openai-responses"> & {
|
|
852
|
-
id: "gpt-4-turbo";
|
|
853
|
-
provider: "cloudflare-ai-gateway";
|
|
854
|
-
};
|
|
855
|
-
"gpt-4o": import("./model.ts").Model<"openai-responses"> & {
|
|
856
|
-
id: "gpt-4o";
|
|
857
|
-
provider: "cloudflare-ai-gateway";
|
|
858
|
-
};
|
|
859
|
-
"gpt-4o-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
860
|
-
id: "gpt-4o-mini";
|
|
861
|
-
provider: "cloudflare-ai-gateway";
|
|
862
|
-
};
|
|
863
|
-
"gpt-5.1": import("./model.ts").Model<"openai-responses"> & {
|
|
864
|
-
id: "gpt-5.1";
|
|
865
|
-
provider: "cloudflare-ai-gateway";
|
|
866
|
-
};
|
|
867
|
-
"gpt-5.1-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
868
|
-
id: "gpt-5.1-codex";
|
|
869
|
-
provider: "cloudflare-ai-gateway";
|
|
870
|
-
};
|
|
871
|
-
"gpt-5.2": import("./model.ts").Model<"openai-responses"> & {
|
|
872
|
-
id: "gpt-5.2";
|
|
873
|
-
provider: "cloudflare-ai-gateway";
|
|
874
|
-
};
|
|
875
|
-
"gpt-5.2-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
876
|
-
id: "gpt-5.2-codex";
|
|
877
|
-
provider: "cloudflare-ai-gateway";
|
|
878
|
-
};
|
|
879
|
-
"gpt-5.3-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
880
|
-
id: "gpt-5.3-codex";
|
|
881
|
-
provider: "cloudflare-ai-gateway";
|
|
882
|
-
};
|
|
883
|
-
"gpt-5.4": import("./model.ts").Model<"openai-responses"> & {
|
|
884
|
-
id: "gpt-5.4";
|
|
885
|
-
provider: "cloudflare-ai-gateway";
|
|
886
|
-
};
|
|
887
|
-
"gpt-5.5": import("./model.ts").Model<"openai-responses"> & {
|
|
888
|
-
id: "gpt-5.5";
|
|
889
|
-
provider: "cloudflare-ai-gateway";
|
|
890
|
-
};
|
|
891
|
-
"gpt-5.6-luna": import("./model.ts").Model<"openai-responses"> & {
|
|
892
|
-
id: "gpt-5.6-luna";
|
|
893
|
-
provider: "cloudflare-ai-gateway";
|
|
894
|
-
};
|
|
895
|
-
"gpt-5.6-sol": import("./model.ts").Model<"openai-responses"> & {
|
|
896
|
-
id: "gpt-5.6-sol";
|
|
897
|
-
provider: "cloudflare-ai-gateway";
|
|
898
|
-
};
|
|
899
|
-
"gpt-5.6-terra": import("./model.ts").Model<"openai-responses"> & {
|
|
900
|
-
id: "gpt-5.6-terra";
|
|
901
|
-
provider: "cloudflare-ai-gateway";
|
|
902
|
-
};
|
|
903
|
-
o1: import("./model.ts").Model<"openai-responses"> & {
|
|
904
|
-
id: "o1";
|
|
905
|
-
provider: "cloudflare-ai-gateway";
|
|
906
|
-
};
|
|
907
|
-
o3: import("./model.ts").Model<"openai-responses"> & {
|
|
908
|
-
id: "o3";
|
|
909
|
-
provider: "cloudflare-ai-gateway";
|
|
910
|
-
};
|
|
911
|
-
"o3-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
912
|
-
id: "o3-mini";
|
|
913
|
-
provider: "cloudflare-ai-gateway";
|
|
914
|
-
};
|
|
915
|
-
"o3-pro": import("./model.ts").Model<"openai-responses"> & {
|
|
916
|
-
id: "o3-pro";
|
|
917
|
-
provider: "cloudflare-ai-gateway";
|
|
918
|
-
};
|
|
919
|
-
"o4-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
920
|
-
id: "o4-mini";
|
|
921
|
-
provider: "cloudflare-ai-gateway";
|
|
922
|
-
};
|
|
923
|
-
"workers-ai/@cf/moonshotai/kimi-k2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
924
|
-
id: "workers-ai/@cf/moonshotai/kimi-k2.5";
|
|
925
|
-
provider: "cloudflare-ai-gateway";
|
|
926
|
-
};
|
|
927
|
-
"workers-ai/@cf/moonshotai/kimi-k2.6": import("./model.ts").Model<"openai-completions"> & {
|
|
928
|
-
id: "workers-ai/@cf/moonshotai/kimi-k2.6";
|
|
929
|
-
provider: "cloudflare-ai-gateway";
|
|
930
|
-
};
|
|
931
|
-
"workers-ai/@cf/nvidia/nemotron-3-120b-a12b": import("./model.ts").Model<"openai-completions"> & {
|
|
932
|
-
id: "workers-ai/@cf/nvidia/nemotron-3-120b-a12b";
|
|
933
|
-
provider: "cloudflare-ai-gateway";
|
|
934
|
-
};
|
|
935
|
-
"workers-ai/@cf/zai-org/glm-4.7-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
936
|
-
id: "workers-ai/@cf/zai-org/glm-4.7-flash";
|
|
937
|
-
provider: "cloudflare-ai-gateway";
|
|
938
|
-
};
|
|
939
|
-
"workers-ai/@cf/zai-org/glm-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
940
|
-
id: "workers-ai/@cf/zai-org/glm-5.2";
|
|
941
|
-
provider: "cloudflare-ai-gateway";
|
|
942
|
-
};
|
|
943
|
-
};
|
|
944
|
-
readonly "cloudflare-workers-ai": {
|
|
945
|
-
"@cf/google/gemma-4-26b-a4b-it": import("./model.ts").Model<"openai-completions"> & {
|
|
946
|
-
id: "@cf/google/gemma-4-26b-a4b-it";
|
|
947
|
-
provider: "cloudflare-workers-ai";
|
|
948
|
-
};
|
|
949
|
-
"@cf/ibm-granite/granite-4.0-h-micro": import("./model.ts").Model<"openai-completions"> & {
|
|
950
|
-
id: "@cf/ibm-granite/granite-4.0-h-micro";
|
|
951
|
-
provider: "cloudflare-workers-ai";
|
|
952
|
-
};
|
|
953
|
-
"@cf/meta/llama-3.3-70b-instruct-fp8-fast": import("./model.ts").Model<"openai-completions"> & {
|
|
954
|
-
id: "@cf/meta/llama-3.3-70b-instruct-fp8-fast";
|
|
955
|
-
provider: "cloudflare-workers-ai";
|
|
956
|
-
};
|
|
957
|
-
"@cf/meta/llama-4-scout-17b-16e-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
958
|
-
id: "@cf/meta/llama-4-scout-17b-16e-instruct";
|
|
959
|
-
provider: "cloudflare-workers-ai";
|
|
960
|
-
};
|
|
961
|
-
"@cf/mistralai/mistral-small-3.1-24b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
962
|
-
id: "@cf/mistralai/mistral-small-3.1-24b-instruct";
|
|
963
|
-
provider: "cloudflare-workers-ai";
|
|
964
|
-
};
|
|
965
|
-
"@cf/moonshotai/kimi-k2.6": import("./model.ts").Model<"openai-completions"> & {
|
|
966
|
-
id: "@cf/moonshotai/kimi-k2.6";
|
|
967
|
-
provider: "cloudflare-workers-ai";
|
|
968
|
-
};
|
|
969
|
-
"@cf/moonshotai/kimi-k2.7-code": import("./model.ts").Model<"openai-completions"> & {
|
|
970
|
-
id: "@cf/moonshotai/kimi-k2.7-code";
|
|
971
|
-
provider: "cloudflare-workers-ai";
|
|
972
|
-
};
|
|
973
|
-
"@cf/nvidia/nemotron-3-120b-a12b": import("./model.ts").Model<"openai-completions"> & {
|
|
974
|
-
id: "@cf/nvidia/nemotron-3-120b-a12b";
|
|
975
|
-
provider: "cloudflare-workers-ai";
|
|
976
|
-
};
|
|
977
|
-
"@cf/openai/gpt-oss-120b": import("./model.ts").Model<"openai-completions"> & {
|
|
978
|
-
id: "@cf/openai/gpt-oss-120b";
|
|
979
|
-
provider: "cloudflare-workers-ai";
|
|
980
|
-
};
|
|
981
|
-
"@cf/openai/gpt-oss-20b": import("./model.ts").Model<"openai-completions"> & {
|
|
982
|
-
id: "@cf/openai/gpt-oss-20b";
|
|
983
|
-
provider: "cloudflare-workers-ai";
|
|
984
|
-
};
|
|
985
|
-
"@cf/qwen/qwen3-30b-a3b-fp8": import("./model.ts").Model<"openai-completions"> & {
|
|
986
|
-
id: "@cf/qwen/qwen3-30b-a3b-fp8";
|
|
987
|
-
provider: "cloudflare-workers-ai";
|
|
988
|
-
};
|
|
989
|
-
"@cf/zai-org/glm-4.7-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
990
|
-
id: "@cf/zai-org/glm-4.7-flash";
|
|
991
|
-
provider: "cloudflare-workers-ai";
|
|
992
|
-
};
|
|
993
|
-
"@cf/zai-org/glm-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
994
|
-
id: "@cf/zai-org/glm-5.2";
|
|
995
|
-
provider: "cloudflare-workers-ai";
|
|
996
|
-
};
|
|
997
|
-
};
|
|
998
|
-
readonly deepseek: {
|
|
999
|
-
"deepseek-v4-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
1000
|
-
id: "deepseek-v4-flash";
|
|
1001
|
-
provider: "deepseek";
|
|
1002
|
-
};
|
|
1003
|
-
"deepseek-v4-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
1004
|
-
id: "deepseek-v4-pro";
|
|
1005
|
-
provider: "deepseek";
|
|
1006
|
-
};
|
|
1007
|
-
};
|
|
1008
|
-
readonly fireworks: {
|
|
1009
|
-
"accounts/fireworks/models/deepseek-v4-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1010
|
-
id: "accounts/fireworks/models/deepseek-v4-flash";
|
|
1011
|
-
provider: "fireworks";
|
|
1012
|
-
};
|
|
1013
|
-
"accounts/fireworks/models/deepseek-v4-pro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1014
|
-
id: "accounts/fireworks/models/deepseek-v4-pro";
|
|
1015
|
-
provider: "fireworks";
|
|
1016
|
-
};
|
|
1017
|
-
"accounts/fireworks/models/glm-5p1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1018
|
-
id: "accounts/fireworks/models/glm-5p1";
|
|
1019
|
-
provider: "fireworks";
|
|
1020
|
-
};
|
|
1021
|
-
"accounts/fireworks/models/glm-5p2": import("./model.ts").Model<"openai-completions"> & {
|
|
1022
|
-
id: "accounts/fireworks/models/glm-5p2";
|
|
1023
|
-
provider: "fireworks";
|
|
1024
|
-
};
|
|
1025
|
-
"accounts/fireworks/models/gpt-oss-120b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1026
|
-
id: "accounts/fireworks/models/gpt-oss-120b";
|
|
1027
|
-
provider: "fireworks";
|
|
1028
|
-
};
|
|
1029
|
-
"accounts/fireworks/models/gpt-oss-20b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1030
|
-
id: "accounts/fireworks/models/gpt-oss-20b";
|
|
1031
|
-
provider: "fireworks";
|
|
1032
|
-
};
|
|
1033
|
-
"accounts/fireworks/models/kimi-k2p6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1034
|
-
id: "accounts/fireworks/models/kimi-k2p6";
|
|
1035
|
-
provider: "fireworks";
|
|
1036
|
-
};
|
|
1037
|
-
"accounts/fireworks/models/kimi-k2p7-code": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1038
|
-
id: "accounts/fireworks/models/kimi-k2p7-code";
|
|
1039
|
-
provider: "fireworks";
|
|
1040
|
-
};
|
|
1041
|
-
"accounts/fireworks/models/minimax-m2p7": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1042
|
-
id: "accounts/fireworks/models/minimax-m2p7";
|
|
1043
|
-
provider: "fireworks";
|
|
1044
|
-
};
|
|
1045
|
-
"accounts/fireworks/models/minimax-m3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1046
|
-
id: "accounts/fireworks/models/minimax-m3";
|
|
1047
|
-
provider: "fireworks";
|
|
1048
|
-
};
|
|
1049
|
-
"accounts/fireworks/models/qwen3p7-plus": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1050
|
-
id: "accounts/fireworks/models/qwen3p7-plus";
|
|
1051
|
-
provider: "fireworks";
|
|
1052
|
-
};
|
|
1053
|
-
"accounts/fireworks/routers/glm-5p1-fast": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1054
|
-
id: "accounts/fireworks/routers/glm-5p1-fast";
|
|
1055
|
-
provider: "fireworks";
|
|
1056
|
-
};
|
|
1057
|
-
"accounts/fireworks/routers/glm-5p2-fast": import("./model.ts").Model<"openai-completions"> & {
|
|
1058
|
-
id: "accounts/fireworks/routers/glm-5p2-fast";
|
|
1059
|
-
provider: "fireworks";
|
|
1060
|
-
};
|
|
1061
|
-
"accounts/fireworks/routers/kimi-k2p6-fast": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1062
|
-
id: "accounts/fireworks/routers/kimi-k2p6-fast";
|
|
1063
|
-
provider: "fireworks";
|
|
1064
|
-
};
|
|
1065
|
-
"accounts/fireworks/routers/kimi-k2p6-turbo": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1066
|
-
id: "accounts/fireworks/routers/kimi-k2p6-turbo";
|
|
1067
|
-
provider: "fireworks";
|
|
1068
|
-
};
|
|
1069
|
-
"accounts/fireworks/routers/kimi-k2p7-code-fast": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1070
|
-
id: "accounts/fireworks/routers/kimi-k2p7-code-fast";
|
|
1071
|
-
provider: "fireworks";
|
|
1072
|
-
};
|
|
1073
|
-
};
|
|
1074
|
-
readonly "github-copilot": {
|
|
1075
|
-
"claude-fable-5": import("./model.ts").Model<"openai-completions"> & {
|
|
1076
|
-
id: "claude-fable-5";
|
|
1077
|
-
provider: "github-copilot";
|
|
1078
|
-
};
|
|
1079
|
-
"claude-haiku-4.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1080
|
-
id: "claude-haiku-4.5";
|
|
1081
|
-
provider: "github-copilot";
|
|
1082
|
-
};
|
|
1083
|
-
"claude-opus-4.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1084
|
-
id: "claude-opus-4.5";
|
|
1085
|
-
provider: "github-copilot";
|
|
1086
|
-
};
|
|
1087
|
-
"claude-opus-4.6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1088
|
-
id: "claude-opus-4.6";
|
|
1089
|
-
provider: "github-copilot";
|
|
1090
|
-
};
|
|
1091
|
-
"claude-opus-4.7": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1092
|
-
id: "claude-opus-4.7";
|
|
1093
|
-
provider: "github-copilot";
|
|
1094
|
-
};
|
|
1095
|
-
"claude-opus-4.8": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1096
|
-
id: "claude-opus-4.8";
|
|
1097
|
-
provider: "github-copilot";
|
|
1098
|
-
};
|
|
1099
|
-
"claude-sonnet-4": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1100
|
-
id: "claude-sonnet-4";
|
|
1101
|
-
provider: "github-copilot";
|
|
1102
|
-
};
|
|
1103
|
-
"claude-sonnet-4.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1104
|
-
id: "claude-sonnet-4.5";
|
|
1105
|
-
provider: "github-copilot";
|
|
1106
|
-
};
|
|
1107
|
-
"claude-sonnet-4.6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1108
|
-
id: "claude-sonnet-4.6";
|
|
1109
|
-
provider: "github-copilot";
|
|
1110
|
-
};
|
|
1111
|
-
"claude-sonnet-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1112
|
-
id: "claude-sonnet-5";
|
|
1113
|
-
provider: "github-copilot";
|
|
1114
|
-
};
|
|
1115
|
-
"gemini-2.5-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
1116
|
-
id: "gemini-2.5-pro";
|
|
1117
|
-
provider: "github-copilot";
|
|
1118
|
-
};
|
|
1119
|
-
"gemini-3-flash-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
1120
|
-
id: "gemini-3-flash-preview";
|
|
1121
|
-
provider: "github-copilot";
|
|
1122
|
-
};
|
|
1123
|
-
"gemini-3.1-pro-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
1124
|
-
id: "gemini-3.1-pro-preview";
|
|
1125
|
-
provider: "github-copilot";
|
|
1126
|
-
};
|
|
1127
|
-
"gemini-3.5-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
1128
|
-
id: "gemini-3.5-flash";
|
|
1129
|
-
provider: "github-copilot";
|
|
1130
|
-
};
|
|
1131
|
-
"gpt-4.1": import("./model.ts").Model<"openai-completions"> & {
|
|
1132
|
-
id: "gpt-4.1";
|
|
1133
|
-
provider: "github-copilot";
|
|
1134
|
-
};
|
|
1135
|
-
"gpt-5-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
1136
|
-
id: "gpt-5-mini";
|
|
1137
|
-
provider: "github-copilot";
|
|
1138
|
-
};
|
|
1139
|
-
"gpt-5.2": import("./model.ts").Model<"openai-responses"> & {
|
|
1140
|
-
id: "gpt-5.2";
|
|
1141
|
-
provider: "github-copilot";
|
|
1142
|
-
};
|
|
1143
|
-
"gpt-5.2-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
1144
|
-
id: "gpt-5.2-codex";
|
|
1145
|
-
provider: "github-copilot";
|
|
1146
|
-
};
|
|
1147
|
-
"gpt-5.3-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
1148
|
-
id: "gpt-5.3-codex";
|
|
1149
|
-
provider: "github-copilot";
|
|
1150
|
-
};
|
|
1151
|
-
"gpt-5.4": import("./model.ts").Model<"openai-responses"> & {
|
|
1152
|
-
id: "gpt-5.4";
|
|
1153
|
-
provider: "github-copilot";
|
|
1154
|
-
};
|
|
1155
|
-
"gpt-5.4-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
1156
|
-
id: "gpt-5.4-mini";
|
|
1157
|
-
provider: "github-copilot";
|
|
1158
|
-
};
|
|
1159
|
-
"gpt-5.4-nano": import("./model.ts").Model<"openai-responses"> & {
|
|
1160
|
-
id: "gpt-5.4-nano";
|
|
1161
|
-
provider: "github-copilot";
|
|
1162
|
-
};
|
|
1163
|
-
"gpt-5.5": import("./model.ts").Model<"openai-responses"> & {
|
|
1164
|
-
id: "gpt-5.5";
|
|
1165
|
-
provider: "github-copilot";
|
|
1166
|
-
};
|
|
1167
|
-
"gpt-5.6-luna": import("./model.ts").Model<"openai-responses"> & {
|
|
1168
|
-
id: "gpt-5.6-luna";
|
|
1169
|
-
provider: "github-copilot";
|
|
1170
|
-
};
|
|
1171
|
-
"gpt-5.6-sol": import("./model.ts").Model<"openai-responses"> & {
|
|
1172
|
-
id: "gpt-5.6-sol";
|
|
1173
|
-
provider: "github-copilot";
|
|
1174
|
-
};
|
|
1175
|
-
"gpt-5.6-terra": import("./model.ts").Model<"openai-responses"> & {
|
|
1176
|
-
id: "gpt-5.6-terra";
|
|
1177
|
-
provider: "github-copilot";
|
|
1178
|
-
};
|
|
1179
|
-
"kimi-k2.7-code": import("./model.ts").Model<"openai-completions"> & {
|
|
1180
|
-
id: "kimi-k2.7-code";
|
|
1181
|
-
provider: "github-copilot";
|
|
1182
|
-
};
|
|
1183
|
-
"mai-code-1-flash-picker": import("./model.ts").Model<"openai-responses"> & {
|
|
1184
|
-
id: "mai-code-1-flash-picker";
|
|
1185
|
-
provider: "github-copilot";
|
|
1186
|
-
};
|
|
1187
|
-
};
|
|
1188
|
-
readonly google: {
|
|
1189
|
-
"gemini-2.0-flash": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1190
|
-
id: "gemini-2.0-flash";
|
|
1191
|
-
provider: "google";
|
|
1192
|
-
};
|
|
1193
|
-
"gemini-2.0-flash-lite": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1194
|
-
id: "gemini-2.0-flash-lite";
|
|
1195
|
-
provider: "google";
|
|
1196
|
-
};
|
|
1197
|
-
"gemini-2.5-flash": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1198
|
-
id: "gemini-2.5-flash";
|
|
1199
|
-
provider: "google";
|
|
1200
|
-
};
|
|
1201
|
-
"gemini-2.5-flash-lite": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1202
|
-
id: "gemini-2.5-flash-lite";
|
|
1203
|
-
provider: "google";
|
|
1204
|
-
};
|
|
1205
|
-
"gemini-2.5-pro": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1206
|
-
id: "gemini-2.5-pro";
|
|
1207
|
-
provider: "google";
|
|
1208
|
-
};
|
|
1209
|
-
"gemini-3-flash-preview": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1210
|
-
id: "gemini-3-flash-preview";
|
|
1211
|
-
provider: "google";
|
|
1212
|
-
};
|
|
1213
|
-
"gemini-3-pro-preview": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1214
|
-
id: "gemini-3-pro-preview";
|
|
1215
|
-
provider: "google";
|
|
1216
|
-
};
|
|
1217
|
-
"gemini-3.1-flash-lite": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1218
|
-
id: "gemini-3.1-flash-lite";
|
|
1219
|
-
provider: "google";
|
|
1220
|
-
};
|
|
1221
|
-
"gemini-3.1-flash-lite-preview": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1222
|
-
id: "gemini-3.1-flash-lite-preview";
|
|
1223
|
-
provider: "google";
|
|
1224
|
-
};
|
|
1225
|
-
"gemini-3.1-pro-preview": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1226
|
-
id: "gemini-3.1-pro-preview";
|
|
1227
|
-
provider: "google";
|
|
1228
|
-
};
|
|
1229
|
-
"gemini-3.1-pro-preview-customtools": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1230
|
-
id: "gemini-3.1-pro-preview-customtools";
|
|
1231
|
-
provider: "google";
|
|
1232
|
-
};
|
|
1233
|
-
"gemini-3.5-flash": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1234
|
-
id: "gemini-3.5-flash";
|
|
1235
|
-
provider: "google";
|
|
1236
|
-
};
|
|
1237
|
-
"gemini-3.5-flash-lite": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1238
|
-
id: "gemini-3.5-flash-lite";
|
|
1239
|
-
provider: "google";
|
|
1240
|
-
};
|
|
1241
|
-
"gemini-3.6-flash": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1242
|
-
id: "gemini-3.6-flash";
|
|
1243
|
-
provider: "google";
|
|
1244
|
-
};
|
|
1245
|
-
"gemini-flash-latest": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1246
|
-
id: "gemini-flash-latest";
|
|
1247
|
-
provider: "google";
|
|
1248
|
-
};
|
|
1249
|
-
"gemini-flash-lite-latest": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1250
|
-
id: "gemini-flash-lite-latest";
|
|
1251
|
-
provider: "google";
|
|
1252
|
-
};
|
|
1253
|
-
"gemma-4-26b-a4b-it": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1254
|
-
id: "gemma-4-26b-a4b-it";
|
|
1255
|
-
provider: "google";
|
|
1256
|
-
};
|
|
1257
|
-
"gemma-4-31b-it": import("./model.ts").Model<"google-generative-ai"> & {
|
|
1258
|
-
id: "gemma-4-31b-it";
|
|
1259
|
-
provider: "google";
|
|
1260
|
-
};
|
|
1261
|
-
};
|
|
1262
|
-
readonly "google-vertex": {
|
|
1263
|
-
"gemini-2.5-flash": import("./model.ts").Model<"google-vertex"> & {
|
|
1264
|
-
id: "gemini-2.5-flash";
|
|
1265
|
-
provider: "google-vertex";
|
|
1266
|
-
};
|
|
1267
|
-
"gemini-2.5-flash-lite": import("./model.ts").Model<"google-vertex"> & {
|
|
1268
|
-
id: "gemini-2.5-flash-lite";
|
|
1269
|
-
provider: "google-vertex";
|
|
1270
|
-
};
|
|
1271
|
-
"gemini-2.5-pro": import("./model.ts").Model<"google-vertex"> & {
|
|
1272
|
-
id: "gemini-2.5-pro";
|
|
1273
|
-
provider: "google-vertex";
|
|
1274
|
-
};
|
|
1275
|
-
"gemini-3-flash-preview": import("./model.ts").Model<"google-vertex"> & {
|
|
1276
|
-
id: "gemini-3-flash-preview";
|
|
1277
|
-
provider: "google-vertex";
|
|
1278
|
-
};
|
|
1279
|
-
"gemini-3.1-flash-lite": import("./model.ts").Model<"google-vertex"> & {
|
|
1280
|
-
id: "gemini-3.1-flash-lite";
|
|
1281
|
-
provider: "google-vertex";
|
|
1282
|
-
};
|
|
1283
|
-
"gemini-3.1-pro-preview": import("./model.ts").Model<"google-vertex"> & {
|
|
1284
|
-
id: "gemini-3.1-pro-preview";
|
|
1285
|
-
provider: "google-vertex";
|
|
1286
|
-
};
|
|
1287
|
-
"gemini-3.1-pro-preview-customtools": import("./model.ts").Model<"google-vertex"> & {
|
|
1288
|
-
id: "gemini-3.1-pro-preview-customtools";
|
|
1289
|
-
provider: "google-vertex";
|
|
1290
|
-
};
|
|
1291
|
-
"gemini-3.5-flash": import("./model.ts").Model<"google-vertex"> & {
|
|
1292
|
-
id: "gemini-3.5-flash";
|
|
1293
|
-
provider: "google-vertex";
|
|
1294
|
-
};
|
|
1295
|
-
"gemini-3.5-flash-lite": import("./model.ts").Model<"google-vertex"> & {
|
|
1296
|
-
id: "gemini-3.5-flash-lite";
|
|
1297
|
-
provider: "google-vertex";
|
|
1298
|
-
};
|
|
1299
|
-
"gemini-3.6-flash": import("./model.ts").Model<"google-vertex"> & {
|
|
1300
|
-
id: "gemini-3.6-flash";
|
|
1301
|
-
provider: "google-vertex";
|
|
1302
|
-
};
|
|
1303
|
-
"gemini-flash-latest": import("./model.ts").Model<"google-vertex"> & {
|
|
1304
|
-
id: "gemini-flash-latest";
|
|
1305
|
-
provider: "google-vertex";
|
|
1306
|
-
};
|
|
1307
|
-
"gemini-flash-lite-latest": import("./model.ts").Model<"google-vertex"> & {
|
|
1308
|
-
id: "gemini-flash-lite-latest";
|
|
1309
|
-
provider: "google-vertex";
|
|
1310
|
-
};
|
|
1311
|
-
};
|
|
1312
|
-
readonly groq: {
|
|
1313
|
-
"llama-3.1-8b-instant": import("./model.ts").Model<"openai-completions"> & {
|
|
1314
|
-
id: "llama-3.1-8b-instant";
|
|
1315
|
-
provider: "groq";
|
|
1316
|
-
};
|
|
1317
|
-
"llama-3.3-70b-versatile": import("./model.ts").Model<"openai-completions"> & {
|
|
1318
|
-
id: "llama-3.3-70b-versatile";
|
|
1319
|
-
provider: "groq";
|
|
1320
|
-
};
|
|
1321
|
-
"meta-llama/llama-4-scout-17b-16e-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1322
|
-
id: "meta-llama/llama-4-scout-17b-16e-instruct";
|
|
1323
|
-
provider: "groq";
|
|
1324
|
-
};
|
|
1325
|
-
"openai/gpt-oss-120b": import("./model.ts").Model<"openai-completions"> & {
|
|
1326
|
-
id: "openai/gpt-oss-120b";
|
|
1327
|
-
provider: "groq";
|
|
1328
|
-
};
|
|
1329
|
-
"openai/gpt-oss-20b": import("./model.ts").Model<"openai-completions"> & {
|
|
1330
|
-
id: "openai/gpt-oss-20b";
|
|
1331
|
-
provider: "groq";
|
|
1332
|
-
};
|
|
1333
|
-
"openai/gpt-oss-safeguard-20b": import("./model.ts").Model<"openai-completions"> & {
|
|
1334
|
-
id: "openai/gpt-oss-safeguard-20b";
|
|
1335
|
-
provider: "groq";
|
|
1336
|
-
};
|
|
1337
|
-
"qwen/qwen3-32b": import("./model.ts").Model<"openai-completions"> & {
|
|
1338
|
-
id: "qwen/qwen3-32b";
|
|
1339
|
-
provider: "groq";
|
|
1340
|
-
};
|
|
1341
|
-
};
|
|
1342
|
-
readonly huggingface: {
|
|
1343
|
-
"MiniMaxAI/MiniMax-M2": import("./model.ts").Model<"openai-completions"> & {
|
|
1344
|
-
id: "MiniMaxAI/MiniMax-M2";
|
|
1345
|
-
provider: "huggingface";
|
|
1346
|
-
};
|
|
1347
|
-
"MiniMaxAI/MiniMax-M2.1": import("./model.ts").Model<"openai-completions"> & {
|
|
1348
|
-
id: "MiniMaxAI/MiniMax-M2.1";
|
|
1349
|
-
provider: "huggingface";
|
|
1350
|
-
};
|
|
1351
|
-
"MiniMaxAI/MiniMax-M2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
1352
|
-
id: "MiniMaxAI/MiniMax-M2.5";
|
|
1353
|
-
provider: "huggingface";
|
|
1354
|
-
};
|
|
1355
|
-
"MiniMaxAI/MiniMax-M2.7": import("./model.ts").Model<"openai-completions"> & {
|
|
1356
|
-
id: "MiniMaxAI/MiniMax-M2.7";
|
|
1357
|
-
provider: "huggingface";
|
|
1358
|
-
};
|
|
1359
|
-
"MiniMaxAI/MiniMax-M3": import("./model.ts").Model<"openai-completions"> & {
|
|
1360
|
-
id: "MiniMaxAI/MiniMax-M3";
|
|
1361
|
-
provider: "huggingface";
|
|
1362
|
-
};
|
|
1363
|
-
"Qwen/Qwen3-235B-A22B": import("./model.ts").Model<"openai-completions"> & {
|
|
1364
|
-
id: "Qwen/Qwen3-235B-A22B";
|
|
1365
|
-
provider: "huggingface";
|
|
1366
|
-
};
|
|
1367
|
-
"Qwen/Qwen3-235B-A22B-Thinking-2507": import("./model.ts").Model<"openai-completions"> & {
|
|
1368
|
-
id: "Qwen/Qwen3-235B-A22B-Thinking-2507";
|
|
1369
|
-
provider: "huggingface";
|
|
1370
|
-
};
|
|
1371
|
-
"Qwen/Qwen3-32B": import("./model.ts").Model<"openai-completions"> & {
|
|
1372
|
-
id: "Qwen/Qwen3-32B";
|
|
1373
|
-
provider: "huggingface";
|
|
1374
|
-
};
|
|
1375
|
-
"Qwen/Qwen3-Coder-30B-A3B-Instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1376
|
-
id: "Qwen/Qwen3-Coder-30B-A3B-Instruct";
|
|
1377
|
-
provider: "huggingface";
|
|
1378
|
-
};
|
|
1379
|
-
"Qwen/Qwen3-Coder-480B-A35B-Instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1380
|
-
id: "Qwen/Qwen3-Coder-480B-A35B-Instruct";
|
|
1381
|
-
provider: "huggingface";
|
|
1382
|
-
};
|
|
1383
|
-
"Qwen/Qwen3-Coder-Next": import("./model.ts").Model<"openai-completions"> & {
|
|
1384
|
-
id: "Qwen/Qwen3-Coder-Next";
|
|
1385
|
-
provider: "huggingface";
|
|
1386
|
-
};
|
|
1387
|
-
"Qwen/Qwen3-Next-80B-A3B-Instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1388
|
-
id: "Qwen/Qwen3-Next-80B-A3B-Instruct";
|
|
1389
|
-
provider: "huggingface";
|
|
1390
|
-
};
|
|
1391
|
-
"Qwen/Qwen3-Next-80B-A3B-Thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
1392
|
-
id: "Qwen/Qwen3-Next-80B-A3B-Thinking";
|
|
1393
|
-
provider: "huggingface";
|
|
1394
|
-
};
|
|
1395
|
-
"Qwen/Qwen3.5-122B-A10B": import("./model.ts").Model<"openai-completions"> & {
|
|
1396
|
-
id: "Qwen/Qwen3.5-122B-A10B";
|
|
1397
|
-
provider: "huggingface";
|
|
1398
|
-
};
|
|
1399
|
-
"Qwen/Qwen3.5-27B": import("./model.ts").Model<"openai-completions"> & {
|
|
1400
|
-
id: "Qwen/Qwen3.5-27B";
|
|
1401
|
-
provider: "huggingface";
|
|
1402
|
-
};
|
|
1403
|
-
"Qwen/Qwen3.5-35B-A3B": import("./model.ts").Model<"openai-completions"> & {
|
|
1404
|
-
id: "Qwen/Qwen3.5-35B-A3B";
|
|
1405
|
-
provider: "huggingface";
|
|
1406
|
-
};
|
|
1407
|
-
"Qwen/Qwen3.5-397B-A17B": import("./model.ts").Model<"openai-completions"> & {
|
|
1408
|
-
id: "Qwen/Qwen3.5-397B-A17B";
|
|
1409
|
-
provider: "huggingface";
|
|
1410
|
-
};
|
|
1411
|
-
"Qwen/Qwen3.5-9B": import("./model.ts").Model<"openai-completions"> & {
|
|
1412
|
-
id: "Qwen/Qwen3.5-9B";
|
|
1413
|
-
provider: "huggingface";
|
|
1414
|
-
};
|
|
1415
|
-
"Qwen/Qwen3.6-27B": import("./model.ts").Model<"openai-completions"> & {
|
|
1416
|
-
id: "Qwen/Qwen3.6-27B";
|
|
1417
|
-
provider: "huggingface";
|
|
1418
|
-
};
|
|
1419
|
-
"Qwen/Qwen3.6-35B-A3B": import("./model.ts").Model<"openai-completions"> & {
|
|
1420
|
-
id: "Qwen/Qwen3.6-35B-A3B";
|
|
1421
|
-
provider: "huggingface";
|
|
1422
|
-
};
|
|
1423
|
-
"XiaomiMiMo/MiMo-V2-Flash": import("./model.ts").Model<"openai-completions"> & {
|
|
1424
|
-
id: "XiaomiMiMo/MiMo-V2-Flash";
|
|
1425
|
-
provider: "huggingface";
|
|
1426
|
-
};
|
|
1427
|
-
"XiaomiMiMo/MiMo-V2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
1428
|
-
id: "XiaomiMiMo/MiMo-V2.5";
|
|
1429
|
-
provider: "huggingface";
|
|
1430
|
-
};
|
|
1431
|
-
"XiaomiMiMo/MiMo-V2.5-Pro": import("./model.ts").Model<"openai-completions"> & {
|
|
1432
|
-
id: "XiaomiMiMo/MiMo-V2.5-Pro";
|
|
1433
|
-
provider: "huggingface";
|
|
1434
|
-
};
|
|
1435
|
-
"deepseek-ai/DeepSeek-R1": import("./model.ts").Model<"openai-completions"> & {
|
|
1436
|
-
id: "deepseek-ai/DeepSeek-R1";
|
|
1437
|
-
provider: "huggingface";
|
|
1438
|
-
};
|
|
1439
|
-
"deepseek-ai/DeepSeek-R1-0528": import("./model.ts").Model<"openai-completions"> & {
|
|
1440
|
-
id: "deepseek-ai/DeepSeek-R1-0528";
|
|
1441
|
-
provider: "huggingface";
|
|
1442
|
-
};
|
|
1443
|
-
"deepseek-ai/DeepSeek-V3.2": import("./model.ts").Model<"openai-completions"> & {
|
|
1444
|
-
id: "deepseek-ai/DeepSeek-V3.2";
|
|
1445
|
-
provider: "huggingface";
|
|
1446
|
-
};
|
|
1447
|
-
"deepseek-ai/DeepSeek-V4-Flash": import("./model.ts").Model<"openai-completions"> & {
|
|
1448
|
-
id: "deepseek-ai/DeepSeek-V4-Flash";
|
|
1449
|
-
provider: "huggingface";
|
|
1450
|
-
};
|
|
1451
|
-
"deepseek-ai/DeepSeek-V4-Pro": import("./model.ts").Model<"openai-completions"> & {
|
|
1452
|
-
id: "deepseek-ai/DeepSeek-V4-Pro";
|
|
1453
|
-
provider: "huggingface";
|
|
1454
|
-
};
|
|
1455
|
-
"google/gemma-4-26B-A4B-it": import("./model.ts").Model<"openai-completions"> & {
|
|
1456
|
-
id: "google/gemma-4-26B-A4B-it";
|
|
1457
|
-
provider: "huggingface";
|
|
1458
|
-
};
|
|
1459
|
-
"google/gemma-4-31B-it": import("./model.ts").Model<"openai-completions"> & {
|
|
1460
|
-
id: "google/gemma-4-31B-it";
|
|
1461
|
-
provider: "huggingface";
|
|
1462
|
-
};
|
|
1463
|
-
"meta-llama/Llama-3.3-70B-Instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1464
|
-
id: "meta-llama/Llama-3.3-70B-Instruct";
|
|
1465
|
-
provider: "huggingface";
|
|
1466
|
-
};
|
|
1467
|
-
"moonshotai/Kimi-K2-Instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1468
|
-
id: "moonshotai/Kimi-K2-Instruct";
|
|
1469
|
-
provider: "huggingface";
|
|
1470
|
-
};
|
|
1471
|
-
"moonshotai/Kimi-K2-Instruct-0905": import("./model.ts").Model<"openai-completions"> & {
|
|
1472
|
-
id: "moonshotai/Kimi-K2-Instruct-0905";
|
|
1473
|
-
provider: "huggingface";
|
|
1474
|
-
};
|
|
1475
|
-
"moonshotai/Kimi-K2-Thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
1476
|
-
id: "moonshotai/Kimi-K2-Thinking";
|
|
1477
|
-
provider: "huggingface";
|
|
1478
|
-
};
|
|
1479
|
-
"moonshotai/Kimi-K2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
1480
|
-
id: "moonshotai/Kimi-K2.5";
|
|
1481
|
-
provider: "huggingface";
|
|
1482
|
-
};
|
|
1483
|
-
"moonshotai/Kimi-K2.6": import("./model.ts").Model<"openai-completions"> & {
|
|
1484
|
-
id: "moonshotai/Kimi-K2.6";
|
|
1485
|
-
provider: "huggingface";
|
|
1486
|
-
};
|
|
1487
|
-
"moonshotai/Kimi-K2.7-Code": import("./model.ts").Model<"openai-completions"> & {
|
|
1488
|
-
id: "moonshotai/Kimi-K2.7-Code";
|
|
1489
|
-
provider: "huggingface";
|
|
1490
|
-
};
|
|
1491
|
-
"openai/gpt-oss-120b": import("./model.ts").Model<"openai-completions"> & {
|
|
1492
|
-
id: "openai/gpt-oss-120b";
|
|
1493
|
-
provider: "huggingface";
|
|
1494
|
-
};
|
|
1495
|
-
"openai/gpt-oss-20b": import("./model.ts").Model<"openai-completions"> & {
|
|
1496
|
-
id: "openai/gpt-oss-20b";
|
|
1497
|
-
provider: "huggingface";
|
|
1498
|
-
};
|
|
1499
|
-
"stepfun-ai/Step-3.5-Flash": import("./model.ts").Model<"openai-completions"> & {
|
|
1500
|
-
id: "stepfun-ai/Step-3.5-Flash";
|
|
1501
|
-
provider: "huggingface";
|
|
1502
|
-
};
|
|
1503
|
-
"stepfun-ai/Step-3.7-Flash": import("./model.ts").Model<"openai-completions"> & {
|
|
1504
|
-
id: "stepfun-ai/Step-3.7-Flash";
|
|
1505
|
-
provider: "huggingface";
|
|
1506
|
-
};
|
|
1507
|
-
"zai-org/GLM-4.5": import("./model.ts").Model<"openai-completions"> & {
|
|
1508
|
-
id: "zai-org/GLM-4.5";
|
|
1509
|
-
provider: "huggingface";
|
|
1510
|
-
};
|
|
1511
|
-
"zai-org/GLM-4.5-Air": import("./model.ts").Model<"openai-completions"> & {
|
|
1512
|
-
id: "zai-org/GLM-4.5-Air";
|
|
1513
|
-
provider: "huggingface";
|
|
1514
|
-
};
|
|
1515
|
-
"zai-org/GLM-4.5V": import("./model.ts").Model<"openai-completions"> & {
|
|
1516
|
-
id: "zai-org/GLM-4.5V";
|
|
1517
|
-
provider: "huggingface";
|
|
1518
|
-
};
|
|
1519
|
-
"zai-org/GLM-4.6": import("./model.ts").Model<"openai-completions"> & {
|
|
1520
|
-
id: "zai-org/GLM-4.6";
|
|
1521
|
-
provider: "huggingface";
|
|
1522
|
-
};
|
|
1523
|
-
"zai-org/GLM-4.7": import("./model.ts").Model<"openai-completions"> & {
|
|
1524
|
-
id: "zai-org/GLM-4.7";
|
|
1525
|
-
provider: "huggingface";
|
|
1526
|
-
};
|
|
1527
|
-
"zai-org/GLM-4.7-Flash": import("./model.ts").Model<"openai-completions"> & {
|
|
1528
|
-
id: "zai-org/GLM-4.7-Flash";
|
|
1529
|
-
provider: "huggingface";
|
|
1530
|
-
};
|
|
1531
|
-
"zai-org/GLM-5": import("./model.ts").Model<"openai-completions"> & {
|
|
1532
|
-
id: "zai-org/GLM-5";
|
|
1533
|
-
provider: "huggingface";
|
|
1534
|
-
};
|
|
1535
|
-
"zai-org/GLM-5.1": import("./model.ts").Model<"openai-completions"> & {
|
|
1536
|
-
id: "zai-org/GLM-5.1";
|
|
1537
|
-
provider: "huggingface";
|
|
1538
|
-
};
|
|
1539
|
-
"zai-org/GLM-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
1540
|
-
id: "zai-org/GLM-5.2";
|
|
1541
|
-
provider: "huggingface";
|
|
1542
|
-
};
|
|
1543
|
-
};
|
|
1544
|
-
readonly "kimi-coding": {
|
|
1545
|
-
k3: import("./model.ts").Model<"anthropic-messages"> & {
|
|
1546
|
-
id: "k3";
|
|
1547
|
-
provider: "kimi-coding";
|
|
1548
|
-
};
|
|
1549
|
-
"kimi-for-coding": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1550
|
-
id: "kimi-for-coding";
|
|
1551
|
-
provider: "kimi-coding";
|
|
1552
|
-
};
|
|
1553
|
-
"kimi-for-coding-highspeed": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1554
|
-
id: "kimi-for-coding-highspeed";
|
|
1555
|
-
provider: "kimi-coding";
|
|
1556
|
-
};
|
|
1557
|
-
"kimi-k2-thinking": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1558
|
-
id: "kimi-k2-thinking";
|
|
1559
|
-
provider: "kimi-coding";
|
|
1560
|
-
};
|
|
1561
|
-
};
|
|
1562
|
-
readonly minimax: {
|
|
1563
|
-
"MiniMax-M2.7": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1564
|
-
id: "MiniMax-M2.7";
|
|
1565
|
-
provider: "minimax";
|
|
1566
|
-
};
|
|
1567
|
-
"MiniMax-M2.7-highspeed": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1568
|
-
id: "MiniMax-M2.7-highspeed";
|
|
1569
|
-
provider: "minimax";
|
|
1570
|
-
};
|
|
1571
|
-
"MiniMax-M3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1572
|
-
id: "MiniMax-M3";
|
|
1573
|
-
provider: "minimax";
|
|
1574
|
-
};
|
|
1575
|
-
};
|
|
1576
|
-
readonly "minimax-cn": {
|
|
1577
|
-
"MiniMax-M2.7": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1578
|
-
id: "MiniMax-M2.7";
|
|
1579
|
-
provider: "minimax-cn";
|
|
1580
|
-
};
|
|
1581
|
-
"MiniMax-M2.7-highspeed": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1582
|
-
id: "MiniMax-M2.7-highspeed";
|
|
1583
|
-
provider: "minimax-cn";
|
|
1584
|
-
};
|
|
1585
|
-
"MiniMax-M3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
1586
|
-
id: "MiniMax-M3";
|
|
1587
|
-
provider: "minimax-cn";
|
|
1588
|
-
};
|
|
1589
|
-
};
|
|
1590
|
-
readonly mistral: {
|
|
1591
|
-
"codestral-latest": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1592
|
-
id: "codestral-latest";
|
|
1593
|
-
provider: "mistral";
|
|
1594
|
-
};
|
|
1595
|
-
"devstral-2512": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1596
|
-
id: "devstral-2512";
|
|
1597
|
-
provider: "mistral";
|
|
1598
|
-
};
|
|
1599
|
-
"devstral-latest": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1600
|
-
id: "devstral-latest";
|
|
1601
|
-
provider: "mistral";
|
|
1602
|
-
};
|
|
1603
|
-
"devstral-medium-2507": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1604
|
-
id: "devstral-medium-2507";
|
|
1605
|
-
provider: "mistral";
|
|
1606
|
-
};
|
|
1607
|
-
"devstral-medium-latest": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1608
|
-
id: "devstral-medium-latest";
|
|
1609
|
-
provider: "mistral";
|
|
1610
|
-
};
|
|
1611
|
-
"devstral-small-2505": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1612
|
-
id: "devstral-small-2505";
|
|
1613
|
-
provider: "mistral";
|
|
1614
|
-
};
|
|
1615
|
-
"devstral-small-2507": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1616
|
-
id: "devstral-small-2507";
|
|
1617
|
-
provider: "mistral";
|
|
1618
|
-
};
|
|
1619
|
-
"labs-devstral-small-2512": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1620
|
-
id: "labs-devstral-small-2512";
|
|
1621
|
-
provider: "mistral";
|
|
1622
|
-
};
|
|
1623
|
-
"magistral-medium-latest": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1624
|
-
id: "magistral-medium-latest";
|
|
1625
|
-
provider: "mistral";
|
|
1626
|
-
};
|
|
1627
|
-
"magistral-small": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1628
|
-
id: "magistral-small";
|
|
1629
|
-
provider: "mistral";
|
|
1630
|
-
};
|
|
1631
|
-
"ministral-3b-latest": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1632
|
-
id: "ministral-3b-latest";
|
|
1633
|
-
provider: "mistral";
|
|
1634
|
-
};
|
|
1635
|
-
"ministral-8b-latest": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1636
|
-
id: "ministral-8b-latest";
|
|
1637
|
-
provider: "mistral";
|
|
1638
|
-
};
|
|
1639
|
-
"mistral-large-2411": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1640
|
-
id: "mistral-large-2411";
|
|
1641
|
-
provider: "mistral";
|
|
1642
|
-
};
|
|
1643
|
-
"mistral-large-2512": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1644
|
-
id: "mistral-large-2512";
|
|
1645
|
-
provider: "mistral";
|
|
1646
|
-
};
|
|
1647
|
-
"mistral-large-latest": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1648
|
-
id: "mistral-large-latest";
|
|
1649
|
-
provider: "mistral";
|
|
1650
|
-
};
|
|
1651
|
-
"mistral-medium-2505": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1652
|
-
id: "mistral-medium-2505";
|
|
1653
|
-
provider: "mistral";
|
|
1654
|
-
};
|
|
1655
|
-
"mistral-medium-2508": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1656
|
-
id: "mistral-medium-2508";
|
|
1657
|
-
provider: "mistral";
|
|
1658
|
-
};
|
|
1659
|
-
"mistral-medium-2604": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1660
|
-
id: "mistral-medium-2604";
|
|
1661
|
-
provider: "mistral";
|
|
1662
|
-
};
|
|
1663
|
-
"mistral-medium-3.5": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1664
|
-
id: "mistral-medium-3.5";
|
|
1665
|
-
provider: "mistral";
|
|
1666
|
-
};
|
|
1667
|
-
"mistral-medium-latest": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1668
|
-
id: "mistral-medium-latest";
|
|
1669
|
-
provider: "mistral";
|
|
1670
|
-
};
|
|
1671
|
-
"mistral-nemo": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1672
|
-
id: "mistral-nemo";
|
|
1673
|
-
provider: "mistral";
|
|
1674
|
-
};
|
|
1675
|
-
"mistral-small-2506": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1676
|
-
id: "mistral-small-2506";
|
|
1677
|
-
provider: "mistral";
|
|
1678
|
-
};
|
|
1679
|
-
"mistral-small-2603": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1680
|
-
id: "mistral-small-2603";
|
|
1681
|
-
provider: "mistral";
|
|
1682
|
-
};
|
|
1683
|
-
"mistral-small-latest": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1684
|
-
id: "mistral-small-latest";
|
|
1685
|
-
provider: "mistral";
|
|
1686
|
-
};
|
|
1687
|
-
"open-mistral-7b": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1688
|
-
id: "open-mistral-7b";
|
|
1689
|
-
provider: "mistral";
|
|
1690
|
-
};
|
|
1691
|
-
"open-mistral-nemo": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1692
|
-
id: "open-mistral-nemo";
|
|
1693
|
-
provider: "mistral";
|
|
1694
|
-
};
|
|
1695
|
-
"open-mixtral-8x22b": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1696
|
-
id: "open-mixtral-8x22b";
|
|
1697
|
-
provider: "mistral";
|
|
1698
|
-
};
|
|
1699
|
-
"open-mixtral-8x7b": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1700
|
-
id: "open-mixtral-8x7b";
|
|
1701
|
-
provider: "mistral";
|
|
1702
|
-
};
|
|
1703
|
-
"pixtral-12b": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1704
|
-
id: "pixtral-12b";
|
|
1705
|
-
provider: "mistral";
|
|
1706
|
-
};
|
|
1707
|
-
"pixtral-large-latest": import("./model.ts").Model<"mistral-conversations"> & {
|
|
1708
|
-
id: "pixtral-large-latest";
|
|
1709
|
-
provider: "mistral";
|
|
1710
|
-
};
|
|
1711
|
-
};
|
|
1712
|
-
readonly moonshotai: {
|
|
1713
|
-
"kimi-k2-0711-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
1714
|
-
id: "kimi-k2-0711-preview";
|
|
1715
|
-
provider: "moonshotai";
|
|
1716
|
-
};
|
|
1717
|
-
"kimi-k2-0905-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
1718
|
-
id: "kimi-k2-0905-preview";
|
|
1719
|
-
provider: "moonshotai";
|
|
1720
|
-
};
|
|
1721
|
-
"kimi-k2-thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
1722
|
-
id: "kimi-k2-thinking";
|
|
1723
|
-
provider: "moonshotai";
|
|
1724
|
-
};
|
|
1725
|
-
"kimi-k2-thinking-turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
1726
|
-
id: "kimi-k2-thinking-turbo";
|
|
1727
|
-
provider: "moonshotai";
|
|
1728
|
-
};
|
|
1729
|
-
"kimi-k2-turbo-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
1730
|
-
id: "kimi-k2-turbo-preview";
|
|
1731
|
-
provider: "moonshotai";
|
|
1732
|
-
};
|
|
1733
|
-
"kimi-k2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
1734
|
-
id: "kimi-k2.5";
|
|
1735
|
-
provider: "moonshotai";
|
|
1736
|
-
};
|
|
1737
|
-
"kimi-k2.6": import("./model.ts").Model<"openai-completions"> & {
|
|
1738
|
-
id: "kimi-k2.6";
|
|
1739
|
-
provider: "moonshotai";
|
|
1740
|
-
};
|
|
1741
|
-
"kimi-k2.7-code": import("./model.ts").Model<"openai-completions"> & {
|
|
1742
|
-
id: "kimi-k2.7-code";
|
|
1743
|
-
provider: "moonshotai";
|
|
1744
|
-
};
|
|
1745
|
-
"kimi-k2.7-code-highspeed": import("./model.ts").Model<"openai-completions"> & {
|
|
1746
|
-
id: "kimi-k2.7-code-highspeed";
|
|
1747
|
-
provider: "moonshotai";
|
|
1748
|
-
};
|
|
1749
|
-
"kimi-k3": import("./model.ts").Model<"openai-completions"> & {
|
|
1750
|
-
id: "kimi-k3";
|
|
1751
|
-
provider: "moonshotai";
|
|
1752
|
-
};
|
|
1753
|
-
};
|
|
1754
|
-
readonly "moonshotai-cn": {
|
|
1755
|
-
"kimi-k2-0711-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
1756
|
-
id: "kimi-k2-0711-preview";
|
|
1757
|
-
provider: "moonshotai-cn";
|
|
1758
|
-
};
|
|
1759
|
-
"kimi-k2-0905-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
1760
|
-
id: "kimi-k2-0905-preview";
|
|
1761
|
-
provider: "moonshotai-cn";
|
|
1762
|
-
};
|
|
1763
|
-
"kimi-k2-thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
1764
|
-
id: "kimi-k2-thinking";
|
|
1765
|
-
provider: "moonshotai-cn";
|
|
1766
|
-
};
|
|
1767
|
-
"kimi-k2-thinking-turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
1768
|
-
id: "kimi-k2-thinking-turbo";
|
|
1769
|
-
provider: "moonshotai-cn";
|
|
1770
|
-
};
|
|
1771
|
-
"kimi-k2-turbo-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
1772
|
-
id: "kimi-k2-turbo-preview";
|
|
1773
|
-
provider: "moonshotai-cn";
|
|
1774
|
-
};
|
|
1775
|
-
"kimi-k2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
1776
|
-
id: "kimi-k2.5";
|
|
1777
|
-
provider: "moonshotai-cn";
|
|
1778
|
-
};
|
|
1779
|
-
"kimi-k2.6": import("./model.ts").Model<"openai-completions"> & {
|
|
1780
|
-
id: "kimi-k2.6";
|
|
1781
|
-
provider: "moonshotai-cn";
|
|
1782
|
-
};
|
|
1783
|
-
"kimi-k2.7-code": import("./model.ts").Model<"openai-completions"> & {
|
|
1784
|
-
id: "kimi-k2.7-code";
|
|
1785
|
-
provider: "moonshotai-cn";
|
|
1786
|
-
};
|
|
1787
|
-
"kimi-k2.7-code-highspeed": import("./model.ts").Model<"openai-completions"> & {
|
|
1788
|
-
id: "kimi-k2.7-code-highspeed";
|
|
1789
|
-
provider: "moonshotai-cn";
|
|
1790
|
-
};
|
|
1791
|
-
"kimi-k3": import("./model.ts").Model<"openai-completions"> & {
|
|
1792
|
-
id: "kimi-k3";
|
|
1793
|
-
provider: "moonshotai-cn";
|
|
1794
|
-
};
|
|
1795
|
-
};
|
|
1796
|
-
readonly nvidia: {
|
|
1797
|
-
"meta/llama-3.1-70b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1798
|
-
id: "meta/llama-3.1-70b-instruct";
|
|
1799
|
-
provider: "nvidia";
|
|
1800
|
-
};
|
|
1801
|
-
"meta/llama-3.1-8b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1802
|
-
id: "meta/llama-3.1-8b-instruct";
|
|
1803
|
-
provider: "nvidia";
|
|
1804
|
-
};
|
|
1805
|
-
"meta/llama-3.2-11b-vision-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1806
|
-
id: "meta/llama-3.2-11b-vision-instruct";
|
|
1807
|
-
provider: "nvidia";
|
|
1808
|
-
};
|
|
1809
|
-
"meta/llama-3.2-90b-vision-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1810
|
-
id: "meta/llama-3.2-90b-vision-instruct";
|
|
1811
|
-
provider: "nvidia";
|
|
1812
|
-
};
|
|
1813
|
-
"meta/llama-3.3-70b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
1814
|
-
id: "meta/llama-3.3-70b-instruct";
|
|
1815
|
-
provider: "nvidia";
|
|
1816
|
-
};
|
|
1817
|
-
"minimaxai/minimax-m3": import("./model.ts").Model<"openai-completions"> & {
|
|
1818
|
-
id: "minimaxai/minimax-m3";
|
|
1819
|
-
provider: "nvidia";
|
|
1820
|
-
};
|
|
1821
|
-
"mistralai/mistral-large-3-675b-instruct-2512": import("./model.ts").Model<"openai-completions"> & {
|
|
1822
|
-
id: "mistralai/mistral-large-3-675b-instruct-2512";
|
|
1823
|
-
provider: "nvidia";
|
|
1824
|
-
};
|
|
1825
|
-
"mistralai/mistral-small-4-119b-2603": import("./model.ts").Model<"openai-completions"> & {
|
|
1826
|
-
id: "mistralai/mistral-small-4-119b-2603";
|
|
1827
|
-
provider: "nvidia";
|
|
1828
|
-
};
|
|
1829
|
-
"moonshotai/kimi-k2.6": import("./model.ts").Model<"openai-completions"> & {
|
|
1830
|
-
id: "moonshotai/kimi-k2.6";
|
|
1831
|
-
provider: "nvidia";
|
|
1832
|
-
};
|
|
1833
|
-
"nvidia/nemotron-3-nano-30b-a3b": import("./model.ts").Model<"openai-completions"> & {
|
|
1834
|
-
id: "nvidia/nemotron-3-nano-30b-a3b";
|
|
1835
|
-
provider: "nvidia";
|
|
1836
|
-
};
|
|
1837
|
-
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning": import("./model.ts").Model<"openai-completions"> & {
|
|
1838
|
-
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning";
|
|
1839
|
-
provider: "nvidia";
|
|
1840
|
-
};
|
|
1841
|
-
"nvidia/nemotron-3-super-120b-a12b": import("./model.ts").Model<"openai-completions"> & {
|
|
1842
|
-
id: "nvidia/nemotron-3-super-120b-a12b";
|
|
1843
|
-
provider: "nvidia";
|
|
1844
|
-
};
|
|
1845
|
-
"nvidia/nemotron-3-ultra-550b-a55b": import("./model.ts").Model<"openai-completions"> & {
|
|
1846
|
-
id: "nvidia/nemotron-3-ultra-550b-a55b";
|
|
1847
|
-
provider: "nvidia";
|
|
1848
|
-
};
|
|
1849
|
-
"nvidia/nvidia-nemotron-nano-9b-v2": import("./model.ts").Model<"openai-completions"> & {
|
|
1850
|
-
id: "nvidia/nvidia-nemotron-nano-9b-v2";
|
|
1851
|
-
provider: "nvidia";
|
|
1852
|
-
};
|
|
1853
|
-
"openai/gpt-oss-120b": import("./model.ts").Model<"openai-completions"> & {
|
|
1854
|
-
id: "openai/gpt-oss-120b";
|
|
1855
|
-
provider: "nvidia";
|
|
1856
|
-
};
|
|
1857
|
-
"openai/gpt-oss-20b": import("./model.ts").Model<"openai-completions"> & {
|
|
1858
|
-
id: "openai/gpt-oss-20b";
|
|
1859
|
-
provider: "nvidia";
|
|
1860
|
-
};
|
|
1861
|
-
"stepfun-ai/step-3.5-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
1862
|
-
id: "stepfun-ai/step-3.5-flash";
|
|
1863
|
-
provider: "nvidia";
|
|
1864
|
-
};
|
|
1865
|
-
"stepfun-ai/step-3.7-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
1866
|
-
id: "stepfun-ai/step-3.7-flash";
|
|
1867
|
-
provider: "nvidia";
|
|
1868
|
-
};
|
|
1869
|
-
"z-ai/glm-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
1870
|
-
id: "z-ai/glm-5.2";
|
|
1871
|
-
provider: "nvidia";
|
|
1872
|
-
};
|
|
1873
|
-
};
|
|
1874
|
-
readonly openai: {
|
|
1875
|
-
"gpt-4": import("./model.ts").Model<"openai-responses"> & {
|
|
1876
|
-
id: "gpt-4";
|
|
1877
|
-
provider: "openai";
|
|
1878
|
-
};
|
|
1879
|
-
"gpt-4-turbo": import("./model.ts").Model<"openai-responses"> & {
|
|
1880
|
-
id: "gpt-4-turbo";
|
|
1881
|
-
provider: "openai";
|
|
1882
|
-
};
|
|
1883
|
-
"gpt-4.1": import("./model.ts").Model<"openai-responses"> & {
|
|
1884
|
-
id: "gpt-4.1";
|
|
1885
|
-
provider: "openai";
|
|
1886
|
-
};
|
|
1887
|
-
"gpt-4.1-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
1888
|
-
id: "gpt-4.1-mini";
|
|
1889
|
-
provider: "openai";
|
|
1890
|
-
};
|
|
1891
|
-
"gpt-4.1-nano": import("./model.ts").Model<"openai-responses"> & {
|
|
1892
|
-
id: "gpt-4.1-nano";
|
|
1893
|
-
provider: "openai";
|
|
1894
|
-
};
|
|
1895
|
-
"gpt-4o": import("./model.ts").Model<"openai-responses"> & {
|
|
1896
|
-
id: "gpt-4o";
|
|
1897
|
-
provider: "openai";
|
|
1898
|
-
};
|
|
1899
|
-
"gpt-4o-2024-05-13": import("./model.ts").Model<"openai-responses"> & {
|
|
1900
|
-
id: "gpt-4o-2024-05-13";
|
|
1901
|
-
provider: "openai";
|
|
1902
|
-
};
|
|
1903
|
-
"gpt-4o-2024-08-06": import("./model.ts").Model<"openai-responses"> & {
|
|
1904
|
-
id: "gpt-4o-2024-08-06";
|
|
1905
|
-
provider: "openai";
|
|
1906
|
-
};
|
|
1907
|
-
"gpt-4o-2024-11-20": import("./model.ts").Model<"openai-responses"> & {
|
|
1908
|
-
id: "gpt-4o-2024-11-20";
|
|
1909
|
-
provider: "openai";
|
|
1910
|
-
};
|
|
1911
|
-
"gpt-4o-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
1912
|
-
id: "gpt-4o-mini";
|
|
1913
|
-
provider: "openai";
|
|
1914
|
-
};
|
|
1915
|
-
"gpt-5": import("./model.ts").Model<"openai-responses"> & {
|
|
1916
|
-
id: "gpt-5";
|
|
1917
|
-
provider: "openai";
|
|
1918
|
-
};
|
|
1919
|
-
"gpt-5-chat-latest": import("./model.ts").Model<"openai-responses"> & {
|
|
1920
|
-
id: "gpt-5-chat-latest";
|
|
1921
|
-
provider: "openai";
|
|
1922
|
-
};
|
|
1923
|
-
"gpt-5-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
1924
|
-
id: "gpt-5-codex";
|
|
1925
|
-
provider: "openai";
|
|
1926
|
-
};
|
|
1927
|
-
"gpt-5-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
1928
|
-
id: "gpt-5-mini";
|
|
1929
|
-
provider: "openai";
|
|
1930
|
-
};
|
|
1931
|
-
"gpt-5-nano": import("./model.ts").Model<"openai-responses"> & {
|
|
1932
|
-
id: "gpt-5-nano";
|
|
1933
|
-
provider: "openai";
|
|
1934
|
-
};
|
|
1935
|
-
"gpt-5-pro": import("./model.ts").Model<"openai-responses"> & {
|
|
1936
|
-
id: "gpt-5-pro";
|
|
1937
|
-
provider: "openai";
|
|
1938
|
-
};
|
|
1939
|
-
"gpt-5.1": import("./model.ts").Model<"openai-responses"> & {
|
|
1940
|
-
id: "gpt-5.1";
|
|
1941
|
-
provider: "openai";
|
|
1942
|
-
};
|
|
1943
|
-
"gpt-5.1-chat-latest": import("./model.ts").Model<"openai-responses"> & {
|
|
1944
|
-
id: "gpt-5.1-chat-latest";
|
|
1945
|
-
provider: "openai";
|
|
1946
|
-
};
|
|
1947
|
-
"gpt-5.1-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
1948
|
-
id: "gpt-5.1-codex";
|
|
1949
|
-
provider: "openai";
|
|
1950
|
-
};
|
|
1951
|
-
"gpt-5.1-codex-max": import("./model.ts").Model<"openai-responses"> & {
|
|
1952
|
-
id: "gpt-5.1-codex-max";
|
|
1953
|
-
provider: "openai";
|
|
1954
|
-
};
|
|
1955
|
-
"gpt-5.1-codex-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
1956
|
-
id: "gpt-5.1-codex-mini";
|
|
1957
|
-
provider: "openai";
|
|
1958
|
-
};
|
|
1959
|
-
"gpt-5.2": import("./model.ts").Model<"openai-responses"> & {
|
|
1960
|
-
id: "gpt-5.2";
|
|
1961
|
-
provider: "openai";
|
|
1962
|
-
};
|
|
1963
|
-
"gpt-5.2-chat-latest": import("./model.ts").Model<"openai-responses"> & {
|
|
1964
|
-
id: "gpt-5.2-chat-latest";
|
|
1965
|
-
provider: "openai";
|
|
1966
|
-
};
|
|
1967
|
-
"gpt-5.2-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
1968
|
-
id: "gpt-5.2-codex";
|
|
1969
|
-
provider: "openai";
|
|
1970
|
-
};
|
|
1971
|
-
"gpt-5.2-pro": import("./model.ts").Model<"openai-responses"> & {
|
|
1972
|
-
id: "gpt-5.2-pro";
|
|
1973
|
-
provider: "openai";
|
|
1974
|
-
};
|
|
1975
|
-
"gpt-5.3-chat-latest": import("./model.ts").Model<"openai-responses"> & {
|
|
1976
|
-
id: "gpt-5.3-chat-latest";
|
|
1977
|
-
provider: "openai";
|
|
1978
|
-
};
|
|
1979
|
-
"gpt-5.3-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
1980
|
-
id: "gpt-5.3-codex";
|
|
1981
|
-
provider: "openai";
|
|
1982
|
-
};
|
|
1983
|
-
"gpt-5.3-codex-spark": import("./model.ts").Model<"openai-responses"> & {
|
|
1984
|
-
id: "gpt-5.3-codex-spark";
|
|
1985
|
-
provider: "openai";
|
|
1986
|
-
};
|
|
1987
|
-
"gpt-5.4": import("./model.ts").Model<"openai-responses"> & {
|
|
1988
|
-
id: "gpt-5.4";
|
|
1989
|
-
provider: "openai";
|
|
1990
|
-
};
|
|
1991
|
-
"gpt-5.4-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
1992
|
-
id: "gpt-5.4-mini";
|
|
1993
|
-
provider: "openai";
|
|
1994
|
-
};
|
|
1995
|
-
"gpt-5.4-nano": import("./model.ts").Model<"openai-responses"> & {
|
|
1996
|
-
id: "gpt-5.4-nano";
|
|
1997
|
-
provider: "openai";
|
|
1998
|
-
};
|
|
1999
|
-
"gpt-5.4-pro": import("./model.ts").Model<"openai-responses"> & {
|
|
2000
|
-
id: "gpt-5.4-pro";
|
|
2001
|
-
provider: "openai";
|
|
2002
|
-
};
|
|
2003
|
-
"gpt-5.5": import("./model.ts").Model<"openai-responses"> & {
|
|
2004
|
-
id: "gpt-5.5";
|
|
2005
|
-
provider: "openai";
|
|
2006
|
-
};
|
|
2007
|
-
"gpt-5.5-pro": import("./model.ts").Model<"openai-responses"> & {
|
|
2008
|
-
id: "gpt-5.5-pro";
|
|
2009
|
-
provider: "openai";
|
|
2010
|
-
};
|
|
2011
|
-
"gpt-5.6-luna": import("./model.ts").Model<"openai-responses"> & {
|
|
2012
|
-
id: "gpt-5.6-luna";
|
|
2013
|
-
provider: "openai";
|
|
2014
|
-
};
|
|
2015
|
-
"gpt-5.6-sol": import("./model.ts").Model<"openai-responses"> & {
|
|
2016
|
-
id: "gpt-5.6-sol";
|
|
2017
|
-
provider: "openai";
|
|
2018
|
-
};
|
|
2019
|
-
"gpt-5.6-terra": import("./model.ts").Model<"openai-responses"> & {
|
|
2020
|
-
id: "gpt-5.6-terra";
|
|
2021
|
-
provider: "openai";
|
|
2022
|
-
};
|
|
2023
|
-
"gpt-realtime-2.1": import("./model.ts").Model<"openai-responses"> & {
|
|
2024
|
-
id: "gpt-realtime-2.1";
|
|
2025
|
-
provider: "openai";
|
|
2026
|
-
};
|
|
2027
|
-
o1: import("./model.ts").Model<"openai-responses"> & {
|
|
2028
|
-
id: "o1";
|
|
2029
|
-
provider: "openai";
|
|
2030
|
-
};
|
|
2031
|
-
"o1-pro": import("./model.ts").Model<"openai-responses"> & {
|
|
2032
|
-
id: "o1-pro";
|
|
2033
|
-
provider: "openai";
|
|
2034
|
-
};
|
|
2035
|
-
o3: import("./model.ts").Model<"openai-responses"> & {
|
|
2036
|
-
id: "o3";
|
|
2037
|
-
provider: "openai";
|
|
2038
|
-
};
|
|
2039
|
-
"o3-deep-research": import("./model.ts").Model<"openai-responses"> & {
|
|
2040
|
-
id: "o3-deep-research";
|
|
2041
|
-
provider: "openai";
|
|
2042
|
-
};
|
|
2043
|
-
"o3-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
2044
|
-
id: "o3-mini";
|
|
2045
|
-
provider: "openai";
|
|
2046
|
-
};
|
|
2047
|
-
"o3-pro": import("./model.ts").Model<"openai-responses"> & {
|
|
2048
|
-
id: "o3-pro";
|
|
2049
|
-
provider: "openai";
|
|
2050
|
-
};
|
|
2051
|
-
"o4-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
2052
|
-
id: "o4-mini";
|
|
2053
|
-
provider: "openai";
|
|
2054
|
-
};
|
|
2055
|
-
"o4-mini-deep-research": import("./model.ts").Model<"openai-responses"> & {
|
|
2056
|
-
id: "o4-mini-deep-research";
|
|
2057
|
-
provider: "openai";
|
|
2058
|
-
};
|
|
2059
|
-
};
|
|
2060
|
-
readonly "openai-codex": {
|
|
2061
|
-
"gpt-5.3-codex-spark": import("./model.ts").Model<"openai-codex-responses"> & {
|
|
2062
|
-
id: "gpt-5.3-codex-spark";
|
|
2063
|
-
provider: "openai-codex";
|
|
2064
|
-
};
|
|
2065
|
-
"gpt-5.4": import("./model.ts").Model<"openai-codex-responses"> & {
|
|
2066
|
-
id: "gpt-5.4";
|
|
2067
|
-
provider: "openai-codex";
|
|
2068
|
-
};
|
|
2069
|
-
"gpt-5.4-mini": import("./model.ts").Model<"openai-codex-responses"> & {
|
|
2070
|
-
id: "gpt-5.4-mini";
|
|
2071
|
-
provider: "openai-codex";
|
|
2072
|
-
};
|
|
2073
|
-
"gpt-5.5": import("./model.ts").Model<"openai-codex-responses"> & {
|
|
2074
|
-
id: "gpt-5.5";
|
|
2075
|
-
provider: "openai-codex";
|
|
2076
|
-
};
|
|
2077
|
-
"gpt-5.6-luna": import("./model.ts").Model<"openai-codex-responses"> & {
|
|
2078
|
-
id: "gpt-5.6-luna";
|
|
2079
|
-
provider: "openai-codex";
|
|
2080
|
-
};
|
|
2081
|
-
"gpt-5.6-sol": import("./model.ts").Model<"openai-codex-responses"> & {
|
|
2082
|
-
id: "gpt-5.6-sol";
|
|
2083
|
-
provider: "openai-codex";
|
|
2084
|
-
};
|
|
2085
|
-
"gpt-5.6-terra": import("./model.ts").Model<"openai-codex-responses"> & {
|
|
2086
|
-
id: "gpt-5.6-terra";
|
|
2087
|
-
provider: "openai-codex";
|
|
2088
|
-
};
|
|
2089
|
-
};
|
|
2090
|
-
readonly opencode: {
|
|
2091
|
-
"big-pickle": import("./model.ts").Model<"openai-completions"> & {
|
|
2092
|
-
id: "big-pickle";
|
|
2093
|
-
provider: "opencode";
|
|
2094
|
-
};
|
|
2095
|
-
"claude-fable-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2096
|
-
id: "claude-fable-5";
|
|
2097
|
-
provider: "opencode";
|
|
2098
|
-
};
|
|
2099
|
-
"claude-haiku-4-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2100
|
-
id: "claude-haiku-4-5";
|
|
2101
|
-
provider: "opencode";
|
|
2102
|
-
};
|
|
2103
|
-
"claude-opus-4-1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2104
|
-
id: "claude-opus-4-1";
|
|
2105
|
-
provider: "opencode";
|
|
2106
|
-
};
|
|
2107
|
-
"claude-opus-4-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2108
|
-
id: "claude-opus-4-5";
|
|
2109
|
-
provider: "opencode";
|
|
2110
|
-
};
|
|
2111
|
-
"claude-opus-4-6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2112
|
-
id: "claude-opus-4-6";
|
|
2113
|
-
provider: "opencode";
|
|
2114
|
-
};
|
|
2115
|
-
"claude-opus-4-7": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2116
|
-
id: "claude-opus-4-7";
|
|
2117
|
-
provider: "opencode";
|
|
2118
|
-
};
|
|
2119
|
-
"claude-opus-4-8": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2120
|
-
id: "claude-opus-4-8";
|
|
2121
|
-
provider: "opencode";
|
|
2122
|
-
};
|
|
2123
|
-
"claude-sonnet-4": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2124
|
-
id: "claude-sonnet-4";
|
|
2125
|
-
provider: "opencode";
|
|
2126
|
-
};
|
|
2127
|
-
"claude-sonnet-4-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2128
|
-
id: "claude-sonnet-4-5";
|
|
2129
|
-
provider: "opencode";
|
|
2130
|
-
};
|
|
2131
|
-
"claude-sonnet-4-6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2132
|
-
id: "claude-sonnet-4-6";
|
|
2133
|
-
provider: "opencode";
|
|
2134
|
-
};
|
|
2135
|
-
"claude-sonnet-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2136
|
-
id: "claude-sonnet-5";
|
|
2137
|
-
provider: "opencode";
|
|
2138
|
-
};
|
|
2139
|
-
"deepseek-v4-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
2140
|
-
id: "deepseek-v4-flash";
|
|
2141
|
-
provider: "opencode";
|
|
2142
|
-
};
|
|
2143
|
-
"deepseek-v4-flash-free": import("./model.ts").Model<"openai-completions"> & {
|
|
2144
|
-
id: "deepseek-v4-flash-free";
|
|
2145
|
-
provider: "opencode";
|
|
2146
|
-
};
|
|
2147
|
-
"deepseek-v4-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
2148
|
-
id: "deepseek-v4-pro";
|
|
2149
|
-
provider: "opencode";
|
|
2150
|
-
};
|
|
2151
|
-
"gemini-3-flash": import("./model.ts").Model<"google-generative-ai"> & {
|
|
2152
|
-
id: "gemini-3-flash";
|
|
2153
|
-
provider: "opencode";
|
|
2154
|
-
};
|
|
2155
|
-
"gemini-3.1-pro": import("./model.ts").Model<"google-generative-ai"> & {
|
|
2156
|
-
id: "gemini-3.1-pro";
|
|
2157
|
-
provider: "opencode";
|
|
2158
|
-
};
|
|
2159
|
-
"gemini-3.5-flash": import("./model.ts").Model<"google-generative-ai"> & {
|
|
2160
|
-
id: "gemini-3.5-flash";
|
|
2161
|
-
provider: "opencode";
|
|
2162
|
-
};
|
|
2163
|
-
"gemini-3.5-flash-lite": import("./model.ts").Model<"google-generative-ai"> & {
|
|
2164
|
-
id: "gemini-3.5-flash-lite";
|
|
2165
|
-
provider: "opencode";
|
|
2166
|
-
};
|
|
2167
|
-
"gemini-3.6-flash": import("./model.ts").Model<"google-generative-ai"> & {
|
|
2168
|
-
id: "gemini-3.6-flash";
|
|
2169
|
-
provider: "opencode";
|
|
2170
|
-
};
|
|
2171
|
-
"glm-5": import("./model.ts").Model<"openai-completions"> & {
|
|
2172
|
-
id: "glm-5";
|
|
2173
|
-
provider: "opencode";
|
|
2174
|
-
};
|
|
2175
|
-
"glm-5.1": import("./model.ts").Model<"openai-completions"> & {
|
|
2176
|
-
id: "glm-5.1";
|
|
2177
|
-
provider: "opencode";
|
|
2178
|
-
};
|
|
2179
|
-
"glm-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
2180
|
-
id: "glm-5.2";
|
|
2181
|
-
provider: "opencode";
|
|
2182
|
-
};
|
|
2183
|
-
"gpt-5": import("./model.ts").Model<"openai-responses"> & {
|
|
2184
|
-
id: "gpt-5";
|
|
2185
|
-
provider: "opencode";
|
|
2186
|
-
};
|
|
2187
|
-
"gpt-5-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
2188
|
-
id: "gpt-5-codex";
|
|
2189
|
-
provider: "opencode";
|
|
2190
|
-
};
|
|
2191
|
-
"gpt-5-nano": import("./model.ts").Model<"openai-responses"> & {
|
|
2192
|
-
id: "gpt-5-nano";
|
|
2193
|
-
provider: "opencode";
|
|
2194
|
-
};
|
|
2195
|
-
"gpt-5.1": import("./model.ts").Model<"openai-responses"> & {
|
|
2196
|
-
id: "gpt-5.1";
|
|
2197
|
-
provider: "opencode";
|
|
2198
|
-
};
|
|
2199
|
-
"gpt-5.1-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
2200
|
-
id: "gpt-5.1-codex";
|
|
2201
|
-
provider: "opencode";
|
|
2202
|
-
};
|
|
2203
|
-
"gpt-5.1-codex-max": import("./model.ts").Model<"openai-responses"> & {
|
|
2204
|
-
id: "gpt-5.1-codex-max";
|
|
2205
|
-
provider: "opencode";
|
|
2206
|
-
};
|
|
2207
|
-
"gpt-5.1-codex-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
2208
|
-
id: "gpt-5.1-codex-mini";
|
|
2209
|
-
provider: "opencode";
|
|
2210
|
-
};
|
|
2211
|
-
"gpt-5.2": import("./model.ts").Model<"openai-responses"> & {
|
|
2212
|
-
id: "gpt-5.2";
|
|
2213
|
-
provider: "opencode";
|
|
2214
|
-
};
|
|
2215
|
-
"gpt-5.2-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
2216
|
-
id: "gpt-5.2-codex";
|
|
2217
|
-
provider: "opencode";
|
|
2218
|
-
};
|
|
2219
|
-
"gpt-5.3-codex": import("./model.ts").Model<"openai-responses"> & {
|
|
2220
|
-
id: "gpt-5.3-codex";
|
|
2221
|
-
provider: "opencode";
|
|
2222
|
-
};
|
|
2223
|
-
"gpt-5.4": import("./model.ts").Model<"openai-responses"> & {
|
|
2224
|
-
id: "gpt-5.4";
|
|
2225
|
-
provider: "opencode";
|
|
2226
|
-
};
|
|
2227
|
-
"gpt-5.4-mini": import("./model.ts").Model<"openai-responses"> & {
|
|
2228
|
-
id: "gpt-5.4-mini";
|
|
2229
|
-
provider: "opencode";
|
|
2230
|
-
};
|
|
2231
|
-
"gpt-5.4-nano": import("./model.ts").Model<"openai-responses"> & {
|
|
2232
|
-
id: "gpt-5.4-nano";
|
|
2233
|
-
provider: "opencode";
|
|
2234
|
-
};
|
|
2235
|
-
"gpt-5.4-pro": import("./model.ts").Model<"openai-responses"> & {
|
|
2236
|
-
id: "gpt-5.4-pro";
|
|
2237
|
-
provider: "opencode";
|
|
2238
|
-
};
|
|
2239
|
-
"gpt-5.5": import("./model.ts").Model<"openai-responses"> & {
|
|
2240
|
-
id: "gpt-5.5";
|
|
2241
|
-
provider: "opencode";
|
|
2242
|
-
};
|
|
2243
|
-
"gpt-5.5-pro": import("./model.ts").Model<"openai-responses"> & {
|
|
2244
|
-
id: "gpt-5.5-pro";
|
|
2245
|
-
provider: "opencode";
|
|
2246
|
-
};
|
|
2247
|
-
"gpt-5.6-luna": import("./model.ts").Model<"openai-responses"> & {
|
|
2248
|
-
id: "gpt-5.6-luna";
|
|
2249
|
-
provider: "opencode";
|
|
2250
|
-
};
|
|
2251
|
-
"gpt-5.6-sol": import("./model.ts").Model<"openai-responses"> & {
|
|
2252
|
-
id: "gpt-5.6-sol";
|
|
2253
|
-
provider: "opencode";
|
|
2254
|
-
};
|
|
2255
|
-
"gpt-5.6-terra": import("./model.ts").Model<"openai-responses"> & {
|
|
2256
|
-
id: "gpt-5.6-terra";
|
|
2257
|
-
provider: "opencode";
|
|
2258
|
-
};
|
|
2259
|
-
"grok-4.5": import("./model.ts").Model<"openai-responses"> & {
|
|
2260
|
-
id: "grok-4.5";
|
|
2261
|
-
provider: "opencode";
|
|
2262
|
-
};
|
|
2263
|
-
"grok-build-0.1": import("./model.ts").Model<"openai-completions"> & {
|
|
2264
|
-
id: "grok-build-0.1";
|
|
2265
|
-
provider: "opencode";
|
|
2266
|
-
};
|
|
2267
|
-
"kimi-k2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
2268
|
-
id: "kimi-k2.5";
|
|
2269
|
-
provider: "opencode";
|
|
2270
|
-
};
|
|
2271
|
-
"kimi-k2.6": import("./model.ts").Model<"openai-completions"> & {
|
|
2272
|
-
id: "kimi-k2.6";
|
|
2273
|
-
provider: "opencode";
|
|
2274
|
-
};
|
|
2275
|
-
"kimi-k2.7-code": import("./model.ts").Model<"openai-completions"> & {
|
|
2276
|
-
id: "kimi-k2.7-code";
|
|
2277
|
-
provider: "opencode";
|
|
2278
|
-
};
|
|
2279
|
-
"laguna-s-2.1-free": import("./model.ts").Model<"openai-completions"> & {
|
|
2280
|
-
id: "laguna-s-2.1-free";
|
|
2281
|
-
provider: "opencode";
|
|
2282
|
-
};
|
|
2283
|
-
"mimo-v2.5-free": import("./model.ts").Model<"openai-completions"> & {
|
|
2284
|
-
id: "mimo-v2.5-free";
|
|
2285
|
-
provider: "opencode";
|
|
2286
|
-
};
|
|
2287
|
-
"minimax-m2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
2288
|
-
id: "minimax-m2.5";
|
|
2289
|
-
provider: "opencode";
|
|
2290
|
-
};
|
|
2291
|
-
"minimax-m2.7": import("./model.ts").Model<"openai-completions"> & {
|
|
2292
|
-
id: "minimax-m2.7";
|
|
2293
|
-
provider: "opencode";
|
|
2294
|
-
};
|
|
2295
|
-
"minimax-m3": import("./model.ts").Model<"openai-completions"> & {
|
|
2296
|
-
id: "minimax-m3";
|
|
2297
|
-
provider: "opencode";
|
|
2298
|
-
};
|
|
2299
|
-
"nemotron-3-ultra-free": import("./model.ts").Model<"openai-completions"> & {
|
|
2300
|
-
id: "nemotron-3-ultra-free";
|
|
2301
|
-
provider: "opencode";
|
|
2302
|
-
};
|
|
2303
|
-
"north-mini-code-free": import("./model.ts").Model<"openai-completions"> & {
|
|
2304
|
-
id: "north-mini-code-free";
|
|
2305
|
-
provider: "opencode";
|
|
2306
|
-
};
|
|
2307
|
-
"qwen3.5-plus": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2308
|
-
id: "qwen3.5-plus";
|
|
2309
|
-
provider: "opencode";
|
|
2310
|
-
};
|
|
2311
|
-
"qwen3.6-plus": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2312
|
-
id: "qwen3.6-plus";
|
|
2313
|
-
provider: "opencode";
|
|
2314
|
-
};
|
|
2315
|
-
};
|
|
2316
|
-
readonly "opencode-go": {
|
|
2317
|
-
"deepseek-v4-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
2318
|
-
id: "deepseek-v4-flash";
|
|
2319
|
-
provider: "opencode-go";
|
|
2320
|
-
};
|
|
2321
|
-
"deepseek-v4-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
2322
|
-
id: "deepseek-v4-pro";
|
|
2323
|
-
provider: "opencode-go";
|
|
2324
|
-
};
|
|
2325
|
-
"glm-5.1": import("./model.ts").Model<"openai-completions"> & {
|
|
2326
|
-
id: "glm-5.1";
|
|
2327
|
-
provider: "opencode-go";
|
|
2328
|
-
};
|
|
2329
|
-
"glm-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
2330
|
-
id: "glm-5.2";
|
|
2331
|
-
provider: "opencode-go";
|
|
2332
|
-
};
|
|
2333
|
-
"grok-4.5": import("./model.ts").Model<"openai-responses"> & {
|
|
2334
|
-
id: "grok-4.5";
|
|
2335
|
-
provider: "opencode-go";
|
|
2336
|
-
};
|
|
2337
|
-
hy3: import("./model.ts").Model<"openai-completions"> & {
|
|
2338
|
-
id: "hy3";
|
|
2339
|
-
provider: "opencode-go";
|
|
2340
|
-
};
|
|
2341
|
-
"kimi-k2.6": import("./model.ts").Model<"openai-completions"> & {
|
|
2342
|
-
id: "kimi-k2.6";
|
|
2343
|
-
provider: "opencode-go";
|
|
2344
|
-
};
|
|
2345
|
-
"kimi-k2.7-code": import("./model.ts").Model<"openai-completions"> & {
|
|
2346
|
-
id: "kimi-k2.7-code";
|
|
2347
|
-
provider: "opencode-go";
|
|
2348
|
-
};
|
|
2349
|
-
"kimi-k3": import("./model.ts").Model<"openai-completions"> & {
|
|
2350
|
-
id: "kimi-k3";
|
|
2351
|
-
provider: "opencode-go";
|
|
2352
|
-
};
|
|
2353
|
-
"mimo-v2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
2354
|
-
id: "mimo-v2.5";
|
|
2355
|
-
provider: "opencode-go";
|
|
2356
|
-
};
|
|
2357
|
-
"mimo-v2.5-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
2358
|
-
id: "mimo-v2.5-pro";
|
|
2359
|
-
provider: "opencode-go";
|
|
2360
|
-
};
|
|
2361
|
-
"minimax-m2.7": import("./model.ts").Model<"openai-completions"> & {
|
|
2362
|
-
id: "minimax-m2.7";
|
|
2363
|
-
provider: "opencode-go";
|
|
2364
|
-
};
|
|
2365
|
-
"minimax-m3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2366
|
-
id: "minimax-m3";
|
|
2367
|
-
provider: "opencode-go";
|
|
2368
|
-
};
|
|
2369
|
-
"qwen3.6-plus": import("./model.ts").Model<"openai-completions"> & {
|
|
2370
|
-
id: "qwen3.6-plus";
|
|
2371
|
-
provider: "opencode-go";
|
|
2372
|
-
};
|
|
2373
|
-
"qwen3.7-max": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2374
|
-
id: "qwen3.7-max";
|
|
2375
|
-
provider: "opencode-go";
|
|
2376
|
-
};
|
|
2377
|
-
"qwen3.7-plus": import("./model.ts").Model<"anthropic-messages"> & {
|
|
2378
|
-
id: "qwen3.7-plus";
|
|
2379
|
-
provider: "opencode-go";
|
|
2380
|
-
};
|
|
2381
|
-
};
|
|
2382
|
-
readonly openrouter: {
|
|
2383
|
-
"ai21/jamba-large-1.7": import("./model.ts").Model<"openai-completions"> & {
|
|
2384
|
-
id: "ai21/jamba-large-1.7";
|
|
2385
|
-
provider: "openrouter";
|
|
2386
|
-
};
|
|
2387
|
-
"aion-labs/aion-2.0": import("./model.ts").Model<"openai-completions"> & {
|
|
2388
|
-
id: "aion-labs/aion-2.0";
|
|
2389
|
-
provider: "openrouter";
|
|
2390
|
-
};
|
|
2391
|
-
"aion-labs/aion-3.0": import("./model.ts").Model<"openai-completions"> & {
|
|
2392
|
-
id: "aion-labs/aion-3.0";
|
|
2393
|
-
provider: "openrouter";
|
|
2394
|
-
};
|
|
2395
|
-
"aion-labs/aion-3.0-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
2396
|
-
id: "aion-labs/aion-3.0-mini";
|
|
2397
|
-
provider: "openrouter";
|
|
2398
|
-
};
|
|
2399
|
-
"amazon/nova-2-lite-v1": import("./model.ts").Model<"openai-completions"> & {
|
|
2400
|
-
id: "amazon/nova-2-lite-v1";
|
|
2401
|
-
provider: "openrouter";
|
|
2402
|
-
};
|
|
2403
|
-
"amazon/nova-lite-v1": import("./model.ts").Model<"openai-completions"> & {
|
|
2404
|
-
id: "amazon/nova-lite-v1";
|
|
2405
|
-
provider: "openrouter";
|
|
2406
|
-
};
|
|
2407
|
-
"amazon/nova-micro-v1": import("./model.ts").Model<"openai-completions"> & {
|
|
2408
|
-
id: "amazon/nova-micro-v1";
|
|
2409
|
-
provider: "openrouter";
|
|
2410
|
-
};
|
|
2411
|
-
"amazon/nova-premier-v1": import("./model.ts").Model<"openai-completions"> & {
|
|
2412
|
-
id: "amazon/nova-premier-v1";
|
|
2413
|
-
provider: "openrouter";
|
|
2414
|
-
};
|
|
2415
|
-
"amazon/nova-pro-v1": import("./model.ts").Model<"openai-completions"> & {
|
|
2416
|
-
id: "amazon/nova-pro-v1";
|
|
2417
|
-
provider: "openrouter";
|
|
2418
|
-
};
|
|
2419
|
-
"anthropic/claude-3-haiku": import("./model.ts").Model<"openai-completions"> & {
|
|
2420
|
-
id: "anthropic/claude-3-haiku";
|
|
2421
|
-
provider: "openrouter";
|
|
2422
|
-
};
|
|
2423
|
-
"anthropic/claude-fable-5": import("./model.ts").Model<"openai-completions"> & {
|
|
2424
|
-
id: "anthropic/claude-fable-5";
|
|
2425
|
-
provider: "openrouter";
|
|
2426
|
-
};
|
|
2427
|
-
"anthropic/claude-haiku-4.5": import("./model.ts").Model<"openai-completions"> & {
|
|
2428
|
-
id: "anthropic/claude-haiku-4.5";
|
|
2429
|
-
provider: "openrouter";
|
|
2430
|
-
};
|
|
2431
|
-
"anthropic/claude-opus-4": import("./model.ts").Model<"openai-completions"> & {
|
|
2432
|
-
id: "anthropic/claude-opus-4";
|
|
2433
|
-
provider: "openrouter";
|
|
2434
|
-
};
|
|
2435
|
-
"anthropic/claude-opus-4.1": import("./model.ts").Model<"openai-completions"> & {
|
|
2436
|
-
id: "anthropic/claude-opus-4.1";
|
|
2437
|
-
provider: "openrouter";
|
|
2438
|
-
};
|
|
2439
|
-
"anthropic/claude-opus-4.5": import("./model.ts").Model<"openai-completions"> & {
|
|
2440
|
-
id: "anthropic/claude-opus-4.5";
|
|
2441
|
-
provider: "openrouter";
|
|
2442
|
-
};
|
|
2443
|
-
"anthropic/claude-opus-4.6": import("./model.ts").Model<"openai-completions"> & {
|
|
2444
|
-
id: "anthropic/claude-opus-4.6";
|
|
2445
|
-
provider: "openrouter";
|
|
2446
|
-
};
|
|
2447
|
-
"anthropic/claude-opus-4.7": import("./model.ts").Model<"openai-completions"> & {
|
|
2448
|
-
id: "anthropic/claude-opus-4.7";
|
|
2449
|
-
provider: "openrouter";
|
|
2450
|
-
};
|
|
2451
|
-
"anthropic/claude-opus-4.7-fast": import("./model.ts").Model<"openai-completions"> & {
|
|
2452
|
-
id: "anthropic/claude-opus-4.7-fast";
|
|
2453
|
-
provider: "openrouter";
|
|
2454
|
-
};
|
|
2455
|
-
"anthropic/claude-opus-4.8": import("./model.ts").Model<"openai-completions"> & {
|
|
2456
|
-
id: "anthropic/claude-opus-4.8";
|
|
2457
|
-
provider: "openrouter";
|
|
2458
|
-
};
|
|
2459
|
-
"anthropic/claude-opus-4.8-fast": import("./model.ts").Model<"openai-completions"> & {
|
|
2460
|
-
id: "anthropic/claude-opus-4.8-fast";
|
|
2461
|
-
provider: "openrouter";
|
|
2462
|
-
};
|
|
2463
|
-
"anthropic/claude-sonnet-4": import("./model.ts").Model<"openai-completions"> & {
|
|
2464
|
-
id: "anthropic/claude-sonnet-4";
|
|
2465
|
-
provider: "openrouter";
|
|
2466
|
-
};
|
|
2467
|
-
"anthropic/claude-sonnet-4.5": import("./model.ts").Model<"openai-completions"> & {
|
|
2468
|
-
id: "anthropic/claude-sonnet-4.5";
|
|
2469
|
-
provider: "openrouter";
|
|
2470
|
-
};
|
|
2471
|
-
"anthropic/claude-sonnet-4.6": import("./model.ts").Model<"openai-completions"> & {
|
|
2472
|
-
id: "anthropic/claude-sonnet-4.6";
|
|
2473
|
-
provider: "openrouter";
|
|
2474
|
-
};
|
|
2475
|
-
"anthropic/claude-sonnet-5": import("./model.ts").Model<"openai-completions"> & {
|
|
2476
|
-
id: "anthropic/claude-sonnet-5";
|
|
2477
|
-
provider: "openrouter";
|
|
2478
|
-
};
|
|
2479
|
-
"arcee-ai/trinity-large-thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
2480
|
-
id: "arcee-ai/trinity-large-thinking";
|
|
2481
|
-
provider: "openrouter";
|
|
2482
|
-
};
|
|
2483
|
-
"arcee-ai/virtuoso-large": import("./model.ts").Model<"openai-completions"> & {
|
|
2484
|
-
id: "arcee-ai/virtuoso-large";
|
|
2485
|
-
provider: "openrouter";
|
|
2486
|
-
};
|
|
2487
|
-
auto: import("./model.ts").Model<"openai-completions"> & {
|
|
2488
|
-
id: "auto";
|
|
2489
|
-
provider: "openrouter";
|
|
2490
|
-
};
|
|
2491
|
-
"bytedance-seed/seed-1.6": import("./model.ts").Model<"openai-completions"> & {
|
|
2492
|
-
id: "bytedance-seed/seed-1.6";
|
|
2493
|
-
provider: "openrouter";
|
|
2494
|
-
};
|
|
2495
|
-
"bytedance-seed/seed-1.6-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
2496
|
-
id: "bytedance-seed/seed-1.6-flash";
|
|
2497
|
-
provider: "openrouter";
|
|
2498
|
-
};
|
|
2499
|
-
"bytedance-seed/seed-2.0-lite": import("./model.ts").Model<"openai-completions"> & {
|
|
2500
|
-
id: "bytedance-seed/seed-2.0-lite";
|
|
2501
|
-
provider: "openrouter";
|
|
2502
|
-
};
|
|
2503
|
-
"bytedance-seed/seed-2.0-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
2504
|
-
id: "bytedance-seed/seed-2.0-mini";
|
|
2505
|
-
provider: "openrouter";
|
|
2506
|
-
};
|
|
2507
|
-
"cohere/command-r-08-2024": import("./model.ts").Model<"openai-completions"> & {
|
|
2508
|
-
id: "cohere/command-r-08-2024";
|
|
2509
|
-
provider: "openrouter";
|
|
2510
|
-
};
|
|
2511
|
-
"cohere/command-r-plus-08-2024": import("./model.ts").Model<"openai-completions"> & {
|
|
2512
|
-
id: "cohere/command-r-plus-08-2024";
|
|
2513
|
-
provider: "openrouter";
|
|
2514
|
-
};
|
|
2515
|
-
"cohere/north-mini-code:free": import("./model.ts").Model<"openai-completions"> & {
|
|
2516
|
-
id: "cohere/north-mini-code:free";
|
|
2517
|
-
provider: "openrouter";
|
|
2518
|
-
};
|
|
2519
|
-
"deepseek/deepseek-chat": import("./model.ts").Model<"openai-completions"> & {
|
|
2520
|
-
id: "deepseek/deepseek-chat";
|
|
2521
|
-
provider: "openrouter";
|
|
2522
|
-
};
|
|
2523
|
-
"deepseek/deepseek-chat-v3-0324": import("./model.ts").Model<"openai-completions"> & {
|
|
2524
|
-
id: "deepseek/deepseek-chat-v3-0324";
|
|
2525
|
-
provider: "openrouter";
|
|
2526
|
-
};
|
|
2527
|
-
"deepseek/deepseek-chat-v3.1": import("./model.ts").Model<"openai-completions"> & {
|
|
2528
|
-
id: "deepseek/deepseek-chat-v3.1";
|
|
2529
|
-
provider: "openrouter";
|
|
2530
|
-
};
|
|
2531
|
-
"deepseek/deepseek-r1": import("./model.ts").Model<"openai-completions"> & {
|
|
2532
|
-
id: "deepseek/deepseek-r1";
|
|
2533
|
-
provider: "openrouter";
|
|
2534
|
-
};
|
|
2535
|
-
"deepseek/deepseek-r1-0528": import("./model.ts").Model<"openai-completions"> & {
|
|
2536
|
-
id: "deepseek/deepseek-r1-0528";
|
|
2537
|
-
provider: "openrouter";
|
|
2538
|
-
};
|
|
2539
|
-
"deepseek/deepseek-v3.1-terminus": import("./model.ts").Model<"openai-completions"> & {
|
|
2540
|
-
id: "deepseek/deepseek-v3.1-terminus";
|
|
2541
|
-
provider: "openrouter";
|
|
2542
|
-
};
|
|
2543
|
-
"deepseek/deepseek-v3.2": import("./model.ts").Model<"openai-completions"> & {
|
|
2544
|
-
id: "deepseek/deepseek-v3.2";
|
|
2545
|
-
provider: "openrouter";
|
|
2546
|
-
};
|
|
2547
|
-
"deepseek/deepseek-v3.2-exp": import("./model.ts").Model<"openai-completions"> & {
|
|
2548
|
-
id: "deepseek/deepseek-v3.2-exp";
|
|
2549
|
-
provider: "openrouter";
|
|
2550
|
-
};
|
|
2551
|
-
"deepseek/deepseek-v4-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
2552
|
-
id: "deepseek/deepseek-v4-flash";
|
|
2553
|
-
provider: "openrouter";
|
|
2554
|
-
};
|
|
2555
|
-
"deepseek/deepseek-v4-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
2556
|
-
id: "deepseek/deepseek-v4-pro";
|
|
2557
|
-
provider: "openrouter";
|
|
2558
|
-
};
|
|
2559
|
-
"google/gemini-2.5-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
2560
|
-
id: "google/gemini-2.5-flash";
|
|
2561
|
-
provider: "openrouter";
|
|
2562
|
-
};
|
|
2563
|
-
"google/gemini-2.5-flash-lite": import("./model.ts").Model<"openai-completions"> & {
|
|
2564
|
-
id: "google/gemini-2.5-flash-lite";
|
|
2565
|
-
provider: "openrouter";
|
|
2566
|
-
};
|
|
2567
|
-
"google/gemini-2.5-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
2568
|
-
id: "google/gemini-2.5-pro";
|
|
2569
|
-
provider: "openrouter";
|
|
2570
|
-
};
|
|
2571
|
-
"google/gemini-2.5-pro-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
2572
|
-
id: "google/gemini-2.5-pro-preview";
|
|
2573
|
-
provider: "openrouter";
|
|
2574
|
-
};
|
|
2575
|
-
"google/gemini-2.5-pro-preview-05-06": import("./model.ts").Model<"openai-completions"> & {
|
|
2576
|
-
id: "google/gemini-2.5-pro-preview-05-06";
|
|
2577
|
-
provider: "openrouter";
|
|
2578
|
-
};
|
|
2579
|
-
"google/gemini-3-flash-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
2580
|
-
id: "google/gemini-3-flash-preview";
|
|
2581
|
-
provider: "openrouter";
|
|
2582
|
-
};
|
|
2583
|
-
"google/gemini-3-pro-image": import("./model.ts").Model<"openai-completions"> & {
|
|
2584
|
-
id: "google/gemini-3-pro-image";
|
|
2585
|
-
provider: "openrouter";
|
|
2586
|
-
};
|
|
2587
|
-
"google/gemini-3.1-flash-lite": import("./model.ts").Model<"openai-completions"> & {
|
|
2588
|
-
id: "google/gemini-3.1-flash-lite";
|
|
2589
|
-
provider: "openrouter";
|
|
2590
|
-
};
|
|
2591
|
-
"google/gemini-3.1-flash-lite-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
2592
|
-
id: "google/gemini-3.1-flash-lite-preview";
|
|
2593
|
-
provider: "openrouter";
|
|
2594
|
-
};
|
|
2595
|
-
"google/gemini-3.1-pro-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
2596
|
-
id: "google/gemini-3.1-pro-preview";
|
|
2597
|
-
provider: "openrouter";
|
|
2598
|
-
};
|
|
2599
|
-
"google/gemini-3.1-pro-preview-customtools": import("./model.ts").Model<"openai-completions"> & {
|
|
2600
|
-
id: "google/gemini-3.1-pro-preview-customtools";
|
|
2601
|
-
provider: "openrouter";
|
|
2602
|
-
};
|
|
2603
|
-
"google/gemini-3.5-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
2604
|
-
id: "google/gemini-3.5-flash";
|
|
2605
|
-
provider: "openrouter";
|
|
2606
|
-
};
|
|
2607
|
-
"google/gemini-3.5-flash-lite": import("./model.ts").Model<"openai-completions"> & {
|
|
2608
|
-
id: "google/gemini-3.5-flash-lite";
|
|
2609
|
-
provider: "openrouter";
|
|
2610
|
-
};
|
|
2611
|
-
"google/gemini-3.6-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
2612
|
-
id: "google/gemini-3.6-flash";
|
|
2613
|
-
provider: "openrouter";
|
|
2614
|
-
};
|
|
2615
|
-
"google/gemma-3-12b-it": import("./model.ts").Model<"openai-completions"> & {
|
|
2616
|
-
id: "google/gemma-3-12b-it";
|
|
2617
|
-
provider: "openrouter";
|
|
2618
|
-
};
|
|
2619
|
-
"google/gemma-3-27b-it": import("./model.ts").Model<"openai-completions"> & {
|
|
2620
|
-
id: "google/gemma-3-27b-it";
|
|
2621
|
-
provider: "openrouter";
|
|
2622
|
-
};
|
|
2623
|
-
"google/gemma-4-26b-a4b-it": import("./model.ts").Model<"openai-completions"> & {
|
|
2624
|
-
id: "google/gemma-4-26b-a4b-it";
|
|
2625
|
-
provider: "openrouter";
|
|
2626
|
-
};
|
|
2627
|
-
"google/gemma-4-26b-a4b-it:free": import("./model.ts").Model<"openai-completions"> & {
|
|
2628
|
-
id: "google/gemma-4-26b-a4b-it:free";
|
|
2629
|
-
provider: "openrouter";
|
|
2630
|
-
};
|
|
2631
|
-
"google/gemma-4-31b-it": import("./model.ts").Model<"openai-completions"> & {
|
|
2632
|
-
id: "google/gemma-4-31b-it";
|
|
2633
|
-
provider: "openrouter";
|
|
2634
|
-
};
|
|
2635
|
-
"google/gemma-4-31b-it:free": import("./model.ts").Model<"openai-completions"> & {
|
|
2636
|
-
id: "google/gemma-4-31b-it:free";
|
|
2637
|
-
provider: "openrouter";
|
|
2638
|
-
};
|
|
2639
|
-
"ibm-granite/granite-4.1-8b": import("./model.ts").Model<"openai-completions"> & {
|
|
2640
|
-
id: "ibm-granite/granite-4.1-8b";
|
|
2641
|
-
provider: "openrouter";
|
|
2642
|
-
};
|
|
2643
|
-
"inception/mercury-2": import("./model.ts").Model<"openai-completions"> & {
|
|
2644
|
-
id: "inception/mercury-2";
|
|
2645
|
-
provider: "openrouter";
|
|
2646
|
-
};
|
|
2647
|
-
"inclusionai/ling-2.6-1t": import("./model.ts").Model<"openai-completions"> & {
|
|
2648
|
-
id: "inclusionai/ling-2.6-1t";
|
|
2649
|
-
provider: "openrouter";
|
|
2650
|
-
};
|
|
2651
|
-
"inclusionai/ling-2.6-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
2652
|
-
id: "inclusionai/ling-2.6-flash";
|
|
2653
|
-
provider: "openrouter";
|
|
2654
|
-
};
|
|
2655
|
-
"inclusionai/ring-2.6-1t": import("./model.ts").Model<"openai-completions"> & {
|
|
2656
|
-
id: "inclusionai/ring-2.6-1t";
|
|
2657
|
-
provider: "openrouter";
|
|
2658
|
-
};
|
|
2659
|
-
"kwaipilot/kat-coder-air-v2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
2660
|
-
id: "kwaipilot/kat-coder-air-v2.5";
|
|
2661
|
-
provider: "openrouter";
|
|
2662
|
-
};
|
|
2663
|
-
"kwaipilot/kat-coder-pro-v2": import("./model.ts").Model<"openai-completions"> & {
|
|
2664
|
-
id: "kwaipilot/kat-coder-pro-v2";
|
|
2665
|
-
provider: "openrouter";
|
|
2666
|
-
};
|
|
2667
|
-
"kwaipilot/kat-coder-pro-v2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
2668
|
-
id: "kwaipilot/kat-coder-pro-v2.5";
|
|
2669
|
-
provider: "openrouter";
|
|
2670
|
-
};
|
|
2671
|
-
"meituan/longcat-2.0": import("./model.ts").Model<"openai-completions"> & {
|
|
2672
|
-
id: "meituan/longcat-2.0";
|
|
2673
|
-
provider: "openrouter";
|
|
2674
|
-
};
|
|
2675
|
-
"meta-llama/llama-3.1-70b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
2676
|
-
id: "meta-llama/llama-3.1-70b-instruct";
|
|
2677
|
-
provider: "openrouter";
|
|
2678
|
-
};
|
|
2679
|
-
"meta-llama/llama-3.1-8b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
2680
|
-
id: "meta-llama/llama-3.1-8b-instruct";
|
|
2681
|
-
provider: "openrouter";
|
|
2682
|
-
};
|
|
2683
|
-
"meta-llama/llama-3.3-70b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
2684
|
-
id: "meta-llama/llama-3.3-70b-instruct";
|
|
2685
|
-
provider: "openrouter";
|
|
2686
|
-
};
|
|
2687
|
-
"meta-llama/llama-4-maverick": import("./model.ts").Model<"openai-completions"> & {
|
|
2688
|
-
id: "meta-llama/llama-4-maverick";
|
|
2689
|
-
provider: "openrouter";
|
|
2690
|
-
};
|
|
2691
|
-
"meta-llama/llama-4-scout": import("./model.ts").Model<"openai-completions"> & {
|
|
2692
|
-
id: "meta-llama/llama-4-scout";
|
|
2693
|
-
provider: "openrouter";
|
|
2694
|
-
};
|
|
2695
|
-
"meta/muse-spark-1.1": import("./model.ts").Model<"openai-completions"> & {
|
|
2696
|
-
id: "meta/muse-spark-1.1";
|
|
2697
|
-
provider: "openrouter";
|
|
2698
|
-
};
|
|
2699
|
-
"minimax/minimax-m1": import("./model.ts").Model<"openai-completions"> & {
|
|
2700
|
-
id: "minimax/minimax-m1";
|
|
2701
|
-
provider: "openrouter";
|
|
2702
|
-
};
|
|
2703
|
-
"minimax/minimax-m2": import("./model.ts").Model<"openai-completions"> & {
|
|
2704
|
-
id: "minimax/minimax-m2";
|
|
2705
|
-
provider: "openrouter";
|
|
2706
|
-
};
|
|
2707
|
-
"minimax/minimax-m2.1": import("./model.ts").Model<"openai-completions"> & {
|
|
2708
|
-
id: "minimax/minimax-m2.1";
|
|
2709
|
-
provider: "openrouter";
|
|
2710
|
-
};
|
|
2711
|
-
"minimax/minimax-m2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
2712
|
-
id: "minimax/minimax-m2.5";
|
|
2713
|
-
provider: "openrouter";
|
|
2714
|
-
};
|
|
2715
|
-
"minimax/minimax-m2.7": import("./model.ts").Model<"openai-completions"> & {
|
|
2716
|
-
id: "minimax/minimax-m2.7";
|
|
2717
|
-
provider: "openrouter";
|
|
2718
|
-
};
|
|
2719
|
-
"minimax/minimax-m3": import("./model.ts").Model<"openai-completions"> & {
|
|
2720
|
-
id: "minimax/minimax-m3";
|
|
2721
|
-
provider: "openrouter";
|
|
2722
|
-
};
|
|
2723
|
-
"mistralai/codestral-2508": import("./model.ts").Model<"openai-completions"> & {
|
|
2724
|
-
id: "mistralai/codestral-2508";
|
|
2725
|
-
provider: "openrouter";
|
|
2726
|
-
};
|
|
2727
|
-
"mistralai/devstral-2512": import("./model.ts").Model<"openai-completions"> & {
|
|
2728
|
-
id: "mistralai/devstral-2512";
|
|
2729
|
-
provider: "openrouter";
|
|
2730
|
-
};
|
|
2731
|
-
"mistralai/ministral-14b-2512": import("./model.ts").Model<"openai-completions"> & {
|
|
2732
|
-
id: "mistralai/ministral-14b-2512";
|
|
2733
|
-
provider: "openrouter";
|
|
2734
|
-
};
|
|
2735
|
-
"mistralai/ministral-3b-2512": import("./model.ts").Model<"openai-completions"> & {
|
|
2736
|
-
id: "mistralai/ministral-3b-2512";
|
|
2737
|
-
provider: "openrouter";
|
|
2738
|
-
};
|
|
2739
|
-
"mistralai/ministral-8b-2512": import("./model.ts").Model<"openai-completions"> & {
|
|
2740
|
-
id: "mistralai/ministral-8b-2512";
|
|
2741
|
-
provider: "openrouter";
|
|
2742
|
-
};
|
|
2743
|
-
"mistralai/mistral-large": import("./model.ts").Model<"openai-completions"> & {
|
|
2744
|
-
id: "mistralai/mistral-large";
|
|
2745
|
-
provider: "openrouter";
|
|
2746
|
-
};
|
|
2747
|
-
"mistralai/mistral-large-2407": import("./model.ts").Model<"openai-completions"> & {
|
|
2748
|
-
id: "mistralai/mistral-large-2407";
|
|
2749
|
-
provider: "openrouter";
|
|
2750
|
-
};
|
|
2751
|
-
"mistralai/mistral-large-2512": import("./model.ts").Model<"openai-completions"> & {
|
|
2752
|
-
id: "mistralai/mistral-large-2512";
|
|
2753
|
-
provider: "openrouter";
|
|
2754
|
-
};
|
|
2755
|
-
"mistralai/mistral-medium-3": import("./model.ts").Model<"openai-completions"> & {
|
|
2756
|
-
id: "mistralai/mistral-medium-3";
|
|
2757
|
-
provider: "openrouter";
|
|
2758
|
-
};
|
|
2759
|
-
"mistralai/mistral-medium-3-5": import("./model.ts").Model<"openai-completions"> & {
|
|
2760
|
-
id: "mistralai/mistral-medium-3-5";
|
|
2761
|
-
provider: "openrouter";
|
|
2762
|
-
};
|
|
2763
|
-
"mistralai/mistral-medium-3.1": import("./model.ts").Model<"openai-completions"> & {
|
|
2764
|
-
id: "mistralai/mistral-medium-3.1";
|
|
2765
|
-
provider: "openrouter";
|
|
2766
|
-
};
|
|
2767
|
-
"mistralai/mistral-nemo": import("./model.ts").Model<"openai-completions"> & {
|
|
2768
|
-
id: "mistralai/mistral-nemo";
|
|
2769
|
-
provider: "openrouter";
|
|
2770
|
-
};
|
|
2771
|
-
"mistralai/mistral-saba": import("./model.ts").Model<"openai-completions"> & {
|
|
2772
|
-
id: "mistralai/mistral-saba";
|
|
2773
|
-
provider: "openrouter";
|
|
2774
|
-
};
|
|
2775
|
-
"mistralai/mistral-small-2603": import("./model.ts").Model<"openai-completions"> & {
|
|
2776
|
-
id: "mistralai/mistral-small-2603";
|
|
2777
|
-
provider: "openrouter";
|
|
2778
|
-
};
|
|
2779
|
-
"mistralai/mistral-small-3.2-24b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
2780
|
-
id: "mistralai/mistral-small-3.2-24b-instruct";
|
|
2781
|
-
provider: "openrouter";
|
|
2782
|
-
};
|
|
2783
|
-
"mistralai/mixtral-8x22b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
2784
|
-
id: "mistralai/mixtral-8x22b-instruct";
|
|
2785
|
-
provider: "openrouter";
|
|
2786
|
-
};
|
|
2787
|
-
"mistralai/voxtral-small-24b-2507": import("./model.ts").Model<"openai-completions"> & {
|
|
2788
|
-
id: "mistralai/voxtral-small-24b-2507";
|
|
2789
|
-
provider: "openrouter";
|
|
2790
|
-
};
|
|
2791
|
-
"moonshotai/kimi-k2": import("./model.ts").Model<"openai-completions"> & {
|
|
2792
|
-
id: "moonshotai/kimi-k2";
|
|
2793
|
-
provider: "openrouter";
|
|
2794
|
-
};
|
|
2795
|
-
"moonshotai/kimi-k2-0905": import("./model.ts").Model<"openai-completions"> & {
|
|
2796
|
-
id: "moonshotai/kimi-k2-0905";
|
|
2797
|
-
provider: "openrouter";
|
|
2798
|
-
};
|
|
2799
|
-
"moonshotai/kimi-k2-thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
2800
|
-
id: "moonshotai/kimi-k2-thinking";
|
|
2801
|
-
provider: "openrouter";
|
|
2802
|
-
};
|
|
2803
|
-
"moonshotai/kimi-k2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
2804
|
-
id: "moonshotai/kimi-k2.5";
|
|
2805
|
-
provider: "openrouter";
|
|
2806
|
-
};
|
|
2807
|
-
"moonshotai/kimi-k2.6": import("./model.ts").Model<"openai-completions"> & {
|
|
2808
|
-
id: "moonshotai/kimi-k2.6";
|
|
2809
|
-
provider: "openrouter";
|
|
2810
|
-
};
|
|
2811
|
-
"moonshotai/kimi-k2.7-code": import("./model.ts").Model<"openai-completions"> & {
|
|
2812
|
-
id: "moonshotai/kimi-k2.7-code";
|
|
2813
|
-
provider: "openrouter";
|
|
2814
|
-
};
|
|
2815
|
-
"moonshotai/kimi-k3": import("./model.ts").Model<"openai-completions"> & {
|
|
2816
|
-
id: "moonshotai/kimi-k3";
|
|
2817
|
-
provider: "openrouter";
|
|
2818
|
-
};
|
|
2819
|
-
"nex-agi/nex-n2-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
2820
|
-
id: "nex-agi/nex-n2-mini";
|
|
2821
|
-
provider: "openrouter";
|
|
2822
|
-
};
|
|
2823
|
-
"nex-agi/nex-n2-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
2824
|
-
id: "nex-agi/nex-n2-pro";
|
|
2825
|
-
provider: "openrouter";
|
|
2826
|
-
};
|
|
2827
|
-
"nvidia/nemotron-3-nano-30b-a3b": import("./model.ts").Model<"openai-completions"> & {
|
|
2828
|
-
id: "nvidia/nemotron-3-nano-30b-a3b";
|
|
2829
|
-
provider: "openrouter";
|
|
2830
|
-
};
|
|
2831
|
-
"nvidia/nemotron-3-nano-30b-a3b:free": import("./model.ts").Model<"openai-completions"> & {
|
|
2832
|
-
id: "nvidia/nemotron-3-nano-30b-a3b:free";
|
|
2833
|
-
provider: "openrouter";
|
|
2834
|
-
};
|
|
2835
|
-
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": import("./model.ts").Model<"openai-completions"> & {
|
|
2836
|
-
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free";
|
|
2837
|
-
provider: "openrouter";
|
|
2838
|
-
};
|
|
2839
|
-
"nvidia/nemotron-3-super-120b-a12b": import("./model.ts").Model<"openai-completions"> & {
|
|
2840
|
-
id: "nvidia/nemotron-3-super-120b-a12b";
|
|
2841
|
-
provider: "openrouter";
|
|
2842
|
-
};
|
|
2843
|
-
"nvidia/nemotron-3-super-120b-a12b:free": import("./model.ts").Model<"openai-completions"> & {
|
|
2844
|
-
id: "nvidia/nemotron-3-super-120b-a12b:free";
|
|
2845
|
-
provider: "openrouter";
|
|
2846
|
-
};
|
|
2847
|
-
"nvidia/nemotron-3-ultra-550b-a55b": import("./model.ts").Model<"openai-completions"> & {
|
|
2848
|
-
id: "nvidia/nemotron-3-ultra-550b-a55b";
|
|
2849
|
-
provider: "openrouter";
|
|
2850
|
-
};
|
|
2851
|
-
"nvidia/nemotron-3-ultra-550b-a55b:free": import("./model.ts").Model<"openai-completions"> & {
|
|
2852
|
-
id: "nvidia/nemotron-3-ultra-550b-a55b:free";
|
|
2853
|
-
provider: "openrouter";
|
|
2854
|
-
};
|
|
2855
|
-
"nvidia/nemotron-nano-12b-v2-vl:free": import("./model.ts").Model<"openai-completions"> & {
|
|
2856
|
-
id: "nvidia/nemotron-nano-12b-v2-vl:free";
|
|
2857
|
-
provider: "openrouter";
|
|
2858
|
-
};
|
|
2859
|
-
"nvidia/nemotron-nano-9b-v2:free": import("./model.ts").Model<"openai-completions"> & {
|
|
2860
|
-
id: "nvidia/nemotron-nano-9b-v2:free";
|
|
2861
|
-
provider: "openrouter";
|
|
2862
|
-
};
|
|
2863
|
-
"openai/gpt-3.5-turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
2864
|
-
id: "openai/gpt-3.5-turbo";
|
|
2865
|
-
provider: "openrouter";
|
|
2866
|
-
};
|
|
2867
|
-
"openai/gpt-3.5-turbo-0613": import("./model.ts").Model<"openai-completions"> & {
|
|
2868
|
-
id: "openai/gpt-3.5-turbo-0613";
|
|
2869
|
-
provider: "openrouter";
|
|
2870
|
-
};
|
|
2871
|
-
"openai/gpt-3.5-turbo-16k": import("./model.ts").Model<"openai-completions"> & {
|
|
2872
|
-
id: "openai/gpt-3.5-turbo-16k";
|
|
2873
|
-
provider: "openrouter";
|
|
2874
|
-
};
|
|
2875
|
-
"openai/gpt-4": import("./model.ts").Model<"openai-completions"> & {
|
|
2876
|
-
id: "openai/gpt-4";
|
|
2877
|
-
provider: "openrouter";
|
|
2878
|
-
};
|
|
2879
|
-
"openai/gpt-4-turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
2880
|
-
id: "openai/gpt-4-turbo";
|
|
2881
|
-
provider: "openrouter";
|
|
2882
|
-
};
|
|
2883
|
-
"openai/gpt-4-turbo-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
2884
|
-
id: "openai/gpt-4-turbo-preview";
|
|
2885
|
-
provider: "openrouter";
|
|
2886
|
-
};
|
|
2887
|
-
"openai/gpt-4.1": import("./model.ts").Model<"openai-completions"> & {
|
|
2888
|
-
id: "openai/gpt-4.1";
|
|
2889
|
-
provider: "openrouter";
|
|
2890
|
-
};
|
|
2891
|
-
"openai/gpt-4.1-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
2892
|
-
id: "openai/gpt-4.1-mini";
|
|
2893
|
-
provider: "openrouter";
|
|
2894
|
-
};
|
|
2895
|
-
"openai/gpt-4.1-nano": import("./model.ts").Model<"openai-completions"> & {
|
|
2896
|
-
id: "openai/gpt-4.1-nano";
|
|
2897
|
-
provider: "openrouter";
|
|
2898
|
-
};
|
|
2899
|
-
"openai/gpt-4o": import("./model.ts").Model<"openai-completions"> & {
|
|
2900
|
-
id: "openai/gpt-4o";
|
|
2901
|
-
provider: "openrouter";
|
|
2902
|
-
};
|
|
2903
|
-
"openai/gpt-4o-2024-05-13": import("./model.ts").Model<"openai-completions"> & {
|
|
2904
|
-
id: "openai/gpt-4o-2024-05-13";
|
|
2905
|
-
provider: "openrouter";
|
|
2906
|
-
};
|
|
2907
|
-
"openai/gpt-4o-2024-08-06": import("./model.ts").Model<"openai-completions"> & {
|
|
2908
|
-
id: "openai/gpt-4o-2024-08-06";
|
|
2909
|
-
provider: "openrouter";
|
|
2910
|
-
};
|
|
2911
|
-
"openai/gpt-4o-2024-11-20": import("./model.ts").Model<"openai-completions"> & {
|
|
2912
|
-
id: "openai/gpt-4o-2024-11-20";
|
|
2913
|
-
provider: "openrouter";
|
|
2914
|
-
};
|
|
2915
|
-
"openai/gpt-4o-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
2916
|
-
id: "openai/gpt-4o-mini";
|
|
2917
|
-
provider: "openrouter";
|
|
2918
|
-
};
|
|
2919
|
-
"openai/gpt-4o-mini-2024-07-18": import("./model.ts").Model<"openai-completions"> & {
|
|
2920
|
-
id: "openai/gpt-4o-mini-2024-07-18";
|
|
2921
|
-
provider: "openrouter";
|
|
2922
|
-
};
|
|
2923
|
-
"openai/gpt-5": import("./model.ts").Model<"openai-completions"> & {
|
|
2924
|
-
id: "openai/gpt-5";
|
|
2925
|
-
provider: "openrouter";
|
|
2926
|
-
};
|
|
2927
|
-
"openai/gpt-5-codex": import("./model.ts").Model<"openai-completions"> & {
|
|
2928
|
-
id: "openai/gpt-5-codex";
|
|
2929
|
-
provider: "openrouter";
|
|
2930
|
-
};
|
|
2931
|
-
"openai/gpt-5-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
2932
|
-
id: "openai/gpt-5-mini";
|
|
2933
|
-
provider: "openrouter";
|
|
2934
|
-
};
|
|
2935
|
-
"openai/gpt-5-nano": import("./model.ts").Model<"openai-completions"> & {
|
|
2936
|
-
id: "openai/gpt-5-nano";
|
|
2937
|
-
provider: "openrouter";
|
|
2938
|
-
};
|
|
2939
|
-
"openai/gpt-5-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
2940
|
-
id: "openai/gpt-5-pro";
|
|
2941
|
-
provider: "openrouter";
|
|
2942
|
-
};
|
|
2943
|
-
"openai/gpt-5.1": import("./model.ts").Model<"openai-completions"> & {
|
|
2944
|
-
id: "openai/gpt-5.1";
|
|
2945
|
-
provider: "openrouter";
|
|
2946
|
-
};
|
|
2947
|
-
"openai/gpt-5.1-chat": import("./model.ts").Model<"openai-completions"> & {
|
|
2948
|
-
id: "openai/gpt-5.1-chat";
|
|
2949
|
-
provider: "openrouter";
|
|
2950
|
-
};
|
|
2951
|
-
"openai/gpt-5.1-codex": import("./model.ts").Model<"openai-completions"> & {
|
|
2952
|
-
id: "openai/gpt-5.1-codex";
|
|
2953
|
-
provider: "openrouter";
|
|
2954
|
-
};
|
|
2955
|
-
"openai/gpt-5.1-codex-max": import("./model.ts").Model<"openai-completions"> & {
|
|
2956
|
-
id: "openai/gpt-5.1-codex-max";
|
|
2957
|
-
provider: "openrouter";
|
|
2958
|
-
};
|
|
2959
|
-
"openai/gpt-5.1-codex-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
2960
|
-
id: "openai/gpt-5.1-codex-mini";
|
|
2961
|
-
provider: "openrouter";
|
|
2962
|
-
};
|
|
2963
|
-
"openai/gpt-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
2964
|
-
id: "openai/gpt-5.2";
|
|
2965
|
-
provider: "openrouter";
|
|
2966
|
-
};
|
|
2967
|
-
"openai/gpt-5.2-chat": import("./model.ts").Model<"openai-completions"> & {
|
|
2968
|
-
id: "openai/gpt-5.2-chat";
|
|
2969
|
-
provider: "openrouter";
|
|
2970
|
-
};
|
|
2971
|
-
"openai/gpt-5.2-codex": import("./model.ts").Model<"openai-completions"> & {
|
|
2972
|
-
id: "openai/gpt-5.2-codex";
|
|
2973
|
-
provider: "openrouter";
|
|
2974
|
-
};
|
|
2975
|
-
"openai/gpt-5.2-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
2976
|
-
id: "openai/gpt-5.2-pro";
|
|
2977
|
-
provider: "openrouter";
|
|
2978
|
-
};
|
|
2979
|
-
"openai/gpt-5.3-chat": import("./model.ts").Model<"openai-completions"> & {
|
|
2980
|
-
id: "openai/gpt-5.3-chat";
|
|
2981
|
-
provider: "openrouter";
|
|
2982
|
-
};
|
|
2983
|
-
"openai/gpt-5.3-codex": import("./model.ts").Model<"openai-completions"> & {
|
|
2984
|
-
id: "openai/gpt-5.3-codex";
|
|
2985
|
-
provider: "openrouter";
|
|
2986
|
-
};
|
|
2987
|
-
"openai/gpt-5.4": import("./model.ts").Model<"openai-completions"> & {
|
|
2988
|
-
id: "openai/gpt-5.4";
|
|
2989
|
-
provider: "openrouter";
|
|
2990
|
-
};
|
|
2991
|
-
"openai/gpt-5.4-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
2992
|
-
id: "openai/gpt-5.4-mini";
|
|
2993
|
-
provider: "openrouter";
|
|
2994
|
-
};
|
|
2995
|
-
"openai/gpt-5.4-nano": import("./model.ts").Model<"openai-completions"> & {
|
|
2996
|
-
id: "openai/gpt-5.4-nano";
|
|
2997
|
-
provider: "openrouter";
|
|
2998
|
-
};
|
|
2999
|
-
"openai/gpt-5.4-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
3000
|
-
id: "openai/gpt-5.4-pro";
|
|
3001
|
-
provider: "openrouter";
|
|
3002
|
-
};
|
|
3003
|
-
"openai/gpt-5.5": import("./model.ts").Model<"openai-completions"> & {
|
|
3004
|
-
id: "openai/gpt-5.5";
|
|
3005
|
-
provider: "openrouter";
|
|
3006
|
-
};
|
|
3007
|
-
"openai/gpt-5.5-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
3008
|
-
id: "openai/gpt-5.5-pro";
|
|
3009
|
-
provider: "openrouter";
|
|
3010
|
-
};
|
|
3011
|
-
"openai/gpt-5.6-luna": import("./model.ts").Model<"openai-completions"> & {
|
|
3012
|
-
id: "openai/gpt-5.6-luna";
|
|
3013
|
-
provider: "openrouter";
|
|
3014
|
-
};
|
|
3015
|
-
"openai/gpt-5.6-luna-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
3016
|
-
id: "openai/gpt-5.6-luna-pro";
|
|
3017
|
-
provider: "openrouter";
|
|
3018
|
-
};
|
|
3019
|
-
"openai/gpt-5.6-sol": import("./model.ts").Model<"openai-completions"> & {
|
|
3020
|
-
id: "openai/gpt-5.6-sol";
|
|
3021
|
-
provider: "openrouter";
|
|
3022
|
-
};
|
|
3023
|
-
"openai/gpt-5.6-sol-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
3024
|
-
id: "openai/gpt-5.6-sol-pro";
|
|
3025
|
-
provider: "openrouter";
|
|
3026
|
-
};
|
|
3027
|
-
"openai/gpt-5.6-terra": import("./model.ts").Model<"openai-completions"> & {
|
|
3028
|
-
id: "openai/gpt-5.6-terra";
|
|
3029
|
-
provider: "openrouter";
|
|
3030
|
-
};
|
|
3031
|
-
"openai/gpt-5.6-terra-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
3032
|
-
id: "openai/gpt-5.6-terra-pro";
|
|
3033
|
-
provider: "openrouter";
|
|
3034
|
-
};
|
|
3035
|
-
"openai/gpt-audio": import("./model.ts").Model<"openai-completions"> & {
|
|
3036
|
-
id: "openai/gpt-audio";
|
|
3037
|
-
provider: "openrouter";
|
|
3038
|
-
};
|
|
3039
|
-
"openai/gpt-audio-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
3040
|
-
id: "openai/gpt-audio-mini";
|
|
3041
|
-
provider: "openrouter";
|
|
3042
|
-
};
|
|
3043
|
-
"openai/gpt-chat-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3044
|
-
id: "openai/gpt-chat-latest";
|
|
3045
|
-
provider: "openrouter";
|
|
3046
|
-
};
|
|
3047
|
-
"openai/gpt-oss-120b": import("./model.ts").Model<"openai-completions"> & {
|
|
3048
|
-
id: "openai/gpt-oss-120b";
|
|
3049
|
-
provider: "openrouter";
|
|
3050
|
-
};
|
|
3051
|
-
"openai/gpt-oss-20b": import("./model.ts").Model<"openai-completions"> & {
|
|
3052
|
-
id: "openai/gpt-oss-20b";
|
|
3053
|
-
provider: "openrouter";
|
|
3054
|
-
};
|
|
3055
|
-
"openai/gpt-oss-20b:free": import("./model.ts").Model<"openai-completions"> & {
|
|
3056
|
-
id: "openai/gpt-oss-20b:free";
|
|
3057
|
-
provider: "openrouter";
|
|
3058
|
-
};
|
|
3059
|
-
"openai/gpt-oss-safeguard-20b": import("./model.ts").Model<"openai-completions"> & {
|
|
3060
|
-
id: "openai/gpt-oss-safeguard-20b";
|
|
3061
|
-
provider: "openrouter";
|
|
3062
|
-
};
|
|
3063
|
-
"openai/o1": import("./model.ts").Model<"openai-completions"> & {
|
|
3064
|
-
id: "openai/o1";
|
|
3065
|
-
provider: "openrouter";
|
|
3066
|
-
};
|
|
3067
|
-
"openai/o3": import("./model.ts").Model<"openai-completions"> & {
|
|
3068
|
-
id: "openai/o3";
|
|
3069
|
-
provider: "openrouter";
|
|
3070
|
-
};
|
|
3071
|
-
"openai/o3-deep-research": import("./model.ts").Model<"openai-completions"> & {
|
|
3072
|
-
id: "openai/o3-deep-research";
|
|
3073
|
-
provider: "openrouter";
|
|
3074
|
-
};
|
|
3075
|
-
"openai/o3-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
3076
|
-
id: "openai/o3-mini";
|
|
3077
|
-
provider: "openrouter";
|
|
3078
|
-
};
|
|
3079
|
-
"openai/o3-mini-high": import("./model.ts").Model<"openai-completions"> & {
|
|
3080
|
-
id: "openai/o3-mini-high";
|
|
3081
|
-
provider: "openrouter";
|
|
3082
|
-
};
|
|
3083
|
-
"openai/o3-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
3084
|
-
id: "openai/o3-pro";
|
|
3085
|
-
provider: "openrouter";
|
|
3086
|
-
};
|
|
3087
|
-
"openai/o4-mini": import("./model.ts").Model<"openai-completions"> & {
|
|
3088
|
-
id: "openai/o4-mini";
|
|
3089
|
-
provider: "openrouter";
|
|
3090
|
-
};
|
|
3091
|
-
"openai/o4-mini-deep-research": import("./model.ts").Model<"openai-completions"> & {
|
|
3092
|
-
id: "openai/o4-mini-deep-research";
|
|
3093
|
-
provider: "openrouter";
|
|
3094
|
-
};
|
|
3095
|
-
"openai/o4-mini-high": import("./model.ts").Model<"openai-completions"> & {
|
|
3096
|
-
id: "openai/o4-mini-high";
|
|
3097
|
-
provider: "openrouter";
|
|
3098
|
-
};
|
|
3099
|
-
"openrouter/auto": import("./model.ts").Model<"openai-completions"> & {
|
|
3100
|
-
id: "openrouter/auto";
|
|
3101
|
-
provider: "openrouter";
|
|
3102
|
-
};
|
|
3103
|
-
"openrouter/auto-beta": import("./model.ts").Model<"openai-completions"> & {
|
|
3104
|
-
id: "openrouter/auto-beta";
|
|
3105
|
-
provider: "openrouter";
|
|
3106
|
-
};
|
|
3107
|
-
"openrouter/free": import("./model.ts").Model<"openai-completions"> & {
|
|
3108
|
-
id: "openrouter/free";
|
|
3109
|
-
provider: "openrouter";
|
|
3110
|
-
};
|
|
3111
|
-
"openrouter/fusion": import("./model.ts").Model<"openai-completions"> & {
|
|
3112
|
-
id: "openrouter/fusion";
|
|
3113
|
-
provider: "openrouter";
|
|
3114
|
-
};
|
|
3115
|
-
"poolside/laguna-m.1": import("./model.ts").Model<"openai-completions"> & {
|
|
3116
|
-
id: "poolside/laguna-m.1";
|
|
3117
|
-
provider: "openrouter";
|
|
3118
|
-
};
|
|
3119
|
-
"poolside/laguna-m.1:free": import("./model.ts").Model<"openai-completions"> & {
|
|
3120
|
-
id: "poolside/laguna-m.1:free";
|
|
3121
|
-
provider: "openrouter";
|
|
3122
|
-
};
|
|
3123
|
-
"poolside/laguna-s-2.1": import("./model.ts").Model<"openai-completions"> & {
|
|
3124
|
-
id: "poolside/laguna-s-2.1";
|
|
3125
|
-
provider: "openrouter";
|
|
3126
|
-
};
|
|
3127
|
-
"poolside/laguna-s-2.1:free": import("./model.ts").Model<"openai-completions"> & {
|
|
3128
|
-
id: "poolside/laguna-s-2.1:free";
|
|
3129
|
-
provider: "openrouter";
|
|
3130
|
-
};
|
|
3131
|
-
"poolside/laguna-xs-2.1": import("./model.ts").Model<"openai-completions"> & {
|
|
3132
|
-
id: "poolside/laguna-xs-2.1";
|
|
3133
|
-
provider: "openrouter";
|
|
3134
|
-
};
|
|
3135
|
-
"poolside/laguna-xs-2.1:free": import("./model.ts").Model<"openai-completions"> & {
|
|
3136
|
-
id: "poolside/laguna-xs-2.1:free";
|
|
3137
|
-
provider: "openrouter";
|
|
3138
|
-
};
|
|
3139
|
-
"qwen/qwen-2.5-72b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
3140
|
-
id: "qwen/qwen-2.5-72b-instruct";
|
|
3141
|
-
provider: "openrouter";
|
|
3142
|
-
};
|
|
3143
|
-
"qwen/qwen-2.5-7b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
3144
|
-
id: "qwen/qwen-2.5-7b-instruct";
|
|
3145
|
-
provider: "openrouter";
|
|
3146
|
-
};
|
|
3147
|
-
"qwen/qwen-plus": import("./model.ts").Model<"openai-completions"> & {
|
|
3148
|
-
id: "qwen/qwen-plus";
|
|
3149
|
-
provider: "openrouter";
|
|
3150
|
-
};
|
|
3151
|
-
"qwen/qwen-plus-2025-07-28": import("./model.ts").Model<"openai-completions"> & {
|
|
3152
|
-
id: "qwen/qwen-plus-2025-07-28";
|
|
3153
|
-
provider: "openrouter";
|
|
3154
|
-
};
|
|
3155
|
-
"qwen/qwen-plus-2025-07-28:thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
3156
|
-
id: "qwen/qwen-plus-2025-07-28:thinking";
|
|
3157
|
-
provider: "openrouter";
|
|
3158
|
-
};
|
|
3159
|
-
"qwen/qwen3-14b": import("./model.ts").Model<"openai-completions"> & {
|
|
3160
|
-
id: "qwen/qwen3-14b";
|
|
3161
|
-
provider: "openrouter";
|
|
3162
|
-
};
|
|
3163
|
-
"qwen/qwen3-235b-a22b": import("./model.ts").Model<"openai-completions"> & {
|
|
3164
|
-
id: "qwen/qwen3-235b-a22b";
|
|
3165
|
-
provider: "openrouter";
|
|
3166
|
-
};
|
|
3167
|
-
"qwen/qwen3-235b-a22b-2507": import("./model.ts").Model<"openai-completions"> & {
|
|
3168
|
-
id: "qwen/qwen3-235b-a22b-2507";
|
|
3169
|
-
provider: "openrouter";
|
|
3170
|
-
};
|
|
3171
|
-
"qwen/qwen3-235b-a22b-thinking-2507": import("./model.ts").Model<"openai-completions"> & {
|
|
3172
|
-
id: "qwen/qwen3-235b-a22b-thinking-2507";
|
|
3173
|
-
provider: "openrouter";
|
|
3174
|
-
};
|
|
3175
|
-
"qwen/qwen3-30b-a3b": import("./model.ts").Model<"openai-completions"> & {
|
|
3176
|
-
id: "qwen/qwen3-30b-a3b";
|
|
3177
|
-
provider: "openrouter";
|
|
3178
|
-
};
|
|
3179
|
-
"qwen/qwen3-30b-a3b-instruct-2507": import("./model.ts").Model<"openai-completions"> & {
|
|
3180
|
-
id: "qwen/qwen3-30b-a3b-instruct-2507";
|
|
3181
|
-
provider: "openrouter";
|
|
3182
|
-
};
|
|
3183
|
-
"qwen/qwen3-30b-a3b-thinking-2507": import("./model.ts").Model<"openai-completions"> & {
|
|
3184
|
-
id: "qwen/qwen3-30b-a3b-thinking-2507";
|
|
3185
|
-
provider: "openrouter";
|
|
3186
|
-
};
|
|
3187
|
-
"qwen/qwen3-32b": import("./model.ts").Model<"openai-completions"> & {
|
|
3188
|
-
id: "qwen/qwen3-32b";
|
|
3189
|
-
provider: "openrouter";
|
|
3190
|
-
};
|
|
3191
|
-
"qwen/qwen3-8b": import("./model.ts").Model<"openai-completions"> & {
|
|
3192
|
-
id: "qwen/qwen3-8b";
|
|
3193
|
-
provider: "openrouter";
|
|
3194
|
-
};
|
|
3195
|
-
"qwen/qwen3-coder": import("./model.ts").Model<"openai-completions"> & {
|
|
3196
|
-
id: "qwen/qwen3-coder";
|
|
3197
|
-
provider: "openrouter";
|
|
3198
|
-
};
|
|
3199
|
-
"qwen/qwen3-coder-30b-a3b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
3200
|
-
id: "qwen/qwen3-coder-30b-a3b-instruct";
|
|
3201
|
-
provider: "openrouter";
|
|
3202
|
-
};
|
|
3203
|
-
"qwen/qwen3-coder-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
3204
|
-
id: "qwen/qwen3-coder-flash";
|
|
3205
|
-
provider: "openrouter";
|
|
3206
|
-
};
|
|
3207
|
-
"qwen/qwen3-coder-next": import("./model.ts").Model<"openai-completions"> & {
|
|
3208
|
-
id: "qwen/qwen3-coder-next";
|
|
3209
|
-
provider: "openrouter";
|
|
3210
|
-
};
|
|
3211
|
-
"qwen/qwen3-coder-plus": import("./model.ts").Model<"openai-completions"> & {
|
|
3212
|
-
id: "qwen/qwen3-coder-plus";
|
|
3213
|
-
provider: "openrouter";
|
|
3214
|
-
};
|
|
3215
|
-
"qwen/qwen3-max": import("./model.ts").Model<"openai-completions"> & {
|
|
3216
|
-
id: "qwen/qwen3-max";
|
|
3217
|
-
provider: "openrouter";
|
|
3218
|
-
};
|
|
3219
|
-
"qwen/qwen3-max-thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
3220
|
-
id: "qwen/qwen3-max-thinking";
|
|
3221
|
-
provider: "openrouter";
|
|
3222
|
-
};
|
|
3223
|
-
"qwen/qwen3-next-80b-a3b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
3224
|
-
id: "qwen/qwen3-next-80b-a3b-instruct";
|
|
3225
|
-
provider: "openrouter";
|
|
3226
|
-
};
|
|
3227
|
-
"qwen/qwen3-next-80b-a3b-thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
3228
|
-
id: "qwen/qwen3-next-80b-a3b-thinking";
|
|
3229
|
-
provider: "openrouter";
|
|
3230
|
-
};
|
|
3231
|
-
"qwen/qwen3-vl-235b-a22b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
3232
|
-
id: "qwen/qwen3-vl-235b-a22b-instruct";
|
|
3233
|
-
provider: "openrouter";
|
|
3234
|
-
};
|
|
3235
|
-
"qwen/qwen3-vl-235b-a22b-thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
3236
|
-
id: "qwen/qwen3-vl-235b-a22b-thinking";
|
|
3237
|
-
provider: "openrouter";
|
|
3238
|
-
};
|
|
3239
|
-
"qwen/qwen3-vl-30b-a3b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
3240
|
-
id: "qwen/qwen3-vl-30b-a3b-instruct";
|
|
3241
|
-
provider: "openrouter";
|
|
3242
|
-
};
|
|
3243
|
-
"qwen/qwen3-vl-30b-a3b-thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
3244
|
-
id: "qwen/qwen3-vl-30b-a3b-thinking";
|
|
3245
|
-
provider: "openrouter";
|
|
3246
|
-
};
|
|
3247
|
-
"qwen/qwen3-vl-32b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
3248
|
-
id: "qwen/qwen3-vl-32b-instruct";
|
|
3249
|
-
provider: "openrouter";
|
|
3250
|
-
};
|
|
3251
|
-
"qwen/qwen3-vl-8b-instruct": import("./model.ts").Model<"openai-completions"> & {
|
|
3252
|
-
id: "qwen/qwen3-vl-8b-instruct";
|
|
3253
|
-
provider: "openrouter";
|
|
3254
|
-
};
|
|
3255
|
-
"qwen/qwen3-vl-8b-thinking": import("./model.ts").Model<"openai-completions"> & {
|
|
3256
|
-
id: "qwen/qwen3-vl-8b-thinking";
|
|
3257
|
-
provider: "openrouter";
|
|
3258
|
-
};
|
|
3259
|
-
"qwen/qwen3.5-122b-a10b": import("./model.ts").Model<"openai-completions"> & {
|
|
3260
|
-
id: "qwen/qwen3.5-122b-a10b";
|
|
3261
|
-
provider: "openrouter";
|
|
3262
|
-
};
|
|
3263
|
-
"qwen/qwen3.5-27b": import("./model.ts").Model<"openai-completions"> & {
|
|
3264
|
-
id: "qwen/qwen3.5-27b";
|
|
3265
|
-
provider: "openrouter";
|
|
3266
|
-
};
|
|
3267
|
-
"qwen/qwen3.5-35b-a3b": import("./model.ts").Model<"openai-completions"> & {
|
|
3268
|
-
id: "qwen/qwen3.5-35b-a3b";
|
|
3269
|
-
provider: "openrouter";
|
|
3270
|
-
};
|
|
3271
|
-
"qwen/qwen3.5-397b-a17b": import("./model.ts").Model<"openai-completions"> & {
|
|
3272
|
-
id: "qwen/qwen3.5-397b-a17b";
|
|
3273
|
-
provider: "openrouter";
|
|
3274
|
-
};
|
|
3275
|
-
"qwen/qwen3.5-9b": import("./model.ts").Model<"openai-completions"> & {
|
|
3276
|
-
id: "qwen/qwen3.5-9b";
|
|
3277
|
-
provider: "openrouter";
|
|
3278
|
-
};
|
|
3279
|
-
"qwen/qwen3.5-flash-02-23": import("./model.ts").Model<"openai-completions"> & {
|
|
3280
|
-
id: "qwen/qwen3.5-flash-02-23";
|
|
3281
|
-
provider: "openrouter";
|
|
3282
|
-
};
|
|
3283
|
-
"qwen/qwen3.5-plus-02-15": import("./model.ts").Model<"openai-completions"> & {
|
|
3284
|
-
id: "qwen/qwen3.5-plus-02-15";
|
|
3285
|
-
provider: "openrouter";
|
|
3286
|
-
};
|
|
3287
|
-
"qwen/qwen3.5-plus-20260420": import("./model.ts").Model<"openai-completions"> & {
|
|
3288
|
-
id: "qwen/qwen3.5-plus-20260420";
|
|
3289
|
-
provider: "openrouter";
|
|
3290
|
-
};
|
|
3291
|
-
"qwen/qwen3.6-27b": import("./model.ts").Model<"openai-completions"> & {
|
|
3292
|
-
id: "qwen/qwen3.6-27b";
|
|
3293
|
-
provider: "openrouter";
|
|
3294
|
-
};
|
|
3295
|
-
"qwen/qwen3.6-35b-a3b": import("./model.ts").Model<"openai-completions"> & {
|
|
3296
|
-
id: "qwen/qwen3.6-35b-a3b";
|
|
3297
|
-
provider: "openrouter";
|
|
3298
|
-
};
|
|
3299
|
-
"qwen/qwen3.6-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
3300
|
-
id: "qwen/qwen3.6-flash";
|
|
3301
|
-
provider: "openrouter";
|
|
3302
|
-
};
|
|
3303
|
-
"qwen/qwen3.6-max-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
3304
|
-
id: "qwen/qwen3.6-max-preview";
|
|
3305
|
-
provider: "openrouter";
|
|
3306
|
-
};
|
|
3307
|
-
"qwen/qwen3.6-plus": import("./model.ts").Model<"openai-completions"> & {
|
|
3308
|
-
id: "qwen/qwen3.6-plus";
|
|
3309
|
-
provider: "openrouter";
|
|
3310
|
-
};
|
|
3311
|
-
"qwen/qwen3.7-max": import("./model.ts").Model<"openai-completions"> & {
|
|
3312
|
-
id: "qwen/qwen3.7-max";
|
|
3313
|
-
provider: "openrouter";
|
|
3314
|
-
};
|
|
3315
|
-
"qwen/qwen3.7-plus": import("./model.ts").Model<"openai-completions"> & {
|
|
3316
|
-
id: "qwen/qwen3.7-plus";
|
|
3317
|
-
provider: "openrouter";
|
|
3318
|
-
};
|
|
3319
|
-
"rekaai/reka-edge": import("./model.ts").Model<"openai-completions"> & {
|
|
3320
|
-
id: "rekaai/reka-edge";
|
|
3321
|
-
provider: "openrouter";
|
|
3322
|
-
};
|
|
3323
|
-
"relace/relace-search": import("./model.ts").Model<"openai-completions"> & {
|
|
3324
|
-
id: "relace/relace-search";
|
|
3325
|
-
provider: "openrouter";
|
|
3326
|
-
};
|
|
3327
|
-
"sakana/fugu-ultra": import("./model.ts").Model<"openai-completions"> & {
|
|
3328
|
-
id: "sakana/fugu-ultra";
|
|
3329
|
-
provider: "openrouter";
|
|
3330
|
-
};
|
|
3331
|
-
"sao10k/l3.1-euryale-70b": import("./model.ts").Model<"openai-completions"> & {
|
|
3332
|
-
id: "sao10k/l3.1-euryale-70b";
|
|
3333
|
-
provider: "openrouter";
|
|
3334
|
-
};
|
|
3335
|
-
"stepfun/step-3.5-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
3336
|
-
id: "stepfun/step-3.5-flash";
|
|
3337
|
-
provider: "openrouter";
|
|
3338
|
-
};
|
|
3339
|
-
"stepfun/step-3.7-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
3340
|
-
id: "stepfun/step-3.7-flash";
|
|
3341
|
-
provider: "openrouter";
|
|
3342
|
-
};
|
|
3343
|
-
"tencent/hy3": import("./model.ts").Model<"openai-completions"> & {
|
|
3344
|
-
id: "tencent/hy3";
|
|
3345
|
-
provider: "openrouter";
|
|
3346
|
-
};
|
|
3347
|
-
"tencent/hy3-preview": import("./model.ts").Model<"openai-completions"> & {
|
|
3348
|
-
id: "tencent/hy3-preview";
|
|
3349
|
-
provider: "openrouter";
|
|
3350
|
-
};
|
|
3351
|
-
"thedrummer/unslopnemo-12b": import("./model.ts").Model<"openai-completions"> & {
|
|
3352
|
-
id: "thedrummer/unslopnemo-12b";
|
|
3353
|
-
provider: "openrouter";
|
|
3354
|
-
};
|
|
3355
|
-
"thinkingmachines/inkling": import("./model.ts").Model<"openai-completions"> & {
|
|
3356
|
-
id: "thinkingmachines/inkling";
|
|
3357
|
-
provider: "openrouter";
|
|
3358
|
-
};
|
|
3359
|
-
"upstage/solar-pro-3": import("./model.ts").Model<"openai-completions"> & {
|
|
3360
|
-
id: "upstage/solar-pro-3";
|
|
3361
|
-
provider: "openrouter";
|
|
3362
|
-
};
|
|
3363
|
-
"x-ai/grok-4.20": import("./model.ts").Model<"openai-completions"> & {
|
|
3364
|
-
id: "x-ai/grok-4.20";
|
|
3365
|
-
provider: "openrouter";
|
|
3366
|
-
};
|
|
3367
|
-
"x-ai/grok-4.3": import("./model.ts").Model<"openai-completions"> & {
|
|
3368
|
-
id: "x-ai/grok-4.3";
|
|
3369
|
-
provider: "openrouter";
|
|
3370
|
-
};
|
|
3371
|
-
"x-ai/grok-4.5": import("./model.ts").Model<"openai-completions"> & {
|
|
3372
|
-
id: "x-ai/grok-4.5";
|
|
3373
|
-
provider: "openrouter";
|
|
3374
|
-
};
|
|
3375
|
-
"x-ai/grok-build-0.1": import("./model.ts").Model<"openai-completions"> & {
|
|
3376
|
-
id: "x-ai/grok-build-0.1";
|
|
3377
|
-
provider: "openrouter";
|
|
3378
|
-
};
|
|
3379
|
-
"xiaomi/mimo-v2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
3380
|
-
id: "xiaomi/mimo-v2.5";
|
|
3381
|
-
provider: "openrouter";
|
|
3382
|
-
};
|
|
3383
|
-
"xiaomi/mimo-v2.5-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
3384
|
-
id: "xiaomi/mimo-v2.5-pro";
|
|
3385
|
-
provider: "openrouter";
|
|
3386
|
-
};
|
|
3387
|
-
"z-ai/glm-4.5": import("./model.ts").Model<"openai-completions"> & {
|
|
3388
|
-
id: "z-ai/glm-4.5";
|
|
3389
|
-
provider: "openrouter";
|
|
3390
|
-
};
|
|
3391
|
-
"z-ai/glm-4.5-air": import("./model.ts").Model<"openai-completions"> & {
|
|
3392
|
-
id: "z-ai/glm-4.5-air";
|
|
3393
|
-
provider: "openrouter";
|
|
3394
|
-
};
|
|
3395
|
-
"z-ai/glm-4.5v": import("./model.ts").Model<"openai-completions"> & {
|
|
3396
|
-
id: "z-ai/glm-4.5v";
|
|
3397
|
-
provider: "openrouter";
|
|
3398
|
-
};
|
|
3399
|
-
"z-ai/glm-4.6": import("./model.ts").Model<"openai-completions"> & {
|
|
3400
|
-
id: "z-ai/glm-4.6";
|
|
3401
|
-
provider: "openrouter";
|
|
3402
|
-
};
|
|
3403
|
-
"z-ai/glm-4.6v": import("./model.ts").Model<"openai-completions"> & {
|
|
3404
|
-
id: "z-ai/glm-4.6v";
|
|
3405
|
-
provider: "openrouter";
|
|
3406
|
-
};
|
|
3407
|
-
"z-ai/glm-4.7": import("./model.ts").Model<"openai-completions"> & {
|
|
3408
|
-
id: "z-ai/glm-4.7";
|
|
3409
|
-
provider: "openrouter";
|
|
3410
|
-
};
|
|
3411
|
-
"z-ai/glm-4.7-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
3412
|
-
id: "z-ai/glm-4.7-flash";
|
|
3413
|
-
provider: "openrouter";
|
|
3414
|
-
};
|
|
3415
|
-
"z-ai/glm-5": import("./model.ts").Model<"openai-completions"> & {
|
|
3416
|
-
id: "z-ai/glm-5";
|
|
3417
|
-
provider: "openrouter";
|
|
3418
|
-
};
|
|
3419
|
-
"z-ai/glm-5-turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
3420
|
-
id: "z-ai/glm-5-turbo";
|
|
3421
|
-
provider: "openrouter";
|
|
3422
|
-
};
|
|
3423
|
-
"z-ai/glm-5.1": import("./model.ts").Model<"openai-completions"> & {
|
|
3424
|
-
id: "z-ai/glm-5.1";
|
|
3425
|
-
provider: "openrouter";
|
|
3426
|
-
};
|
|
3427
|
-
"z-ai/glm-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
3428
|
-
id: "z-ai/glm-5.2";
|
|
3429
|
-
provider: "openrouter";
|
|
3430
|
-
};
|
|
3431
|
-
"z-ai/glm-5v-turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
3432
|
-
id: "z-ai/glm-5v-turbo";
|
|
3433
|
-
provider: "openrouter";
|
|
3434
|
-
};
|
|
3435
|
-
"~anthropic/claude-fable-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3436
|
-
id: "~anthropic/claude-fable-latest";
|
|
3437
|
-
provider: "openrouter";
|
|
3438
|
-
};
|
|
3439
|
-
"~anthropic/claude-haiku-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3440
|
-
id: "~anthropic/claude-haiku-latest";
|
|
3441
|
-
provider: "openrouter";
|
|
3442
|
-
};
|
|
3443
|
-
"~anthropic/claude-opus-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3444
|
-
id: "~anthropic/claude-opus-latest";
|
|
3445
|
-
provider: "openrouter";
|
|
3446
|
-
};
|
|
3447
|
-
"~anthropic/claude-sonnet-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3448
|
-
id: "~anthropic/claude-sonnet-latest";
|
|
3449
|
-
provider: "openrouter";
|
|
3450
|
-
};
|
|
3451
|
-
"~google/gemini-flash-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3452
|
-
id: "~google/gemini-flash-latest";
|
|
3453
|
-
provider: "openrouter";
|
|
3454
|
-
};
|
|
3455
|
-
"~google/gemini-pro-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3456
|
-
id: "~google/gemini-pro-latest";
|
|
3457
|
-
provider: "openrouter";
|
|
3458
|
-
};
|
|
3459
|
-
"~moonshotai/kimi-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3460
|
-
id: "~moonshotai/kimi-latest";
|
|
3461
|
-
provider: "openrouter";
|
|
3462
|
-
};
|
|
3463
|
-
"~openai/gpt-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3464
|
-
id: "~openai/gpt-latest";
|
|
3465
|
-
provider: "openrouter";
|
|
3466
|
-
};
|
|
3467
|
-
"~openai/gpt-mini-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3468
|
-
id: "~openai/gpt-mini-latest";
|
|
3469
|
-
provider: "openrouter";
|
|
3470
|
-
};
|
|
3471
|
-
"~x-ai/grok-latest": import("./model.ts").Model<"openai-completions"> & {
|
|
3472
|
-
id: "~x-ai/grok-latest";
|
|
3473
|
-
provider: "openrouter";
|
|
3474
|
-
};
|
|
3475
|
-
};
|
|
3476
|
-
readonly together: {
|
|
3477
|
-
"MiniMaxAI/MiniMax-M2.7": import("./model.ts").Model<"openai-completions"> & {
|
|
3478
|
-
id: "MiniMaxAI/MiniMax-M2.7";
|
|
3479
|
-
provider: "together";
|
|
3480
|
-
};
|
|
3481
|
-
"MiniMaxAI/MiniMax-M3": import("./model.ts").Model<"openai-completions"> & {
|
|
3482
|
-
id: "MiniMaxAI/MiniMax-M3";
|
|
3483
|
-
provider: "together";
|
|
3484
|
-
};
|
|
3485
|
-
"Qwen/Qwen2.5-7B-Instruct-Turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
3486
|
-
id: "Qwen/Qwen2.5-7B-Instruct-Turbo";
|
|
3487
|
-
provider: "together";
|
|
3488
|
-
};
|
|
3489
|
-
"Qwen/Qwen3.5-9B": import("./model.ts").Model<"openai-completions"> & {
|
|
3490
|
-
id: "Qwen/Qwen3.5-9B";
|
|
3491
|
-
provider: "together";
|
|
3492
|
-
};
|
|
3493
|
-
"Qwen/Qwen3.6-Plus": import("./model.ts").Model<"openai-completions"> & {
|
|
3494
|
-
id: "Qwen/Qwen3.6-Plus";
|
|
3495
|
-
provider: "together";
|
|
3496
|
-
};
|
|
3497
|
-
"Qwen/Qwen3.7-Max": import("./model.ts").Model<"openai-completions"> & {
|
|
3498
|
-
id: "Qwen/Qwen3.7-Max";
|
|
3499
|
-
provider: "together";
|
|
3500
|
-
};
|
|
3501
|
-
"deepseek-ai/DeepSeek-V4-Pro": import("./model.ts").Model<"openai-completions"> & {
|
|
3502
|
-
id: "deepseek-ai/DeepSeek-V4-Pro";
|
|
3503
|
-
provider: "together";
|
|
3504
|
-
};
|
|
3505
|
-
"google/gemma-4-31B-it": import("./model.ts").Model<"openai-completions"> & {
|
|
3506
|
-
id: "google/gemma-4-31B-it";
|
|
3507
|
-
provider: "together";
|
|
3508
|
-
};
|
|
3509
|
-
"meta-llama/Llama-3.3-70B-Instruct-Turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
3510
|
-
id: "meta-llama/Llama-3.3-70B-Instruct-Turbo";
|
|
3511
|
-
provider: "together";
|
|
3512
|
-
};
|
|
3513
|
-
"moonshotai/Kimi-K2.6": import("./model.ts").Model<"openai-completions"> & {
|
|
3514
|
-
id: "moonshotai/Kimi-K2.6";
|
|
3515
|
-
provider: "together";
|
|
3516
|
-
};
|
|
3517
|
-
"moonshotai/Kimi-K2.7-Code": import("./model.ts").Model<"openai-completions"> & {
|
|
3518
|
-
id: "moonshotai/Kimi-K2.7-Code";
|
|
3519
|
-
provider: "together";
|
|
3520
|
-
};
|
|
3521
|
-
"nvidia/nemotron-3-ultra-550b-a55b": import("./model.ts").Model<"openai-completions"> & {
|
|
3522
|
-
id: "nvidia/nemotron-3-ultra-550b-a55b";
|
|
3523
|
-
provider: "together";
|
|
3524
|
-
};
|
|
3525
|
-
"openai/gpt-oss-120b": import("./model.ts").Model<"openai-completions"> & {
|
|
3526
|
-
id: "openai/gpt-oss-120b";
|
|
3527
|
-
provider: "together";
|
|
3528
|
-
};
|
|
3529
|
-
"openai/gpt-oss-20b": import("./model.ts").Model<"openai-completions"> & {
|
|
3530
|
-
id: "openai/gpt-oss-20b";
|
|
3531
|
-
provider: "together";
|
|
3532
|
-
};
|
|
3533
|
-
"thinkingmachines/Inkling": import("./model.ts").Model<"openai-completions"> & {
|
|
3534
|
-
id: "thinkingmachines/Inkling";
|
|
3535
|
-
provider: "together";
|
|
3536
|
-
};
|
|
3537
|
-
"zai-org/GLM-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
3538
|
-
id: "zai-org/GLM-5.2";
|
|
3539
|
-
provider: "together";
|
|
3540
|
-
};
|
|
3541
|
-
};
|
|
3542
|
-
readonly "vercel-ai-gateway": {
|
|
3543
|
-
"alibaba/qwen-3-14b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3544
|
-
id: "alibaba/qwen-3-14b";
|
|
3545
|
-
provider: "vercel-ai-gateway";
|
|
3546
|
-
};
|
|
3547
|
-
"alibaba/qwen-3-235b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3548
|
-
id: "alibaba/qwen-3-235b";
|
|
3549
|
-
provider: "vercel-ai-gateway";
|
|
3550
|
-
};
|
|
3551
|
-
"alibaba/qwen-3-30b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3552
|
-
id: "alibaba/qwen-3-30b";
|
|
3553
|
-
provider: "vercel-ai-gateway";
|
|
3554
|
-
};
|
|
3555
|
-
"alibaba/qwen-3-32b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3556
|
-
id: "alibaba/qwen-3-32b";
|
|
3557
|
-
provider: "vercel-ai-gateway";
|
|
3558
|
-
};
|
|
3559
|
-
"alibaba/qwen-3.6-max-preview": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3560
|
-
id: "alibaba/qwen-3.6-max-preview";
|
|
3561
|
-
provider: "vercel-ai-gateway";
|
|
3562
|
-
};
|
|
3563
|
-
"alibaba/qwen3-235b-a22b-thinking": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3564
|
-
id: "alibaba/qwen3-235b-a22b-thinking";
|
|
3565
|
-
provider: "vercel-ai-gateway";
|
|
3566
|
-
};
|
|
3567
|
-
"alibaba/qwen3-coder": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3568
|
-
id: "alibaba/qwen3-coder";
|
|
3569
|
-
provider: "vercel-ai-gateway";
|
|
3570
|
-
};
|
|
3571
|
-
"alibaba/qwen3-coder-30b-a3b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3572
|
-
id: "alibaba/qwen3-coder-30b-a3b";
|
|
3573
|
-
provider: "vercel-ai-gateway";
|
|
3574
|
-
};
|
|
3575
|
-
"alibaba/qwen3-coder-next": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3576
|
-
id: "alibaba/qwen3-coder-next";
|
|
3577
|
-
provider: "vercel-ai-gateway";
|
|
3578
|
-
};
|
|
3579
|
-
"alibaba/qwen3-coder-plus": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3580
|
-
id: "alibaba/qwen3-coder-plus";
|
|
3581
|
-
provider: "vercel-ai-gateway";
|
|
3582
|
-
};
|
|
3583
|
-
"alibaba/qwen3-max": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3584
|
-
id: "alibaba/qwen3-max";
|
|
3585
|
-
provider: "vercel-ai-gateway";
|
|
3586
|
-
};
|
|
3587
|
-
"alibaba/qwen3-max-preview": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3588
|
-
id: "alibaba/qwen3-max-preview";
|
|
3589
|
-
provider: "vercel-ai-gateway";
|
|
3590
|
-
};
|
|
3591
|
-
"alibaba/qwen3-max-thinking": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3592
|
-
id: "alibaba/qwen3-max-thinking";
|
|
3593
|
-
provider: "vercel-ai-gateway";
|
|
3594
|
-
};
|
|
3595
|
-
"alibaba/qwen3-next-80b-a3b-instruct": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3596
|
-
id: "alibaba/qwen3-next-80b-a3b-instruct";
|
|
3597
|
-
provider: "vercel-ai-gateway";
|
|
3598
|
-
};
|
|
3599
|
-
"alibaba/qwen3-next-80b-a3b-thinking": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3600
|
-
id: "alibaba/qwen3-next-80b-a3b-thinking";
|
|
3601
|
-
provider: "vercel-ai-gateway";
|
|
3602
|
-
};
|
|
3603
|
-
"alibaba/qwen3-vl-235b-a22b-instruct": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3604
|
-
id: "alibaba/qwen3-vl-235b-a22b-instruct";
|
|
3605
|
-
provider: "vercel-ai-gateway";
|
|
3606
|
-
};
|
|
3607
|
-
"alibaba/qwen3-vl-instruct": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3608
|
-
id: "alibaba/qwen3-vl-instruct";
|
|
3609
|
-
provider: "vercel-ai-gateway";
|
|
3610
|
-
};
|
|
3611
|
-
"alibaba/qwen3-vl-thinking": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3612
|
-
id: "alibaba/qwen3-vl-thinking";
|
|
3613
|
-
provider: "vercel-ai-gateway";
|
|
3614
|
-
};
|
|
3615
|
-
"alibaba/qwen3.5-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3616
|
-
id: "alibaba/qwen3.5-flash";
|
|
3617
|
-
provider: "vercel-ai-gateway";
|
|
3618
|
-
};
|
|
3619
|
-
"alibaba/qwen3.5-plus": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3620
|
-
id: "alibaba/qwen3.5-plus";
|
|
3621
|
-
provider: "vercel-ai-gateway";
|
|
3622
|
-
};
|
|
3623
|
-
"alibaba/qwen3.6-27b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3624
|
-
id: "alibaba/qwen3.6-27b";
|
|
3625
|
-
provider: "vercel-ai-gateway";
|
|
3626
|
-
};
|
|
3627
|
-
"alibaba/qwen3.6-plus": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3628
|
-
id: "alibaba/qwen3.6-plus";
|
|
3629
|
-
provider: "vercel-ai-gateway";
|
|
3630
|
-
};
|
|
3631
|
-
"alibaba/qwen3.7-max": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3632
|
-
id: "alibaba/qwen3.7-max";
|
|
3633
|
-
provider: "vercel-ai-gateway";
|
|
3634
|
-
};
|
|
3635
|
-
"alibaba/qwen3.7-plus": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3636
|
-
id: "alibaba/qwen3.7-plus";
|
|
3637
|
-
provider: "vercel-ai-gateway";
|
|
3638
|
-
};
|
|
3639
|
-
"amazon/nova-2-lite": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3640
|
-
id: "amazon/nova-2-lite";
|
|
3641
|
-
provider: "vercel-ai-gateway";
|
|
3642
|
-
};
|
|
3643
|
-
"amazon/nova-lite": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3644
|
-
id: "amazon/nova-lite";
|
|
3645
|
-
provider: "vercel-ai-gateway";
|
|
3646
|
-
};
|
|
3647
|
-
"amazon/nova-micro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3648
|
-
id: "amazon/nova-micro";
|
|
3649
|
-
provider: "vercel-ai-gateway";
|
|
3650
|
-
};
|
|
3651
|
-
"amazon/nova-pro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3652
|
-
id: "amazon/nova-pro";
|
|
3653
|
-
provider: "vercel-ai-gateway";
|
|
3654
|
-
};
|
|
3655
|
-
"anthropic/claude-3-haiku": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3656
|
-
id: "anthropic/claude-3-haiku";
|
|
3657
|
-
provider: "vercel-ai-gateway";
|
|
3658
|
-
};
|
|
3659
|
-
"anthropic/claude-fable-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3660
|
-
id: "anthropic/claude-fable-5";
|
|
3661
|
-
provider: "vercel-ai-gateway";
|
|
3662
|
-
};
|
|
3663
|
-
"anthropic/claude-haiku-4.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3664
|
-
id: "anthropic/claude-haiku-4.5";
|
|
3665
|
-
provider: "vercel-ai-gateway";
|
|
3666
|
-
};
|
|
3667
|
-
"anthropic/claude-opus-4": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3668
|
-
id: "anthropic/claude-opus-4";
|
|
3669
|
-
provider: "vercel-ai-gateway";
|
|
3670
|
-
};
|
|
3671
|
-
"anthropic/claude-opus-4.1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3672
|
-
id: "anthropic/claude-opus-4.1";
|
|
3673
|
-
provider: "vercel-ai-gateway";
|
|
3674
|
-
};
|
|
3675
|
-
"anthropic/claude-opus-4.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3676
|
-
id: "anthropic/claude-opus-4.5";
|
|
3677
|
-
provider: "vercel-ai-gateway";
|
|
3678
|
-
};
|
|
3679
|
-
"anthropic/claude-opus-4.6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3680
|
-
id: "anthropic/claude-opus-4.6";
|
|
3681
|
-
provider: "vercel-ai-gateway";
|
|
3682
|
-
};
|
|
3683
|
-
"anthropic/claude-opus-4.7": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3684
|
-
id: "anthropic/claude-opus-4.7";
|
|
3685
|
-
provider: "vercel-ai-gateway";
|
|
3686
|
-
};
|
|
3687
|
-
"anthropic/claude-opus-4.7-fast": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3688
|
-
id: "anthropic/claude-opus-4.7-fast";
|
|
3689
|
-
provider: "vercel-ai-gateway";
|
|
3690
|
-
};
|
|
3691
|
-
"anthropic/claude-opus-4.8": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3692
|
-
id: "anthropic/claude-opus-4.8";
|
|
3693
|
-
provider: "vercel-ai-gateway";
|
|
3694
|
-
};
|
|
3695
|
-
"anthropic/claude-opus-4.8-fast": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3696
|
-
id: "anthropic/claude-opus-4.8-fast";
|
|
3697
|
-
provider: "vercel-ai-gateway";
|
|
3698
|
-
};
|
|
3699
|
-
"anthropic/claude-sonnet-4": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3700
|
-
id: "anthropic/claude-sonnet-4";
|
|
3701
|
-
provider: "vercel-ai-gateway";
|
|
3702
|
-
};
|
|
3703
|
-
"anthropic/claude-sonnet-4.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3704
|
-
id: "anthropic/claude-sonnet-4.5";
|
|
3705
|
-
provider: "vercel-ai-gateway";
|
|
3706
|
-
};
|
|
3707
|
-
"anthropic/claude-sonnet-4.6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3708
|
-
id: "anthropic/claude-sonnet-4.6";
|
|
3709
|
-
provider: "vercel-ai-gateway";
|
|
3710
|
-
};
|
|
3711
|
-
"anthropic/claude-sonnet-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3712
|
-
id: "anthropic/claude-sonnet-5";
|
|
3713
|
-
provider: "vercel-ai-gateway";
|
|
3714
|
-
};
|
|
3715
|
-
"arcee-ai/trinity-large-thinking": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3716
|
-
id: "arcee-ai/trinity-large-thinking";
|
|
3717
|
-
provider: "vercel-ai-gateway";
|
|
3718
|
-
};
|
|
3719
|
-
"arcee-ai/trinity-mini": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3720
|
-
id: "arcee-ai/trinity-mini";
|
|
3721
|
-
provider: "vercel-ai-gateway";
|
|
3722
|
-
};
|
|
3723
|
-
"bytedance/seed-1.6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3724
|
-
id: "bytedance/seed-1.6";
|
|
3725
|
-
provider: "vercel-ai-gateway";
|
|
3726
|
-
};
|
|
3727
|
-
"bytedance/seed-1.8": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3728
|
-
id: "bytedance/seed-1.8";
|
|
3729
|
-
provider: "vercel-ai-gateway";
|
|
3730
|
-
};
|
|
3731
|
-
"cohere/command-a": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3732
|
-
id: "cohere/command-a";
|
|
3733
|
-
provider: "vercel-ai-gateway";
|
|
3734
|
-
};
|
|
3735
|
-
"deepseek/deepseek-r1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3736
|
-
id: "deepseek/deepseek-r1";
|
|
3737
|
-
provider: "vercel-ai-gateway";
|
|
3738
|
-
};
|
|
3739
|
-
"deepseek/deepseek-v3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3740
|
-
id: "deepseek/deepseek-v3";
|
|
3741
|
-
provider: "vercel-ai-gateway";
|
|
3742
|
-
};
|
|
3743
|
-
"deepseek/deepseek-v3.1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3744
|
-
id: "deepseek/deepseek-v3.1";
|
|
3745
|
-
provider: "vercel-ai-gateway";
|
|
3746
|
-
};
|
|
3747
|
-
"deepseek/deepseek-v3.1-terminus": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3748
|
-
id: "deepseek/deepseek-v3.1-terminus";
|
|
3749
|
-
provider: "vercel-ai-gateway";
|
|
3750
|
-
};
|
|
3751
|
-
"deepseek/deepseek-v3.2": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3752
|
-
id: "deepseek/deepseek-v3.2";
|
|
3753
|
-
provider: "vercel-ai-gateway";
|
|
3754
|
-
};
|
|
3755
|
-
"deepseek/deepseek-v3.2-thinking": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3756
|
-
id: "deepseek/deepseek-v3.2-thinking";
|
|
3757
|
-
provider: "vercel-ai-gateway";
|
|
3758
|
-
};
|
|
3759
|
-
"deepseek/deepseek-v4-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3760
|
-
id: "deepseek/deepseek-v4-flash";
|
|
3761
|
-
provider: "vercel-ai-gateway";
|
|
3762
|
-
};
|
|
3763
|
-
"deepseek/deepseek-v4-pro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3764
|
-
id: "deepseek/deepseek-v4-pro";
|
|
3765
|
-
provider: "vercel-ai-gateway";
|
|
3766
|
-
};
|
|
3767
|
-
"google/gemini-2.5-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3768
|
-
id: "google/gemini-2.5-flash";
|
|
3769
|
-
provider: "vercel-ai-gateway";
|
|
3770
|
-
};
|
|
3771
|
-
"google/gemini-2.5-flash-lite": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3772
|
-
id: "google/gemini-2.5-flash-lite";
|
|
3773
|
-
provider: "vercel-ai-gateway";
|
|
3774
|
-
};
|
|
3775
|
-
"google/gemini-2.5-pro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3776
|
-
id: "google/gemini-2.5-pro";
|
|
3777
|
-
provider: "vercel-ai-gateway";
|
|
3778
|
-
};
|
|
3779
|
-
"google/gemini-3-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3780
|
-
id: "google/gemini-3-flash";
|
|
3781
|
-
provider: "vercel-ai-gateway";
|
|
3782
|
-
};
|
|
3783
|
-
"google/gemini-3-pro-preview": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3784
|
-
id: "google/gemini-3-pro-preview";
|
|
3785
|
-
provider: "vercel-ai-gateway";
|
|
3786
|
-
};
|
|
3787
|
-
"google/gemini-3.1-flash-lite": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3788
|
-
id: "google/gemini-3.1-flash-lite";
|
|
3789
|
-
provider: "vercel-ai-gateway";
|
|
3790
|
-
};
|
|
3791
|
-
"google/gemini-3.1-flash-lite-preview": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3792
|
-
id: "google/gemini-3.1-flash-lite-preview";
|
|
3793
|
-
provider: "vercel-ai-gateway";
|
|
3794
|
-
};
|
|
3795
|
-
"google/gemini-3.1-pro-preview": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3796
|
-
id: "google/gemini-3.1-pro-preview";
|
|
3797
|
-
provider: "vercel-ai-gateway";
|
|
3798
|
-
};
|
|
3799
|
-
"google/gemini-3.5-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3800
|
-
id: "google/gemini-3.5-flash";
|
|
3801
|
-
provider: "vercel-ai-gateway";
|
|
3802
|
-
};
|
|
3803
|
-
"google/gemini-3.5-flash-lite": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3804
|
-
id: "google/gemini-3.5-flash-lite";
|
|
3805
|
-
provider: "vercel-ai-gateway";
|
|
3806
|
-
};
|
|
3807
|
-
"google/gemini-3.6-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3808
|
-
id: "google/gemini-3.6-flash";
|
|
3809
|
-
provider: "vercel-ai-gateway";
|
|
3810
|
-
};
|
|
3811
|
-
"google/gemma-4-26b-a4b-it": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3812
|
-
id: "google/gemma-4-26b-a4b-it";
|
|
3813
|
-
provider: "vercel-ai-gateway";
|
|
3814
|
-
};
|
|
3815
|
-
"google/gemma-4-31b-it": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3816
|
-
id: "google/gemma-4-31b-it";
|
|
3817
|
-
provider: "vercel-ai-gateway";
|
|
3818
|
-
};
|
|
3819
|
-
"inception/mercury-2": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3820
|
-
id: "inception/mercury-2";
|
|
3821
|
-
provider: "vercel-ai-gateway";
|
|
3822
|
-
};
|
|
3823
|
-
"inception/mercury-coder-small": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3824
|
-
id: "inception/mercury-coder-small";
|
|
3825
|
-
provider: "vercel-ai-gateway";
|
|
3826
|
-
};
|
|
3827
|
-
"interfaze/interfaze-beta": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3828
|
-
id: "interfaze/interfaze-beta";
|
|
3829
|
-
provider: "vercel-ai-gateway";
|
|
3830
|
-
};
|
|
3831
|
-
"kwaipilot/kat-coder-air-v2.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3832
|
-
id: "kwaipilot/kat-coder-air-v2.5";
|
|
3833
|
-
provider: "vercel-ai-gateway";
|
|
3834
|
-
};
|
|
3835
|
-
"kwaipilot/kat-coder-pro-v1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3836
|
-
id: "kwaipilot/kat-coder-pro-v1";
|
|
3837
|
-
provider: "vercel-ai-gateway";
|
|
3838
|
-
};
|
|
3839
|
-
"kwaipilot/kat-coder-pro-v2": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3840
|
-
id: "kwaipilot/kat-coder-pro-v2";
|
|
3841
|
-
provider: "vercel-ai-gateway";
|
|
3842
|
-
};
|
|
3843
|
-
"kwaipilot/kat-coder-pro-v2.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3844
|
-
id: "kwaipilot/kat-coder-pro-v2.5";
|
|
3845
|
-
provider: "vercel-ai-gateway";
|
|
3846
|
-
};
|
|
3847
|
-
"meta/llama-3.1-70b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3848
|
-
id: "meta/llama-3.1-70b";
|
|
3849
|
-
provider: "vercel-ai-gateway";
|
|
3850
|
-
};
|
|
3851
|
-
"meta/llama-3.1-8b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3852
|
-
id: "meta/llama-3.1-8b";
|
|
3853
|
-
provider: "vercel-ai-gateway";
|
|
3854
|
-
};
|
|
3855
|
-
"meta/llama-3.3-70b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3856
|
-
id: "meta/llama-3.3-70b";
|
|
3857
|
-
provider: "vercel-ai-gateway";
|
|
3858
|
-
};
|
|
3859
|
-
"meta/llama-4-maverick": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3860
|
-
id: "meta/llama-4-maverick";
|
|
3861
|
-
provider: "vercel-ai-gateway";
|
|
3862
|
-
};
|
|
3863
|
-
"meta/llama-4-scout": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3864
|
-
id: "meta/llama-4-scout";
|
|
3865
|
-
provider: "vercel-ai-gateway";
|
|
3866
|
-
};
|
|
3867
|
-
"meta/muse-spark-1.1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3868
|
-
id: "meta/muse-spark-1.1";
|
|
3869
|
-
provider: "vercel-ai-gateway";
|
|
3870
|
-
};
|
|
3871
|
-
"minimax/minimax-m2": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3872
|
-
id: "minimax/minimax-m2";
|
|
3873
|
-
provider: "vercel-ai-gateway";
|
|
3874
|
-
};
|
|
3875
|
-
"minimax/minimax-m2.1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3876
|
-
id: "minimax/minimax-m2.1";
|
|
3877
|
-
provider: "vercel-ai-gateway";
|
|
3878
|
-
};
|
|
3879
|
-
"minimax/minimax-m2.1-lightning": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3880
|
-
id: "minimax/minimax-m2.1-lightning";
|
|
3881
|
-
provider: "vercel-ai-gateway";
|
|
3882
|
-
};
|
|
3883
|
-
"minimax/minimax-m2.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3884
|
-
id: "minimax/minimax-m2.5";
|
|
3885
|
-
provider: "vercel-ai-gateway";
|
|
3886
|
-
};
|
|
3887
|
-
"minimax/minimax-m2.5-highspeed": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3888
|
-
id: "minimax/minimax-m2.5-highspeed";
|
|
3889
|
-
provider: "vercel-ai-gateway";
|
|
3890
|
-
};
|
|
3891
|
-
"minimax/minimax-m2.7": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3892
|
-
id: "minimax/minimax-m2.7";
|
|
3893
|
-
provider: "vercel-ai-gateway";
|
|
3894
|
-
};
|
|
3895
|
-
"minimax/minimax-m2.7-highspeed": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3896
|
-
id: "minimax/minimax-m2.7-highspeed";
|
|
3897
|
-
provider: "vercel-ai-gateway";
|
|
3898
|
-
};
|
|
3899
|
-
"minimax/minimax-m3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3900
|
-
id: "minimax/minimax-m3";
|
|
3901
|
-
provider: "vercel-ai-gateway";
|
|
3902
|
-
};
|
|
3903
|
-
"mistral/codestral": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3904
|
-
id: "mistral/codestral";
|
|
3905
|
-
provider: "vercel-ai-gateway";
|
|
3906
|
-
};
|
|
3907
|
-
"mistral/devstral-2": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3908
|
-
id: "mistral/devstral-2";
|
|
3909
|
-
provider: "vercel-ai-gateway";
|
|
3910
|
-
};
|
|
3911
|
-
"mistral/devstral-small-2": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3912
|
-
id: "mistral/devstral-small-2";
|
|
3913
|
-
provider: "vercel-ai-gateway";
|
|
3914
|
-
};
|
|
3915
|
-
"mistral/magistral-medium": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3916
|
-
id: "mistral/magistral-medium";
|
|
3917
|
-
provider: "vercel-ai-gateway";
|
|
3918
|
-
};
|
|
3919
|
-
"mistral/magistral-small": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3920
|
-
id: "mistral/magistral-small";
|
|
3921
|
-
provider: "vercel-ai-gateway";
|
|
3922
|
-
};
|
|
3923
|
-
"mistral/ministral-14b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3924
|
-
id: "mistral/ministral-14b";
|
|
3925
|
-
provider: "vercel-ai-gateway";
|
|
3926
|
-
};
|
|
3927
|
-
"mistral/ministral-3b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3928
|
-
id: "mistral/ministral-3b";
|
|
3929
|
-
provider: "vercel-ai-gateway";
|
|
3930
|
-
};
|
|
3931
|
-
"mistral/ministral-8b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3932
|
-
id: "mistral/ministral-8b";
|
|
3933
|
-
provider: "vercel-ai-gateway";
|
|
3934
|
-
};
|
|
3935
|
-
"mistral/mistral-large-3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3936
|
-
id: "mistral/mistral-large-3";
|
|
3937
|
-
provider: "vercel-ai-gateway";
|
|
3938
|
-
};
|
|
3939
|
-
"mistral/mistral-medium": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3940
|
-
id: "mistral/mistral-medium";
|
|
3941
|
-
provider: "vercel-ai-gateway";
|
|
3942
|
-
};
|
|
3943
|
-
"mistral/mistral-medium-3.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3944
|
-
id: "mistral/mistral-medium-3.5";
|
|
3945
|
-
provider: "vercel-ai-gateway";
|
|
3946
|
-
};
|
|
3947
|
-
"mistral/mistral-nemo": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3948
|
-
id: "mistral/mistral-nemo";
|
|
3949
|
-
provider: "vercel-ai-gateway";
|
|
3950
|
-
};
|
|
3951
|
-
"mistral/mistral-small": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3952
|
-
id: "mistral/mistral-small";
|
|
3953
|
-
provider: "vercel-ai-gateway";
|
|
3954
|
-
};
|
|
3955
|
-
"mistral/pixtral-12b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3956
|
-
id: "mistral/pixtral-12b";
|
|
3957
|
-
provider: "vercel-ai-gateway";
|
|
3958
|
-
};
|
|
3959
|
-
"moonshotai/kimi-k2": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3960
|
-
id: "moonshotai/kimi-k2";
|
|
3961
|
-
provider: "vercel-ai-gateway";
|
|
3962
|
-
};
|
|
3963
|
-
"moonshotai/kimi-k2-thinking": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3964
|
-
id: "moonshotai/kimi-k2-thinking";
|
|
3965
|
-
provider: "vercel-ai-gateway";
|
|
3966
|
-
};
|
|
3967
|
-
"moonshotai/kimi-k2.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3968
|
-
id: "moonshotai/kimi-k2.5";
|
|
3969
|
-
provider: "vercel-ai-gateway";
|
|
3970
|
-
};
|
|
3971
|
-
"moonshotai/kimi-k2.6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3972
|
-
id: "moonshotai/kimi-k2.6";
|
|
3973
|
-
provider: "vercel-ai-gateway";
|
|
3974
|
-
};
|
|
3975
|
-
"moonshotai/kimi-k2.7-code": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3976
|
-
id: "moonshotai/kimi-k2.7-code";
|
|
3977
|
-
provider: "vercel-ai-gateway";
|
|
3978
|
-
};
|
|
3979
|
-
"moonshotai/kimi-k2.7-code-highspeed": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3980
|
-
id: "moonshotai/kimi-k2.7-code-highspeed";
|
|
3981
|
-
provider: "vercel-ai-gateway";
|
|
3982
|
-
};
|
|
3983
|
-
"moonshotai/kimi-k3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3984
|
-
id: "moonshotai/kimi-k3";
|
|
3985
|
-
provider: "vercel-ai-gateway";
|
|
3986
|
-
};
|
|
3987
|
-
"nvidia/nemotron-3-nano-30b-a3b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3988
|
-
id: "nvidia/nemotron-3-nano-30b-a3b";
|
|
3989
|
-
provider: "vercel-ai-gateway";
|
|
3990
|
-
};
|
|
3991
|
-
"nvidia/nemotron-3-super-120b-a12b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3992
|
-
id: "nvidia/nemotron-3-super-120b-a12b";
|
|
3993
|
-
provider: "vercel-ai-gateway";
|
|
3994
|
-
};
|
|
3995
|
-
"nvidia/nemotron-3-ultra-550b-a55b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
3996
|
-
id: "nvidia/nemotron-3-ultra-550b-a55b";
|
|
3997
|
-
provider: "vercel-ai-gateway";
|
|
3998
|
-
};
|
|
3999
|
-
"nvidia/nemotron-nano-12b-v2-vl": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4000
|
-
id: "nvidia/nemotron-nano-12b-v2-vl";
|
|
4001
|
-
provider: "vercel-ai-gateway";
|
|
4002
|
-
};
|
|
4003
|
-
"nvidia/nemotron-nano-9b-v2": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4004
|
-
id: "nvidia/nemotron-nano-9b-v2";
|
|
4005
|
-
provider: "vercel-ai-gateway";
|
|
4006
|
-
};
|
|
4007
|
-
"openai/gpt-3.5-turbo": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4008
|
-
id: "openai/gpt-3.5-turbo";
|
|
4009
|
-
provider: "vercel-ai-gateway";
|
|
4010
|
-
};
|
|
4011
|
-
"openai/gpt-4-turbo": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4012
|
-
id: "openai/gpt-4-turbo";
|
|
4013
|
-
provider: "vercel-ai-gateway";
|
|
4014
|
-
};
|
|
4015
|
-
"openai/gpt-4.1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4016
|
-
id: "openai/gpt-4.1";
|
|
4017
|
-
provider: "vercel-ai-gateway";
|
|
4018
|
-
};
|
|
4019
|
-
"openai/gpt-4.1-mini": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4020
|
-
id: "openai/gpt-4.1-mini";
|
|
4021
|
-
provider: "vercel-ai-gateway";
|
|
4022
|
-
};
|
|
4023
|
-
"openai/gpt-4.1-nano": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4024
|
-
id: "openai/gpt-4.1-nano";
|
|
4025
|
-
provider: "vercel-ai-gateway";
|
|
4026
|
-
};
|
|
4027
|
-
"openai/gpt-4o": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4028
|
-
id: "openai/gpt-4o";
|
|
4029
|
-
provider: "vercel-ai-gateway";
|
|
4030
|
-
};
|
|
4031
|
-
"openai/gpt-4o-mini": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4032
|
-
id: "openai/gpt-4o-mini";
|
|
4033
|
-
provider: "vercel-ai-gateway";
|
|
4034
|
-
};
|
|
4035
|
-
"openai/gpt-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4036
|
-
id: "openai/gpt-5";
|
|
4037
|
-
provider: "vercel-ai-gateway";
|
|
4038
|
-
};
|
|
4039
|
-
"openai/gpt-5-chat": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4040
|
-
id: "openai/gpt-5-chat";
|
|
4041
|
-
provider: "vercel-ai-gateway";
|
|
4042
|
-
};
|
|
4043
|
-
"openai/gpt-5-codex": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4044
|
-
id: "openai/gpt-5-codex";
|
|
4045
|
-
provider: "vercel-ai-gateway";
|
|
4046
|
-
};
|
|
4047
|
-
"openai/gpt-5-mini": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4048
|
-
id: "openai/gpt-5-mini";
|
|
4049
|
-
provider: "vercel-ai-gateway";
|
|
4050
|
-
};
|
|
4051
|
-
"openai/gpt-5-nano": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4052
|
-
id: "openai/gpt-5-nano";
|
|
4053
|
-
provider: "vercel-ai-gateway";
|
|
4054
|
-
};
|
|
4055
|
-
"openai/gpt-5-pro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4056
|
-
id: "openai/gpt-5-pro";
|
|
4057
|
-
provider: "vercel-ai-gateway";
|
|
4058
|
-
};
|
|
4059
|
-
"openai/gpt-5.1-codex": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4060
|
-
id: "openai/gpt-5.1-codex";
|
|
4061
|
-
provider: "vercel-ai-gateway";
|
|
4062
|
-
};
|
|
4063
|
-
"openai/gpt-5.1-codex-max": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4064
|
-
id: "openai/gpt-5.1-codex-max";
|
|
4065
|
-
provider: "vercel-ai-gateway";
|
|
4066
|
-
};
|
|
4067
|
-
"openai/gpt-5.1-codex-mini": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4068
|
-
id: "openai/gpt-5.1-codex-mini";
|
|
4069
|
-
provider: "vercel-ai-gateway";
|
|
4070
|
-
};
|
|
4071
|
-
"openai/gpt-5.1-instant": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4072
|
-
id: "openai/gpt-5.1-instant";
|
|
4073
|
-
provider: "vercel-ai-gateway";
|
|
4074
|
-
};
|
|
4075
|
-
"openai/gpt-5.1-thinking": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4076
|
-
id: "openai/gpt-5.1-thinking";
|
|
4077
|
-
provider: "vercel-ai-gateway";
|
|
4078
|
-
};
|
|
4079
|
-
"openai/gpt-5.2": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4080
|
-
id: "openai/gpt-5.2";
|
|
4081
|
-
provider: "vercel-ai-gateway";
|
|
4082
|
-
};
|
|
4083
|
-
"openai/gpt-5.2-chat": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4084
|
-
id: "openai/gpt-5.2-chat";
|
|
4085
|
-
provider: "vercel-ai-gateway";
|
|
4086
|
-
};
|
|
4087
|
-
"openai/gpt-5.2-codex": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4088
|
-
id: "openai/gpt-5.2-codex";
|
|
4089
|
-
provider: "vercel-ai-gateway";
|
|
4090
|
-
};
|
|
4091
|
-
"openai/gpt-5.2-pro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4092
|
-
id: "openai/gpt-5.2-pro";
|
|
4093
|
-
provider: "vercel-ai-gateway";
|
|
4094
|
-
};
|
|
4095
|
-
"openai/gpt-5.3-chat": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4096
|
-
id: "openai/gpt-5.3-chat";
|
|
4097
|
-
provider: "vercel-ai-gateway";
|
|
4098
|
-
};
|
|
4099
|
-
"openai/gpt-5.3-codex": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4100
|
-
id: "openai/gpt-5.3-codex";
|
|
4101
|
-
provider: "vercel-ai-gateway";
|
|
4102
|
-
};
|
|
4103
|
-
"openai/gpt-5.4": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4104
|
-
id: "openai/gpt-5.4";
|
|
4105
|
-
provider: "vercel-ai-gateway";
|
|
4106
|
-
};
|
|
4107
|
-
"openai/gpt-5.4-mini": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4108
|
-
id: "openai/gpt-5.4-mini";
|
|
4109
|
-
provider: "vercel-ai-gateway";
|
|
4110
|
-
};
|
|
4111
|
-
"openai/gpt-5.4-nano": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4112
|
-
id: "openai/gpt-5.4-nano";
|
|
4113
|
-
provider: "vercel-ai-gateway";
|
|
4114
|
-
};
|
|
4115
|
-
"openai/gpt-5.4-pro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4116
|
-
id: "openai/gpt-5.4-pro";
|
|
4117
|
-
provider: "vercel-ai-gateway";
|
|
4118
|
-
};
|
|
4119
|
-
"openai/gpt-5.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4120
|
-
id: "openai/gpt-5.5";
|
|
4121
|
-
provider: "vercel-ai-gateway";
|
|
4122
|
-
};
|
|
4123
|
-
"openai/gpt-5.5-pro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4124
|
-
id: "openai/gpt-5.5-pro";
|
|
4125
|
-
provider: "vercel-ai-gateway";
|
|
4126
|
-
};
|
|
4127
|
-
"openai/gpt-5.6-luna": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4128
|
-
id: "openai/gpt-5.6-luna";
|
|
4129
|
-
provider: "vercel-ai-gateway";
|
|
4130
|
-
};
|
|
4131
|
-
"openai/gpt-5.6-sol": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4132
|
-
id: "openai/gpt-5.6-sol";
|
|
4133
|
-
provider: "vercel-ai-gateway";
|
|
4134
|
-
};
|
|
4135
|
-
"openai/gpt-5.6-terra": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4136
|
-
id: "openai/gpt-5.6-terra";
|
|
4137
|
-
provider: "vercel-ai-gateway";
|
|
4138
|
-
};
|
|
4139
|
-
"openai/gpt-oss-120b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4140
|
-
id: "openai/gpt-oss-120b";
|
|
4141
|
-
provider: "vercel-ai-gateway";
|
|
4142
|
-
};
|
|
4143
|
-
"openai/gpt-oss-20b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4144
|
-
id: "openai/gpt-oss-20b";
|
|
4145
|
-
provider: "vercel-ai-gateway";
|
|
4146
|
-
};
|
|
4147
|
-
"openai/gpt-oss-safeguard-20b": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4148
|
-
id: "openai/gpt-oss-safeguard-20b";
|
|
4149
|
-
provider: "vercel-ai-gateway";
|
|
4150
|
-
};
|
|
4151
|
-
"openai/o1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4152
|
-
id: "openai/o1";
|
|
4153
|
-
provider: "vercel-ai-gateway";
|
|
4154
|
-
};
|
|
4155
|
-
"openai/o3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4156
|
-
id: "openai/o3";
|
|
4157
|
-
provider: "vercel-ai-gateway";
|
|
4158
|
-
};
|
|
4159
|
-
"openai/o3-deep-research": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4160
|
-
id: "openai/o3-deep-research";
|
|
4161
|
-
provider: "vercel-ai-gateway";
|
|
4162
|
-
};
|
|
4163
|
-
"openai/o3-mini": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4164
|
-
id: "openai/o3-mini";
|
|
4165
|
-
provider: "vercel-ai-gateway";
|
|
4166
|
-
};
|
|
4167
|
-
"openai/o3-pro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4168
|
-
id: "openai/o3-pro";
|
|
4169
|
-
provider: "vercel-ai-gateway";
|
|
4170
|
-
};
|
|
4171
|
-
"openai/o4-mini": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4172
|
-
id: "openai/o4-mini";
|
|
4173
|
-
provider: "vercel-ai-gateway";
|
|
4174
|
-
};
|
|
4175
|
-
"poolside/laguna-s-2.1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4176
|
-
id: "poolside/laguna-s-2.1";
|
|
4177
|
-
provider: "vercel-ai-gateway";
|
|
4178
|
-
};
|
|
4179
|
-
"poolside/laguna-s-2.1-free": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4180
|
-
id: "poolside/laguna-s-2.1-free";
|
|
4181
|
-
provider: "vercel-ai-gateway";
|
|
4182
|
-
};
|
|
4183
|
-
"sakana/fugu-ultra": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4184
|
-
id: "sakana/fugu-ultra";
|
|
4185
|
-
provider: "vercel-ai-gateway";
|
|
4186
|
-
};
|
|
4187
|
-
"stepfun/step-3.5-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4188
|
-
id: "stepfun/step-3.5-flash";
|
|
4189
|
-
provider: "vercel-ai-gateway";
|
|
4190
|
-
};
|
|
4191
|
-
"stepfun/step-3.7-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4192
|
-
id: "stepfun/step-3.7-flash";
|
|
4193
|
-
provider: "vercel-ai-gateway";
|
|
4194
|
-
};
|
|
4195
|
-
"tencent/hy3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4196
|
-
id: "tencent/hy3";
|
|
4197
|
-
provider: "vercel-ai-gateway";
|
|
4198
|
-
};
|
|
4199
|
-
"thinkingmachines/inkling": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4200
|
-
id: "thinkingmachines/inkling";
|
|
4201
|
-
provider: "vercel-ai-gateway";
|
|
4202
|
-
};
|
|
4203
|
-
"xai/grok-4.1-fast-non-reasoning": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4204
|
-
id: "xai/grok-4.1-fast-non-reasoning";
|
|
4205
|
-
provider: "vercel-ai-gateway";
|
|
4206
|
-
};
|
|
4207
|
-
"xai/grok-4.1-fast-reasoning": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4208
|
-
id: "xai/grok-4.1-fast-reasoning";
|
|
4209
|
-
provider: "vercel-ai-gateway";
|
|
4210
|
-
};
|
|
4211
|
-
"xai/grok-4.20-multi-agent": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4212
|
-
id: "xai/grok-4.20-multi-agent";
|
|
4213
|
-
provider: "vercel-ai-gateway";
|
|
4214
|
-
};
|
|
4215
|
-
"xai/grok-4.20-multi-agent-beta": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4216
|
-
id: "xai/grok-4.20-multi-agent-beta";
|
|
4217
|
-
provider: "vercel-ai-gateway";
|
|
4218
|
-
};
|
|
4219
|
-
"xai/grok-4.20-non-reasoning": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4220
|
-
id: "xai/grok-4.20-non-reasoning";
|
|
4221
|
-
provider: "vercel-ai-gateway";
|
|
4222
|
-
};
|
|
4223
|
-
"xai/grok-4.20-non-reasoning-beta": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4224
|
-
id: "xai/grok-4.20-non-reasoning-beta";
|
|
4225
|
-
provider: "vercel-ai-gateway";
|
|
4226
|
-
};
|
|
4227
|
-
"xai/grok-4.20-reasoning": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4228
|
-
id: "xai/grok-4.20-reasoning";
|
|
4229
|
-
provider: "vercel-ai-gateway";
|
|
4230
|
-
};
|
|
4231
|
-
"xai/grok-4.20-reasoning-beta": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4232
|
-
id: "xai/grok-4.20-reasoning-beta";
|
|
4233
|
-
provider: "vercel-ai-gateway";
|
|
4234
|
-
};
|
|
4235
|
-
"xai/grok-4.3": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4236
|
-
id: "xai/grok-4.3";
|
|
4237
|
-
provider: "vercel-ai-gateway";
|
|
4238
|
-
};
|
|
4239
|
-
"xai/grok-4.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4240
|
-
id: "xai/grok-4.5";
|
|
4241
|
-
provider: "vercel-ai-gateway";
|
|
4242
|
-
};
|
|
4243
|
-
"xai/grok-build-0.1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4244
|
-
id: "xai/grok-build-0.1";
|
|
4245
|
-
provider: "vercel-ai-gateway";
|
|
4246
|
-
};
|
|
4247
|
-
"xiaomi/mimo-v2.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4248
|
-
id: "xiaomi/mimo-v2.5";
|
|
4249
|
-
provider: "vercel-ai-gateway";
|
|
4250
|
-
};
|
|
4251
|
-
"xiaomi/mimo-v2.5-pro": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4252
|
-
id: "xiaomi/mimo-v2.5-pro";
|
|
4253
|
-
provider: "vercel-ai-gateway";
|
|
4254
|
-
};
|
|
4255
|
-
"zai/glm-4.5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4256
|
-
id: "zai/glm-4.5";
|
|
4257
|
-
provider: "vercel-ai-gateway";
|
|
4258
|
-
};
|
|
4259
|
-
"zai/glm-4.5-air": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4260
|
-
id: "zai/glm-4.5-air";
|
|
4261
|
-
provider: "vercel-ai-gateway";
|
|
4262
|
-
};
|
|
4263
|
-
"zai/glm-4.5v": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4264
|
-
id: "zai/glm-4.5v";
|
|
4265
|
-
provider: "vercel-ai-gateway";
|
|
4266
|
-
};
|
|
4267
|
-
"zai/glm-4.6": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4268
|
-
id: "zai/glm-4.6";
|
|
4269
|
-
provider: "vercel-ai-gateway";
|
|
4270
|
-
};
|
|
4271
|
-
"zai/glm-4.6v": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4272
|
-
id: "zai/glm-4.6v";
|
|
4273
|
-
provider: "vercel-ai-gateway";
|
|
4274
|
-
};
|
|
4275
|
-
"zai/glm-4.6v-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4276
|
-
id: "zai/glm-4.6v-flash";
|
|
4277
|
-
provider: "vercel-ai-gateway";
|
|
4278
|
-
};
|
|
4279
|
-
"zai/glm-4.7": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4280
|
-
id: "zai/glm-4.7";
|
|
4281
|
-
provider: "vercel-ai-gateway";
|
|
4282
|
-
};
|
|
4283
|
-
"zai/glm-4.7-flash": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4284
|
-
id: "zai/glm-4.7-flash";
|
|
4285
|
-
provider: "vercel-ai-gateway";
|
|
4286
|
-
};
|
|
4287
|
-
"zai/glm-4.7-flashx": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4288
|
-
id: "zai/glm-4.7-flashx";
|
|
4289
|
-
provider: "vercel-ai-gateway";
|
|
4290
|
-
};
|
|
4291
|
-
"zai/glm-5": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4292
|
-
id: "zai/glm-5";
|
|
4293
|
-
provider: "vercel-ai-gateway";
|
|
4294
|
-
};
|
|
4295
|
-
"zai/glm-5-turbo": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4296
|
-
id: "zai/glm-5-turbo";
|
|
4297
|
-
provider: "vercel-ai-gateway";
|
|
4298
|
-
};
|
|
4299
|
-
"zai/glm-5.1": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4300
|
-
id: "zai/glm-5.1";
|
|
4301
|
-
provider: "vercel-ai-gateway";
|
|
4302
|
-
};
|
|
4303
|
-
"zai/glm-5.2": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4304
|
-
id: "zai/glm-5.2";
|
|
4305
|
-
provider: "vercel-ai-gateway";
|
|
4306
|
-
};
|
|
4307
|
-
"zai/glm-5.2-fast": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4308
|
-
id: "zai/glm-5.2-fast";
|
|
4309
|
-
provider: "vercel-ai-gateway";
|
|
4310
|
-
};
|
|
4311
|
-
"zai/glm-5v-turbo": import("./model.ts").Model<"anthropic-messages"> & {
|
|
4312
|
-
id: "zai/glm-5v-turbo";
|
|
4313
|
-
provider: "vercel-ai-gateway";
|
|
4314
|
-
};
|
|
4315
|
-
};
|
|
4316
|
-
readonly xai: {
|
|
4317
|
-
"grok-4.3": import("./model.ts").Model<"openai-completions"> & {
|
|
4318
|
-
id: "grok-4.3";
|
|
4319
|
-
provider: "xai";
|
|
4320
|
-
};
|
|
4321
|
-
"grok-4.5": import("./model.ts").Model<"openai-responses"> & {
|
|
4322
|
-
id: "grok-4.5";
|
|
4323
|
-
provider: "xai";
|
|
4324
|
-
};
|
|
4325
|
-
"grok-build-0.1": import("./model.ts").Model<"openai-completions"> & {
|
|
4326
|
-
id: "grok-build-0.1";
|
|
4327
|
-
provider: "xai";
|
|
4328
|
-
};
|
|
4329
|
-
};
|
|
4330
|
-
readonly xiaomi: {
|
|
4331
|
-
"mimo-v2-flash": import("./model.ts").Model<"openai-completions"> & {
|
|
4332
|
-
id: "mimo-v2-flash";
|
|
4333
|
-
provider: "xiaomi";
|
|
4334
|
-
};
|
|
4335
|
-
"mimo-v2-omni": import("./model.ts").Model<"openai-completions"> & {
|
|
4336
|
-
id: "mimo-v2-omni";
|
|
4337
|
-
provider: "xiaomi";
|
|
4338
|
-
};
|
|
4339
|
-
"mimo-v2-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
4340
|
-
id: "mimo-v2-pro";
|
|
4341
|
-
provider: "xiaomi";
|
|
4342
|
-
};
|
|
4343
|
-
"mimo-v2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
4344
|
-
id: "mimo-v2.5";
|
|
4345
|
-
provider: "xiaomi";
|
|
4346
|
-
};
|
|
4347
|
-
"mimo-v2.5-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
4348
|
-
id: "mimo-v2.5-pro";
|
|
4349
|
-
provider: "xiaomi";
|
|
4350
|
-
};
|
|
4351
|
-
"mimo-v2.5-pro-ultraspeed": import("./model.ts").Model<"openai-completions"> & {
|
|
4352
|
-
id: "mimo-v2.5-pro-ultraspeed";
|
|
4353
|
-
provider: "xiaomi";
|
|
4354
|
-
};
|
|
4355
|
-
};
|
|
4356
|
-
readonly "xiaomi-token-plan-ams": {
|
|
4357
|
-
"mimo-v2-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
4358
|
-
id: "mimo-v2-pro";
|
|
4359
|
-
provider: "xiaomi-token-plan-ams";
|
|
4360
|
-
};
|
|
4361
|
-
"mimo-v2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
4362
|
-
id: "mimo-v2.5";
|
|
4363
|
-
provider: "xiaomi-token-plan-ams";
|
|
4364
|
-
};
|
|
4365
|
-
"mimo-v2.5-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
4366
|
-
id: "mimo-v2.5-pro";
|
|
4367
|
-
provider: "xiaomi-token-plan-ams";
|
|
4368
|
-
};
|
|
4369
|
-
};
|
|
4370
|
-
readonly "xiaomi-token-plan-cn": {
|
|
4371
|
-
"mimo-v2-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
4372
|
-
id: "mimo-v2-pro";
|
|
4373
|
-
provider: "xiaomi-token-plan-cn";
|
|
4374
|
-
};
|
|
4375
|
-
"mimo-v2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
4376
|
-
id: "mimo-v2.5";
|
|
4377
|
-
provider: "xiaomi-token-plan-cn";
|
|
4378
|
-
};
|
|
4379
|
-
"mimo-v2.5-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
4380
|
-
id: "mimo-v2.5-pro";
|
|
4381
|
-
provider: "xiaomi-token-plan-cn";
|
|
4382
|
-
};
|
|
4383
|
-
};
|
|
4384
|
-
readonly "xiaomi-token-plan-sgp": {
|
|
4385
|
-
"mimo-v2-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
4386
|
-
id: "mimo-v2-pro";
|
|
4387
|
-
provider: "xiaomi-token-plan-sgp";
|
|
4388
|
-
};
|
|
4389
|
-
"mimo-v2.5": import("./model.ts").Model<"openai-completions"> & {
|
|
4390
|
-
id: "mimo-v2.5";
|
|
4391
|
-
provider: "xiaomi-token-plan-sgp";
|
|
4392
|
-
};
|
|
4393
|
-
"mimo-v2.5-pro": import("./model.ts").Model<"openai-completions"> & {
|
|
4394
|
-
id: "mimo-v2.5-pro";
|
|
4395
|
-
provider: "xiaomi-token-plan-sgp";
|
|
4396
|
-
};
|
|
4397
|
-
};
|
|
4398
|
-
readonly zai: {
|
|
4399
|
-
"glm-4.5-air": import("./model.ts").Model<"openai-completions"> & {
|
|
4400
|
-
id: "glm-4.5-air";
|
|
4401
|
-
provider: "zai";
|
|
4402
|
-
};
|
|
4403
|
-
"glm-4.7": import("./model.ts").Model<"openai-completions"> & {
|
|
4404
|
-
id: "glm-4.7";
|
|
4405
|
-
provider: "zai";
|
|
4406
|
-
};
|
|
4407
|
-
"glm-5-turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
4408
|
-
id: "glm-5-turbo";
|
|
4409
|
-
provider: "zai";
|
|
4410
|
-
};
|
|
4411
|
-
"glm-5.1": import("./model.ts").Model<"openai-completions"> & {
|
|
4412
|
-
id: "glm-5.1";
|
|
4413
|
-
provider: "zai";
|
|
4414
|
-
};
|
|
4415
|
-
"glm-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
4416
|
-
id: "glm-5.2";
|
|
4417
|
-
provider: "zai";
|
|
4418
|
-
};
|
|
4419
|
-
"glm-5v-turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
4420
|
-
id: "glm-5v-turbo";
|
|
4421
|
-
provider: "zai";
|
|
4422
|
-
};
|
|
4423
|
-
};
|
|
4424
|
-
readonly "zai-coding-cn": {
|
|
4425
|
-
"glm-4.5-air": import("./model.ts").Model<"openai-completions"> & {
|
|
4426
|
-
id: "glm-4.5-air";
|
|
4427
|
-
provider: "zai-coding-cn";
|
|
4428
|
-
};
|
|
4429
|
-
"glm-4.7": import("./model.ts").Model<"openai-completions"> & {
|
|
4430
|
-
id: "glm-4.7";
|
|
4431
|
-
provider: "zai-coding-cn";
|
|
4432
|
-
};
|
|
4433
|
-
"glm-5-turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
4434
|
-
id: "glm-5-turbo";
|
|
4435
|
-
provider: "zai-coding-cn";
|
|
4436
|
-
};
|
|
4437
|
-
"glm-5.1": import("./model.ts").Model<"openai-completions"> & {
|
|
4438
|
-
id: "glm-5.1";
|
|
4439
|
-
provider: "zai-coding-cn";
|
|
4440
|
-
};
|
|
4441
|
-
"glm-5.2": import("./model.ts").Model<"openai-completions"> & {
|
|
4442
|
-
id: "glm-5.2";
|
|
4443
|
-
provider: "zai-coding-cn";
|
|
4444
|
-
};
|
|
4445
|
-
"glm-5v-turbo": import("./model.ts").Model<"openai-completions"> & {
|
|
4446
|
-
id: "glm-5v-turbo";
|
|
4447
|
-
provider: "zai-coding-cn";
|
|
4448
|
-
};
|
|
4449
|
-
};
|
|
40
|
+
readonly "alibaba-token-plan": typeof ALIBABA_TOKEN_PLAN_MODELS;
|
|
41
|
+
readonly "amazon-bedrock": typeof AMAZON_BEDROCK_MODELS;
|
|
42
|
+
readonly "ant-ling": typeof ANT_LING_MODELS;
|
|
43
|
+
readonly "anthropic": typeof ANTHROPIC_MODELS;
|
|
44
|
+
readonly "azure-openai-responses": typeof AZURE_OPENAI_RESPONSES_MODELS;
|
|
45
|
+
readonly "cerebras": typeof CEREBRAS_MODELS;
|
|
46
|
+
readonly "cloudflare-ai-gateway": typeof CLOUDFLARE_AI_GATEWAY_MODELS;
|
|
47
|
+
readonly "cloudflare-workers-ai": typeof CLOUDFLARE_WORKERS_AI_MODELS;
|
|
48
|
+
readonly "deepseek": typeof DEEPSEEK_MODELS;
|
|
49
|
+
readonly "fireworks": typeof FIREWORKS_MODELS;
|
|
50
|
+
readonly "github-copilot": typeof GITHUB_COPILOT_MODELS;
|
|
51
|
+
readonly "google": typeof GOOGLE_MODELS;
|
|
52
|
+
readonly "google-vertex": typeof GOOGLE_VERTEX_MODELS;
|
|
53
|
+
readonly "groq": typeof GROQ_MODELS;
|
|
54
|
+
readonly "huggingface": typeof HUGGINGFACE_MODELS;
|
|
55
|
+
readonly "kimi-coding": typeof KIMI_CODING_MODELS;
|
|
56
|
+
readonly "minimax": typeof MINIMAX_MODELS;
|
|
57
|
+
readonly "minimax-cn": typeof MINIMAX_CN_MODELS;
|
|
58
|
+
readonly "mistral": typeof MISTRAL_MODELS;
|
|
59
|
+
readonly "moonshotai": typeof MOONSHOTAI_MODELS;
|
|
60
|
+
readonly "moonshotai-cn": typeof MOONSHOTAI_CN_MODELS;
|
|
61
|
+
readonly "nvidia": typeof NVIDIA_MODELS;
|
|
62
|
+
readonly "openai": typeof OPENAI_MODELS;
|
|
63
|
+
readonly "openai-codex": typeof OPENAI_CODEX_MODELS;
|
|
64
|
+
readonly "opencode": typeof OPENCODE_MODELS;
|
|
65
|
+
readonly "opencode-go": typeof OPENCODE_GO_MODELS;
|
|
66
|
+
readonly "openrouter": typeof OPENROUTER_MODELS;
|
|
67
|
+
readonly "qwen-token-plan": typeof QWEN_TOKEN_PLAN_MODELS;
|
|
68
|
+
readonly "qwen-token-plan-cn": typeof QWEN_TOKEN_PLAN_CN_MODELS;
|
|
69
|
+
readonly "together": typeof TOGETHER_MODELS;
|
|
70
|
+
readonly "vercel-ai-gateway": typeof VERCEL_AI_GATEWAY_MODELS;
|
|
71
|
+
readonly "xai": typeof XAI_MODELS;
|
|
72
|
+
readonly "xiaomi": typeof XIAOMI_MODELS;
|
|
73
|
+
readonly "xiaomi-token-plan-ams": typeof XIAOMI_TOKEN_PLAN_AMS_MODELS;
|
|
74
|
+
readonly "xiaomi-token-plan-cn": typeof XIAOMI_TOKEN_PLAN_CN_MODELS;
|
|
75
|
+
readonly "xiaomi-token-plan-sgp": typeof XIAOMI_TOKEN_PLAN_SGP_MODELS;
|
|
76
|
+
readonly "zai": typeof ZAI_MODELS;
|
|
77
|
+
readonly "zai-coding-cn": typeof ZAI_CODING_CN_MODELS;
|
|
4450
78
|
};
|
|
4451
79
|
//# sourceMappingURL=models.generated.d.ts.map
|