@code-yeongyu/senpi 2026.6.6-3 → 2026.6.10-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +102 -100
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +1 -2
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/project-trust.d.ts +10 -0
- package/dist/cli/project-trust.d.ts.map +1 -0
- package/dist/cli/project-trust.js +48 -0
- package/dist/cli/project-trust.js.map +1 -0
- package/dist/cli/startup-ui.d.ts +7 -0
- package/dist/cli/startup-ui.d.ts.map +1 -0
- package/dist/cli/startup-ui.js +59 -0
- package/dist/cli/startup-ui.js.map +1 -0
- package/dist/cli.js +10 -1
- package/dist/cli.js.map +1 -1
- package/dist/core/agent-session-runtime.d.ts +3 -1
- package/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.js +4 -1
- package/dist/core/agent-session-runtime.js.map +1 -1
- package/dist/core/agent-session-services.d.ts +2 -1
- package/dist/core/agent-session-services.d.ts.map +1 -1
- package/dist/core/agent-session-services.js +2 -2
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/agent-session.d.ts +1 -0
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +6 -0
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/compaction/utils.d.ts +1 -1
- package/dist/core/compaction/utils.d.ts.map +1 -1
- package/dist/core/compaction/utils.js +1 -1
- package/dist/core/compaction/utils.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/degradation-monitor.d.ts +0 -1
- package/dist/core/extensions/builtin/compaction/degradation-monitor.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/degradation-monitor.js +0 -1
- package/dist/core/extensions/builtin/compaction/degradation-monitor.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/index.js +4 -4
- package/dist/core/extensions/builtin/compaction/index.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/policy.d.ts +0 -5
- package/dist/core/extensions/builtin/compaction/policy.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/policy.js +0 -4
- package/dist/core/extensions/builtin/compaction/policy.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/speculative.d.ts +0 -6
- package/dist/core/extensions/builtin/compaction/speculative.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/speculative.js +0 -3
- package/dist/core/extensions/builtin/compaction/speculative.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/extension.d.ts +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/extension.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/extension.js +10 -2
- package/dist/core/extensions/builtin/gpt-apply-patch/extension.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/cli.d.ts +0 -3
- package/dist/core/extensions/builtin/permission-system/cli.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/cli.js +0 -13
- package/dist/core/extensions/builtin/permission-system/cli.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/index.js +0 -2
- package/dist/core/extensions/builtin/todotools/index.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.d.ts +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.js +0 -2
- package/dist/core/extensions/builtin/todotools/prompt.js.map +1 -1
- package/dist/core/extensions/index.d.ts +1 -1
- package/dist/core/extensions/index.d.ts.map +1 -1
- package/dist/core/extensions/index.js.map +1 -1
- package/dist/core/extensions/loader.d.ts +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +4 -4
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/extensions/runner.d.ts +7 -2
- package/dist/core/extensions/runner.d.ts.map +1 -1
- package/dist/core/extensions/runner.js +34 -0
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/types.d.ts +21 -1
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/model-registry.d.ts +3 -4
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +23 -6
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/project-trust.d.ts +15 -0
- package/dist/core/project-trust.d.ts.map +1 -0
- package/dist/core/project-trust.js +58 -0
- package/dist/core/project-trust.js.map +1 -0
- package/dist/core/prompt-templates.d.ts +2 -1
- package/dist/core/prompt-templates.d.ts.map +1 -1
- package/dist/core/prompt-templates.js +24 -26
- package/dist/core/prompt-templates.js.map +1 -1
- package/dist/core/resolve-config-value.d.ts +0 -4
- package/dist/core/resolve-config-value.d.ts.map +1 -1
- package/dist/core/resolve-config-value.js +0 -15
- package/dist/core/resolve-config-value.js.map +1 -1
- package/dist/core/resource-loader.d.ts +14 -3
- package/dist/core/resource-loader.d.ts.map +1 -1
- package/dist/core/resource-loader.js +128 -58
- package/dist/core/resource-loader.js.map +1 -1
- package/dist/core/session-manager.d.ts +3 -0
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +34 -17
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/session-resident-store.d.ts +16 -0
- package/dist/core/session-resident-store.d.ts.map +1 -0
- package/dist/core/session-resident-store.js +48 -0
- package/dist/core/session-resident-store.js.map +1 -0
- package/dist/core/settings-manager.d.ts +4 -0
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +9 -0
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/tools/edit-diff.d.ts +0 -5
- package/dist/core/tools/edit-diff.d.ts.map +1 -1
- package/dist/core/tools/edit-diff.js +0 -7
- package/dist/core/tools/edit-diff.js.map +1 -1
- package/dist/core/tools/index.d.ts +0 -5
- package/dist/core/tools/index.d.ts.map +1 -1
- package/dist/core/tools/index.js +0 -67
- package/dist/core/tools/index.js.map +1 -1
- package/dist/core/trust-manager.d.ts +22 -0
- package/dist/core/trust-manager.d.ts.map +1 -1
- package/dist/core/trust-manager.js +75 -22
- package/dist/core/trust-manager.js.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +92 -129
- package/dist/main.js.map +1 -1
- package/dist/migrations.d.ts.map +1 -1
- package/dist/migrations.js +39 -34
- package/dist/migrations.js.map +1 -1
- package/dist/modes/index.d.ts +1 -1
- package/dist/modes/index.d.ts.map +1 -1
- package/dist/modes/index.js.map +1 -1
- package/dist/modes/interactive/components/login-dialog.d.ts +1 -0
- package/dist/modes/interactive/components/login-dialog.d.ts.map +1 -1
- package/dist/modes/interactive/components/login-dialog.js +7 -1
- package/dist/modes/interactive/components/login-dialog.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.d.ts +3 -1
- package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +20 -0
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution.js +26 -4
- package/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/dist/modes/interactive/components/trust-selector.d.ts +6 -3
- package/dist/modes/interactive/components/trust-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/trust-selector.js +22 -18
- package/dist/modes/interactive/components/trust-selector.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +15 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +158 -19
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/theme/theme.d.ts +0 -4
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +0 -7
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/dist/modes/interactive/working-status.d.ts +2 -0
- package/dist/modes/interactive/working-status.d.ts.map +1 -1
- package/dist/modes/interactive/working-status.js +34 -0
- package/dist/modes/interactive/working-status.js.map +1 -1
- package/dist/modes/rpc/rpc-types.d.ts +0 -1
- package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-types.js.map +1 -1
- package/dist/package-manager-cli.d.ts +6 -2
- package/dist/package-manager-cli.d.ts.map +1 -1
- package/dist/package-manager-cli.js +58 -11
- package/dist/package-manager-cli.js.map +1 -1
- package/dist/senpi +10 -1
- package/dist/utils/changelog.d.ts +1 -0
- package/dist/utils/changelog.d.ts.map +1 -1
- package/dist/utils/changelog.js +78 -0
- package/dist/utils/changelog.js.map +1 -1
- package/docs/compaction-guide.md +9 -9
- package/docs/compaction.md +2 -2
- package/docs/containerization.md +22 -22
- package/docs/custom-provider.md +13 -13
- package/docs/development.md +4 -2
- package/docs/docs.json +4 -0
- package/docs/extensions.md +46 -18
- package/docs/index.md +5 -4
- package/docs/json.md +21 -15
- package/docs/keybindings.md +6 -3
- package/docs/models.md +10 -43
- package/docs/packages.md +11 -13
- package/docs/prompt-templates.md +10 -3
- package/docs/providers.md +9 -9
- package/docs/rpc.md +14 -13
- package/docs/sdk.md +18 -9
- package/docs/security.md +55 -0
- package/docs/session-format.md +4 -4
- package/docs/sessions.md +14 -14
- package/docs/settings.md +14 -11
- package/docs/skills.md +8 -8
- package/docs/terminal-setup.md +38 -4
- package/docs/termux.md +3 -3
- package/docs/tmux.md +4 -2
- package/docs/tui.md +4 -4
- package/docs/usage.md +55 -57
- package/examples/extensions/README.md +1 -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/project-trust.ts +64 -0
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/node_modules/@earendil-works/pi-agent-core/README.md +4 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +125 -77
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +1 -1
- 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/types.d.ts +0 -2
- 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 +0 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +7 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/README.md +4 -5
- package/node_modules/@earendil-works/pi-ai/dist/api-registry.d.ts +0 -1
- 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 +0 -3
- package/node_modules/@earendil-works/pi-ai/dist/api-registry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +6 -6
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +355 -313
- 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 +376 -431
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.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 +15 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts +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 +17 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.d.ts +0 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.js +0 -13
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts +1 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +2 -16
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +5 -1
- 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/overflow.d.ts +0 -4
- 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 +0 -6
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-tui/README.md +1 -2
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts +2 -0
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts +6 -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 +89 -39
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts +5 -0
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.js +18 -4
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js +131 -61
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts +0 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js +4 -7
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts +4 -7
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js +38 -76
- package/node_modules/@earendil-works/pi-tui/dist/terminal.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 +14 -4
- package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts +0 -4
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +43 -21
- package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/npm-shrinkwrap.json +12 -12
- package/package.json +4 -8
- package/dist/core/extensions/builtin/compaction/overflow-detection.d.ts +0 -11
- package/dist/core/extensions/builtin/compaction/overflow-detection.d.ts.map +0 -1
- package/dist/core/extensions/builtin/compaction/overflow-detection.js +0 -40
- package/dist/core/extensions/builtin/compaction/overflow-detection.js.map +0 -1
- package/dist/core/extensions/builtin/system-messages.d.ts +0 -47
- package/dist/core/extensions/builtin/system-messages.d.ts.map +0 -1
- package/dist/core/extensions/builtin/system-messages.js +0 -117
- package/dist/core/extensions/builtin/system-messages.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/config.d.ts +0 -10
- package/dist/core/extensions/builtin/todotools/continuation/config.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/config.js +0 -33
- package/dist/core/extensions/builtin/todotools/continuation/config.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/index.d.ts +0 -2
- package/dist/core/extensions/builtin/todotools/continuation/index.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/index.js +0 -2
- package/dist/core/extensions/builtin/todotools/continuation/index.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/prompt.d.ts +0 -5
- package/dist/core/extensions/builtin/todotools/continuation/prompt.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/prompt.js +0 -34
- package/dist/core/extensions/builtin/todotools/continuation/prompt.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/runtime.d.ts +0 -11
- package/dist/core/extensions/builtin/todotools/continuation/runtime.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/runtime.js +0 -201
- package/dist/core/extensions/builtin/todotools/continuation/runtime.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/settings.d.ts +0 -6
- package/dist/core/extensions/builtin/todotools/settings.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/settings.js +0 -58
- package/dist/core/extensions/builtin/todotools/settings.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/system-messages.d.ts +0 -34
- package/dist/core/extensions/builtin/todotools/system-messages.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/system-messages.js +0 -82
- package/dist/core/extensions/builtin/todotools/system-messages.js.map +0 -1
- package/dist/core/index.d.ts +0 -12
- package/dist/core/index.d.ts.map +0 -1
- package/dist/core/index.js +0 -12
- package/dist/core/index.js.map +0 -1
|
@@ -6,7 +6,7 @@ export declare const MODELS: {
|
|
|
6
6
|
api: "bedrock-converse-stream";
|
|
7
7
|
provider: string;
|
|
8
8
|
baseUrl: string;
|
|
9
|
-
reasoning:
|
|
9
|
+
reasoning: true;
|
|
10
10
|
input: ("image" | "text")[];
|
|
11
11
|
cost: {
|
|
12
12
|
input: number;
|
|
@@ -375,6 +375,27 @@ export declare const MODELS: {
|
|
|
375
375
|
contextWindow: number;
|
|
376
376
|
maxTokens: number;
|
|
377
377
|
};
|
|
378
|
+
readonly "eu.anthropic.claude-fable-5": {
|
|
379
|
+
id: string;
|
|
380
|
+
name: string;
|
|
381
|
+
api: "bedrock-converse-stream";
|
|
382
|
+
provider: string;
|
|
383
|
+
baseUrl: string;
|
|
384
|
+
reasoning: true;
|
|
385
|
+
thinkingLevelMap: {
|
|
386
|
+
off: null;
|
|
387
|
+
xhigh: string;
|
|
388
|
+
};
|
|
389
|
+
input: ("image" | "text")[];
|
|
390
|
+
cost: {
|
|
391
|
+
input: number;
|
|
392
|
+
output: number;
|
|
393
|
+
cacheRead: number;
|
|
394
|
+
cacheWrite: number;
|
|
395
|
+
};
|
|
396
|
+
contextWindow: number;
|
|
397
|
+
maxTokens: number;
|
|
398
|
+
};
|
|
378
399
|
readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
379
400
|
id: string;
|
|
380
401
|
name: string;
|
|
@@ -523,6 +544,27 @@ export declare const MODELS: {
|
|
|
523
544
|
contextWindow: number;
|
|
524
545
|
maxTokens: number;
|
|
525
546
|
};
|
|
547
|
+
readonly "global.anthropic.claude-fable-5": {
|
|
548
|
+
id: string;
|
|
549
|
+
name: string;
|
|
550
|
+
api: "bedrock-converse-stream";
|
|
551
|
+
provider: string;
|
|
552
|
+
baseUrl: string;
|
|
553
|
+
reasoning: true;
|
|
554
|
+
thinkingLevelMap: {
|
|
555
|
+
off: null;
|
|
556
|
+
xhigh: string;
|
|
557
|
+
};
|
|
558
|
+
input: ("image" | "text")[];
|
|
559
|
+
cost: {
|
|
560
|
+
input: number;
|
|
561
|
+
output: number;
|
|
562
|
+
cacheRead: number;
|
|
563
|
+
cacheWrite: number;
|
|
564
|
+
};
|
|
565
|
+
contextWindow: number;
|
|
566
|
+
maxTokens: number;
|
|
567
|
+
};
|
|
526
568
|
readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
527
569
|
id: string;
|
|
528
570
|
name: string;
|
|
@@ -1216,7 +1258,7 @@ export declare const MODELS: {
|
|
|
1216
1258
|
api: "bedrock-converse-stream";
|
|
1217
1259
|
provider: string;
|
|
1218
1260
|
baseUrl: string;
|
|
1219
|
-
reasoning:
|
|
1261
|
+
reasoning: true;
|
|
1220
1262
|
input: "text"[];
|
|
1221
1263
|
cost: {
|
|
1222
1264
|
input: number;
|
|
@@ -1233,7 +1275,7 @@ export declare const MODELS: {
|
|
|
1233
1275
|
api: "bedrock-converse-stream";
|
|
1234
1276
|
provider: string;
|
|
1235
1277
|
baseUrl: string;
|
|
1236
|
-
reasoning:
|
|
1278
|
+
reasoning: true;
|
|
1237
1279
|
input: "text"[];
|
|
1238
1280
|
cost: {
|
|
1239
1281
|
input: number;
|
|
@@ -1250,7 +1292,7 @@ export declare const MODELS: {
|
|
|
1250
1292
|
api: "bedrock-converse-stream";
|
|
1251
1293
|
provider: string;
|
|
1252
1294
|
baseUrl: string;
|
|
1253
|
-
reasoning:
|
|
1295
|
+
reasoning: true;
|
|
1254
1296
|
input: "text"[];
|
|
1255
1297
|
cost: {
|
|
1256
1298
|
input: number;
|
|
@@ -1267,7 +1309,7 @@ export declare const MODELS: {
|
|
|
1267
1309
|
api: "bedrock-converse-stream";
|
|
1268
1310
|
provider: string;
|
|
1269
1311
|
baseUrl: string;
|
|
1270
|
-
reasoning:
|
|
1312
|
+
reasoning: true;
|
|
1271
1313
|
input: "text"[];
|
|
1272
1314
|
cost: {
|
|
1273
1315
|
input: number;
|
|
@@ -1431,6 +1473,27 @@ export declare const MODELS: {
|
|
|
1431
1473
|
contextWindow: number;
|
|
1432
1474
|
maxTokens: number;
|
|
1433
1475
|
};
|
|
1476
|
+
readonly "us.anthropic.claude-fable-5": {
|
|
1477
|
+
id: string;
|
|
1478
|
+
name: string;
|
|
1479
|
+
api: "bedrock-converse-stream";
|
|
1480
|
+
provider: string;
|
|
1481
|
+
baseUrl: string;
|
|
1482
|
+
reasoning: true;
|
|
1483
|
+
thinkingLevelMap: {
|
|
1484
|
+
off: null;
|
|
1485
|
+
xhigh: string;
|
|
1486
|
+
};
|
|
1487
|
+
input: ("image" | "text")[];
|
|
1488
|
+
cost: {
|
|
1489
|
+
input: number;
|
|
1490
|
+
output: number;
|
|
1491
|
+
cacheRead: number;
|
|
1492
|
+
cacheWrite: number;
|
|
1493
|
+
};
|
|
1494
|
+
contextWindow: number;
|
|
1495
|
+
maxTokens: number;
|
|
1496
|
+
};
|
|
1434
1497
|
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1435
1498
|
id: string;
|
|
1436
1499
|
name: string;
|
|
@@ -1953,6 +2016,30 @@ export declare const MODELS: {
|
|
|
1953
2016
|
contextWindow: number;
|
|
1954
2017
|
maxTokens: number;
|
|
1955
2018
|
};
|
|
2019
|
+
readonly "claude-fable-5": {
|
|
2020
|
+
id: string;
|
|
2021
|
+
name: string;
|
|
2022
|
+
api: "anthropic-messages";
|
|
2023
|
+
provider: string;
|
|
2024
|
+
baseUrl: string;
|
|
2025
|
+
compat: {
|
|
2026
|
+
forceAdaptiveThinking: true;
|
|
2027
|
+
};
|
|
2028
|
+
reasoning: true;
|
|
2029
|
+
thinkingLevelMap: {
|
|
2030
|
+
off: null;
|
|
2031
|
+
xhigh: string;
|
|
2032
|
+
};
|
|
2033
|
+
input: ("image" | "text")[];
|
|
2034
|
+
cost: {
|
|
2035
|
+
input: number;
|
|
2036
|
+
output: number;
|
|
2037
|
+
cacheRead: number;
|
|
2038
|
+
cacheWrite: number;
|
|
2039
|
+
};
|
|
2040
|
+
contextWindow: number;
|
|
2041
|
+
maxTokens: number;
|
|
2042
|
+
};
|
|
1956
2043
|
readonly "claude-haiku-4-5": {
|
|
1957
2044
|
id: string;
|
|
1958
2045
|
name: string;
|
|
@@ -3208,6 +3295,30 @@ export declare const MODELS: {
|
|
|
3208
3295
|
contextWindow: number;
|
|
3209
3296
|
maxTokens: number;
|
|
3210
3297
|
};
|
|
3298
|
+
readonly "claude-fable-5": {
|
|
3299
|
+
id: string;
|
|
3300
|
+
name: string;
|
|
3301
|
+
api: "anthropic-messages";
|
|
3302
|
+
provider: string;
|
|
3303
|
+
baseUrl: string;
|
|
3304
|
+
compat: {
|
|
3305
|
+
forceAdaptiveThinking: true;
|
|
3306
|
+
};
|
|
3307
|
+
reasoning: true;
|
|
3308
|
+
thinkingLevelMap: {
|
|
3309
|
+
off: null;
|
|
3310
|
+
xhigh: string;
|
|
3311
|
+
};
|
|
3312
|
+
input: ("image" | "text")[];
|
|
3313
|
+
cost: {
|
|
3314
|
+
input: number;
|
|
3315
|
+
output: number;
|
|
3316
|
+
cacheRead: number;
|
|
3317
|
+
cacheWrite: number;
|
|
3318
|
+
};
|
|
3319
|
+
contextWindow: number;
|
|
3320
|
+
maxTokens: number;
|
|
3321
|
+
};
|
|
3211
3322
|
readonly "claude-haiku-4-5": {
|
|
3212
3323
|
id: string;
|
|
3213
3324
|
name: string;
|
|
@@ -5539,74 +5650,6 @@ export declare const MODELS: {
|
|
|
5539
5650
|
};
|
|
5540
5651
|
};
|
|
5541
5652
|
readonly groq: {
|
|
5542
|
-
readonly "deepseek-r1-distill-llama-70b": {
|
|
5543
|
-
id: string;
|
|
5544
|
-
name: string;
|
|
5545
|
-
api: "openai-completions";
|
|
5546
|
-
provider: string;
|
|
5547
|
-
baseUrl: string;
|
|
5548
|
-
reasoning: true;
|
|
5549
|
-
input: "text"[];
|
|
5550
|
-
cost: {
|
|
5551
|
-
input: number;
|
|
5552
|
-
output: number;
|
|
5553
|
-
cacheRead: number;
|
|
5554
|
-
cacheWrite: number;
|
|
5555
|
-
};
|
|
5556
|
-
contextWindow: number;
|
|
5557
|
-
maxTokens: number;
|
|
5558
|
-
};
|
|
5559
|
-
readonly "gemma2-9b-it": {
|
|
5560
|
-
id: string;
|
|
5561
|
-
name: string;
|
|
5562
|
-
api: "openai-completions";
|
|
5563
|
-
provider: string;
|
|
5564
|
-
baseUrl: string;
|
|
5565
|
-
reasoning: false;
|
|
5566
|
-
input: "text"[];
|
|
5567
|
-
cost: {
|
|
5568
|
-
input: number;
|
|
5569
|
-
output: number;
|
|
5570
|
-
cacheRead: number;
|
|
5571
|
-
cacheWrite: number;
|
|
5572
|
-
};
|
|
5573
|
-
contextWindow: number;
|
|
5574
|
-
maxTokens: number;
|
|
5575
|
-
};
|
|
5576
|
-
readonly "groq/compound": {
|
|
5577
|
-
id: string;
|
|
5578
|
-
name: string;
|
|
5579
|
-
api: "openai-completions";
|
|
5580
|
-
provider: string;
|
|
5581
|
-
baseUrl: string;
|
|
5582
|
-
reasoning: true;
|
|
5583
|
-
input: "text"[];
|
|
5584
|
-
cost: {
|
|
5585
|
-
input: number;
|
|
5586
|
-
output: number;
|
|
5587
|
-
cacheRead: number;
|
|
5588
|
-
cacheWrite: number;
|
|
5589
|
-
};
|
|
5590
|
-
contextWindow: number;
|
|
5591
|
-
maxTokens: number;
|
|
5592
|
-
};
|
|
5593
|
-
readonly "groq/compound-mini": {
|
|
5594
|
-
id: string;
|
|
5595
|
-
name: string;
|
|
5596
|
-
api: "openai-completions";
|
|
5597
|
-
provider: string;
|
|
5598
|
-
baseUrl: string;
|
|
5599
|
-
reasoning: true;
|
|
5600
|
-
input: "text"[];
|
|
5601
|
-
cost: {
|
|
5602
|
-
input: number;
|
|
5603
|
-
output: number;
|
|
5604
|
-
cacheRead: number;
|
|
5605
|
-
cacheWrite: number;
|
|
5606
|
-
};
|
|
5607
|
-
contextWindow: number;
|
|
5608
|
-
maxTokens: number;
|
|
5609
|
-
};
|
|
5610
5653
|
readonly "llama-3.1-8b-instant": {
|
|
5611
5654
|
id: string;
|
|
5612
5655
|
name: string;
|
|
@@ -5641,57 +5684,6 @@ export declare const MODELS: {
|
|
|
5641
5684
|
contextWindow: number;
|
|
5642
5685
|
maxTokens: number;
|
|
5643
5686
|
};
|
|
5644
|
-
readonly "llama3-70b-8192": {
|
|
5645
|
-
id: string;
|
|
5646
|
-
name: string;
|
|
5647
|
-
api: "openai-completions";
|
|
5648
|
-
provider: string;
|
|
5649
|
-
baseUrl: string;
|
|
5650
|
-
reasoning: false;
|
|
5651
|
-
input: "text"[];
|
|
5652
|
-
cost: {
|
|
5653
|
-
input: number;
|
|
5654
|
-
output: number;
|
|
5655
|
-
cacheRead: number;
|
|
5656
|
-
cacheWrite: number;
|
|
5657
|
-
};
|
|
5658
|
-
contextWindow: number;
|
|
5659
|
-
maxTokens: number;
|
|
5660
|
-
};
|
|
5661
|
-
readonly "llama3-8b-8192": {
|
|
5662
|
-
id: string;
|
|
5663
|
-
name: string;
|
|
5664
|
-
api: "openai-completions";
|
|
5665
|
-
provider: string;
|
|
5666
|
-
baseUrl: string;
|
|
5667
|
-
reasoning: false;
|
|
5668
|
-
input: "text"[];
|
|
5669
|
-
cost: {
|
|
5670
|
-
input: number;
|
|
5671
|
-
output: number;
|
|
5672
|
-
cacheRead: number;
|
|
5673
|
-
cacheWrite: number;
|
|
5674
|
-
};
|
|
5675
|
-
contextWindow: number;
|
|
5676
|
-
maxTokens: number;
|
|
5677
|
-
};
|
|
5678
|
-
readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
|
|
5679
|
-
id: string;
|
|
5680
|
-
name: string;
|
|
5681
|
-
api: "openai-completions";
|
|
5682
|
-
provider: string;
|
|
5683
|
-
baseUrl: string;
|
|
5684
|
-
reasoning: false;
|
|
5685
|
-
input: ("image" | "text")[];
|
|
5686
|
-
cost: {
|
|
5687
|
-
input: number;
|
|
5688
|
-
output: number;
|
|
5689
|
-
cacheRead: number;
|
|
5690
|
-
cacheWrite: number;
|
|
5691
|
-
};
|
|
5692
|
-
contextWindow: number;
|
|
5693
|
-
maxTokens: number;
|
|
5694
|
-
};
|
|
5695
5687
|
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5696
5688
|
id: string;
|
|
5697
5689
|
name: string;
|
|
@@ -5709,57 +5701,6 @@ export declare const MODELS: {
|
|
|
5709
5701
|
contextWindow: number;
|
|
5710
5702
|
maxTokens: number;
|
|
5711
5703
|
};
|
|
5712
|
-
readonly "mistral-saba-24b": {
|
|
5713
|
-
id: string;
|
|
5714
|
-
name: string;
|
|
5715
|
-
api: "openai-completions";
|
|
5716
|
-
provider: string;
|
|
5717
|
-
baseUrl: string;
|
|
5718
|
-
reasoning: false;
|
|
5719
|
-
input: "text"[];
|
|
5720
|
-
cost: {
|
|
5721
|
-
input: number;
|
|
5722
|
-
output: number;
|
|
5723
|
-
cacheRead: number;
|
|
5724
|
-
cacheWrite: number;
|
|
5725
|
-
};
|
|
5726
|
-
contextWindow: number;
|
|
5727
|
-
maxTokens: number;
|
|
5728
|
-
};
|
|
5729
|
-
readonly "moonshotai/kimi-k2-instruct": {
|
|
5730
|
-
id: string;
|
|
5731
|
-
name: string;
|
|
5732
|
-
api: "openai-completions";
|
|
5733
|
-
provider: string;
|
|
5734
|
-
baseUrl: string;
|
|
5735
|
-
reasoning: false;
|
|
5736
|
-
input: "text"[];
|
|
5737
|
-
cost: {
|
|
5738
|
-
input: number;
|
|
5739
|
-
output: number;
|
|
5740
|
-
cacheRead: number;
|
|
5741
|
-
cacheWrite: number;
|
|
5742
|
-
};
|
|
5743
|
-
contextWindow: number;
|
|
5744
|
-
maxTokens: number;
|
|
5745
|
-
};
|
|
5746
|
-
readonly "moonshotai/kimi-k2-instruct-0905": {
|
|
5747
|
-
id: string;
|
|
5748
|
-
name: string;
|
|
5749
|
-
api: "openai-completions";
|
|
5750
|
-
provider: string;
|
|
5751
|
-
baseUrl: string;
|
|
5752
|
-
reasoning: false;
|
|
5753
|
-
input: "text"[];
|
|
5754
|
-
cost: {
|
|
5755
|
-
input: number;
|
|
5756
|
-
output: number;
|
|
5757
|
-
cacheRead: number;
|
|
5758
|
-
cacheWrite: number;
|
|
5759
|
-
};
|
|
5760
|
-
contextWindow: number;
|
|
5761
|
-
maxTokens: number;
|
|
5762
|
-
};
|
|
5763
5704
|
readonly "openai/gpt-oss-120b": {
|
|
5764
5705
|
id: string;
|
|
5765
5706
|
name: string;
|
|
@@ -5811,23 +5752,6 @@ export declare const MODELS: {
|
|
|
5811
5752
|
contextWindow: number;
|
|
5812
5753
|
maxTokens: number;
|
|
5813
5754
|
};
|
|
5814
|
-
readonly "qwen-qwq-32b": {
|
|
5815
|
-
id: string;
|
|
5816
|
-
name: string;
|
|
5817
|
-
api: "openai-completions";
|
|
5818
|
-
provider: string;
|
|
5819
|
-
baseUrl: string;
|
|
5820
|
-
reasoning: true;
|
|
5821
|
-
input: "text"[];
|
|
5822
|
-
cost: {
|
|
5823
|
-
input: number;
|
|
5824
|
-
output: number;
|
|
5825
|
-
cacheRead: number;
|
|
5826
|
-
cacheWrite: number;
|
|
5827
|
-
};
|
|
5828
|
-
contextWindow: number;
|
|
5829
|
-
maxTokens: number;
|
|
5830
|
-
};
|
|
5831
5755
|
readonly "qwen/qwen3-32b": {
|
|
5832
5756
|
id: string;
|
|
5833
5757
|
name: string;
|
|
@@ -6967,6 +6891,7 @@ export declare const MODELS: {
|
|
|
6967
6891
|
supportsReasoningEffort: false;
|
|
6968
6892
|
maxTokensField: "max_tokens";
|
|
6969
6893
|
supportsStrictMode: false;
|
|
6894
|
+
thinkingFormat: "deepseek";
|
|
6970
6895
|
};
|
|
6971
6896
|
reasoning: false;
|
|
6972
6897
|
input: "text"[];
|
|
@@ -6991,6 +6916,7 @@ export declare const MODELS: {
|
|
|
6991
6916
|
supportsReasoningEffort: false;
|
|
6992
6917
|
maxTokensField: "max_tokens";
|
|
6993
6918
|
supportsStrictMode: false;
|
|
6919
|
+
thinkingFormat: "deepseek";
|
|
6994
6920
|
};
|
|
6995
6921
|
reasoning: false;
|
|
6996
6922
|
input: "text"[];
|
|
@@ -7015,6 +6941,7 @@ export declare const MODELS: {
|
|
|
7015
6941
|
supportsReasoningEffort: false;
|
|
7016
6942
|
maxTokensField: "max_tokens";
|
|
7017
6943
|
supportsStrictMode: false;
|
|
6944
|
+
thinkingFormat: "deepseek";
|
|
7018
6945
|
};
|
|
7019
6946
|
reasoning: true;
|
|
7020
6947
|
input: "text"[];
|
|
@@ -7039,6 +6966,7 @@ export declare const MODELS: {
|
|
|
7039
6966
|
supportsReasoningEffort: false;
|
|
7040
6967
|
maxTokensField: "max_tokens";
|
|
7041
6968
|
supportsStrictMode: false;
|
|
6969
|
+
thinkingFormat: "deepseek";
|
|
7042
6970
|
};
|
|
7043
6971
|
reasoning: true;
|
|
7044
6972
|
input: "text"[];
|
|
@@ -7063,6 +6991,7 @@ export declare const MODELS: {
|
|
|
7063
6991
|
supportsReasoningEffort: false;
|
|
7064
6992
|
maxTokensField: "max_tokens";
|
|
7065
6993
|
supportsStrictMode: false;
|
|
6994
|
+
thinkingFormat: "deepseek";
|
|
7066
6995
|
};
|
|
7067
6996
|
reasoning: false;
|
|
7068
6997
|
input: "text"[];
|
|
@@ -7087,6 +7016,7 @@ export declare const MODELS: {
|
|
|
7087
7016
|
supportsReasoningEffort: false;
|
|
7088
7017
|
maxTokensField: "max_tokens";
|
|
7089
7018
|
supportsStrictMode: false;
|
|
7019
|
+
thinkingFormat: "deepseek";
|
|
7090
7020
|
};
|
|
7091
7021
|
reasoning: true;
|
|
7092
7022
|
input: ("image" | "text")[];
|
|
@@ -7111,6 +7041,7 @@ export declare const MODELS: {
|
|
|
7111
7041
|
supportsReasoningEffort: false;
|
|
7112
7042
|
maxTokensField: "max_tokens";
|
|
7113
7043
|
supportsStrictMode: false;
|
|
7044
|
+
thinkingFormat: "deepseek";
|
|
7114
7045
|
};
|
|
7115
7046
|
reasoning: true;
|
|
7116
7047
|
input: ("image" | "text")[];
|
|
@@ -7137,6 +7068,7 @@ export declare const MODELS: {
|
|
|
7137
7068
|
supportsReasoningEffort: false;
|
|
7138
7069
|
maxTokensField: "max_tokens";
|
|
7139
7070
|
supportsStrictMode: false;
|
|
7071
|
+
thinkingFormat: "deepseek";
|
|
7140
7072
|
};
|
|
7141
7073
|
reasoning: false;
|
|
7142
7074
|
input: "text"[];
|
|
@@ -7161,6 +7093,7 @@ export declare const MODELS: {
|
|
|
7161
7093
|
supportsReasoningEffort: false;
|
|
7162
7094
|
maxTokensField: "max_tokens";
|
|
7163
7095
|
supportsStrictMode: false;
|
|
7096
|
+
thinkingFormat: "deepseek";
|
|
7164
7097
|
};
|
|
7165
7098
|
reasoning: false;
|
|
7166
7099
|
input: "text"[];
|
|
@@ -7185,6 +7118,7 @@ export declare const MODELS: {
|
|
|
7185
7118
|
supportsReasoningEffort: false;
|
|
7186
7119
|
maxTokensField: "max_tokens";
|
|
7187
7120
|
supportsStrictMode: false;
|
|
7121
|
+
thinkingFormat: "deepseek";
|
|
7188
7122
|
};
|
|
7189
7123
|
reasoning: true;
|
|
7190
7124
|
input: "text"[];
|
|
@@ -7209,6 +7143,7 @@ export declare const MODELS: {
|
|
|
7209
7143
|
supportsReasoningEffort: false;
|
|
7210
7144
|
maxTokensField: "max_tokens";
|
|
7211
7145
|
supportsStrictMode: false;
|
|
7146
|
+
thinkingFormat: "deepseek";
|
|
7212
7147
|
};
|
|
7213
7148
|
reasoning: true;
|
|
7214
7149
|
input: "text"[];
|
|
@@ -7233,6 +7168,7 @@ export declare const MODELS: {
|
|
|
7233
7168
|
supportsReasoningEffort: false;
|
|
7234
7169
|
maxTokensField: "max_tokens";
|
|
7235
7170
|
supportsStrictMode: false;
|
|
7171
|
+
thinkingFormat: "deepseek";
|
|
7236
7172
|
};
|
|
7237
7173
|
reasoning: false;
|
|
7238
7174
|
input: "text"[];
|
|
@@ -7257,6 +7193,7 @@ export declare const MODELS: {
|
|
|
7257
7193
|
supportsReasoningEffort: false;
|
|
7258
7194
|
maxTokensField: "max_tokens";
|
|
7259
7195
|
supportsStrictMode: false;
|
|
7196
|
+
thinkingFormat: "deepseek";
|
|
7260
7197
|
};
|
|
7261
7198
|
reasoning: true;
|
|
7262
7199
|
input: ("image" | "text")[];
|
|
@@ -7281,6 +7218,7 @@ export declare const MODELS: {
|
|
|
7281
7218
|
supportsReasoningEffort: false;
|
|
7282
7219
|
maxTokensField: "max_tokens";
|
|
7283
7220
|
supportsStrictMode: false;
|
|
7221
|
+
thinkingFormat: "deepseek";
|
|
7284
7222
|
};
|
|
7285
7223
|
reasoning: true;
|
|
7286
7224
|
input: ("image" | "text")[];
|
|
@@ -7480,8 +7418,8 @@ export declare const MODELS: {
|
|
|
7480
7418
|
supportsStrictMode: false;
|
|
7481
7419
|
supportsLongCacheRetention: false;
|
|
7482
7420
|
};
|
|
7483
|
-
reasoning:
|
|
7484
|
-
input: "text"[];
|
|
7421
|
+
reasoning: true;
|
|
7422
|
+
input: ("image" | "text")[];
|
|
7485
7423
|
cost: {
|
|
7486
7424
|
input: number;
|
|
7487
7425
|
output: number;
|
|
@@ -7519,7 +7457,7 @@ export declare const MODELS: {
|
|
|
7519
7457
|
contextWindow: number;
|
|
7520
7458
|
maxTokens: number;
|
|
7521
7459
|
};
|
|
7522
|
-
readonly "nvidia/
|
|
7460
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
7523
7461
|
id: string;
|
|
7524
7462
|
name: string;
|
|
7525
7463
|
api: "openai-completions";
|
|
@@ -7547,7 +7485,7 @@ export declare const MODELS: {
|
|
|
7547
7485
|
contextWindow: number;
|
|
7548
7486
|
maxTokens: number;
|
|
7549
7487
|
};
|
|
7550
|
-
readonly "nvidia/
|
|
7488
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning": {
|
|
7551
7489
|
id: string;
|
|
7552
7490
|
name: string;
|
|
7553
7491
|
api: "openai-completions";
|
|
@@ -7565,7 +7503,7 @@ export declare const MODELS: {
|
|
|
7565
7503
|
supportsLongCacheRetention: false;
|
|
7566
7504
|
};
|
|
7567
7505
|
reasoning: true;
|
|
7568
|
-
input: "text"[];
|
|
7506
|
+
input: ("image" | "text")[];
|
|
7569
7507
|
cost: {
|
|
7570
7508
|
input: number;
|
|
7571
7509
|
output: number;
|
|
@@ -7575,7 +7513,7 @@ export declare const MODELS: {
|
|
|
7575
7513
|
contextWindow: number;
|
|
7576
7514
|
maxTokens: number;
|
|
7577
7515
|
};
|
|
7578
|
-
readonly "nvidia/nemotron-3-
|
|
7516
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
7579
7517
|
id: string;
|
|
7580
7518
|
name: string;
|
|
7581
7519
|
api: "openai-completions";
|
|
@@ -7603,7 +7541,7 @@ export declare const MODELS: {
|
|
|
7603
7541
|
contextWindow: number;
|
|
7604
7542
|
maxTokens: number;
|
|
7605
7543
|
};
|
|
7606
|
-
readonly "nvidia/nemotron-3-
|
|
7544
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
7607
7545
|
id: string;
|
|
7608
7546
|
name: string;
|
|
7609
7547
|
api: "openai-completions";
|
|
@@ -7621,7 +7559,7 @@ export declare const MODELS: {
|
|
|
7621
7559
|
supportsLongCacheRetention: false;
|
|
7622
7560
|
};
|
|
7623
7561
|
reasoning: true;
|
|
7624
|
-
input:
|
|
7562
|
+
input: "text"[];
|
|
7625
7563
|
cost: {
|
|
7626
7564
|
input: number;
|
|
7627
7565
|
output: number;
|
|
@@ -7631,7 +7569,7 @@ export declare const MODELS: {
|
|
|
7631
7569
|
contextWindow: number;
|
|
7632
7570
|
maxTokens: number;
|
|
7633
7571
|
};
|
|
7634
|
-
readonly "nvidia/nemotron-
|
|
7572
|
+
readonly "nvidia/nvidia-nemotron-nano-9b-v2": {
|
|
7635
7573
|
id: string;
|
|
7636
7574
|
name: string;
|
|
7637
7575
|
api: "openai-completions";
|
|
@@ -7659,7 +7597,7 @@ export declare const MODELS: {
|
|
|
7659
7597
|
contextWindow: number;
|
|
7660
7598
|
maxTokens: number;
|
|
7661
7599
|
};
|
|
7662
|
-
readonly "
|
|
7600
|
+
readonly "openai/gpt-oss-120b": {
|
|
7663
7601
|
id: string;
|
|
7664
7602
|
name: string;
|
|
7665
7603
|
api: "openai-completions";
|
|
@@ -8753,6 +8691,9 @@ export declare const MODELS: {
|
|
|
8753
8691
|
api: "openai-completions";
|
|
8754
8692
|
provider: string;
|
|
8755
8693
|
baseUrl: string;
|
|
8694
|
+
compat: {
|
|
8695
|
+
maxTokensField: "max_tokens";
|
|
8696
|
+
};
|
|
8756
8697
|
reasoning: true;
|
|
8757
8698
|
input: "text"[];
|
|
8758
8699
|
cost: {
|
|
@@ -8764,6 +8705,30 @@ export declare const MODELS: {
|
|
|
8764
8705
|
contextWindow: number;
|
|
8765
8706
|
maxTokens: number;
|
|
8766
8707
|
};
|
|
8708
|
+
readonly "claude-fable-5": {
|
|
8709
|
+
id: string;
|
|
8710
|
+
name: string;
|
|
8711
|
+
api: "anthropic-messages";
|
|
8712
|
+
provider: string;
|
|
8713
|
+
baseUrl: string;
|
|
8714
|
+
compat: {
|
|
8715
|
+
forceAdaptiveThinking: true;
|
|
8716
|
+
};
|
|
8717
|
+
reasoning: true;
|
|
8718
|
+
thinkingLevelMap: {
|
|
8719
|
+
off: null;
|
|
8720
|
+
xhigh: string;
|
|
8721
|
+
};
|
|
8722
|
+
input: ("image" | "text")[];
|
|
8723
|
+
cost: {
|
|
8724
|
+
input: number;
|
|
8725
|
+
output: number;
|
|
8726
|
+
cacheRead: number;
|
|
8727
|
+
cacheWrite: number;
|
|
8728
|
+
};
|
|
8729
|
+
contextWindow: number;
|
|
8730
|
+
maxTokens: number;
|
|
8731
|
+
};
|
|
8767
8732
|
readonly "claude-haiku-4-5": {
|
|
8768
8733
|
id: string;
|
|
8769
8734
|
name: string;
|
|
@@ -8947,6 +8912,7 @@ export declare const MODELS: {
|
|
|
8947
8912
|
provider: string;
|
|
8948
8913
|
baseUrl: string;
|
|
8949
8914
|
compat: {
|
|
8915
|
+
maxTokensField: "max_tokens";
|
|
8950
8916
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8951
8917
|
thinkingFormat: "deepseek";
|
|
8952
8918
|
};
|
|
@@ -8975,6 +8941,7 @@ export declare const MODELS: {
|
|
|
8975
8941
|
provider: string;
|
|
8976
8942
|
baseUrl: string;
|
|
8977
8943
|
compat: {
|
|
8944
|
+
maxTokensField: "max_tokens";
|
|
8978
8945
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8979
8946
|
thinkingFormat: "deepseek";
|
|
8980
8947
|
};
|
|
@@ -9066,6 +9033,9 @@ export declare const MODELS: {
|
|
|
9066
9033
|
api: "openai-completions";
|
|
9067
9034
|
provider: string;
|
|
9068
9035
|
baseUrl: string;
|
|
9036
|
+
compat: {
|
|
9037
|
+
maxTokensField: "max_tokens";
|
|
9038
|
+
};
|
|
9069
9039
|
reasoning: true;
|
|
9070
9040
|
input: "text"[];
|
|
9071
9041
|
cost: {
|
|
@@ -9083,6 +9053,9 @@ export declare const MODELS: {
|
|
|
9083
9053
|
api: "openai-completions";
|
|
9084
9054
|
provider: string;
|
|
9085
9055
|
baseUrl: string;
|
|
9056
|
+
compat: {
|
|
9057
|
+
maxTokensField: "max_tokens";
|
|
9058
|
+
};
|
|
9086
9059
|
reasoning: true;
|
|
9087
9060
|
input: "text"[];
|
|
9088
9061
|
cost: {
|
|
@@ -9433,6 +9406,7 @@ export declare const MODELS: {
|
|
|
9433
9406
|
baseUrl: string;
|
|
9434
9407
|
compat: {
|
|
9435
9408
|
supportsReasoningEffort: false;
|
|
9409
|
+
maxTokensField: "max_tokens";
|
|
9436
9410
|
};
|
|
9437
9411
|
reasoning: true;
|
|
9438
9412
|
thinkingLevelMap: {
|
|
@@ -9457,6 +9431,9 @@ export declare const MODELS: {
|
|
|
9457
9431
|
api: "openai-completions";
|
|
9458
9432
|
provider: string;
|
|
9459
9433
|
baseUrl: string;
|
|
9434
|
+
compat: {
|
|
9435
|
+
maxTokensField: "max_tokens";
|
|
9436
|
+
};
|
|
9460
9437
|
reasoning: true;
|
|
9461
9438
|
input: ("image" | "text")[];
|
|
9462
9439
|
cost: {
|
|
@@ -9477,6 +9454,7 @@ export declare const MODELS: {
|
|
|
9477
9454
|
compat: {
|
|
9478
9455
|
thinkingFormat: "deepseek";
|
|
9479
9456
|
supportsReasoningEffort: false;
|
|
9457
|
+
maxTokensField: "max_tokens";
|
|
9480
9458
|
};
|
|
9481
9459
|
reasoning: true;
|
|
9482
9460
|
input: ("image" | "text")[];
|
|
@@ -9495,6 +9473,9 @@ export declare const MODELS: {
|
|
|
9495
9473
|
api: "openai-completions";
|
|
9496
9474
|
provider: string;
|
|
9497
9475
|
baseUrl: string;
|
|
9476
|
+
compat: {
|
|
9477
|
+
maxTokensField: "max_tokens";
|
|
9478
|
+
};
|
|
9498
9479
|
reasoning: true;
|
|
9499
9480
|
input: ("image" | "text")[];
|
|
9500
9481
|
cost: {
|
|
@@ -9512,6 +9493,9 @@ export declare const MODELS: {
|
|
|
9512
9493
|
api: "openai-completions";
|
|
9513
9494
|
provider: string;
|
|
9514
9495
|
baseUrl: string;
|
|
9496
|
+
compat: {
|
|
9497
|
+
maxTokensField: "max_tokens";
|
|
9498
|
+
};
|
|
9515
9499
|
reasoning: true;
|
|
9516
9500
|
input: "text"[];
|
|
9517
9501
|
cost: {
|
|
@@ -9529,6 +9513,9 @@ export declare const MODELS: {
|
|
|
9529
9513
|
api: "openai-completions";
|
|
9530
9514
|
provider: string;
|
|
9531
9515
|
baseUrl: string;
|
|
9516
|
+
compat: {
|
|
9517
|
+
maxTokensField: "max_tokens";
|
|
9518
|
+
};
|
|
9532
9519
|
reasoning: true;
|
|
9533
9520
|
input: "text"[];
|
|
9534
9521
|
cost: {
|
|
@@ -9540,14 +9527,17 @@ export declare const MODELS: {
|
|
|
9540
9527
|
contextWindow: number;
|
|
9541
9528
|
maxTokens: number;
|
|
9542
9529
|
};
|
|
9543
|
-
readonly "
|
|
9530
|
+
readonly "nemotron-3-ultra-free": {
|
|
9544
9531
|
id: string;
|
|
9545
9532
|
name: string;
|
|
9546
|
-
api: "
|
|
9533
|
+
api: "openai-completions";
|
|
9547
9534
|
provider: string;
|
|
9548
9535
|
baseUrl: string;
|
|
9536
|
+
compat: {
|
|
9537
|
+
maxTokensField: "max_tokens";
|
|
9538
|
+
};
|
|
9549
9539
|
reasoning: true;
|
|
9550
|
-
input:
|
|
9540
|
+
input: "text"[];
|
|
9551
9541
|
cost: {
|
|
9552
9542
|
input: number;
|
|
9553
9543
|
output: number;
|
|
@@ -9557,12 +9547,15 @@ export declare const MODELS: {
|
|
|
9557
9547
|
contextWindow: number;
|
|
9558
9548
|
maxTokens: number;
|
|
9559
9549
|
};
|
|
9560
|
-
readonly "
|
|
9550
|
+
readonly "north-mini-code-free": {
|
|
9561
9551
|
id: string;
|
|
9562
9552
|
name: string;
|
|
9563
9553
|
api: "openai-completions";
|
|
9564
9554
|
provider: string;
|
|
9565
9555
|
baseUrl: string;
|
|
9556
|
+
compat: {
|
|
9557
|
+
maxTokensField: "max_tokens";
|
|
9558
|
+
};
|
|
9566
9559
|
reasoning: true;
|
|
9567
9560
|
input: "text"[];
|
|
9568
9561
|
cost: {
|
|
@@ -9617,6 +9610,7 @@ export declare const MODELS: {
|
|
|
9617
9610
|
provider: string;
|
|
9618
9611
|
baseUrl: string;
|
|
9619
9612
|
compat: {
|
|
9613
|
+
maxTokensField: "max_tokens";
|
|
9620
9614
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9621
9615
|
thinkingFormat: "deepseek";
|
|
9622
9616
|
};
|
|
@@ -9645,6 +9639,7 @@ export declare const MODELS: {
|
|
|
9645
9639
|
provider: string;
|
|
9646
9640
|
baseUrl: string;
|
|
9647
9641
|
compat: {
|
|
9642
|
+
maxTokensField: "max_tokens";
|
|
9648
9643
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9649
9644
|
thinkingFormat: "deepseek";
|
|
9650
9645
|
};
|
|
@@ -9672,6 +9667,9 @@ export declare const MODELS: {
|
|
|
9672
9667
|
api: "openai-completions";
|
|
9673
9668
|
provider: string;
|
|
9674
9669
|
baseUrl: string;
|
|
9670
|
+
compat: {
|
|
9671
|
+
maxTokensField: "max_tokens";
|
|
9672
|
+
};
|
|
9675
9673
|
reasoning: true;
|
|
9676
9674
|
input: "text"[];
|
|
9677
9675
|
cost: {
|
|
@@ -9689,6 +9687,9 @@ export declare const MODELS: {
|
|
|
9689
9687
|
api: "openai-completions";
|
|
9690
9688
|
provider: string;
|
|
9691
9689
|
baseUrl: string;
|
|
9690
|
+
compat: {
|
|
9691
|
+
maxTokensField: "max_tokens";
|
|
9692
|
+
};
|
|
9692
9693
|
reasoning: true;
|
|
9693
9694
|
input: "text"[];
|
|
9694
9695
|
cost: {
|
|
@@ -9706,6 +9707,9 @@ export declare const MODELS: {
|
|
|
9706
9707
|
api: "openai-completions";
|
|
9707
9708
|
provider: string;
|
|
9708
9709
|
baseUrl: string;
|
|
9710
|
+
compat: {
|
|
9711
|
+
maxTokensField: "max_tokens";
|
|
9712
|
+
};
|
|
9709
9713
|
reasoning: true;
|
|
9710
9714
|
input: ("image" | "text")[];
|
|
9711
9715
|
cost: {
|
|
@@ -9726,6 +9730,7 @@ export declare const MODELS: {
|
|
|
9726
9730
|
compat: {
|
|
9727
9731
|
thinkingFormat: "deepseek";
|
|
9728
9732
|
supportsReasoningEffort: false;
|
|
9733
|
+
maxTokensField: "max_tokens";
|
|
9729
9734
|
};
|
|
9730
9735
|
reasoning: true;
|
|
9731
9736
|
thinkingLevelMap: {
|
|
@@ -9749,6 +9754,9 @@ export declare const MODELS: {
|
|
|
9749
9754
|
api: "openai-completions";
|
|
9750
9755
|
provider: string;
|
|
9751
9756
|
baseUrl: string;
|
|
9757
|
+
compat: {
|
|
9758
|
+
maxTokensField: "max_tokens";
|
|
9759
|
+
};
|
|
9752
9760
|
reasoning: true;
|
|
9753
9761
|
input: ("image" | "text")[];
|
|
9754
9762
|
cost: {
|
|
@@ -9766,6 +9774,9 @@ export declare const MODELS: {
|
|
|
9766
9774
|
api: "openai-completions";
|
|
9767
9775
|
provider: string;
|
|
9768
9776
|
baseUrl: string;
|
|
9777
|
+
compat: {
|
|
9778
|
+
maxTokensField: "max_tokens";
|
|
9779
|
+
};
|
|
9769
9780
|
reasoning: true;
|
|
9770
9781
|
input: "text"[];
|
|
9771
9782
|
cost: {
|
|
@@ -9800,6 +9811,9 @@ export declare const MODELS: {
|
|
|
9800
9811
|
api: "openai-completions";
|
|
9801
9812
|
provider: string;
|
|
9802
9813
|
baseUrl: string;
|
|
9814
|
+
compat: {
|
|
9815
|
+
maxTokensField: "max_tokens";
|
|
9816
|
+
};
|
|
9803
9817
|
reasoning: true;
|
|
9804
9818
|
input: "text"[];
|
|
9805
9819
|
cost: {
|
|
@@ -9836,6 +9850,7 @@ export declare const MODELS: {
|
|
|
9836
9850
|
baseUrl: string;
|
|
9837
9851
|
compat: {
|
|
9838
9852
|
thinkingFormat: "qwen";
|
|
9853
|
+
maxTokensField: "max_tokens";
|
|
9839
9854
|
};
|
|
9840
9855
|
reasoning: true;
|
|
9841
9856
|
input: ("image" | "text")[];
|
|
@@ -10020,6 +10035,23 @@ export declare const MODELS: {
|
|
|
10020
10035
|
contextWindow: number;
|
|
10021
10036
|
maxTokens: number;
|
|
10022
10037
|
};
|
|
10038
|
+
readonly "anthropic/claude-fable-5": {
|
|
10039
|
+
id: string;
|
|
10040
|
+
name: string;
|
|
10041
|
+
api: "openai-completions";
|
|
10042
|
+
provider: string;
|
|
10043
|
+
baseUrl: string;
|
|
10044
|
+
reasoning: true;
|
|
10045
|
+
input: ("image" | "text")[];
|
|
10046
|
+
cost: {
|
|
10047
|
+
input: number;
|
|
10048
|
+
output: number;
|
|
10049
|
+
cacheRead: number;
|
|
10050
|
+
cacheWrite: number;
|
|
10051
|
+
};
|
|
10052
|
+
contextWindow: number;
|
|
10053
|
+
maxTokens: number;
|
|
10054
|
+
};
|
|
10023
10055
|
readonly "anthropic/claude-haiku-4.5": {
|
|
10024
10056
|
id: string;
|
|
10025
10057
|
name: string;
|
|
@@ -10327,23 +10359,6 @@ export declare const MODELS: {
|
|
|
10327
10359
|
contextWindow: number;
|
|
10328
10360
|
maxTokens: number;
|
|
10329
10361
|
};
|
|
10330
|
-
readonly "baidu/ernie-4.5-vl-28b-a3b": {
|
|
10331
|
-
id: string;
|
|
10332
|
-
name: string;
|
|
10333
|
-
api: "openai-completions";
|
|
10334
|
-
provider: string;
|
|
10335
|
-
baseUrl: string;
|
|
10336
|
-
reasoning: true;
|
|
10337
|
-
input: ("image" | "text")[];
|
|
10338
|
-
cost: {
|
|
10339
|
-
input: number;
|
|
10340
|
-
output: number;
|
|
10341
|
-
cacheRead: number;
|
|
10342
|
-
cacheWrite: number;
|
|
10343
|
-
};
|
|
10344
|
-
contextWindow: number;
|
|
10345
|
-
maxTokens: number;
|
|
10346
|
-
};
|
|
10347
10362
|
readonly "bytedance-seed/seed-1.6": {
|
|
10348
10363
|
id: string;
|
|
10349
10364
|
name: string;
|
|
@@ -11667,14 +11682,14 @@ export declare const MODELS: {
|
|
|
11667
11682
|
contextWindow: number;
|
|
11668
11683
|
maxTokens: number;
|
|
11669
11684
|
};
|
|
11670
|
-
readonly "nex-agi/
|
|
11685
|
+
readonly "nex-agi/nex-n2-pro:free": {
|
|
11671
11686
|
id: string;
|
|
11672
11687
|
name: string;
|
|
11673
11688
|
api: "openai-completions";
|
|
11674
11689
|
provider: string;
|
|
11675
11690
|
baseUrl: string;
|
|
11676
|
-
reasoning:
|
|
11677
|
-
input: "text"[];
|
|
11691
|
+
reasoning: true;
|
|
11692
|
+
input: ("image" | "text")[];
|
|
11678
11693
|
cost: {
|
|
11679
11694
|
input: number;
|
|
11680
11695
|
output: number;
|
|
@@ -11939,23 +11954,6 @@ export declare const MODELS: {
|
|
|
11939
11954
|
contextWindow: number;
|
|
11940
11955
|
maxTokens: number;
|
|
11941
11956
|
};
|
|
11942
|
-
readonly "openai/gpt-4-1106-preview": {
|
|
11943
|
-
id: string;
|
|
11944
|
-
name: string;
|
|
11945
|
-
api: "openai-completions";
|
|
11946
|
-
provider: string;
|
|
11947
|
-
baseUrl: string;
|
|
11948
|
-
reasoning: false;
|
|
11949
|
-
input: "text"[];
|
|
11950
|
-
cost: {
|
|
11951
|
-
input: number;
|
|
11952
|
-
output: number;
|
|
11953
|
-
cacheRead: number;
|
|
11954
|
-
cacheWrite: number;
|
|
11955
|
-
};
|
|
11956
|
-
contextWindow: number;
|
|
11957
|
-
maxTokens: number;
|
|
11958
|
-
};
|
|
11959
11957
|
readonly "openai/gpt-4-turbo": {
|
|
11960
11958
|
id: string;
|
|
11961
11959
|
name: string;
|
|
@@ -13984,23 +13982,6 @@ export declare const MODELS: {
|
|
|
13984
13982
|
contextWindow: number;
|
|
13985
13983
|
maxTokens: number;
|
|
13986
13984
|
};
|
|
13987
|
-
readonly "z-ai/glm-4-32b": {
|
|
13988
|
-
id: string;
|
|
13989
|
-
name: string;
|
|
13990
|
-
api: "openai-completions";
|
|
13991
|
-
provider: string;
|
|
13992
|
-
baseUrl: string;
|
|
13993
|
-
reasoning: false;
|
|
13994
|
-
input: "text"[];
|
|
13995
|
-
cost: {
|
|
13996
|
-
input: number;
|
|
13997
|
-
output: number;
|
|
13998
|
-
cacheRead: number;
|
|
13999
|
-
cacheWrite: number;
|
|
14000
|
-
};
|
|
14001
|
-
contextWindow: number;
|
|
14002
|
-
maxTokens: number;
|
|
14003
|
-
};
|
|
14004
13985
|
readonly "z-ai/glm-4.5": {
|
|
14005
13986
|
id: string;
|
|
14006
13987
|
name: string;
|
|
@@ -14035,23 +14016,6 @@ export declare const MODELS: {
|
|
|
14035
14016
|
contextWindow: number;
|
|
14036
14017
|
maxTokens: number;
|
|
14037
14018
|
};
|
|
14038
|
-
readonly "z-ai/glm-4.5-air:free": {
|
|
14039
|
-
id: string;
|
|
14040
|
-
name: string;
|
|
14041
|
-
api: "openai-completions";
|
|
14042
|
-
provider: string;
|
|
14043
|
-
baseUrl: string;
|
|
14044
|
-
reasoning: true;
|
|
14045
|
-
input: "text"[];
|
|
14046
|
-
cost: {
|
|
14047
|
-
input: number;
|
|
14048
|
-
output: number;
|
|
14049
|
-
cacheRead: number;
|
|
14050
|
-
cacheWrite: number;
|
|
14051
|
-
};
|
|
14052
|
-
contextWindow: number;
|
|
14053
|
-
maxTokens: number;
|
|
14054
|
-
};
|
|
14055
14019
|
readonly "z-ai/glm-4.5v": {
|
|
14056
14020
|
id: string;
|
|
14057
14021
|
name: string;
|
|
@@ -14188,7 +14152,7 @@ export declare const MODELS: {
|
|
|
14188
14152
|
contextWindow: number;
|
|
14189
14153
|
maxTokens: number;
|
|
14190
14154
|
};
|
|
14191
|
-
readonly "
|
|
14155
|
+
readonly "~anthropic/claude-fable-latest": {
|
|
14192
14156
|
id: string;
|
|
14193
14157
|
name: string;
|
|
14194
14158
|
api: "openai-completions";
|
|
@@ -14356,10 +14320,10 @@ export declare const MODELS: {
|
|
|
14356
14320
|
maxTokensField: "max_tokens";
|
|
14357
14321
|
supportsStrictMode: false;
|
|
14358
14322
|
supportsLongCacheRetention: false;
|
|
14323
|
+
thinkingFormat: "together";
|
|
14359
14324
|
};
|
|
14360
14325
|
reasoning: true;
|
|
14361
14326
|
thinkingLevelMap: {
|
|
14362
|
-
off: null;
|
|
14363
14327
|
minimal: null;
|
|
14364
14328
|
low: null;
|
|
14365
14329
|
medium: null;
|
|
@@ -15325,6 +15289,30 @@ export declare const MODELS: {
|
|
|
15325
15289
|
contextWindow: number;
|
|
15326
15290
|
maxTokens: number;
|
|
15327
15291
|
};
|
|
15292
|
+
readonly "anthropic/claude-fable-5": {
|
|
15293
|
+
id: string;
|
|
15294
|
+
name: string;
|
|
15295
|
+
api: "anthropic-messages";
|
|
15296
|
+
provider: string;
|
|
15297
|
+
baseUrl: string;
|
|
15298
|
+
compat: {
|
|
15299
|
+
forceAdaptiveThinking: true;
|
|
15300
|
+
};
|
|
15301
|
+
reasoning: true;
|
|
15302
|
+
thinkingLevelMap: {
|
|
15303
|
+
off: null;
|
|
15304
|
+
xhigh: string;
|
|
15305
|
+
};
|
|
15306
|
+
input: ("image" | "text")[];
|
|
15307
|
+
cost: {
|
|
15308
|
+
input: number;
|
|
15309
|
+
output: number;
|
|
15310
|
+
cacheRead: number;
|
|
15311
|
+
cacheWrite: number;
|
|
15312
|
+
};
|
|
15313
|
+
contextWindow: number;
|
|
15314
|
+
maxTokens: number;
|
|
15315
|
+
};
|
|
15328
15316
|
readonly "anthropic/claude-haiku-4.5": {
|
|
15329
15317
|
id: string;
|
|
15330
15318
|
name: string;
|
|
@@ -15722,40 +15710,6 @@ export declare const MODELS: {
|
|
|
15722
15710
|
contextWindow: number;
|
|
15723
15711
|
maxTokens: number;
|
|
15724
15712
|
};
|
|
15725
|
-
readonly "google/gemini-2.0-flash": {
|
|
15726
|
-
id: string;
|
|
15727
|
-
name: string;
|
|
15728
|
-
api: "anthropic-messages";
|
|
15729
|
-
provider: string;
|
|
15730
|
-
baseUrl: string;
|
|
15731
|
-
reasoning: false;
|
|
15732
|
-
input: ("image" | "text")[];
|
|
15733
|
-
cost: {
|
|
15734
|
-
input: number;
|
|
15735
|
-
output: number;
|
|
15736
|
-
cacheRead: number;
|
|
15737
|
-
cacheWrite: number;
|
|
15738
|
-
};
|
|
15739
|
-
contextWindow: number;
|
|
15740
|
-
maxTokens: number;
|
|
15741
|
-
};
|
|
15742
|
-
readonly "google/gemini-2.0-flash-lite": {
|
|
15743
|
-
id: string;
|
|
15744
|
-
name: string;
|
|
15745
|
-
api: "anthropic-messages";
|
|
15746
|
-
provider: string;
|
|
15747
|
-
baseUrl: string;
|
|
15748
|
-
reasoning: false;
|
|
15749
|
-
input: ("image" | "text")[];
|
|
15750
|
-
cost: {
|
|
15751
|
-
input: number;
|
|
15752
|
-
output: number;
|
|
15753
|
-
cacheRead: number;
|
|
15754
|
-
cacheWrite: number;
|
|
15755
|
-
};
|
|
15756
|
-
contextWindow: number;
|
|
15757
|
-
maxTokens: number;
|
|
15758
|
-
};
|
|
15759
15713
|
readonly "google/gemini-2.5-flash": {
|
|
15760
15714
|
id: string;
|
|
15761
15715
|
name: string;
|
|
@@ -18085,6 +18039,28 @@ export declare const MODELS: {
|
|
|
18085
18039
|
contextWindow: number;
|
|
18086
18040
|
maxTokens: number;
|
|
18087
18041
|
};
|
|
18042
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18043
|
+
id: string;
|
|
18044
|
+
name: string;
|
|
18045
|
+
api: "openai-completions";
|
|
18046
|
+
provider: string;
|
|
18047
|
+
baseUrl: string;
|
|
18048
|
+
compat: {
|
|
18049
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18050
|
+
thinkingFormat: "deepseek";
|
|
18051
|
+
supportsDisabledThinking: false;
|
|
18052
|
+
};
|
|
18053
|
+
reasoning: true;
|
|
18054
|
+
input: "text"[];
|
|
18055
|
+
cost: {
|
|
18056
|
+
input: number;
|
|
18057
|
+
output: number;
|
|
18058
|
+
cacheRead: number;
|
|
18059
|
+
cacheWrite: number;
|
|
18060
|
+
};
|
|
18061
|
+
contextWindow: number;
|
|
18062
|
+
maxTokens: number;
|
|
18063
|
+
};
|
|
18088
18064
|
};
|
|
18089
18065
|
readonly "xiaomi-token-plan-ams": {
|
|
18090
18066
|
readonly "mimo-v2-omni": {
|
|
@@ -18175,6 +18151,28 @@ export declare const MODELS: {
|
|
|
18175
18151
|
contextWindow: number;
|
|
18176
18152
|
maxTokens: number;
|
|
18177
18153
|
};
|
|
18154
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18155
|
+
id: string;
|
|
18156
|
+
name: string;
|
|
18157
|
+
api: "openai-completions";
|
|
18158
|
+
provider: string;
|
|
18159
|
+
baseUrl: string;
|
|
18160
|
+
compat: {
|
|
18161
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18162
|
+
thinkingFormat: "deepseek";
|
|
18163
|
+
supportsDisabledThinking: false;
|
|
18164
|
+
};
|
|
18165
|
+
reasoning: true;
|
|
18166
|
+
input: "text"[];
|
|
18167
|
+
cost: {
|
|
18168
|
+
input: number;
|
|
18169
|
+
output: number;
|
|
18170
|
+
cacheRead: number;
|
|
18171
|
+
cacheWrite: number;
|
|
18172
|
+
};
|
|
18173
|
+
contextWindow: number;
|
|
18174
|
+
maxTokens: number;
|
|
18175
|
+
};
|
|
18178
18176
|
};
|
|
18179
18177
|
readonly "xiaomi-token-plan-cn": {
|
|
18180
18178
|
readonly "mimo-v2-omni": {
|
|
@@ -18265,6 +18263,28 @@ export declare const MODELS: {
|
|
|
18265
18263
|
contextWindow: number;
|
|
18266
18264
|
maxTokens: number;
|
|
18267
18265
|
};
|
|
18266
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18267
|
+
id: string;
|
|
18268
|
+
name: string;
|
|
18269
|
+
api: "openai-completions";
|
|
18270
|
+
provider: string;
|
|
18271
|
+
baseUrl: string;
|
|
18272
|
+
compat: {
|
|
18273
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18274
|
+
thinkingFormat: "deepseek";
|
|
18275
|
+
supportsDisabledThinking: false;
|
|
18276
|
+
};
|
|
18277
|
+
reasoning: true;
|
|
18278
|
+
input: "text"[];
|
|
18279
|
+
cost: {
|
|
18280
|
+
input: number;
|
|
18281
|
+
output: number;
|
|
18282
|
+
cacheRead: number;
|
|
18283
|
+
cacheWrite: number;
|
|
18284
|
+
};
|
|
18285
|
+
contextWindow: number;
|
|
18286
|
+
maxTokens: number;
|
|
18287
|
+
};
|
|
18268
18288
|
};
|
|
18269
18289
|
readonly "xiaomi-token-plan-sgp": {
|
|
18270
18290
|
readonly "mimo-v2-omni": {
|
|
@@ -18355,6 +18375,28 @@ export declare const MODELS: {
|
|
|
18355
18375
|
contextWindow: number;
|
|
18356
18376
|
maxTokens: number;
|
|
18357
18377
|
};
|
|
18378
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18379
|
+
id: string;
|
|
18380
|
+
name: string;
|
|
18381
|
+
api: "openai-completions";
|
|
18382
|
+
provider: string;
|
|
18383
|
+
baseUrl: string;
|
|
18384
|
+
compat: {
|
|
18385
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18386
|
+
thinkingFormat: "deepseek";
|
|
18387
|
+
supportsDisabledThinking: false;
|
|
18388
|
+
};
|
|
18389
|
+
reasoning: true;
|
|
18390
|
+
input: "text"[];
|
|
18391
|
+
cost: {
|
|
18392
|
+
input: number;
|
|
18393
|
+
output: number;
|
|
18394
|
+
cacheRead: number;
|
|
18395
|
+
cacheWrite: number;
|
|
18396
|
+
};
|
|
18397
|
+
contextWindow: number;
|
|
18398
|
+
maxTokens: number;
|
|
18399
|
+
};
|
|
18358
18400
|
};
|
|
18359
18401
|
readonly zai: {
|
|
18360
18402
|
readonly "glm-4.5-air": {
|