@code-yeongyu/senpi 2026.6.4 → 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 +69 -1
- package/README.md +116 -99
- package/dist/bun/cli.d.ts.map +1 -1
- package/dist/bun/cli.js.map +1 -1
- package/dist/bun/register-bedrock.d.ts.map +1 -1
- package/dist/bun/restore-sandbox-env.d.ts.map +1 -1
- package/dist/bun/restore-sandbox-env.js.map +1 -1
- package/dist/cli/args.d.ts +1 -0
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +13 -4
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/config-selector.d.ts.map +1 -1
- package/dist/cli/config-selector.js.map +1 -1
- package/dist/cli/file-processor.d.ts.map +1 -1
- package/dist/cli/file-processor.js.map +1 -1
- package/dist/cli/initial-message.d.ts +1 -1
- package/dist/cli/initial-message.d.ts.map +1 -1
- package/dist/cli/initial-message.js.map +1 -1
- package/dist/cli/list-models.d.ts.map +1 -1
- package/dist/cli/list-models.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/session-picker.d.ts.map +1 -1
- package/dist/cli/session-picker.js.map +1 -1
- 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-main.d.ts.map +1 -1
- package/dist/cli-main.js.map +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +10 -1
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.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 -9
- 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 +33 -0
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +57 -79
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/auth-guidance.d.ts.map +1 -1
- package/dist/core/auth-guidance.js.map +1 -1
- package/dist/core/auth-storage.d.ts +4 -0
- package/dist/core/auth-storage.d.ts.map +1 -1
- package/dist/core/auth-storage.js +4 -8
- package/dist/core/auth-storage.js.map +1 -1
- package/dist/core/bash-executor.d.ts.map +1 -1
- package/dist/core/bash-executor.js.map +1 -1
- package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
- package/dist/core/compaction/branch-summarization.js.map +1 -1
- package/dist/core/compaction/compaction.d.ts.map +1 -1
- package/dist/core/compaction/compaction.js.map +1 -1
- package/dist/core/compaction/index.d.ts.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/defaults.d.ts.map +1 -1
- package/dist/core/diagnostics.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/build.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/build.js.map +1 -1
- package/dist/core/dynamic-prompt/exploration.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/exploration.js.map +1 -1
- package/dist/core/dynamic-prompt/identity.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/identity.js.map +1 -1
- package/dist/core/dynamic-prompt/index.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/intent-gate.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/intent-gate.js.map +1 -1
- package/dist/core/dynamic-prompt/parallel-tools.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/parallel-tools.js.map +1 -1
- package/dist/core/dynamic-prompt/policies.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/policies.js.map +1 -1
- package/dist/core/dynamic-prompt/style.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/style.js.map +1 -1
- package/dist/core/dynamic-prompt/tool-categorization.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/tool-categorization.js.map +1 -1
- package/dist/core/dynamic-prompt/tool-section.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/tool-section.js.map +1 -1
- package/dist/core/dynamic-prompt/types.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/verification.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/verification.js.map +1 -1
- package/dist/core/event-bus.d.ts.map +1 -1
- package/dist/core/event-bus.js.map +1 -1
- package/dist/core/exec.d.ts.map +1 -1
- package/dist/core/exec.js.map +1 -1
- package/dist/core/export-html/ansi-to-html.d.ts.map +1 -1
- package/dist/core/export-html/ansi-to-html.js.map +1 -1
- package/dist/core/export-html/index.d.ts.map +1 -1
- package/dist/core/export-html/index.js.map +1 -1
- package/dist/core/export-html/tool-renderer.d.ts.map +1 -1
- package/dist/core/export-html/tool-renderer.js.map +1 -1
- package/dist/core/extensions/builtin/anthropic-bash/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/anthropic-bash/index.js.map +1 -1
- package/dist/core/extensions/builtin/anthropic-web-search/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/anthropic-web-search/index.js.map +1 -1
- package/dist/core/extensions/builtin/bash-timeout/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/bash-timeout/index.js.map +1 -1
- package/dist/core/extensions/builtin/bash-timeout/timeout.d.ts.map +1 -1
- package/dist/core/extensions/builtin/bash-timeout/timeout.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/checkpoint-state.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/checkpoint-state.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/circuit-breaker.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/circuit-breaker.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/context-reduction.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/context-reduction.js +1 -1
- package/dist/core/extensions/builtin/compaction/context-reduction.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/openai-remote.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/per-turn-cap.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/per-turn-cap.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/prompts.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/prompts.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/repair-tool-pairs.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/repair-tool-pairs.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/restoration-tracker.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/restoration-tracker.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/compaction/state.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/state.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/todo-bridge.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/todo-bridge.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/tool-truncation.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/tool-truncation.js.map +1 -1
- package/dist/core/extensions/builtin/diff.d.ts.map +1 -1
- package/dist/core/extensions/builtin/diff.js.map +1 -1
- package/dist/core/extensions/builtin/files.d.ts.map +1 -1
- package/dist/core/extensions/builtin/files.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/apply.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/apply.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/constants.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/constants.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/errors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/errors.js +0 -2
- package/dist/core/extensions/builtin/gpt-apply-patch/errors.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/gpt-apply-patch/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/params.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/params.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/parser.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/parser.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/patch-diff.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/patch-diff.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/patch-replace.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/patch-replace.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/preview-format.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/preview-format.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/preview.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/preview.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/seek-sequence.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/seek-sequence.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-parser.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-parser.js +7 -5
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-parser.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-render.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-render.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/text.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/text.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/tool.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/tool.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/workspace.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/workspace.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/filter.d.ts.map +1 -1
- package/dist/core/extensions/builtin/history-search/filter.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/history-search/index.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/indexer.d.ts.map +1 -1
- package/dist/core/extensions/builtin/history-search/indexer.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/overlay.d.ts.map +1 -1
- package/dist/core/extensions/builtin/history-search/overlay.js +3 -6
- package/dist/core/extensions/builtin/history-search/overlay.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/kimi-web-search/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/kimi-web-search/index.js.map +1 -1
- package/dist/core/extensions/builtin/openai-web-search/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/openai-web-search/index.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/arity.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/arity.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/permission-system/config.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/config.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/evaluate.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/evaluate.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/events.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/events.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/external-dir.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/external-dir.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/index.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/non-interactive.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/non-interactive.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/parsers.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/parsers.js +3 -1
- package/dist/core/extensions/builtin/permission-system/parsers.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/prompt.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/prompt.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/service.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/service.js +2 -5
- package/dist/core/extensions/builtin/permission-system/service.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/settings.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/settings.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/storage.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/storage.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/types.js +3 -5
- package/dist/core/extensions/builtin/permission-system/types.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/wildcard.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/wildcard.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-5.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-5.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-6.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-6.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-7.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-7.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/file-operations.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/file-operations.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.2.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.2.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.3-codex.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.3-codex.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.4.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.4.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.5.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.5.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/index.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/kimi-k2-6.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/kimi-k2-6.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.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-url-widget.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-url-widget.js.map +1 -1
- package/dist/core/extensions/builtin/redraws.d.ts.map +1 -1
- package/dist/core/extensions/builtin/redraws.js.map +1 -1
- package/dist/core/extensions/builtin/service-tier.d.ts.map +1 -1
- package/dist/core/extensions/builtin/service-tier.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/index.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/loader.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/loader.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/overlay-format.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/overlay-format.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/overlay.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/overlay.js +13 -18
- package/dist/core/extensions/builtin/session-observer/overlay.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/scanner.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/scanner.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/text.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/text.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript-entries.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript-entries.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript-format.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript-format.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/types.d.ts.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/builtin/todotools/state.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/state.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/tools/todoread.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/tools/todoread.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/tools/todowrite.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/tools/todowrite.js.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/index.js.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-anthropic-payload.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-anthropic-payload.js.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-chat-completions-payload.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-chat-completions-payload.js.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-responses-payload.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-responses-payload.js.map +1 -1
- package/dist/core/extensions/builtin/tps.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tps.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 +69 -43
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/types.d.ts +22 -2
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/extensions/wrapper.d.ts.map +1 -1
- package/dist/core/extensions/wrapper.js.map +1 -1
- package/dist/core/footer-data-provider.d.ts.map +1 -1
- package/dist/core/footer-data-provider.js +17 -18
- package/dist/core/footer-data-provider.js.map +1 -1
- package/dist/core/http-dispatcher.d.ts.map +1 -1
- package/dist/core/http-dispatcher.js.map +1 -1
- package/dist/core/keybindings.d.ts +1 -1
- package/dist/core/keybindings.d.ts.map +1 -1
- package/dist/core/keybindings.js +0 -1
- package/dist/core/keybindings.js.map +1 -1
- package/dist/core/messages.d.ts.map +1 -1
- package/dist/core/messages.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 +31 -16
- 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.map +1 -1
- package/dist/core/output-guard.d.ts.map +1 -1
- package/dist/core/output-guard.js.map +1 -1
- package/dist/core/package-manager.d.ts +1 -0
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/package-manager.js +25 -13
- package/dist/core/package-manager.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/provider-attribution.d.ts.map +1 -1
- package/dist/core/provider-attribution.js.map +1 -1
- package/dist/core/provider-display-names.d.ts.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 -2
- package/dist/core/resource-loader.d.ts.map +1 -1
- package/dist/core/resource-loader.js +117 -74
- package/dist/core/resource-loader.js.map +1 -1
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/session-cwd.d.ts.map +1 -1
- package/dist/core/session-cwd.js +0 -1
- package/dist/core/session-cwd.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 +41 -28
- 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/session-work-barrier.d.ts.map +1 -1
- package/dist/core/session-work-barrier.js +5 -3
- package/dist/core/session-work-barrier.js.map +1 -1
- package/dist/core/settings-manager.d.ts +14 -2
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +86 -46
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/skills.d.ts.map +1 -1
- package/dist/core/skills.js.map +1 -1
- package/dist/core/slash-commands.d.ts.map +1 -1
- package/dist/core/slash-commands.js +1 -0
- package/dist/core/slash-commands.js.map +1 -1
- package/dist/core/source-info.d.ts.map +1 -1
- package/dist/core/source-info.js.map +1 -1
- package/dist/core/system-prompt.d.ts.map +1 -1
- package/dist/core/system-prompt.js.map +1 -1
- package/dist/core/telemetry.d.ts.map +1 -1
- package/dist/core/telemetry.js.map +1 -1
- package/dist/core/thinking-levels.d.ts.map +1 -1
- package/dist/core/thinking-levels.js.map +1 -1
- package/dist/core/timings.d.ts.map +1 -1
- package/dist/core/timings.js.map +1 -1
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +9 -6
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/diff-render.d.ts.map +1 -1
- package/dist/core/tools/diff-render.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/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/core/tools/file-mutation-queue.d.ts.map +1 -1
- package/dist/core/tools/file-mutation-queue.js.map +1 -1
- package/dist/core/tools/find.d.ts.map +1 -1
- package/dist/core/tools/find.js +1 -1
- package/dist/core/tools/find.js.map +1 -1
- package/dist/core/tools/grep.d.ts.map +1 -1
- package/dist/core/tools/grep.js +1 -1
- package/dist/core/tools/grep.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/tools/ls.d.ts.map +1 -1
- package/dist/core/tools/ls.js +1 -1
- package/dist/core/tools/ls.js.map +1 -1
- package/dist/core/tools/output-accumulator.d.ts.map +1 -1
- package/dist/core/tools/output-accumulator.js +12 -18
- package/dist/core/tools/output-accumulator.js.map +1 -1
- package/dist/core/tools/path-utils.d.ts.map +1 -1
- package/dist/core/tools/path-utils.js.map +1 -1
- package/dist/core/tools/read.d.ts.map +1 -1
- package/dist/core/tools/read.js +1 -1
- package/dist/core/tools/read.js.map +1 -1
- package/dist/core/tools/render-utils.d.ts.map +1 -1
- package/dist/core/tools/render-utils.js.map +1 -1
- package/dist/core/tools/tool-definition-wrapper.d.ts.map +1 -1
- package/dist/core/tools/tool-definition-wrapper.js.map +1 -1
- package/dist/core/tools/truncate.d.ts.map +1 -1
- package/dist/core/tools/truncate.js.map +1 -1
- package/dist/core/tools/write.d.ts.map +1 -1
- package/dist/core/tools/write.js +1 -2
- package/dist/core/tools/write.js.map +1 -1
- package/dist/core/trust-manager.d.ts +31 -0
- package/dist/core/trust-manager.d.ts.map +1 -0
- package/dist/core/trust-manager.js +186 -0
- package/dist/core/trust-manager.js.map +1 -0
- package/dist/index.d.ts +5 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +101 -86
- 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/armin.d.ts.map +1 -1
- package/dist/modes/interactive/components/armin.js +6 -10
- package/dist/modes/interactive/components/armin.js.map +1 -1
- package/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/assistant-message.js +2 -11
- package/dist/modes/interactive/components/assistant-message.js.map +1 -1
- package/dist/modes/interactive/components/bash-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/bash-execution.js +6 -11
- package/dist/modes/interactive/components/bash-execution.js.map +1 -1
- package/dist/modes/interactive/components/bordered-loader.d.ts.map +1 -1
- package/dist/modes/interactive/components/bordered-loader.js +0 -3
- package/dist/modes/interactive/components/bordered-loader.js.map +1 -1
- package/dist/modes/interactive/components/branch-summary-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/branch-summary-message.js +1 -3
- package/dist/modes/interactive/components/branch-summary-message.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 +1 -3
- package/dist/modes/interactive/components/compaction-summary-message.js.map +1 -1
- package/dist/modes/interactive/components/config-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/config-selector.js +5 -15
- package/dist/modes/interactive/components/config-selector.js.map +1 -1
- package/dist/modes/interactive/components/countdown-timer.d.ts.map +1 -1
- package/dist/modes/interactive/components/countdown-timer.js +0 -5
- package/dist/modes/interactive/components/countdown-timer.js.map +1 -1
- package/dist/modes/interactive/components/custom-editor.d.ts.map +1 -1
- package/dist/modes/interactive/components/custom-editor.js +1 -8
- package/dist/modes/interactive/components/custom-editor.js.map +1 -1
- package/dist/modes/interactive/components/custom-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/custom-message.js +1 -6
- package/dist/modes/interactive/components/custom-message.js.map +1 -1
- package/dist/modes/interactive/components/daxnuts.d.ts.map +1 -1
- package/dist/modes/interactive/components/daxnuts.js +6 -8
- package/dist/modes/interactive/components/daxnuts.js.map +1 -1
- package/dist/modes/interactive/components/diff.d.ts.map +1 -1
- package/dist/modes/interactive/components/diff.js +2 -2
- package/dist/modes/interactive/components/diff.js.map +1 -1
- package/dist/modes/interactive/components/dynamic-border.d.ts.map +1 -1
- package/dist/modes/interactive/components/dynamic-border.js +0 -1
- package/dist/modes/interactive/components/dynamic-border.js.map +1 -1
- package/dist/modes/interactive/components/earendil-announcement.d.ts.map +1 -1
- package/dist/modes/interactive/components/earendil-announcement.js.map +1 -1
- package/dist/modes/interactive/components/extension-editor.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-editor.js +1 -6
- package/dist/modes/interactive/components/extension-editor.js.map +1 -1
- package/dist/modes/interactive/components/extension-input.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-input.js +2 -8
- package/dist/modes/interactive/components/extension-input.js.map +1 -1
- package/dist/modes/interactive/components/extension-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-selector.js +1 -9
- package/dist/modes/interactive/components/extension-selector.js.map +1 -1
- package/dist/modes/interactive/components/favorite-models-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/favorite-models-selector.js +9 -15
- package/dist/modes/interactive/components/favorite-models-selector.js.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.js +10 -3
- package/dist/modes/interactive/components/footer.js.map +1 -1
- package/dist/modes/interactive/components/index.d.ts +1 -0
- package/dist/modes/interactive/components/index.d.ts.map +1 -1
- package/dist/modes/interactive/components/index.js +1 -0
- package/dist/modes/interactive/components/index.js.map +1 -1
- package/dist/modes/interactive/components/keybinding-hints.d.ts.map +1 -1
- package/dist/modes/interactive/components/keybinding-hints.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 +10 -10
- package/dist/modes/interactive/components/login-dialog.js.map +1 -1
- package/dist/modes/interactive/components/model-favorites.d.ts.map +1 -1
- package/dist/modes/interactive/components/model-favorites.js.map +1 -1
- package/dist/modes/interactive/components/model-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/model-selector.js +9 -22
- package/dist/modes/interactive/components/model-selector.js.map +1 -1
- package/dist/modes/interactive/components/oauth-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/oauth-selector.js +3 -12
- package/dist/modes/interactive/components/oauth-selector.js.map +1 -1
- package/dist/modes/interactive/components/session-selector-search.d.ts.map +1 -1
- package/dist/modes/interactive/components/session-selector-search.js.map +1 -1
- package/dist/modes/interactive/components/session-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/session-selector.js +33 -58
- package/dist/modes/interactive/components/session-selector.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 -4
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/show-images-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/show-images-selector.js +0 -1
- package/dist/modes/interactive/components/show-images-selector.js.map +1 -1
- package/dist/modes/interactive/components/skill-invocation-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/skill-invocation-message.js +1 -3
- package/dist/modes/interactive/components/skill-invocation-message.js.map +1 -1
- package/dist/modes/interactive/components/theme-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/theme-selector.js +0 -2
- package/dist/modes/interactive/components/theme-selector.js.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.js +0 -1
- package/dist/modes/interactive/components/thinking-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 +35 -32
- package/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/dist/modes/interactive/components/tree-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/tree-selector.js +18 -32
- package/dist/modes/interactive/components/tree-selector.js.map +1 -1
- package/dist/modes/interactive/components/trust-selector.d.ts +23 -0
- package/dist/modes/interactive/components/trust-selector.d.ts.map +1 -0
- package/dist/modes/interactive/components/trust-selector.js +85 -0
- package/dist/modes/interactive/components/trust-selector.js.map +1 -0
- package/dist/modes/interactive/components/user-message-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/user-message-selector.js +3 -6
- package/dist/modes/interactive/components/user-message-selector.js.map +1 -1
- package/dist/modes/interactive/components/user-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/user-message.js +0 -1
- package/dist/modes/interactive/components/user-message.js.map +1 -1
- package/dist/modes/interactive/components/visual-truncate.d.ts.map +1 -1
- package/dist/modes/interactive/components/visual-truncate.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +39 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +264 -114
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/session-info-format.d.ts.map +1 -1
- package/dist/modes/interactive/session-info-format.js.map +1 -1
- package/dist/modes/interactive/startup-tools.d.ts.map +1 -1
- package/dist/modes/interactive/startup-tools.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 -13
- 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/print-mode.d.ts.map +1 -1
- package/dist/modes/print-mode.js.map +1 -1
- package/dist/modes/provider-native-rendering.d.ts.map +1 -1
- package/dist/modes/provider-native-rendering.js.map +1 -1
- package/dist/modes/rpc/jsonl.d.ts.map +1 -1
- package/dist/modes/rpc/jsonl.js.map +1 -1
- package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client.js +7 -8
- package/dist/modes/rpc/rpc-client.js.map +1 -1
- package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-mode.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 +105 -11
- package/dist/package-manager-cli.js.map +1 -1
- package/dist/self-update-bootstrap.d.ts.map +1 -1
- package/dist/self-update-bootstrap.js.map +1 -1
- package/dist/senpi +10 -1
- package/dist/utils/ansi.d.ts.map +1 -1
- package/dist/utils/ansi.js.map +1 -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/dist/utils/child-process.d.ts.map +1 -1
- package/dist/utils/child-process.js.map +1 -1
- package/dist/utils/clipboard-image.d.ts.map +1 -1
- package/dist/utils/clipboard-image.js.map +1 -1
- package/dist/utils/clipboard-native.d.ts.map +1 -1
- package/dist/utils/clipboard-native.js.map +1 -1
- package/dist/utils/clipboard.d.ts.map +1 -1
- package/dist/utils/clipboard.js.map +1 -1
- package/dist/utils/deprecation.d.ts.map +1 -1
- package/dist/utils/deprecation.js.map +1 -1
- package/dist/utils/exif-orientation.d.ts.map +1 -1
- package/dist/utils/exif-orientation.js.map +1 -1
- package/dist/utils/frontmatter.d.ts.map +1 -1
- package/dist/utils/frontmatter.js.map +1 -1
- package/dist/utils/fs-watch.d.ts.map +1 -1
- package/dist/utils/fs-watch.js.map +1 -1
- package/dist/utils/git.d.ts.map +1 -1
- package/dist/utils/git.js.map +1 -1
- package/dist/utils/html.d.ts.map +1 -1
- package/dist/utils/html.js.map +1 -1
- package/dist/utils/image-convert.d.ts.map +1 -1
- package/dist/utils/image-convert.js.map +1 -1
- package/dist/utils/image-resize-core.d.ts.map +1 -1
- package/dist/utils/image-resize-core.js.map +1 -1
- package/dist/utils/image-resize-worker.d.ts.map +1 -1
- package/dist/utils/image-resize-worker.js.map +1 -1
- package/dist/utils/image-resize.d.ts.map +1 -1
- package/dist/utils/image-resize.js.map +1 -1
- package/dist/utils/json.d.ts.map +1 -1
- package/dist/utils/json.js.map +1 -1
- package/dist/utils/mime.d.ts.map +1 -1
- package/dist/utils/mime.js.map +1 -1
- package/dist/utils/open-browser.d.ts.map +1 -1
- package/dist/utils/open-browser.js.map +1 -1
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js.map +1 -1
- package/dist/utils/photon.d.ts.map +1 -1
- package/dist/utils/photon.js.map +1 -1
- package/dist/utils/pi-user-agent.d.ts.map +1 -1
- package/dist/utils/pi-user-agent.js.map +1 -1
- package/dist/utils/shell.d.ts.map +1 -1
- package/dist/utils/shell.js.map +1 -1
- package/dist/utils/sleep.d.ts.map +1 -1
- package/dist/utils/sleep.js.map +1 -1
- package/dist/utils/syntax-highlight.d.ts.map +1 -1
- package/dist/utils/syntax-highlight.js.map +1 -1
- package/dist/utils/tools-manager.d.ts.map +1 -1
- package/dist/utils/tools-manager.js.map +1 -1
- package/dist/utils/version-check.d.ts.map +1 -1
- package/dist/utils/version-check.js.map +1 -1
- package/dist/utils/windows-self-update.d.ts.map +1 -1
- package/dist/utils/windows-self-update.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 +12 -12
- package/docs/prompt-templates.md +11 -4
- 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 +20 -7
- package/docs/skills.md +11 -11
- package/docs/terminal-setup.md +38 -4
- package/docs/termux.md +3 -3
- package/docs/themes.md +1 -1
- package/docs/tmux.md +4 -2
- package/docs/tui.md +4 -4
- package/docs/usage.md +60 -50
- 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/minimal-mode.ts +6 -6
- 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.d.ts.map +1 -1
- 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/agent.d.ts +7 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +2 -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.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +7 -20
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js.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/compaction/utils.d.ts.map +1 -1
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +0 -3
- 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/messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js +0 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js +0 -7
- 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-repo.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.js +3 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.js.map +1 -1
- 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 +0 -5
- 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.map +1 -1
- 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 +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.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 -20
- 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.map +1 -1
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/node.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/proxy.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/proxy.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 +6 -6
- 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/bedrock-provider.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cli.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cli.js.map +1 -1
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +30 -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 +30 -0
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.js.map +1 -1
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/images.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/images.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +584 -397
- 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 +578 -509
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/oauth.d.ts.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.d.ts.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/cloudflare.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/faux.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/faux.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot-headers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot-headers.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/google-vertex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.d.ts.map +1 -1
- 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/mistral.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +0 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +5 -4
- 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-prompt-cache.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-prompt-cache.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/register-builtins.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/register-builtins.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/providers/transform-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/session-resources.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/session-resources.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/context-transformer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/context-transformer.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/gemma4.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/gemma4.js +10 -8
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/gemma4.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/hermes.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/hermes.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/json-mix.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/json-mix.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/morph-xml.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/morph-xml.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/xml-tool-tag-scanner.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/xml-tool-tag-scanner.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/yaml-xml.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/yaml-xml.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/stream-wrapper.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/stream-wrapper.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +6 -2
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/diagnostics.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/diagnostics.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +3 -7
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/hash.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/hash.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/headers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/headers.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/json-parse.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/json-parse.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/anthropic.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/anthropic.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/oauth-page.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/oauth-page.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/pkce.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/pkce.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/types.d.ts.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/dist/utils/sanitize-unicode.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/sanitize-unicode.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/tool-pair-repair.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/tool-pair-repair.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/typebox-helpers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/typebox-helpers.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/validation.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/validation.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +5 -5
- package/node_modules/@earendil-works/pi-tui/README.md +1 -2
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts +3 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js +0 -3
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/box.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/box.js +1 -6
- package/node_modules/@earendil-works/pi-tui/dist/components/box.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.js +4 -3
- package/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.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 +132 -93
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/image.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/image.js +0 -8
- package/node_modules/@earendil-works/pi-tui/dist/components/image.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.js +14 -14
- package/node_modules/@earendil-works/pi-tui/dist/components/input.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 +29 -17
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +0 -11
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/select-list.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/select-list.js +4 -9
- package/node_modules/@earendil-works/pi-tui/dist/components/select-list.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js +4 -12
- package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/spacer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/spacer.js +0 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/spacer.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/text.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/text.js +0 -8
- package/node_modules/@earendil-works/pi-tui/dist/components/text.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.js +0 -3
- package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/editor-component.d.ts.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/keybindings.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keybindings.js +2 -4
- package/node_modules/@earendil-works/pi-tui/dist/keybindings.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keys.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keys.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/kill-ring.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/kill-ring.js +3 -1
- package/node_modules/@earendil-works/pi-tui/dist/kill-ring.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/slash-command-autocomplete.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/slash-command-autocomplete.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js +4 -6
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.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 +60 -103
- 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 +39 -31
- package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/undo-stack.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/undo-stack.js +3 -1
- package/node_modules/@earendil-works/pi-tui/dist/undo-stack.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 +57 -33
- package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/word-navigation.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/word-navigation.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/node/assert/strict.d.ts +3 -55
- package/node_modules/@types/node/assert.d.ts +49 -177
- package/node_modules/@types/node/async_hooks.d.ts +151 -43
- package/node_modules/@types/node/buffer.buffer.d.ts +2 -8
- package/node_modules/@types/node/buffer.d.ts +43 -212
- package/node_modules/@types/node/child_process.d.ts +23 -133
- package/node_modules/@types/node/cluster.d.ts +238 -384
- package/node_modules/@types/node/compatibility/iterators.d.ts +1 -0
- package/node_modules/@types/node/console.d.ts +45 -404
- package/node_modules/@types/node/constants.d.ts +3 -10
- package/node_modules/@types/node/crypto.d.ts +640 -1127
- package/node_modules/@types/node/dgram.d.ts +14 -77
- package/node_modules/@types/node/diagnostics_channel.d.ts +3 -29
- package/node_modules/@types/node/dns/promises.d.ts +4 -10
- package/node_modules/@types/node/dns.d.ts +130 -177
- package/node_modules/@types/node/domain.d.ts +12 -32
- package/node_modules/@types/node/events.d.ts +872 -840
- package/node_modules/@types/node/fs/promises.d.ts +193 -20
- package/node_modules/@types/node/fs.d.ts +754 -435
- package/node_modules/@types/node/globals.d.ts +8 -30
- package/node_modules/@types/node/globals.typedarray.d.ts +63 -0
- package/node_modules/@types/node/http.d.ts +363 -305
- package/node_modules/@types/node/http2.d.ts +545 -781
- package/node_modules/@types/node/https.d.ts +64 -243
- package/node_modules/@types/node/index.d.ts +26 -6
- package/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@types/node/inspector.d.ts +68 -57
- package/node_modules/@types/node/inspector.generated.d.ts +764 -410
- package/node_modules/@types/node/module.d.ts +53 -189
- package/node_modules/@types/node/net.d.ts +101 -207
- package/node_modules/@types/node/os.d.ts +11 -19
- package/node_modules/@types/node/package.json +13 -3
- package/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@types/node/path.d.ts +119 -141
- package/node_modules/@types/node/perf_hooks.d.ts +317 -673
- package/node_modules/@types/node/process.d.ts +277 -157
- package/node_modules/@types/node/punycode.d.ts +3 -31
- package/node_modules/@types/node/querystring.d.ts +3 -16
- package/node_modules/@types/node/quic.d.ts +897 -0
- package/node_modules/@types/node/readline/promises.d.ts +3 -6
- package/node_modules/@types/node/readline.d.ts +65 -152
- package/node_modules/@types/node/repl.d.ts +101 -109
- package/node_modules/@types/node/sea.d.ts +9 -115
- package/node_modules/@types/node/sqlite.d.ts +415 -68
- package/node_modules/@types/node/stream/consumers.d.ts +91 -15
- package/node_modules/@types/node/stream/iter.d.ts +301 -0
- package/node_modules/@types/node/stream/promises.d.ts +136 -15
- package/node_modules/@types/node/stream/web.d.ts +179 -501
- package/node_modules/@types/node/stream.d.ts +577 -490
- package/node_modules/@types/node/string_decoder.d.ts +3 -43
- package/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@types/node/test.d.ts +402 -286
- package/node_modules/@types/node/timers/promises.d.ts +3 -18
- package/node_modules/@types/node/timers.d.ts +3 -141
- package/node_modules/@types/node/tls.d.ts +115 -241
- package/node_modules/@types/node/trace_events.d.ts +3 -97
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +2 -8
- package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +2 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +28 -6
- package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +119 -0
- package/node_modules/@types/node/tty.d.ts +57 -40
- package/node_modules/@types/node/url.d.ts +156 -584
- package/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@types/node/util.d.ts +167 -1096
- package/node_modules/@types/node/v8.d.ts +75 -15
- package/node_modules/@types/node/vm.d.ts +334 -198
- package/node_modules/@types/node/wasi.d.ts +24 -74
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
- package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@types/node/web-globals/events.d.ts +9 -0
- package/node_modules/@types/node/web-globals/fetch.d.ts +14 -0
- package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
- package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@types/node/worker_threads.d.ts +280 -393
- package/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@types/node/zlib.d.ts +7 -165
- package/node_modules/undici-types/agent.d.ts +13 -12
- package/node_modules/undici-types/api.d.ts +26 -26
- package/node_modules/undici-types/balanced-pool.d.ts +13 -12
- package/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/node_modules/undici-types/client-stats.d.ts +15 -0
- package/node_modules/undici-types/client.d.ts +34 -19
- package/node_modules/undici-types/connector.d.ts +4 -2
- package/node_modules/undici-types/cookies.d.ts +2 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +18 -10
- package/node_modules/undici-types/dispatcher.d.ts +127 -104
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +4 -3
- package/node_modules/undici-types/errors.d.ts +82 -54
- package/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/undici-types/fetch.d.ts +22 -20
- package/node_modules/undici-types/formdata.d.ts +7 -7
- package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
- package/node_modules/undici-types/global-origin.d.ts +5 -5
- package/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/node_modules/undici-types/handlers.d.ts +8 -8
- package/node_modules/undici-types/header.d.ts +157 -1
- package/node_modules/undici-types/index.d.ts +67 -47
- package/node_modules/undici-types/interceptors.d.ts +71 -8
- package/node_modules/undici-types/mock-agent.d.ts +36 -18
- package/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/undici-types/mock-client.d.ts +6 -4
- package/node_modules/undici-types/mock-errors.d.ts +3 -3
- package/node_modules/undici-types/mock-interceptor.d.ts +21 -20
- package/node_modules/undici-types/mock-pool.d.ts +6 -4
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/patch.d.ts +0 -4
- package/node_modules/undici-types/pool-stats.d.ts +8 -8
- package/node_modules/undici-types/pool.d.ts +15 -13
- package/node_modules/undici-types/proxy-agent.d.ts +5 -4
- package/node_modules/undici-types/readable.d.ts +19 -16
- package/node_modules/undici-types/retry-agent.d.ts +1 -1
- package/node_modules/undici-types/retry-handler.d.ts +19 -10
- package/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/undici-types/util.d.ts +3 -3
- package/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/undici-types/webidl.d.ts +148 -29
- package/node_modules/undici-types/websocket.d.ts +48 -10
- package/npm-shrinkwrap.json +21 -21
- package/package.json +13 -12
- 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
- package/node_modules/@types/node/compatibility/disposable.d.ts +0 -14
- package/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
- package/node_modules/undici-types/file.d.ts +0 -39
- package/node_modules/undici-types/filereader.d.ts +0 -54
|
@@ -8,7 +8,7 @@ export const MODELS = {
|
|
|
8
8
|
api: "bedrock-converse-stream",
|
|
9
9
|
provider: "amazon-bedrock",
|
|
10
10
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
11
|
-
reasoning:
|
|
11
|
+
reasoning: true,
|
|
12
12
|
input: ["text", "image"],
|
|
13
13
|
cost: {
|
|
14
14
|
input: 0.33,
|
|
@@ -365,6 +365,24 @@ export const MODELS = {
|
|
|
365
365
|
contextWindow: 163840,
|
|
366
366
|
maxTokens: 81920,
|
|
367
367
|
},
|
|
368
|
+
"eu.anthropic.claude-fable-5": {
|
|
369
|
+
id: "eu.anthropic.claude-fable-5",
|
|
370
|
+
name: "Claude Fable 5 (EU)",
|
|
371
|
+
api: "bedrock-converse-stream",
|
|
372
|
+
provider: "amazon-bedrock",
|
|
373
|
+
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
374
|
+
reasoning: true,
|
|
375
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
376
|
+
input: ["text", "image"],
|
|
377
|
+
cost: {
|
|
378
|
+
input: 11,
|
|
379
|
+
output: 55,
|
|
380
|
+
cacheRead: 1.1,
|
|
381
|
+
cacheWrite: 13.75,
|
|
382
|
+
},
|
|
383
|
+
contextWindow: 1000000,
|
|
384
|
+
maxTokens: 128000,
|
|
385
|
+
},
|
|
368
386
|
"eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
369
387
|
id: "eu.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
370
388
|
name: "Claude Haiku 4.5 (EU)",
|
|
@@ -505,6 +523,24 @@ export const MODELS = {
|
|
|
505
523
|
contextWindow: 1000000,
|
|
506
524
|
maxTokens: 64000,
|
|
507
525
|
},
|
|
526
|
+
"global.anthropic.claude-fable-5": {
|
|
527
|
+
id: "global.anthropic.claude-fable-5",
|
|
528
|
+
name: "Claude Fable 5 (Global)",
|
|
529
|
+
api: "bedrock-converse-stream",
|
|
530
|
+
provider: "amazon-bedrock",
|
|
531
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
532
|
+
reasoning: true,
|
|
533
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
534
|
+
input: ["text", "image"],
|
|
535
|
+
cost: {
|
|
536
|
+
input: 10,
|
|
537
|
+
output: 50,
|
|
538
|
+
cacheRead: 1,
|
|
539
|
+
cacheWrite: 12.5,
|
|
540
|
+
},
|
|
541
|
+
contextWindow: 1000000,
|
|
542
|
+
maxTokens: 128000,
|
|
543
|
+
},
|
|
508
544
|
"global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
509
545
|
id: "global.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
510
546
|
name: "Claude Haiku 4.5 (Global)",
|
|
@@ -1140,13 +1176,66 @@ export const MODELS = {
|
|
|
1140
1176
|
contextWindow: 262144,
|
|
1141
1177
|
maxTokens: 131072,
|
|
1142
1178
|
},
|
|
1179
|
+
"openai.gpt-5.4": {
|
|
1180
|
+
id: "openai.gpt-5.4",
|
|
1181
|
+
name: "GPT-5.4",
|
|
1182
|
+
api: "bedrock-converse-stream",
|
|
1183
|
+
provider: "amazon-bedrock",
|
|
1184
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1185
|
+
reasoning: true,
|
|
1186
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
1187
|
+
input: ["text", "image"],
|
|
1188
|
+
cost: {
|
|
1189
|
+
input: 2.75,
|
|
1190
|
+
output: 16.5,
|
|
1191
|
+
cacheRead: 0.275,
|
|
1192
|
+
cacheWrite: 0,
|
|
1193
|
+
},
|
|
1194
|
+
contextWindow: 272000,
|
|
1195
|
+
maxTokens: 128000,
|
|
1196
|
+
},
|
|
1197
|
+
"openai.gpt-5.5": {
|
|
1198
|
+
id: "openai.gpt-5.5",
|
|
1199
|
+
name: "GPT-5.5",
|
|
1200
|
+
api: "bedrock-converse-stream",
|
|
1201
|
+
provider: "amazon-bedrock",
|
|
1202
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1203
|
+
reasoning: true,
|
|
1204
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
1205
|
+
input: ["text", "image"],
|
|
1206
|
+
cost: {
|
|
1207
|
+
input: 5.5,
|
|
1208
|
+
output: 33,
|
|
1209
|
+
cacheRead: 0.55,
|
|
1210
|
+
cacheWrite: 0,
|
|
1211
|
+
},
|
|
1212
|
+
contextWindow: 272000,
|
|
1213
|
+
maxTokens: 128000,
|
|
1214
|
+
},
|
|
1215
|
+
"openai.gpt-oss-120b": {
|
|
1216
|
+
id: "openai.gpt-oss-120b",
|
|
1217
|
+
name: "gpt-oss-120b",
|
|
1218
|
+
api: "bedrock-converse-stream",
|
|
1219
|
+
provider: "amazon-bedrock",
|
|
1220
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1221
|
+
reasoning: true,
|
|
1222
|
+
input: ["text"],
|
|
1223
|
+
cost: {
|
|
1224
|
+
input: 0.15,
|
|
1225
|
+
output: 0.6,
|
|
1226
|
+
cacheRead: 0,
|
|
1227
|
+
cacheWrite: 0,
|
|
1228
|
+
},
|
|
1229
|
+
contextWindow: 128000,
|
|
1230
|
+
maxTokens: 16384,
|
|
1231
|
+
},
|
|
1143
1232
|
"openai.gpt-oss-120b-1:0": {
|
|
1144
1233
|
id: "openai.gpt-oss-120b-1:0",
|
|
1145
1234
|
name: "gpt-oss-120b",
|
|
1146
1235
|
api: "bedrock-converse-stream",
|
|
1147
1236
|
provider: "amazon-bedrock",
|
|
1148
1237
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1149
|
-
reasoning:
|
|
1238
|
+
reasoning: true,
|
|
1150
1239
|
input: ["text"],
|
|
1151
1240
|
cost: {
|
|
1152
1241
|
input: 0.15,
|
|
@@ -1157,13 +1246,30 @@ export const MODELS = {
|
|
|
1157
1246
|
contextWindow: 128000,
|
|
1158
1247
|
maxTokens: 16384,
|
|
1159
1248
|
},
|
|
1249
|
+
"openai.gpt-oss-20b": {
|
|
1250
|
+
id: "openai.gpt-oss-20b",
|
|
1251
|
+
name: "gpt-oss-20b",
|
|
1252
|
+
api: "bedrock-converse-stream",
|
|
1253
|
+
provider: "amazon-bedrock",
|
|
1254
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1255
|
+
reasoning: true,
|
|
1256
|
+
input: ["text"],
|
|
1257
|
+
cost: {
|
|
1258
|
+
input: 0.07,
|
|
1259
|
+
output: 0.3,
|
|
1260
|
+
cacheRead: 0,
|
|
1261
|
+
cacheWrite: 0,
|
|
1262
|
+
},
|
|
1263
|
+
contextWindow: 128000,
|
|
1264
|
+
maxTokens: 16384,
|
|
1265
|
+
},
|
|
1160
1266
|
"openai.gpt-oss-20b-1:0": {
|
|
1161
1267
|
id: "openai.gpt-oss-20b-1:0",
|
|
1162
1268
|
name: "gpt-oss-20b",
|
|
1163
1269
|
api: "bedrock-converse-stream",
|
|
1164
1270
|
provider: "amazon-bedrock",
|
|
1165
1271
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1166
|
-
reasoning:
|
|
1272
|
+
reasoning: true,
|
|
1167
1273
|
input: ["text"],
|
|
1168
1274
|
cost: {
|
|
1169
1275
|
input: 0.07,
|
|
@@ -1327,6 +1433,24 @@ export const MODELS = {
|
|
|
1327
1433
|
contextWindow: 262000,
|
|
1328
1434
|
maxTokens: 262000,
|
|
1329
1435
|
},
|
|
1436
|
+
"us.anthropic.claude-fable-5": {
|
|
1437
|
+
id: "us.anthropic.claude-fable-5",
|
|
1438
|
+
name: "Claude Fable 5 (US)",
|
|
1439
|
+
api: "bedrock-converse-stream",
|
|
1440
|
+
provider: "amazon-bedrock",
|
|
1441
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1442
|
+
reasoning: true,
|
|
1443
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
1444
|
+
input: ["text", "image"],
|
|
1445
|
+
cost: {
|
|
1446
|
+
input: 10,
|
|
1447
|
+
output: 50,
|
|
1448
|
+
cacheRead: 1,
|
|
1449
|
+
cacheWrite: 12.5,
|
|
1450
|
+
},
|
|
1451
|
+
contextWindow: 1000000,
|
|
1452
|
+
maxTokens: 128000,
|
|
1453
|
+
},
|
|
1330
1454
|
"us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1331
1455
|
id: "us.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
1332
1456
|
name: "Claude Haiku 4.5 (US)",
|
|
@@ -1815,6 +1939,25 @@ export const MODELS = {
|
|
|
1815
1939
|
contextWindow: 200000,
|
|
1816
1940
|
maxTokens: 4096,
|
|
1817
1941
|
},
|
|
1942
|
+
"claude-fable-5": {
|
|
1943
|
+
id: "claude-fable-5",
|
|
1944
|
+
name: "Claude Fable 5",
|
|
1945
|
+
api: "anthropic-messages",
|
|
1946
|
+
provider: "anthropic",
|
|
1947
|
+
baseUrl: "https://api.anthropic.com",
|
|
1948
|
+
compat: { "forceAdaptiveThinking": true },
|
|
1949
|
+
reasoning: true,
|
|
1950
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
1951
|
+
input: ["text", "image"],
|
|
1952
|
+
cost: {
|
|
1953
|
+
input: 10,
|
|
1954
|
+
output: 50,
|
|
1955
|
+
cacheRead: 1,
|
|
1956
|
+
cacheWrite: 12.5,
|
|
1957
|
+
},
|
|
1958
|
+
contextWindow: 1000000,
|
|
1959
|
+
maxTokens: 128000,
|
|
1960
|
+
},
|
|
1818
1961
|
"claude-haiku-4-5": {
|
|
1819
1962
|
id: "claude-haiku-4-5",
|
|
1820
1963
|
name: "Claude Haiku 4.5 (latest)",
|
|
@@ -2372,7 +2515,7 @@ export const MODELS = {
|
|
|
2372
2515
|
cacheWrite: 0,
|
|
2373
2516
|
},
|
|
2374
2517
|
contextWindow: 400000,
|
|
2375
|
-
maxTokens:
|
|
2518
|
+
maxTokens: 128000,
|
|
2376
2519
|
},
|
|
2377
2520
|
"gpt-5.1": {
|
|
2378
2521
|
id: "gpt-5.1",
|
|
@@ -2605,7 +2748,7 @@ export const MODELS = {
|
|
|
2605
2748
|
cacheRead: 0.25,
|
|
2606
2749
|
cacheWrite: 0,
|
|
2607
2750
|
},
|
|
2608
|
-
contextWindow:
|
|
2751
|
+
contextWindow: 1050000,
|
|
2609
2752
|
maxTokens: 128000,
|
|
2610
2753
|
},
|
|
2611
2754
|
"gpt-5.4-mini": {
|
|
@@ -2677,7 +2820,7 @@ export const MODELS = {
|
|
|
2677
2820
|
cacheRead: 0.5,
|
|
2678
2821
|
cacheWrite: 0,
|
|
2679
2822
|
},
|
|
2680
|
-
contextWindow:
|
|
2823
|
+
contextWindow: 1050000,
|
|
2681
2824
|
maxTokens: 128000,
|
|
2682
2825
|
},
|
|
2683
2826
|
"gpt-5.5-pro": {
|
|
@@ -2991,6 +3134,25 @@ export const MODELS = {
|
|
|
2991
3134
|
contextWindow: 200000,
|
|
2992
3135
|
maxTokens: 8192,
|
|
2993
3136
|
},
|
|
3137
|
+
"claude-fable-5": {
|
|
3138
|
+
id: "claude-fable-5",
|
|
3139
|
+
name: "Claude Fable 5",
|
|
3140
|
+
api: "anthropic-messages",
|
|
3141
|
+
provider: "cloudflare-ai-gateway",
|
|
3142
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3143
|
+
compat: { "forceAdaptiveThinking": true },
|
|
3144
|
+
reasoning: true,
|
|
3145
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
3146
|
+
input: ["text", "image"],
|
|
3147
|
+
cost: {
|
|
3148
|
+
input: 10,
|
|
3149
|
+
output: 50,
|
|
3150
|
+
cacheRead: 1,
|
|
3151
|
+
cacheWrite: 12.5,
|
|
3152
|
+
},
|
|
3153
|
+
contextWindow: 1000000,
|
|
3154
|
+
maxTokens: 128000,
|
|
3155
|
+
},
|
|
2994
3156
|
"claude-haiku-4-5": {
|
|
2995
3157
|
id: "claude-haiku-4-5",
|
|
2996
3158
|
name: "Claude Haiku 4.5 (latest)",
|
|
@@ -3938,8 +4100,8 @@ export const MODELS = {
|
|
|
3938
4100
|
cacheRead: 0.1,
|
|
3939
4101
|
cacheWrite: 0,
|
|
3940
4102
|
},
|
|
3941
|
-
contextWindow:
|
|
3942
|
-
maxTokens:
|
|
4103
|
+
contextWindow: 262144,
|
|
4104
|
+
maxTokens: 65536,
|
|
3943
4105
|
},
|
|
3944
4106
|
"accounts/fireworks/routers/glm-5p1-fast": {
|
|
3945
4107
|
id: "accounts/fireworks/routers/glm-5p1-fast",
|
|
@@ -3959,6 +4121,24 @@ export const MODELS = {
|
|
|
3959
4121
|
contextWindow: 202800,
|
|
3960
4122
|
maxTokens: 131072,
|
|
3961
4123
|
},
|
|
4124
|
+
"accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
4125
|
+
id: "accounts/fireworks/routers/kimi-k2p6-fast",
|
|
4126
|
+
name: "Kimi K2.6 Fast",
|
|
4127
|
+
api: "anthropic-messages",
|
|
4128
|
+
provider: "fireworks",
|
|
4129
|
+
baseUrl: "https://api.fireworks.ai/inference",
|
|
4130
|
+
compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
|
|
4131
|
+
reasoning: true,
|
|
4132
|
+
input: ["text", "image"],
|
|
4133
|
+
cost: {
|
|
4134
|
+
input: 2,
|
|
4135
|
+
output: 8,
|
|
4136
|
+
cacheRead: 0.3,
|
|
4137
|
+
cacheWrite: 0,
|
|
4138
|
+
},
|
|
4139
|
+
contextWindow: 262000,
|
|
4140
|
+
maxTokens: 262000,
|
|
4141
|
+
},
|
|
3962
4142
|
"accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
3963
4143
|
id: "accounts/fireworks/routers/kimi-k2p6-turbo",
|
|
3964
4144
|
name: "Kimi K2.6 Turbo",
|
|
@@ -4911,226 +5091,56 @@ export const MODELS = {
|
|
|
4911
5091
|
},
|
|
4912
5092
|
},
|
|
4913
5093
|
"groq": {
|
|
4914
|
-
"deepseek-r1-distill-llama-70b": {
|
|
4915
|
-
id: "deepseek-r1-distill-llama-70b",
|
|
4916
|
-
name: "DeepSeek R1 Distill Llama 70B",
|
|
4917
|
-
api: "openai-completions",
|
|
4918
|
-
provider: "groq",
|
|
4919
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
4920
|
-
reasoning: true,
|
|
4921
|
-
input: ["text"],
|
|
4922
|
-
cost: {
|
|
4923
|
-
input: 0.75,
|
|
4924
|
-
output: 0.99,
|
|
4925
|
-
cacheRead: 0,
|
|
4926
|
-
cacheWrite: 0,
|
|
4927
|
-
},
|
|
4928
|
-
contextWindow: 131072,
|
|
4929
|
-
maxTokens: 8192,
|
|
4930
|
-
},
|
|
4931
|
-
"gemma2-9b-it": {
|
|
4932
|
-
id: "gemma2-9b-it",
|
|
4933
|
-
name: "Gemma 2 9B",
|
|
4934
|
-
api: "openai-completions",
|
|
4935
|
-
provider: "groq",
|
|
4936
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
4937
|
-
reasoning: false,
|
|
4938
|
-
input: ["text"],
|
|
4939
|
-
cost: {
|
|
4940
|
-
input: 0.2,
|
|
4941
|
-
output: 0.2,
|
|
4942
|
-
cacheRead: 0,
|
|
4943
|
-
cacheWrite: 0,
|
|
4944
|
-
},
|
|
4945
|
-
contextWindow: 8192,
|
|
4946
|
-
maxTokens: 8192,
|
|
4947
|
-
},
|
|
4948
|
-
"groq/compound": {
|
|
4949
|
-
id: "groq/compound",
|
|
4950
|
-
name: "Compound",
|
|
4951
|
-
api: "openai-completions",
|
|
4952
|
-
provider: "groq",
|
|
4953
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
4954
|
-
reasoning: true,
|
|
4955
|
-
input: ["text"],
|
|
4956
|
-
cost: {
|
|
4957
|
-
input: 0,
|
|
4958
|
-
output: 0,
|
|
4959
|
-
cacheRead: 0,
|
|
4960
|
-
cacheWrite: 0,
|
|
4961
|
-
},
|
|
4962
|
-
contextWindow: 131072,
|
|
4963
|
-
maxTokens: 8192,
|
|
4964
|
-
},
|
|
4965
|
-
"groq/compound-mini": {
|
|
4966
|
-
id: "groq/compound-mini",
|
|
4967
|
-
name: "Compound Mini",
|
|
4968
|
-
api: "openai-completions",
|
|
4969
|
-
provider: "groq",
|
|
4970
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
4971
|
-
reasoning: true,
|
|
4972
|
-
input: ["text"],
|
|
4973
|
-
cost: {
|
|
4974
|
-
input: 0,
|
|
4975
|
-
output: 0,
|
|
4976
|
-
cacheRead: 0,
|
|
4977
|
-
cacheWrite: 0,
|
|
4978
|
-
},
|
|
4979
|
-
contextWindow: 131072,
|
|
4980
|
-
maxTokens: 8192,
|
|
4981
|
-
},
|
|
4982
5094
|
"llama-3.1-8b-instant": {
|
|
4983
|
-
id: "llama-3.1-8b-instant",
|
|
4984
|
-
name: "Llama 3.1 8B
|
|
4985
|
-
api: "openai-completions",
|
|
4986
|
-
provider: "groq",
|
|
4987
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
4988
|
-
reasoning: false,
|
|
4989
|
-
input: ["text"],
|
|
4990
|
-
cost: {
|
|
4991
|
-
input: 0.05,
|
|
4992
|
-
output: 0.08,
|
|
4993
|
-
cacheRead: 0,
|
|
4994
|
-
cacheWrite: 0,
|
|
4995
|
-
},
|
|
4996
|
-
contextWindow: 131072,
|
|
4997
|
-
maxTokens: 131072,
|
|
4998
|
-
},
|
|
4999
|
-
"llama-3.3-70b-versatile": {
|
|
5000
|
-
id: "llama-3.3-70b-versatile",
|
|
5001
|
-
name: "Llama 3.3 70B Versatile",
|
|
5002
|
-
api: "openai-completions",
|
|
5003
|
-
provider: "groq",
|
|
5004
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5005
|
-
reasoning: false,
|
|
5006
|
-
input: ["text"],
|
|
5007
|
-
cost: {
|
|
5008
|
-
input: 0.59,
|
|
5009
|
-
output: 0.79,
|
|
5010
|
-
cacheRead: 0,
|
|
5011
|
-
cacheWrite: 0,
|
|
5012
|
-
},
|
|
5013
|
-
contextWindow: 131072,
|
|
5014
|
-
maxTokens: 32768,
|
|
5015
|
-
},
|
|
5016
|
-
"llama3-70b-8192": {
|
|
5017
|
-
id: "llama3-70b-8192",
|
|
5018
|
-
name: "Llama 3 70B",
|
|
5019
|
-
api: "openai-completions",
|
|
5020
|
-
provider: "groq",
|
|
5021
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5022
|
-
reasoning: false,
|
|
5023
|
-
input: ["text"],
|
|
5024
|
-
cost: {
|
|
5025
|
-
input: 0.59,
|
|
5026
|
-
output: 0.79,
|
|
5027
|
-
cacheRead: 0,
|
|
5028
|
-
cacheWrite: 0,
|
|
5029
|
-
},
|
|
5030
|
-
contextWindow: 8192,
|
|
5031
|
-
maxTokens: 8192,
|
|
5032
|
-
},
|
|
5033
|
-
"llama3-8b-8192": {
|
|
5034
|
-
id: "llama3-8b-8192",
|
|
5035
|
-
name: "Llama 3 8B",
|
|
5036
|
-
api: "openai-completions",
|
|
5037
|
-
provider: "groq",
|
|
5038
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5039
|
-
reasoning: false,
|
|
5040
|
-
input: ["text"],
|
|
5041
|
-
cost: {
|
|
5042
|
-
input: 0.05,
|
|
5043
|
-
output: 0.08,
|
|
5044
|
-
cacheRead: 0,
|
|
5045
|
-
cacheWrite: 0,
|
|
5046
|
-
},
|
|
5047
|
-
contextWindow: 8192,
|
|
5048
|
-
maxTokens: 8192,
|
|
5049
|
-
},
|
|
5050
|
-
"meta-llama/llama-4-maverick-17b-128e-instruct": {
|
|
5051
|
-
id: "meta-llama/llama-4-maverick-17b-128e-instruct",
|
|
5052
|
-
name: "Llama 4 Maverick 17B",
|
|
5053
|
-
api: "openai-completions",
|
|
5054
|
-
provider: "groq",
|
|
5055
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5056
|
-
reasoning: false,
|
|
5057
|
-
input: ["text", "image"],
|
|
5058
|
-
cost: {
|
|
5059
|
-
input: 0.2,
|
|
5060
|
-
output: 0.6,
|
|
5061
|
-
cacheRead: 0,
|
|
5062
|
-
cacheWrite: 0,
|
|
5063
|
-
},
|
|
5064
|
-
contextWindow: 131072,
|
|
5065
|
-
maxTokens: 8192,
|
|
5066
|
-
},
|
|
5067
|
-
"meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5068
|
-
id: "meta-llama/llama-4-scout-17b-16e-instruct",
|
|
5069
|
-
name: "Llama 4 Scout 17B",
|
|
5070
|
-
api: "openai-completions",
|
|
5071
|
-
provider: "groq",
|
|
5072
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5073
|
-
reasoning: false,
|
|
5074
|
-
input: ["text", "image"],
|
|
5075
|
-
cost: {
|
|
5076
|
-
input: 0.11,
|
|
5077
|
-
output: 0.34,
|
|
5078
|
-
cacheRead: 0,
|
|
5079
|
-
cacheWrite: 0,
|
|
5080
|
-
},
|
|
5081
|
-
contextWindow: 131072,
|
|
5082
|
-
maxTokens: 8192,
|
|
5083
|
-
},
|
|
5084
|
-
"mistral-saba-24b": {
|
|
5085
|
-
id: "mistral-saba-24b",
|
|
5086
|
-
name: "Mistral Saba 24B",
|
|
5095
|
+
id: "llama-3.1-8b-instant",
|
|
5096
|
+
name: "Llama 3.1 8B",
|
|
5087
5097
|
api: "openai-completions",
|
|
5088
5098
|
provider: "groq",
|
|
5089
5099
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
5090
5100
|
reasoning: false,
|
|
5091
5101
|
input: ["text"],
|
|
5092
5102
|
cost: {
|
|
5093
|
-
input: 0.
|
|
5094
|
-
output: 0.
|
|
5103
|
+
input: 0.05,
|
|
5104
|
+
output: 0.08,
|
|
5095
5105
|
cacheRead: 0,
|
|
5096
5106
|
cacheWrite: 0,
|
|
5097
5107
|
},
|
|
5098
|
-
contextWindow:
|
|
5099
|
-
maxTokens:
|
|
5108
|
+
contextWindow: 131072,
|
|
5109
|
+
maxTokens: 131072,
|
|
5100
5110
|
},
|
|
5101
|
-
"
|
|
5102
|
-
id: "
|
|
5103
|
-
name: "
|
|
5111
|
+
"llama-3.3-70b-versatile": {
|
|
5112
|
+
id: "llama-3.3-70b-versatile",
|
|
5113
|
+
name: "Llama 3.3 70B",
|
|
5104
5114
|
api: "openai-completions",
|
|
5105
5115
|
provider: "groq",
|
|
5106
5116
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
5107
5117
|
reasoning: false,
|
|
5108
5118
|
input: ["text"],
|
|
5109
5119
|
cost: {
|
|
5110
|
-
input:
|
|
5111
|
-
output:
|
|
5120
|
+
input: 0.59,
|
|
5121
|
+
output: 0.79,
|
|
5112
5122
|
cacheRead: 0,
|
|
5113
5123
|
cacheWrite: 0,
|
|
5114
5124
|
},
|
|
5115
5125
|
contextWindow: 131072,
|
|
5116
|
-
maxTokens:
|
|
5126
|
+
maxTokens: 32768,
|
|
5117
5127
|
},
|
|
5118
|
-
"
|
|
5119
|
-
id: "
|
|
5120
|
-
name: "
|
|
5128
|
+
"meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5129
|
+
id: "meta-llama/llama-4-scout-17b-16e-instruct",
|
|
5130
|
+
name: "Llama 4 Scout 17B 16E",
|
|
5121
5131
|
api: "openai-completions",
|
|
5122
5132
|
provider: "groq",
|
|
5123
5133
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
5124
5134
|
reasoning: false,
|
|
5125
|
-
input: ["text"],
|
|
5135
|
+
input: ["text", "image"],
|
|
5126
5136
|
cost: {
|
|
5127
|
-
input:
|
|
5128
|
-
output:
|
|
5129
|
-
cacheRead: 0
|
|
5137
|
+
input: 0.11,
|
|
5138
|
+
output: 0.34,
|
|
5139
|
+
cacheRead: 0,
|
|
5130
5140
|
cacheWrite: 0,
|
|
5131
5141
|
},
|
|
5132
|
-
contextWindow:
|
|
5133
|
-
maxTokens:
|
|
5142
|
+
contextWindow: 131072,
|
|
5143
|
+
maxTokens: 8192,
|
|
5134
5144
|
},
|
|
5135
5145
|
"openai/gpt-oss-120b": {
|
|
5136
5146
|
id: "openai/gpt-oss-120b",
|
|
@@ -5183,26 +5193,9 @@ export const MODELS = {
|
|
|
5183
5193
|
contextWindow: 131072,
|
|
5184
5194
|
maxTokens: 65536,
|
|
5185
5195
|
},
|
|
5186
|
-
"qwen-qwq-32b": {
|
|
5187
|
-
id: "qwen-qwq-32b",
|
|
5188
|
-
name: "Qwen QwQ 32B",
|
|
5189
|
-
api: "openai-completions",
|
|
5190
|
-
provider: "groq",
|
|
5191
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5192
|
-
reasoning: true,
|
|
5193
|
-
input: ["text"],
|
|
5194
|
-
cost: {
|
|
5195
|
-
input: 0.29,
|
|
5196
|
-
output: 0.39,
|
|
5197
|
-
cacheRead: 0,
|
|
5198
|
-
cacheWrite: 0,
|
|
5199
|
-
},
|
|
5200
|
-
contextWindow: 131072,
|
|
5201
|
-
maxTokens: 16384,
|
|
5202
|
-
},
|
|
5203
5196
|
"qwen/qwen3-32b": {
|
|
5204
5197
|
id: "qwen/qwen3-32b",
|
|
5205
|
-
name: "Qwen3
|
|
5198
|
+
name: "Qwen3-32B",
|
|
5206
5199
|
api: "openai-completions",
|
|
5207
5200
|
provider: "groq",
|
|
5208
5201
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
@@ -6091,11 +6084,11 @@ export const MODELS = {
|
|
|
6091
6084
|
api: "mistral-conversations",
|
|
6092
6085
|
provider: "mistral",
|
|
6093
6086
|
baseUrl: "https://api.mistral.ai",
|
|
6094
|
-
reasoning:
|
|
6087
|
+
reasoning: false,
|
|
6095
6088
|
input: ["text", "image"],
|
|
6096
6089
|
cost: {
|
|
6097
|
-
input:
|
|
6098
|
-
output:
|
|
6090
|
+
input: 0.4,
|
|
6091
|
+
output: 2,
|
|
6099
6092
|
cacheRead: 0,
|
|
6100
6093
|
cacheWrite: 0,
|
|
6101
6094
|
},
|
|
@@ -6280,7 +6273,7 @@ export const MODELS = {
|
|
|
6280
6273
|
api: "openai-completions",
|
|
6281
6274
|
provider: "moonshotai",
|
|
6282
6275
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6283
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6276
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6284
6277
|
reasoning: false,
|
|
6285
6278
|
input: ["text"],
|
|
6286
6279
|
cost: {
|
|
@@ -6298,7 +6291,7 @@ export const MODELS = {
|
|
|
6298
6291
|
api: "openai-completions",
|
|
6299
6292
|
provider: "moonshotai",
|
|
6300
6293
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6301
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6294
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6302
6295
|
reasoning: false,
|
|
6303
6296
|
input: ["text"],
|
|
6304
6297
|
cost: {
|
|
@@ -6316,7 +6309,7 @@ export const MODELS = {
|
|
|
6316
6309
|
api: "openai-completions",
|
|
6317
6310
|
provider: "moonshotai",
|
|
6318
6311
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6319
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6312
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6320
6313
|
reasoning: true,
|
|
6321
6314
|
input: ["text"],
|
|
6322
6315
|
cost: {
|
|
@@ -6334,7 +6327,7 @@ export const MODELS = {
|
|
|
6334
6327
|
api: "openai-completions",
|
|
6335
6328
|
provider: "moonshotai",
|
|
6336
6329
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6337
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6330
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6338
6331
|
reasoning: true,
|
|
6339
6332
|
input: ["text"],
|
|
6340
6333
|
cost: {
|
|
@@ -6352,7 +6345,7 @@ export const MODELS = {
|
|
|
6352
6345
|
api: "openai-completions",
|
|
6353
6346
|
provider: "moonshotai",
|
|
6354
6347
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6355
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6348
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6356
6349
|
reasoning: false,
|
|
6357
6350
|
input: ["text"],
|
|
6358
6351
|
cost: {
|
|
@@ -6370,7 +6363,7 @@ export const MODELS = {
|
|
|
6370
6363
|
api: "openai-completions",
|
|
6371
6364
|
provider: "moonshotai",
|
|
6372
6365
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6373
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6366
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6374
6367
|
reasoning: true,
|
|
6375
6368
|
input: ["text", "image"],
|
|
6376
6369
|
cost: {
|
|
@@ -6388,7 +6381,7 @@ export const MODELS = {
|
|
|
6388
6381
|
api: "openai-completions",
|
|
6389
6382
|
provider: "moonshotai",
|
|
6390
6383
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6391
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6384
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6392
6385
|
reasoning: true,
|
|
6393
6386
|
input: ["text", "image"],
|
|
6394
6387
|
cost: {
|
|
@@ -6408,7 +6401,7 @@ export const MODELS = {
|
|
|
6408
6401
|
api: "openai-completions",
|
|
6409
6402
|
provider: "moonshotai-cn",
|
|
6410
6403
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6411
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6404
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6412
6405
|
reasoning: false,
|
|
6413
6406
|
input: ["text"],
|
|
6414
6407
|
cost: {
|
|
@@ -6426,7 +6419,7 @@ export const MODELS = {
|
|
|
6426
6419
|
api: "openai-completions",
|
|
6427
6420
|
provider: "moonshotai-cn",
|
|
6428
6421
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6429
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6422
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6430
6423
|
reasoning: false,
|
|
6431
6424
|
input: ["text"],
|
|
6432
6425
|
cost: {
|
|
@@ -6444,7 +6437,7 @@ export const MODELS = {
|
|
|
6444
6437
|
api: "openai-completions",
|
|
6445
6438
|
provider: "moonshotai-cn",
|
|
6446
6439
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6447
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6440
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6448
6441
|
reasoning: true,
|
|
6449
6442
|
input: ["text"],
|
|
6450
6443
|
cost: {
|
|
@@ -6462,7 +6455,7 @@ export const MODELS = {
|
|
|
6462
6455
|
api: "openai-completions",
|
|
6463
6456
|
provider: "moonshotai-cn",
|
|
6464
6457
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6465
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6458
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6466
6459
|
reasoning: true,
|
|
6467
6460
|
input: ["text"],
|
|
6468
6461
|
cost: {
|
|
@@ -6480,7 +6473,7 @@ export const MODELS = {
|
|
|
6480
6473
|
api: "openai-completions",
|
|
6481
6474
|
provider: "moonshotai-cn",
|
|
6482
6475
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6483
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6476
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6484
6477
|
reasoning: false,
|
|
6485
6478
|
input: ["text"],
|
|
6486
6479
|
cost: {
|
|
@@ -6498,7 +6491,7 @@ export const MODELS = {
|
|
|
6498
6491
|
api: "openai-completions",
|
|
6499
6492
|
provider: "moonshotai-cn",
|
|
6500
6493
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6501
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6494
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6502
6495
|
reasoning: true,
|
|
6503
6496
|
input: ["text", "image"],
|
|
6504
6497
|
cost: {
|
|
@@ -6516,7 +6509,7 @@ export const MODELS = {
|
|
|
6516
6509
|
api: "openai-completions",
|
|
6517
6510
|
provider: "moonshotai-cn",
|
|
6518
6511
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6519
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6512
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6520
6513
|
reasoning: true,
|
|
6521
6514
|
input: ["text", "image"],
|
|
6522
6515
|
cost: {
|
|
@@ -6652,8 +6645,8 @@ export const MODELS = {
|
|
|
6652
6645
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6653
6646
|
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6654
6647
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6655
|
-
reasoning:
|
|
6656
|
-
input: ["text"],
|
|
6648
|
+
reasoning: true,
|
|
6649
|
+
input: ["text", "image"],
|
|
6657
6650
|
cost: {
|
|
6658
6651
|
input: 0,
|
|
6659
6652
|
output: 0,
|
|
@@ -6682,9 +6675,9 @@ export const MODELS = {
|
|
|
6682
6675
|
contextWindow: 262144,
|
|
6683
6676
|
maxTokens: 262144,
|
|
6684
6677
|
},
|
|
6685
|
-
"nvidia/
|
|
6686
|
-
id: "nvidia/
|
|
6687
|
-
name: "
|
|
6678
|
+
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
6679
|
+
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
6680
|
+
name: "nemotron-3-nano-30b-a3b",
|
|
6688
6681
|
api: "openai-completions",
|
|
6689
6682
|
provider: "nvidia",
|
|
6690
6683
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
@@ -6701,28 +6694,28 @@ export const MODELS = {
|
|
|
6701
6694
|
contextWindow: 131072,
|
|
6702
6695
|
maxTokens: 131072,
|
|
6703
6696
|
},
|
|
6704
|
-
"nvidia/
|
|
6705
|
-
id: "nvidia/
|
|
6706
|
-
name: "
|
|
6697
|
+
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning": {
|
|
6698
|
+
id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning",
|
|
6699
|
+
name: "Nemotron 3 Nano Omni",
|
|
6707
6700
|
api: "openai-completions",
|
|
6708
6701
|
provider: "nvidia",
|
|
6709
6702
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6710
6703
|
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6711
6704
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6712
6705
|
reasoning: true,
|
|
6713
|
-
input: ["text"],
|
|
6706
|
+
input: ["text", "image"],
|
|
6714
6707
|
cost: {
|
|
6715
6708
|
input: 0,
|
|
6716
6709
|
output: 0,
|
|
6717
6710
|
cacheRead: 0,
|
|
6718
6711
|
cacheWrite: 0,
|
|
6719
6712
|
},
|
|
6720
|
-
contextWindow:
|
|
6721
|
-
maxTokens:
|
|
6713
|
+
contextWindow: 256000,
|
|
6714
|
+
maxTokens: 65536,
|
|
6722
6715
|
},
|
|
6723
|
-
"nvidia/nemotron-3-
|
|
6724
|
-
id: "nvidia/nemotron-3-
|
|
6725
|
-
name: "
|
|
6716
|
+
"nvidia/nemotron-3-super-120b-a12b": {
|
|
6717
|
+
id: "nvidia/nemotron-3-super-120b-a12b",
|
|
6718
|
+
name: "Nemotron 3 Super",
|
|
6726
6719
|
api: "openai-completions",
|
|
6727
6720
|
provider: "nvidia",
|
|
6728
6721
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
@@ -6731,36 +6724,36 @@ export const MODELS = {
|
|
|
6731
6724
|
reasoning: true,
|
|
6732
6725
|
input: ["text"],
|
|
6733
6726
|
cost: {
|
|
6734
|
-
input: 0,
|
|
6735
|
-
output: 0,
|
|
6727
|
+
input: 0.2,
|
|
6728
|
+
output: 0.8,
|
|
6736
6729
|
cacheRead: 0,
|
|
6737
6730
|
cacheWrite: 0,
|
|
6738
6731
|
},
|
|
6739
|
-
contextWindow:
|
|
6740
|
-
maxTokens:
|
|
6732
|
+
contextWindow: 262144,
|
|
6733
|
+
maxTokens: 262144,
|
|
6741
6734
|
},
|
|
6742
|
-
"nvidia/nemotron-3-
|
|
6743
|
-
id: "nvidia/nemotron-3-
|
|
6744
|
-
name: "Nemotron 3
|
|
6735
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
6736
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
6737
|
+
name: "Nemotron 3 Ultra 550B A55B",
|
|
6745
6738
|
api: "openai-completions",
|
|
6746
6739
|
provider: "nvidia",
|
|
6747
6740
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6748
6741
|
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6749
6742
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6750
6743
|
reasoning: true,
|
|
6751
|
-
input: ["text"
|
|
6744
|
+
input: ["text"],
|
|
6752
6745
|
cost: {
|
|
6753
|
-
input: 0,
|
|
6754
|
-
output:
|
|
6755
|
-
cacheRead: 0,
|
|
6746
|
+
input: 0.5,
|
|
6747
|
+
output: 2.5,
|
|
6748
|
+
cacheRead: 0.15,
|
|
6756
6749
|
cacheWrite: 0,
|
|
6757
6750
|
},
|
|
6758
|
-
contextWindow:
|
|
6751
|
+
contextWindow: 1000000,
|
|
6759
6752
|
maxTokens: 65536,
|
|
6760
6753
|
},
|
|
6761
|
-
"nvidia/nemotron-
|
|
6762
|
-
id: "nvidia/nemotron-
|
|
6763
|
-
name: "
|
|
6754
|
+
"nvidia/nvidia-nemotron-nano-9b-v2": {
|
|
6755
|
+
id: "nvidia/nvidia-nemotron-nano-9b-v2",
|
|
6756
|
+
name: "nvidia-nemotron-nano-9b-v2",
|
|
6764
6757
|
api: "openai-completions",
|
|
6765
6758
|
provider: "nvidia",
|
|
6766
6759
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
@@ -6769,17 +6762,17 @@ export const MODELS = {
|
|
|
6769
6762
|
reasoning: true,
|
|
6770
6763
|
input: ["text"],
|
|
6771
6764
|
cost: {
|
|
6772
|
-
input: 0
|
|
6773
|
-
output: 0
|
|
6765
|
+
input: 0,
|
|
6766
|
+
output: 0,
|
|
6774
6767
|
cacheRead: 0,
|
|
6775
6768
|
cacheWrite: 0,
|
|
6776
6769
|
},
|
|
6777
|
-
contextWindow:
|
|
6778
|
-
maxTokens:
|
|
6770
|
+
contextWindow: 131072,
|
|
6771
|
+
maxTokens: 131072,
|
|
6779
6772
|
},
|
|
6780
|
-
"
|
|
6781
|
-
id: "
|
|
6782
|
-
name: "
|
|
6773
|
+
"openai/gpt-oss-120b": {
|
|
6774
|
+
id: "openai/gpt-oss-120b",
|
|
6775
|
+
name: "GPT-OSS-120B",
|
|
6783
6776
|
api: "openai-completions",
|
|
6784
6777
|
provider: "nvidia",
|
|
6785
6778
|
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
@@ -6793,8 +6786,8 @@ export const MODELS = {
|
|
|
6793
6786
|
cacheRead: 0,
|
|
6794
6787
|
cacheWrite: 0,
|
|
6795
6788
|
},
|
|
6796
|
-
contextWindow:
|
|
6797
|
-
maxTokens:
|
|
6789
|
+
contextWindow: 128000,
|
|
6790
|
+
maxTokens: 8192,
|
|
6798
6791
|
},
|
|
6799
6792
|
"openai/gpt-oss-20b": {
|
|
6800
6793
|
id: "openai/gpt-oss-20b",
|
|
@@ -7188,7 +7181,7 @@ export const MODELS = {
|
|
|
7188
7181
|
cacheWrite: 0,
|
|
7189
7182
|
},
|
|
7190
7183
|
contextWindow: 400000,
|
|
7191
|
-
maxTokens:
|
|
7184
|
+
maxTokens: 128000,
|
|
7192
7185
|
},
|
|
7193
7186
|
"gpt-5.1": {
|
|
7194
7187
|
id: "gpt-5.1",
|
|
@@ -7732,6 +7725,7 @@ export const MODELS = {
|
|
|
7732
7725
|
api: "openai-completions",
|
|
7733
7726
|
provider: "opencode",
|
|
7734
7727
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
7728
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
7735
7729
|
reasoning: true,
|
|
7736
7730
|
input: ["text"],
|
|
7737
7731
|
cost: {
|
|
@@ -7743,6 +7737,25 @@ export const MODELS = {
|
|
|
7743
7737
|
contextWindow: 200000,
|
|
7744
7738
|
maxTokens: 32000,
|
|
7745
7739
|
},
|
|
7740
|
+
"claude-fable-5": {
|
|
7741
|
+
id: "claude-fable-5",
|
|
7742
|
+
name: "Claude Fable 5",
|
|
7743
|
+
api: "anthropic-messages",
|
|
7744
|
+
provider: "opencode",
|
|
7745
|
+
baseUrl: "https://opencode.ai/zen",
|
|
7746
|
+
compat: { "forceAdaptiveThinking": true },
|
|
7747
|
+
reasoning: true,
|
|
7748
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
7749
|
+
input: ["text", "image"],
|
|
7750
|
+
cost: {
|
|
7751
|
+
input: 10,
|
|
7752
|
+
output: 50,
|
|
7753
|
+
cacheRead: 1,
|
|
7754
|
+
cacheWrite: 12.5,
|
|
7755
|
+
},
|
|
7756
|
+
contextWindow: 1000000,
|
|
7757
|
+
maxTokens: 128000,
|
|
7758
|
+
},
|
|
7746
7759
|
"claude-haiku-4-5": {
|
|
7747
7760
|
id: "claude-haiku-4-5",
|
|
7748
7761
|
name: "Claude Haiku 4.5",
|
|
@@ -7909,7 +7922,7 @@ export const MODELS = {
|
|
|
7909
7922
|
api: "openai-completions",
|
|
7910
7923
|
provider: "opencode",
|
|
7911
7924
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
7912
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7925
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7913
7926
|
reasoning: true,
|
|
7914
7927
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
7915
7928
|
input: ["text"],
|
|
@@ -7928,7 +7941,7 @@ export const MODELS = {
|
|
|
7928
7941
|
api: "openai-completions",
|
|
7929
7942
|
provider: "opencode",
|
|
7930
7943
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
7931
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7944
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7932
7945
|
reasoning: true,
|
|
7933
7946
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
7934
7947
|
input: ["text"],
|
|
@@ -8001,6 +8014,7 @@ export const MODELS = {
|
|
|
8001
8014
|
api: "openai-completions",
|
|
8002
8015
|
provider: "opencode",
|
|
8003
8016
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8017
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8004
8018
|
reasoning: true,
|
|
8005
8019
|
input: ["text"],
|
|
8006
8020
|
cost: {
|
|
@@ -8018,6 +8032,7 @@ export const MODELS = {
|
|
|
8018
8032
|
api: "openai-completions",
|
|
8019
8033
|
provider: "opencode",
|
|
8020
8034
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8035
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8021
8036
|
reasoning: true,
|
|
8022
8037
|
input: ["text"],
|
|
8023
8038
|
cost: {
|
|
@@ -8323,7 +8338,7 @@ export const MODELS = {
|
|
|
8323
8338
|
api: "openai-completions",
|
|
8324
8339
|
provider: "opencode",
|
|
8325
8340
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8326
|
-
compat: { "supportsReasoningEffort": false },
|
|
8341
|
+
compat: { "supportsReasoningEffort": false, "maxTokensField": "max_tokens" },
|
|
8327
8342
|
reasoning: true,
|
|
8328
8343
|
thinkingLevelMap: { "off": null, "minimal": null, "low": null, "medium": null },
|
|
8329
8344
|
input: ["text", "image"],
|
|
@@ -8342,6 +8357,7 @@ export const MODELS = {
|
|
|
8342
8357
|
api: "openai-completions",
|
|
8343
8358
|
provider: "opencode",
|
|
8344
8359
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8360
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8345
8361
|
reasoning: true,
|
|
8346
8362
|
input: ["text", "image"],
|
|
8347
8363
|
cost: {
|
|
@@ -8359,7 +8375,7 @@ export const MODELS = {
|
|
|
8359
8375
|
api: "openai-completions",
|
|
8360
8376
|
provider: "opencode",
|
|
8361
8377
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8362
|
-
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false },
|
|
8378
|
+
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false, "maxTokensField": "max_tokens" },
|
|
8363
8379
|
reasoning: true,
|
|
8364
8380
|
input: ["text", "image"],
|
|
8365
8381
|
cost: {
|
|
@@ -8377,6 +8393,7 @@ export const MODELS = {
|
|
|
8377
8393
|
api: "openai-completions",
|
|
8378
8394
|
provider: "opencode",
|
|
8379
8395
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8396
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8380
8397
|
reasoning: true,
|
|
8381
8398
|
input: ["text", "image"],
|
|
8382
8399
|
cost: {
|
|
@@ -8394,6 +8411,7 @@ export const MODELS = {
|
|
|
8394
8411
|
api: "openai-completions",
|
|
8395
8412
|
provider: "opencode",
|
|
8396
8413
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8414
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8397
8415
|
reasoning: true,
|
|
8398
8416
|
input: ["text"],
|
|
8399
8417
|
cost: {
|
|
@@ -8411,6 +8429,7 @@ export const MODELS = {
|
|
|
8411
8429
|
api: "openai-completions",
|
|
8412
8430
|
provider: "opencode",
|
|
8413
8431
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8432
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8414
8433
|
reasoning: true,
|
|
8415
8434
|
input: ["text"],
|
|
8416
8435
|
cost: {
|
|
@@ -8422,29 +8441,31 @@ export const MODELS = {
|
|
|
8422
8441
|
contextWindow: 204800,
|
|
8423
8442
|
maxTokens: 131072,
|
|
8424
8443
|
},
|
|
8425
|
-
"
|
|
8426
|
-
id: "
|
|
8427
|
-
name: "
|
|
8428
|
-
api: "
|
|
8444
|
+
"nemotron-3-ultra-free": {
|
|
8445
|
+
id: "nemotron-3-ultra-free",
|
|
8446
|
+
name: "Nemotron 3 Ultra Free",
|
|
8447
|
+
api: "openai-completions",
|
|
8429
8448
|
provider: "opencode",
|
|
8430
|
-
baseUrl: "https://opencode.ai/zen",
|
|
8449
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8450
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8431
8451
|
reasoning: true,
|
|
8432
|
-
input: ["text"
|
|
8452
|
+
input: ["text"],
|
|
8433
8453
|
cost: {
|
|
8434
8454
|
input: 0,
|
|
8435
8455
|
output: 0,
|
|
8436
8456
|
cacheRead: 0,
|
|
8437
8457
|
cacheWrite: 0,
|
|
8438
8458
|
},
|
|
8439
|
-
contextWindow:
|
|
8440
|
-
maxTokens:
|
|
8459
|
+
contextWindow: 1000000,
|
|
8460
|
+
maxTokens: 128000,
|
|
8441
8461
|
},
|
|
8442
|
-
"
|
|
8443
|
-
id: "
|
|
8444
|
-
name: "
|
|
8462
|
+
"north-mini-code-free": {
|
|
8463
|
+
id: "north-mini-code-free",
|
|
8464
|
+
name: "North Mini Code Free",
|
|
8445
8465
|
api: "openai-completions",
|
|
8446
8466
|
provider: "opencode",
|
|
8447
8467
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8468
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8448
8469
|
reasoning: true,
|
|
8449
8470
|
input: ["text"],
|
|
8450
8471
|
cost: {
|
|
@@ -8453,8 +8474,8 @@ export const MODELS = {
|
|
|
8453
8474
|
cacheRead: 0,
|
|
8454
8475
|
cacheWrite: 0,
|
|
8455
8476
|
},
|
|
8456
|
-
contextWindow:
|
|
8457
|
-
maxTokens:
|
|
8477
|
+
contextWindow: 256000,
|
|
8478
|
+
maxTokens: 64000,
|
|
8458
8479
|
},
|
|
8459
8480
|
"qwen3.5-plus": {
|
|
8460
8481
|
id: "qwen3.5-plus",
|
|
@@ -8498,7 +8519,7 @@ export const MODELS = {
|
|
|
8498
8519
|
api: "openai-completions",
|
|
8499
8520
|
provider: "opencode-go",
|
|
8500
8521
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8501
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8522
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8502
8523
|
reasoning: true,
|
|
8503
8524
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
8504
8525
|
input: ["text"],
|
|
@@ -8517,7 +8538,7 @@ export const MODELS = {
|
|
|
8517
8538
|
api: "openai-completions",
|
|
8518
8539
|
provider: "opencode-go",
|
|
8519
8540
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8520
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8541
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8521
8542
|
reasoning: true,
|
|
8522
8543
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
8523
8544
|
input: ["text"],
|
|
@@ -8536,6 +8557,7 @@ export const MODELS = {
|
|
|
8536
8557
|
api: "openai-completions",
|
|
8537
8558
|
provider: "opencode-go",
|
|
8538
8559
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8560
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8539
8561
|
reasoning: true,
|
|
8540
8562
|
input: ["text"],
|
|
8541
8563
|
cost: {
|
|
@@ -8553,6 +8575,7 @@ export const MODELS = {
|
|
|
8553
8575
|
api: "openai-completions",
|
|
8554
8576
|
provider: "opencode-go",
|
|
8555
8577
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8578
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8556
8579
|
reasoning: true,
|
|
8557
8580
|
input: ["text"],
|
|
8558
8581
|
cost: {
|
|
@@ -8570,6 +8593,7 @@ export const MODELS = {
|
|
|
8570
8593
|
api: "openai-completions",
|
|
8571
8594
|
provider: "opencode-go",
|
|
8572
8595
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8596
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8573
8597
|
reasoning: true,
|
|
8574
8598
|
input: ["text", "image"],
|
|
8575
8599
|
cost: {
|
|
@@ -8587,7 +8611,7 @@ export const MODELS = {
|
|
|
8587
8611
|
api: "openai-completions",
|
|
8588
8612
|
provider: "opencode-go",
|
|
8589
8613
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8590
|
-
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false },
|
|
8614
|
+
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false, "maxTokensField": "max_tokens" },
|
|
8591
8615
|
reasoning: true,
|
|
8592
8616
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
8593
8617
|
input: ["text", "image"],
|
|
@@ -8606,6 +8630,7 @@ export const MODELS = {
|
|
|
8606
8630
|
api: "openai-completions",
|
|
8607
8631
|
provider: "opencode-go",
|
|
8608
8632
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8633
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8609
8634
|
reasoning: true,
|
|
8610
8635
|
input: ["text", "image"],
|
|
8611
8636
|
cost: {
|
|
@@ -8623,6 +8648,7 @@ export const MODELS = {
|
|
|
8623
8648
|
api: "openai-completions",
|
|
8624
8649
|
provider: "opencode-go",
|
|
8625
8650
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8651
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8626
8652
|
reasoning: true,
|
|
8627
8653
|
input: ["text"],
|
|
8628
8654
|
cost: {
|
|
@@ -8657,6 +8683,7 @@ export const MODELS = {
|
|
|
8657
8683
|
api: "openai-completions",
|
|
8658
8684
|
provider: "opencode-go",
|
|
8659
8685
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8686
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8660
8687
|
reasoning: true,
|
|
8661
8688
|
input: ["text"],
|
|
8662
8689
|
cost: {
|
|
@@ -8677,9 +8704,9 @@ export const MODELS = {
|
|
|
8677
8704
|
reasoning: true,
|
|
8678
8705
|
input: ["text", "image"],
|
|
8679
8706
|
cost: {
|
|
8680
|
-
input: 0.
|
|
8681
|
-
output: 2
|
|
8682
|
-
cacheRead: 0.
|
|
8707
|
+
input: 0.3,
|
|
8708
|
+
output: 1.2,
|
|
8709
|
+
cacheRead: 0.06,
|
|
8683
8710
|
cacheWrite: 0,
|
|
8684
8711
|
},
|
|
8685
8712
|
contextWindow: 512000,
|
|
@@ -8691,7 +8718,7 @@ export const MODELS = {
|
|
|
8691
8718
|
api: "openai-completions",
|
|
8692
8719
|
provider: "opencode-go",
|
|
8693
8720
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8694
|
-
compat: { "thinkingFormat": "qwen" },
|
|
8721
|
+
compat: { "thinkingFormat": "qwen", "maxTokensField": "max_tokens" },
|
|
8695
8722
|
reasoning: true,
|
|
8696
8723
|
input: ["text", "image"],
|
|
8697
8724
|
cost: {
|
|
@@ -8700,7 +8727,7 @@ export const MODELS = {
|
|
|
8700
8727
|
cacheRead: 0.05,
|
|
8701
8728
|
cacheWrite: 0.625,
|
|
8702
8729
|
},
|
|
8703
|
-
contextWindow:
|
|
8730
|
+
contextWindow: 1000000,
|
|
8704
8731
|
maxTokens: 65536,
|
|
8705
8732
|
},
|
|
8706
8733
|
"qwen3.7-max": {
|
|
@@ -8734,7 +8761,7 @@ export const MODELS = {
|
|
|
8734
8761
|
cacheRead: 0.04,
|
|
8735
8762
|
cacheWrite: 0.5,
|
|
8736
8763
|
},
|
|
8737
|
-
contextWindow:
|
|
8764
|
+
contextWindow: 1000000,
|
|
8738
8765
|
maxTokens: 65536,
|
|
8739
8766
|
},
|
|
8740
8767
|
},
|
|
@@ -8875,6 +8902,23 @@ export const MODELS = {
|
|
|
8875
8902
|
contextWindow: 200000,
|
|
8876
8903
|
maxTokens: 8192,
|
|
8877
8904
|
},
|
|
8905
|
+
"anthropic/claude-fable-5": {
|
|
8906
|
+
id: "anthropic/claude-fable-5",
|
|
8907
|
+
name: "Anthropic: Claude Fable 5",
|
|
8908
|
+
api: "openai-completions",
|
|
8909
|
+
provider: "openrouter",
|
|
8910
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8911
|
+
reasoning: true,
|
|
8912
|
+
input: ["text", "image"],
|
|
8913
|
+
cost: {
|
|
8914
|
+
input: 10,
|
|
8915
|
+
output: 50,
|
|
8916
|
+
cacheRead: 1,
|
|
8917
|
+
cacheWrite: 12.5,
|
|
8918
|
+
},
|
|
8919
|
+
contextWindow: 1000000,
|
|
8920
|
+
maxTokens: 128000,
|
|
8921
|
+
},
|
|
8878
8922
|
"anthropic/claude-haiku-4.5": {
|
|
8879
8923
|
id: "anthropic/claude-haiku-4.5",
|
|
8880
8924
|
name: "Anthropic: Claude Haiku 4.5",
|
|
@@ -9170,23 +9214,6 @@ export const MODELS = {
|
|
|
9170
9214
|
contextWindow: 2000000,
|
|
9171
9215
|
maxTokens: 30000,
|
|
9172
9216
|
},
|
|
9173
|
-
"baidu/ernie-4.5-vl-28b-a3b": {
|
|
9174
|
-
id: "baidu/ernie-4.5-vl-28b-a3b",
|
|
9175
|
-
name: "Baidu: ERNIE 4.5 VL 28B A3B",
|
|
9176
|
-
api: "openai-completions",
|
|
9177
|
-
provider: "openrouter",
|
|
9178
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9179
|
-
reasoning: true,
|
|
9180
|
-
input: ["text", "image"],
|
|
9181
|
-
cost: {
|
|
9182
|
-
input: 0.14,
|
|
9183
|
-
output: 0.56,
|
|
9184
|
-
cacheRead: 0,
|
|
9185
|
-
cacheWrite: 0,
|
|
9186
|
-
},
|
|
9187
|
-
contextWindow: 131072,
|
|
9188
|
-
maxTokens: 8000,
|
|
9189
|
-
},
|
|
9190
9217
|
"bytedance-seed/seed-1.6": {
|
|
9191
9218
|
id: "bytedance-seed/seed-1.6",
|
|
9192
9219
|
name: "ByteDance Seed: Seed 1.6",
|
|
@@ -9693,8 +9720,8 @@ export const MODELS = {
|
|
|
9693
9720
|
reasoning: false,
|
|
9694
9721
|
input: ["text", "image"],
|
|
9695
9722
|
cost: {
|
|
9696
|
-
input: 0.
|
|
9697
|
-
output: 0.
|
|
9723
|
+
input: 0.049999999999999996,
|
|
9724
|
+
output: 0.15,
|
|
9698
9725
|
cacheRead: 0,
|
|
9699
9726
|
cacheWrite: 0,
|
|
9700
9727
|
},
|
|
@@ -9762,12 +9789,12 @@ export const MODELS = {
|
|
|
9762
9789
|
input: ["text", "image"],
|
|
9763
9790
|
cost: {
|
|
9764
9791
|
input: 0.12,
|
|
9765
|
-
output: 0.
|
|
9766
|
-
cacheRead: 0,
|
|
9792
|
+
output: 0.36,
|
|
9793
|
+
cacheRead: 0.09,
|
|
9767
9794
|
cacheWrite: 0,
|
|
9768
9795
|
},
|
|
9769
9796
|
contextWindow: 262144,
|
|
9770
|
-
maxTokens:
|
|
9797
|
+
maxTokens: 8192,
|
|
9771
9798
|
},
|
|
9772
9799
|
"google/gemma-4-31b-it:free": {
|
|
9773
9800
|
id: "google/gemma-4-31b-it:free",
|
|
@@ -9916,7 +9943,7 @@ export const MODELS = {
|
|
|
9916
9943
|
input: ["text"],
|
|
9917
9944
|
cost: {
|
|
9918
9945
|
input: 0.02,
|
|
9919
|
-
output: 0.
|
|
9946
|
+
output: 0.03,
|
|
9920
9947
|
cacheRead: 0,
|
|
9921
9948
|
cacheWrite: 0,
|
|
9922
9949
|
},
|
|
@@ -9983,7 +10010,7 @@ export const MODELS = {
|
|
|
9983
10010
|
reasoning: false,
|
|
9984
10011
|
input: ["text", "image"],
|
|
9985
10012
|
cost: {
|
|
9986
|
-
input: 0.
|
|
10013
|
+
input: 0.09999999999999999,
|
|
9987
10014
|
output: 0.3,
|
|
9988
10015
|
cacheRead: 0,
|
|
9989
10016
|
cacheWrite: 0,
|
|
@@ -10052,8 +10079,8 @@ export const MODELS = {
|
|
|
10052
10079
|
input: ["text"],
|
|
10053
10080
|
cost: {
|
|
10054
10081
|
input: 0.15,
|
|
10055
|
-
output:
|
|
10056
|
-
cacheRead: 0,
|
|
10082
|
+
output: 0.8999999999999999,
|
|
10083
|
+
cacheRead: 0.049999999999999996,
|
|
10057
10084
|
cacheWrite: 0,
|
|
10058
10085
|
},
|
|
10059
10086
|
contextWindow: 204800,
|
|
@@ -10068,9 +10095,9 @@ export const MODELS = {
|
|
|
10068
10095
|
reasoning: true,
|
|
10069
10096
|
input: ["text"],
|
|
10070
10097
|
cost: {
|
|
10071
|
-
input: 0.
|
|
10072
|
-
output: 1.
|
|
10073
|
-
cacheRead: 0,
|
|
10098
|
+
input: 0.27,
|
|
10099
|
+
output: 1.08,
|
|
10100
|
+
cacheRead: 0.054,
|
|
10074
10101
|
cacheWrite: 0,
|
|
10075
10102
|
},
|
|
10076
10103
|
contextWindow: 204800,
|
|
@@ -10460,13 +10487,13 @@ export const MODELS = {
|
|
|
10460
10487
|
reasoning: true,
|
|
10461
10488
|
input: ["text", "image"],
|
|
10462
10489
|
cost: {
|
|
10463
|
-
input: 0.
|
|
10464
|
-
output: 3.
|
|
10465
|
-
cacheRead: 0.
|
|
10490
|
+
input: 0.6799999999999999,
|
|
10491
|
+
output: 3.41,
|
|
10492
|
+
cacheRead: 0.33999999999999997,
|
|
10466
10493
|
cacheWrite: 0,
|
|
10467
10494
|
},
|
|
10468
10495
|
contextWindow: 262144,
|
|
10469
|
-
maxTokens:
|
|
10496
|
+
maxTokens: 262142,
|
|
10470
10497
|
},
|
|
10471
10498
|
"moonshotai/kimi-k2.6:free": {
|
|
10472
10499
|
id: "moonshotai/kimi-k2.6:free",
|
|
@@ -10486,22 +10513,22 @@ export const MODELS = {
|
|
|
10486
10513
|
contextWindow: 262144,
|
|
10487
10514
|
maxTokens: 4096,
|
|
10488
10515
|
},
|
|
10489
|
-
"nex-agi/
|
|
10490
|
-
id: "nex-agi/
|
|
10491
|
-
name: "Nex AGI:
|
|
10516
|
+
"nex-agi/nex-n2-pro:free": {
|
|
10517
|
+
id: "nex-agi/nex-n2-pro:free",
|
|
10518
|
+
name: "Nex AGI: Nex-N2-Pro (free)",
|
|
10492
10519
|
api: "openai-completions",
|
|
10493
10520
|
provider: "openrouter",
|
|
10494
10521
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10495
|
-
reasoning:
|
|
10496
|
-
input: ["text"],
|
|
10522
|
+
reasoning: true,
|
|
10523
|
+
input: ["text", "image"],
|
|
10497
10524
|
cost: {
|
|
10498
|
-
input: 0
|
|
10499
|
-
output: 0
|
|
10525
|
+
input: 0,
|
|
10526
|
+
output: 0,
|
|
10500
10527
|
cacheRead: 0,
|
|
10501
10528
|
cacheWrite: 0,
|
|
10502
10529
|
},
|
|
10503
|
-
contextWindow:
|
|
10504
|
-
maxTokens:
|
|
10530
|
+
contextWindow: 262144,
|
|
10531
|
+
maxTokens: 262144,
|
|
10505
10532
|
},
|
|
10506
10533
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
10507
10534
|
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
@@ -10512,7 +10539,7 @@ export const MODELS = {
|
|
|
10512
10539
|
reasoning: true,
|
|
10513
10540
|
input: ["text"],
|
|
10514
10541
|
cost: {
|
|
10515
|
-
input: 0.
|
|
10542
|
+
input: 0.39999999999999997,
|
|
10516
10543
|
output: 0.39999999999999997,
|
|
10517
10544
|
cacheRead: 0,
|
|
10518
10545
|
cacheWrite: 0,
|
|
@@ -10561,36 +10588,70 @@ export const MODELS = {
|
|
|
10561
10588
|
provider: "openrouter",
|
|
10562
10589
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10563
10590
|
reasoning: true,
|
|
10564
|
-
input: ["text", "image"],
|
|
10591
|
+
input: ["text", "image"],
|
|
10592
|
+
cost: {
|
|
10593
|
+
input: 0,
|
|
10594
|
+
output: 0,
|
|
10595
|
+
cacheRead: 0,
|
|
10596
|
+
cacheWrite: 0,
|
|
10597
|
+
},
|
|
10598
|
+
contextWindow: 256000,
|
|
10599
|
+
maxTokens: 65536,
|
|
10600
|
+
},
|
|
10601
|
+
"nvidia/nemotron-3-super-120b-a12b": {
|
|
10602
|
+
id: "nvidia/nemotron-3-super-120b-a12b",
|
|
10603
|
+
name: "NVIDIA: Nemotron 3 Super",
|
|
10604
|
+
api: "openai-completions",
|
|
10605
|
+
provider: "openrouter",
|
|
10606
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10607
|
+
reasoning: true,
|
|
10608
|
+
input: ["text"],
|
|
10609
|
+
cost: {
|
|
10610
|
+
input: 0.09,
|
|
10611
|
+
output: 0.44999999999999996,
|
|
10612
|
+
cacheRead: 0,
|
|
10613
|
+
cacheWrite: 0,
|
|
10614
|
+
},
|
|
10615
|
+
contextWindow: 1000000,
|
|
10616
|
+
maxTokens: 4096,
|
|
10617
|
+
},
|
|
10618
|
+
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
10619
|
+
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
10620
|
+
name: "NVIDIA: Nemotron 3 Super (free)",
|
|
10621
|
+
api: "openai-completions",
|
|
10622
|
+
provider: "openrouter",
|
|
10623
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10624
|
+
reasoning: true,
|
|
10625
|
+
input: ["text"],
|
|
10565
10626
|
cost: {
|
|
10566
10627
|
input: 0,
|
|
10567
10628
|
output: 0,
|
|
10568
10629
|
cacheRead: 0,
|
|
10569
10630
|
cacheWrite: 0,
|
|
10570
10631
|
},
|
|
10571
|
-
contextWindow:
|
|
10572
|
-
maxTokens:
|
|
10632
|
+
contextWindow: 1000000,
|
|
10633
|
+
maxTokens: 262144,
|
|
10573
10634
|
},
|
|
10574
|
-
"nvidia/nemotron-3-
|
|
10575
|
-
id: "nvidia/nemotron-3-
|
|
10576
|
-
name: "NVIDIA: Nemotron 3
|
|
10635
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
10636
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
10637
|
+
name: "NVIDIA: Nemotron 3 Ultra",
|
|
10577
10638
|
api: "openai-completions",
|
|
10578
10639
|
provider: "openrouter",
|
|
10579
10640
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10580
10641
|
reasoning: true,
|
|
10581
10642
|
input: ["text"],
|
|
10582
10643
|
cost: {
|
|
10583
|
-
input: 0.
|
|
10584
|
-
output:
|
|
10585
|
-
cacheRead: 0,
|
|
10644
|
+
input: 0.5,
|
|
10645
|
+
output: 2.5,
|
|
10646
|
+
cacheRead: 0.15,
|
|
10586
10647
|
cacheWrite: 0,
|
|
10587
10648
|
},
|
|
10588
10649
|
contextWindow: 1000000,
|
|
10589
|
-
maxTokens:
|
|
10650
|
+
maxTokens: 16384,
|
|
10590
10651
|
},
|
|
10591
|
-
"nvidia/nemotron-3-
|
|
10592
|
-
id: "nvidia/nemotron-3-
|
|
10593
|
-
name: "NVIDIA: Nemotron 3
|
|
10652
|
+
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
10653
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
10654
|
+
name: "NVIDIA: Nemotron 3 Ultra (free)",
|
|
10594
10655
|
api: "openai-completions",
|
|
10595
10656
|
provider: "openrouter",
|
|
10596
10657
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10603,7 +10664,7 @@ export const MODELS = {
|
|
|
10603
10664
|
cacheWrite: 0,
|
|
10604
10665
|
},
|
|
10605
10666
|
contextWindow: 1000000,
|
|
10606
|
-
maxTokens:
|
|
10667
|
+
maxTokens: 65536,
|
|
10607
10668
|
},
|
|
10608
10669
|
"nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
10609
10670
|
id: "nvidia/nemotron-nano-12b-v2-vl:free",
|
|
@@ -10724,40 +10785,6 @@ export const MODELS = {
|
|
|
10724
10785
|
contextWindow: 8191,
|
|
10725
10786
|
maxTokens: 4096,
|
|
10726
10787
|
},
|
|
10727
|
-
"openai/gpt-4-0314": {
|
|
10728
|
-
id: "openai/gpt-4-0314",
|
|
10729
|
-
name: "OpenAI: GPT-4 (older v0314)",
|
|
10730
|
-
api: "openai-completions",
|
|
10731
|
-
provider: "openrouter",
|
|
10732
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10733
|
-
reasoning: false,
|
|
10734
|
-
input: ["text"],
|
|
10735
|
-
cost: {
|
|
10736
|
-
input: 30,
|
|
10737
|
-
output: 60,
|
|
10738
|
-
cacheRead: 0,
|
|
10739
|
-
cacheWrite: 0,
|
|
10740
|
-
},
|
|
10741
|
-
contextWindow: 8191,
|
|
10742
|
-
maxTokens: 4096,
|
|
10743
|
-
},
|
|
10744
|
-
"openai/gpt-4-1106-preview": {
|
|
10745
|
-
id: "openai/gpt-4-1106-preview",
|
|
10746
|
-
name: "OpenAI: GPT-4 Turbo (older v1106)",
|
|
10747
|
-
api: "openai-completions",
|
|
10748
|
-
provider: "openrouter",
|
|
10749
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10750
|
-
reasoning: false,
|
|
10751
|
-
input: ["text"],
|
|
10752
|
-
cost: {
|
|
10753
|
-
input: 10,
|
|
10754
|
-
output: 30,
|
|
10755
|
-
cacheRead: 0,
|
|
10756
|
-
cacheWrite: 0,
|
|
10757
|
-
},
|
|
10758
|
-
contextWindow: 128000,
|
|
10759
|
-
maxTokens: 4096,
|
|
10760
|
-
},
|
|
10761
10788
|
"openai/gpt-4-turbo": {
|
|
10762
10789
|
id: "openai/gpt-4-turbo",
|
|
10763
10790
|
name: "OpenAI: GPT-4 Turbo",
|
|
@@ -11833,7 +11860,7 @@ export const MODELS = {
|
|
|
11833
11860
|
reasoning: false,
|
|
11834
11861
|
input: ["text"],
|
|
11835
11862
|
cost: {
|
|
11836
|
-
input: 0.
|
|
11863
|
+
input: 0.09,
|
|
11837
11864
|
output: 0.09999999999999999,
|
|
11838
11865
|
cacheRead: 0,
|
|
11839
11866
|
cacheWrite: 0,
|
|
@@ -11867,13 +11894,13 @@ export const MODELS = {
|
|
|
11867
11894
|
reasoning: true,
|
|
11868
11895
|
input: ["text"],
|
|
11869
11896
|
cost: {
|
|
11870
|
-
input: 0.
|
|
11871
|
-
output: 0.
|
|
11897
|
+
input: 0.12,
|
|
11898
|
+
output: 0.5,
|
|
11872
11899
|
cacheRead: 0,
|
|
11873
11900
|
cacheWrite: 0,
|
|
11874
11901
|
},
|
|
11875
11902
|
contextWindow: 131072,
|
|
11876
|
-
maxTokens:
|
|
11903
|
+
maxTokens: 16384,
|
|
11877
11904
|
},
|
|
11878
11905
|
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
11879
11906
|
id: "qwen/qwen3-30b-a3b-instruct-2507",
|
|
@@ -11884,8 +11911,8 @@ export const MODELS = {
|
|
|
11884
11911
|
reasoning: false,
|
|
11885
11912
|
input: ["text"],
|
|
11886
11913
|
cost: {
|
|
11887
|
-
input: 0.
|
|
11888
|
-
output: 0.
|
|
11914
|
+
input: 0.04815,
|
|
11915
|
+
output: 0.19305,
|
|
11889
11916
|
cacheRead: 0,
|
|
11890
11917
|
cacheWrite: 0,
|
|
11891
11918
|
},
|
|
@@ -12326,13 +12353,13 @@ export const MODELS = {
|
|
|
12326
12353
|
reasoning: true,
|
|
12327
12354
|
input: ["text", "image"],
|
|
12328
12355
|
cost: {
|
|
12329
|
-
input: 0.
|
|
12356
|
+
input: 0.09999999999999999,
|
|
12330
12357
|
output: 0.15,
|
|
12331
12358
|
cacheRead: 0,
|
|
12332
12359
|
cacheWrite: 0,
|
|
12333
12360
|
},
|
|
12334
12361
|
contextWindow: 262144,
|
|
12335
|
-
maxTokens:
|
|
12362
|
+
maxTokens: 262144,
|
|
12336
12363
|
},
|
|
12337
12364
|
"qwen/qwen3.5-flash-02-23": {
|
|
12338
12365
|
id: "qwen/qwen3.5-flash-02-23",
|
|
@@ -12394,13 +12421,13 @@ export const MODELS = {
|
|
|
12394
12421
|
reasoning: true,
|
|
12395
12422
|
input: ["text", "image"],
|
|
12396
12423
|
cost: {
|
|
12397
|
-
input: 0.
|
|
12398
|
-
output:
|
|
12424
|
+
input: 0.28900000000000003,
|
|
12425
|
+
output: 2.4,
|
|
12399
12426
|
cacheRead: 0,
|
|
12400
12427
|
cacheWrite: 0,
|
|
12401
12428
|
},
|
|
12402
12429
|
contextWindow: 262144,
|
|
12403
|
-
maxTokens:
|
|
12430
|
+
maxTokens: 131072,
|
|
12404
12431
|
},
|
|
12405
12432
|
"qwen/qwen3.6-35b-a3b": {
|
|
12406
12433
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -12538,23 +12565,6 @@ export const MODELS = {
|
|
|
12538
12565
|
contextWindow: 256000,
|
|
12539
12566
|
maxTokens: 128000,
|
|
12540
12567
|
},
|
|
12541
|
-
"sao10k/l3-euryale-70b": {
|
|
12542
|
-
id: "sao10k/l3-euryale-70b",
|
|
12543
|
-
name: "Sao10k: Llama 3 Euryale 70B v2.1",
|
|
12544
|
-
api: "openai-completions",
|
|
12545
|
-
provider: "openrouter",
|
|
12546
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12547
|
-
reasoning: false,
|
|
12548
|
-
input: ["text"],
|
|
12549
|
-
cost: {
|
|
12550
|
-
input: 1.48,
|
|
12551
|
-
output: 1.48,
|
|
12552
|
-
cacheRead: 0,
|
|
12553
|
-
cacheWrite: 0,
|
|
12554
|
-
},
|
|
12555
|
-
contextWindow: 8192,
|
|
12556
|
-
maxTokens: 8192,
|
|
12557
|
-
},
|
|
12558
12568
|
"sao10k/l3.1-euryale-70b": {
|
|
12559
12569
|
id: "sao10k/l3.1-euryale-70b",
|
|
12560
12570
|
name: "Sao10K: Llama 3.1 Euryale 70B v2.2",
|
|
@@ -12776,23 +12786,6 @@ export const MODELS = {
|
|
|
12776
12786
|
contextWindow: 1048576,
|
|
12777
12787
|
maxTokens: 131072,
|
|
12778
12788
|
},
|
|
12779
|
-
"z-ai/glm-4-32b": {
|
|
12780
|
-
id: "z-ai/glm-4-32b",
|
|
12781
|
-
name: "Z.ai: GLM 4 32B ",
|
|
12782
|
-
api: "openai-completions",
|
|
12783
|
-
provider: "openrouter",
|
|
12784
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12785
|
-
reasoning: false,
|
|
12786
|
-
input: ["text"],
|
|
12787
|
-
cost: {
|
|
12788
|
-
input: 0.09999999999999999,
|
|
12789
|
-
output: 0.09999999999999999,
|
|
12790
|
-
cacheRead: 0,
|
|
12791
|
-
cacheWrite: 0,
|
|
12792
|
-
},
|
|
12793
|
-
contextWindow: 128000,
|
|
12794
|
-
maxTokens: 4096,
|
|
12795
|
-
},
|
|
12796
12789
|
"z-ai/glm-4.5": {
|
|
12797
12790
|
id: "z-ai/glm-4.5",
|
|
12798
12791
|
name: "Z.ai: GLM 4.5",
|
|
@@ -12827,23 +12820,6 @@ export const MODELS = {
|
|
|
12827
12820
|
contextWindow: 131072,
|
|
12828
12821
|
maxTokens: 131070,
|
|
12829
12822
|
},
|
|
12830
|
-
"z-ai/glm-4.5-air:free": {
|
|
12831
|
-
id: "z-ai/glm-4.5-air:free",
|
|
12832
|
-
name: "Z.ai: GLM 4.5 Air (free)",
|
|
12833
|
-
api: "openai-completions",
|
|
12834
|
-
provider: "openrouter",
|
|
12835
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12836
|
-
reasoning: true,
|
|
12837
|
-
input: ["text"],
|
|
12838
|
-
cost: {
|
|
12839
|
-
input: 0,
|
|
12840
|
-
output: 0,
|
|
12841
|
-
cacheRead: 0,
|
|
12842
|
-
cacheWrite: 0,
|
|
12843
|
-
},
|
|
12844
|
-
contextWindow: 131072,
|
|
12845
|
-
maxTokens: 96000,
|
|
12846
|
-
},
|
|
12847
12823
|
"z-ai/glm-4.5v": {
|
|
12848
12824
|
id: "z-ai/glm-4.5v",
|
|
12849
12825
|
name: "Z.ai: GLM 4.5V",
|
|
@@ -12889,11 +12865,11 @@ export const MODELS = {
|
|
|
12889
12865
|
cost: {
|
|
12890
12866
|
input: 0.3,
|
|
12891
12867
|
output: 0.8999999999999999,
|
|
12892
|
-
cacheRead: 0.
|
|
12868
|
+
cacheRead: 0.055,
|
|
12893
12869
|
cacheWrite: 0,
|
|
12894
12870
|
},
|
|
12895
12871
|
contextWindow: 131072,
|
|
12896
|
-
maxTokens:
|
|
12872
|
+
maxTokens: 32768,
|
|
12897
12873
|
},
|
|
12898
12874
|
"z-ai/glm-4.7": {
|
|
12899
12875
|
id: "z-ai/glm-4.7",
|
|
@@ -12960,7 +12936,7 @@ export const MODELS = {
|
|
|
12960
12936
|
cacheRead: 0.24,
|
|
12961
12937
|
cacheWrite: 0,
|
|
12962
12938
|
},
|
|
12963
|
-
contextWindow:
|
|
12939
|
+
contextWindow: 262144,
|
|
12964
12940
|
maxTokens: 131072,
|
|
12965
12941
|
},
|
|
12966
12942
|
"z-ai/glm-5.1": {
|
|
@@ -12980,22 +12956,22 @@ export const MODELS = {
|
|
|
12980
12956
|
contextWindow: 202752,
|
|
12981
12957
|
maxTokens: 4096,
|
|
12982
12958
|
},
|
|
12983
|
-
"
|
|
12984
|
-
id: "
|
|
12985
|
-
name: "
|
|
12959
|
+
"~anthropic/claude-fable-latest": {
|
|
12960
|
+
id: "~anthropic/claude-fable-latest",
|
|
12961
|
+
name: "Anthropic: Claude Fable Latest",
|
|
12986
12962
|
api: "openai-completions",
|
|
12987
12963
|
provider: "openrouter",
|
|
12988
12964
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
12989
12965
|
reasoning: true,
|
|
12990
12966
|
input: ["text", "image"],
|
|
12991
12967
|
cost: {
|
|
12992
|
-
input:
|
|
12993
|
-
output:
|
|
12994
|
-
cacheRead:
|
|
12995
|
-
cacheWrite:
|
|
12968
|
+
input: 10,
|
|
12969
|
+
output: 50,
|
|
12970
|
+
cacheRead: 1,
|
|
12971
|
+
cacheWrite: 12.5,
|
|
12996
12972
|
},
|
|
12997
|
-
contextWindow:
|
|
12998
|
-
maxTokens:
|
|
12973
|
+
contextWindow: 1000000,
|
|
12974
|
+
maxTokens: 128000,
|
|
12999
12975
|
},
|
|
13000
12976
|
"~anthropic/claude-haiku-latest": {
|
|
13001
12977
|
id: "~anthropic/claude-haiku-latest",
|
|
@@ -13091,13 +13067,13 @@ export const MODELS = {
|
|
|
13091
13067
|
reasoning: true,
|
|
13092
13068
|
input: ["text", "image"],
|
|
13093
13069
|
cost: {
|
|
13094
|
-
input: 0.
|
|
13095
|
-
output: 3.
|
|
13096
|
-
cacheRead: 0.
|
|
13070
|
+
input: 0.6799999999999999,
|
|
13071
|
+
output: 3.41,
|
|
13072
|
+
cacheRead: 0.33999999999999997,
|
|
13097
13073
|
cacheWrite: 0,
|
|
13098
13074
|
},
|
|
13099
13075
|
contextWindow: 262144,
|
|
13100
|
-
maxTokens:
|
|
13076
|
+
maxTokens: 262142,
|
|
13101
13077
|
},
|
|
13102
13078
|
"~openai/gpt-latest": {
|
|
13103
13079
|
id: "~openai/gpt-latest",
|
|
@@ -13141,9 +13117,9 @@ export const MODELS = {
|
|
|
13141
13117
|
api: "openai-completions",
|
|
13142
13118
|
provider: "together",
|
|
13143
13119
|
baseUrl: "https://api.together.ai/v1",
|
|
13144
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
13120
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13145
13121
|
reasoning: true,
|
|
13146
|
-
thinkingLevelMap: { "
|
|
13122
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13147
13123
|
input: ["text"],
|
|
13148
13124
|
cost: {
|
|
13149
13125
|
input: 0.3,
|
|
@@ -13288,7 +13264,7 @@ export const MODELS = {
|
|
|
13288
13264
|
},
|
|
13289
13265
|
"deepseek-ai/DeepSeek-V3": {
|
|
13290
13266
|
id: "deepseek-ai/DeepSeek-V3",
|
|
13291
|
-
name: "DeepSeek
|
|
13267
|
+
name: "DeepSeek-V3",
|
|
13292
13268
|
api: "openai-completions",
|
|
13293
13269
|
provider: "together",
|
|
13294
13270
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -13436,6 +13412,25 @@ export const MODELS = {
|
|
|
13436
13412
|
contextWindow: 262144,
|
|
13437
13413
|
maxTokens: 131000,
|
|
13438
13414
|
},
|
|
13415
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13416
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
13417
|
+
name: "Nemotron 3 Ultra 550B A55B",
|
|
13418
|
+
api: "openai-completions",
|
|
13419
|
+
provider: "together",
|
|
13420
|
+
baseUrl: "https://api.together.ai/v1",
|
|
13421
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13422
|
+
reasoning: true,
|
|
13423
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13424
|
+
input: ["text"],
|
|
13425
|
+
cost: {
|
|
13426
|
+
input: 0.6,
|
|
13427
|
+
output: 3.6,
|
|
13428
|
+
cacheRead: 0.2,
|
|
13429
|
+
cacheWrite: 0,
|
|
13430
|
+
},
|
|
13431
|
+
contextWindow: 512300,
|
|
13432
|
+
maxTokens: 512300,
|
|
13433
|
+
},
|
|
13439
13434
|
"openai/gpt-oss-120b": {
|
|
13440
13435
|
id: "openai/gpt-oss-120b",
|
|
13441
13436
|
name: "GPT OSS 120B",
|
|
@@ -13519,8 +13514,8 @@ export const MODELS = {
|
|
|
13519
13514
|
reasoning: true,
|
|
13520
13515
|
input: ["text"],
|
|
13521
13516
|
cost: {
|
|
13522
|
-
input: 0.
|
|
13523
|
-
output: 0.
|
|
13517
|
+
input: 0.12,
|
|
13518
|
+
output: 0.5,
|
|
13524
13519
|
cacheRead: 0,
|
|
13525
13520
|
cacheWrite: 0,
|
|
13526
13521
|
},
|
|
@@ -13884,6 +13879,25 @@ export const MODELS = {
|
|
|
13884
13879
|
contextWindow: 200000,
|
|
13885
13880
|
maxTokens: 8192,
|
|
13886
13881
|
},
|
|
13882
|
+
"anthropic/claude-fable-5": {
|
|
13883
|
+
id: "anthropic/claude-fable-5",
|
|
13884
|
+
name: "Claude Fable 5",
|
|
13885
|
+
api: "anthropic-messages",
|
|
13886
|
+
provider: "vercel-ai-gateway",
|
|
13887
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13888
|
+
compat: { "forceAdaptiveThinking": true },
|
|
13889
|
+
reasoning: true,
|
|
13890
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
13891
|
+
input: ["text", "image"],
|
|
13892
|
+
cost: {
|
|
13893
|
+
input: 10,
|
|
13894
|
+
output: 50,
|
|
13895
|
+
cacheRead: 1,
|
|
13896
|
+
cacheWrite: 12.5,
|
|
13897
|
+
},
|
|
13898
|
+
contextWindow: 1000000,
|
|
13899
|
+
maxTokens: 128000,
|
|
13900
|
+
},
|
|
13887
13901
|
"anthropic/claude-haiku-4.5": {
|
|
13888
13902
|
id: "anthropic/claude-haiku-4.5",
|
|
13889
13903
|
name: "Claude Haiku 4.5",
|
|
@@ -14265,40 +14279,6 @@ export const MODELS = {
|
|
|
14265
14279
|
contextWindow: 1000000,
|
|
14266
14280
|
maxTokens: 384000,
|
|
14267
14281
|
},
|
|
14268
|
-
"google/gemini-2.0-flash": {
|
|
14269
|
-
id: "google/gemini-2.0-flash",
|
|
14270
|
-
name: "Gemini 2.0 Flash",
|
|
14271
|
-
api: "anthropic-messages",
|
|
14272
|
-
provider: "vercel-ai-gateway",
|
|
14273
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14274
|
-
reasoning: false,
|
|
14275
|
-
input: ["text", "image"],
|
|
14276
|
-
cost: {
|
|
14277
|
-
input: 0.15,
|
|
14278
|
-
output: 0.6,
|
|
14279
|
-
cacheRead: 0.024999999999999998,
|
|
14280
|
-
cacheWrite: 0,
|
|
14281
|
-
},
|
|
14282
|
-
contextWindow: 1048576,
|
|
14283
|
-
maxTokens: 8192,
|
|
14284
|
-
},
|
|
14285
|
-
"google/gemini-2.0-flash-lite": {
|
|
14286
|
-
id: "google/gemini-2.0-flash-lite",
|
|
14287
|
-
name: "Gemini 2.0 Flash Lite",
|
|
14288
|
-
api: "anthropic-messages",
|
|
14289
|
-
provider: "vercel-ai-gateway",
|
|
14290
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14291
|
-
reasoning: false,
|
|
14292
|
-
input: ["text", "image"],
|
|
14293
|
-
cost: {
|
|
14294
|
-
input: 0.075,
|
|
14295
|
-
output: 0.3,
|
|
14296
|
-
cacheRead: 0.02,
|
|
14297
|
-
cacheWrite: 0,
|
|
14298
|
-
},
|
|
14299
|
-
contextWindow: 1048576,
|
|
14300
|
-
maxTokens: 8192,
|
|
14301
|
-
},
|
|
14302
14282
|
"google/gemini-2.5-flash": {
|
|
14303
14283
|
id: "google/gemini-2.5-flash",
|
|
14304
14284
|
name: "Gemini 2.5 Flash",
|
|
@@ -15132,6 +15112,23 @@ export const MODELS = {
|
|
|
15132
15112
|
contextWindow: 256000,
|
|
15133
15113
|
maxTokens: 32000,
|
|
15134
15114
|
},
|
|
15115
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
15116
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
15117
|
+
name: "Nemotron 3 Ultra",
|
|
15118
|
+
api: "anthropic-messages",
|
|
15119
|
+
provider: "vercel-ai-gateway",
|
|
15120
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15121
|
+
reasoning: true,
|
|
15122
|
+
input: ["text"],
|
|
15123
|
+
cost: {
|
|
15124
|
+
input: 0.6,
|
|
15125
|
+
output: 2.4,
|
|
15126
|
+
cacheRead: 0.12,
|
|
15127
|
+
cacheWrite: 0,
|
|
15128
|
+
},
|
|
15129
|
+
contextWindow: 1000000,
|
|
15130
|
+
maxTokens: 65000,
|
|
15131
|
+
},
|
|
15135
15132
|
"nvidia/nemotron-nano-12b-v2-vl": {
|
|
15136
15133
|
id: "nvidia/nemotron-nano-12b-v2-vl",
|
|
15137
15134
|
name: "Nvidia Nemotron Nano 12B V2 VL",
|
|
@@ -16401,7 +16398,7 @@ export const MODELS = {
|
|
|
16401
16398
|
cacheRead: 0.2,
|
|
16402
16399
|
cacheWrite: 0,
|
|
16403
16400
|
},
|
|
16404
|
-
contextWindow:
|
|
16401
|
+
contextWindow: 1000000,
|
|
16405
16402
|
maxTokens: 30000,
|
|
16406
16403
|
},
|
|
16407
16404
|
"grok-4.20-0309-reasoning": {
|
|
@@ -16418,7 +16415,7 @@ export const MODELS = {
|
|
|
16418
16415
|
cacheRead: 0.2,
|
|
16419
16416
|
cacheWrite: 0,
|
|
16420
16417
|
},
|
|
16421
|
-
contextWindow:
|
|
16418
|
+
contextWindow: 1000000,
|
|
16422
16419
|
maxTokens: 30000,
|
|
16423
16420
|
},
|
|
16424
16421
|
"grok-4.3": {
|
|
@@ -16564,6 +16561,24 @@ export const MODELS = {
|
|
|
16564
16561
|
contextWindow: 1048576,
|
|
16565
16562
|
maxTokens: 131072,
|
|
16566
16563
|
},
|
|
16564
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16565
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16566
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16567
|
+
api: "openai-completions",
|
|
16568
|
+
provider: "xiaomi",
|
|
16569
|
+
baseUrl: "https://api.xiaomimimo.com/v1",
|
|
16570
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek", "supportsDisabledThinking": false },
|
|
16571
|
+
reasoning: true,
|
|
16572
|
+
input: ["text"],
|
|
16573
|
+
cost: {
|
|
16574
|
+
input: 1.305,
|
|
16575
|
+
output: 2.61,
|
|
16576
|
+
cacheRead: 0.0108,
|
|
16577
|
+
cacheWrite: 0,
|
|
16578
|
+
},
|
|
16579
|
+
contextWindow: 1048576,
|
|
16580
|
+
maxTokens: 131072,
|
|
16581
|
+
},
|
|
16567
16582
|
},
|
|
16568
16583
|
"xiaomi-token-plan-ams": {
|
|
16569
16584
|
"mimo-v2-omni": {
|
|
@@ -16638,6 +16653,24 @@ export const MODELS = {
|
|
|
16638
16653
|
contextWindow: 1048576,
|
|
16639
16654
|
maxTokens: 131072,
|
|
16640
16655
|
},
|
|
16656
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16657
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16658
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16659
|
+
api: "openai-completions",
|
|
16660
|
+
provider: "xiaomi-token-plan-ams",
|
|
16661
|
+
baseUrl: "https://token-plan-ams.xiaomimimo.com/v1",
|
|
16662
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek", "supportsDisabledThinking": false },
|
|
16663
|
+
reasoning: true,
|
|
16664
|
+
input: ["text"],
|
|
16665
|
+
cost: {
|
|
16666
|
+
input: 1.305,
|
|
16667
|
+
output: 2.61,
|
|
16668
|
+
cacheRead: 0.0108,
|
|
16669
|
+
cacheWrite: 0,
|
|
16670
|
+
},
|
|
16671
|
+
contextWindow: 1048576,
|
|
16672
|
+
maxTokens: 131072,
|
|
16673
|
+
},
|
|
16641
16674
|
},
|
|
16642
16675
|
"xiaomi-token-plan-cn": {
|
|
16643
16676
|
"mimo-v2-omni": {
|
|
@@ -16712,6 +16745,24 @@ export const MODELS = {
|
|
|
16712
16745
|
contextWindow: 1048576,
|
|
16713
16746
|
maxTokens: 131072,
|
|
16714
16747
|
},
|
|
16748
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16749
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16750
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16751
|
+
api: "openai-completions",
|
|
16752
|
+
provider: "xiaomi-token-plan-cn",
|
|
16753
|
+
baseUrl: "https://token-plan-cn.xiaomimimo.com/v1",
|
|
16754
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek", "supportsDisabledThinking": false },
|
|
16755
|
+
reasoning: true,
|
|
16756
|
+
input: ["text"],
|
|
16757
|
+
cost: {
|
|
16758
|
+
input: 1.305,
|
|
16759
|
+
output: 2.61,
|
|
16760
|
+
cacheRead: 0.0108,
|
|
16761
|
+
cacheWrite: 0,
|
|
16762
|
+
},
|
|
16763
|
+
contextWindow: 1048576,
|
|
16764
|
+
maxTokens: 131072,
|
|
16765
|
+
},
|
|
16715
16766
|
},
|
|
16716
16767
|
"xiaomi-token-plan-sgp": {
|
|
16717
16768
|
"mimo-v2-omni": {
|
|
@@ -16786,6 +16837,24 @@ export const MODELS = {
|
|
|
16786
16837
|
contextWindow: 1048576,
|
|
16787
16838
|
maxTokens: 131072,
|
|
16788
16839
|
},
|
|
16840
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16841
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16842
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16843
|
+
api: "openai-completions",
|
|
16844
|
+
provider: "xiaomi-token-plan-sgp",
|
|
16845
|
+
baseUrl: "https://token-plan-sgp.xiaomimimo.com/v1",
|
|
16846
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek", "supportsDisabledThinking": false },
|
|
16847
|
+
reasoning: true,
|
|
16848
|
+
input: ["text"],
|
|
16849
|
+
cost: {
|
|
16850
|
+
input: 1.305,
|
|
16851
|
+
output: 2.61,
|
|
16852
|
+
cacheRead: 0.0108,
|
|
16853
|
+
cacheWrite: 0,
|
|
16854
|
+
},
|
|
16855
|
+
contextWindow: 1048576,
|
|
16856
|
+
maxTokens: 131072,
|
|
16857
|
+
},
|
|
16789
16858
|
},
|
|
16790
16859
|
"zai": {
|
|
16791
16860
|
"glm-4.5-air": {
|