@code-yeongyu/senpi 2026.6.4 → 2026.6.10
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 +64 -1
- package/README.md +127 -110
- 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/experimental.d.ts +2 -0
- package/dist/core/experimental.d.ts.map +1 -0
- package/dist/core/experimental.js +4 -0
- package/dist/core/experimental.js.map +1 -0
- 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.map +1 -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.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/overflow-detection.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/overflow-detection.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.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- 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/system-messages.d.ts.map +1 -1
- package/dist/core/extensions/builtin/system-messages.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/index.js +0 -2
- package/dist/core/extensions/builtin/todotools/index.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.d.ts +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.js +0 -2
- package/dist/core/extensions/builtin/todotools/prompt.js.map +1 -1
- package/dist/core/extensions/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/index.d.ts +1 -0
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/index.js +1 -0
- package/dist/core/index.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 -1
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +30 -13
- 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.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- package/dist/modes/interactive/theme/theme.js +0 -6
- 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.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/docs.json +4 -0
- package/docs/extensions.md +31 -2
- package/docs/index.md +1 -0
- package/docs/models.md +6 -39
- package/docs/packages.md +1 -1
- package/docs/prompt-templates.md +9 -2
- package/docs/sdk.md +5 -0
- package/docs/security.md +55 -0
- package/docs/settings.md +13 -0
- package/docs/skills.md +3 -3
- package/docs/terminal-setup.md +36 -2
- package/docs/themes.md +1 -1
- package/docs/tmux.md +4 -2
- package/docs/usage.md +18 -1
- 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/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.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js +0 -16
- 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 +6 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +6 -6
- package/node_modules/@earendil-works/pi-ai/README.md +2 -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.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 +533 -131
- 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 +530 -255
- 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.map +1 -1
- 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 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +2 -2
- 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.map +1 -1
- 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/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.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.map +1 -1
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +57 -27
- 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/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/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",
|
|
@@ -6091,11 +6271,11 @@ export const MODELS = {
|
|
|
6091
6271
|
api: "mistral-conversations",
|
|
6092
6272
|
provider: "mistral",
|
|
6093
6273
|
baseUrl: "https://api.mistral.ai",
|
|
6094
|
-
reasoning:
|
|
6274
|
+
reasoning: false,
|
|
6095
6275
|
input: ["text", "image"],
|
|
6096
6276
|
cost: {
|
|
6097
|
-
input:
|
|
6098
|
-
output:
|
|
6277
|
+
input: 0.4,
|
|
6278
|
+
output: 2,
|
|
6099
6279
|
cacheRead: 0,
|
|
6100
6280
|
cacheWrite: 0,
|
|
6101
6281
|
},
|
|
@@ -6280,7 +6460,7 @@ export const MODELS = {
|
|
|
6280
6460
|
api: "openai-completions",
|
|
6281
6461
|
provider: "moonshotai",
|
|
6282
6462
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6283
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6463
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6284
6464
|
reasoning: false,
|
|
6285
6465
|
input: ["text"],
|
|
6286
6466
|
cost: {
|
|
@@ -6298,7 +6478,7 @@ export const MODELS = {
|
|
|
6298
6478
|
api: "openai-completions",
|
|
6299
6479
|
provider: "moonshotai",
|
|
6300
6480
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6301
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6481
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6302
6482
|
reasoning: false,
|
|
6303
6483
|
input: ["text"],
|
|
6304
6484
|
cost: {
|
|
@@ -6316,7 +6496,7 @@ export const MODELS = {
|
|
|
6316
6496
|
api: "openai-completions",
|
|
6317
6497
|
provider: "moonshotai",
|
|
6318
6498
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6319
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6499
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6320
6500
|
reasoning: true,
|
|
6321
6501
|
input: ["text"],
|
|
6322
6502
|
cost: {
|
|
@@ -6334,7 +6514,7 @@ export const MODELS = {
|
|
|
6334
6514
|
api: "openai-completions",
|
|
6335
6515
|
provider: "moonshotai",
|
|
6336
6516
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6337
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6517
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6338
6518
|
reasoning: true,
|
|
6339
6519
|
input: ["text"],
|
|
6340
6520
|
cost: {
|
|
@@ -6352,7 +6532,7 @@ export const MODELS = {
|
|
|
6352
6532
|
api: "openai-completions",
|
|
6353
6533
|
provider: "moonshotai",
|
|
6354
6534
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6355
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6535
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6356
6536
|
reasoning: false,
|
|
6357
6537
|
input: ["text"],
|
|
6358
6538
|
cost: {
|
|
@@ -6370,7 +6550,7 @@ export const MODELS = {
|
|
|
6370
6550
|
api: "openai-completions",
|
|
6371
6551
|
provider: "moonshotai",
|
|
6372
6552
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6373
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6553
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6374
6554
|
reasoning: true,
|
|
6375
6555
|
input: ["text", "image"],
|
|
6376
6556
|
cost: {
|
|
@@ -6388,7 +6568,7 @@ export const MODELS = {
|
|
|
6388
6568
|
api: "openai-completions",
|
|
6389
6569
|
provider: "moonshotai",
|
|
6390
6570
|
baseUrl: "https://api.moonshot.ai/v1",
|
|
6391
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6571
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6392
6572
|
reasoning: true,
|
|
6393
6573
|
input: ["text", "image"],
|
|
6394
6574
|
cost: {
|
|
@@ -6408,7 +6588,7 @@ export const MODELS = {
|
|
|
6408
6588
|
api: "openai-completions",
|
|
6409
6589
|
provider: "moonshotai-cn",
|
|
6410
6590
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6411
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6591
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6412
6592
|
reasoning: false,
|
|
6413
6593
|
input: ["text"],
|
|
6414
6594
|
cost: {
|
|
@@ -6426,7 +6606,7 @@ export const MODELS = {
|
|
|
6426
6606
|
api: "openai-completions",
|
|
6427
6607
|
provider: "moonshotai-cn",
|
|
6428
6608
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6429
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6609
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6430
6610
|
reasoning: false,
|
|
6431
6611
|
input: ["text"],
|
|
6432
6612
|
cost: {
|
|
@@ -6444,7 +6624,7 @@ export const MODELS = {
|
|
|
6444
6624
|
api: "openai-completions",
|
|
6445
6625
|
provider: "moonshotai-cn",
|
|
6446
6626
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6447
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6627
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6448
6628
|
reasoning: true,
|
|
6449
6629
|
input: ["text"],
|
|
6450
6630
|
cost: {
|
|
@@ -6462,7 +6642,7 @@ export const MODELS = {
|
|
|
6462
6642
|
api: "openai-completions",
|
|
6463
6643
|
provider: "moonshotai-cn",
|
|
6464
6644
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6465
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6645
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6466
6646
|
reasoning: true,
|
|
6467
6647
|
input: ["text"],
|
|
6468
6648
|
cost: {
|
|
@@ -6480,7 +6660,7 @@ export const MODELS = {
|
|
|
6480
6660
|
api: "openai-completions",
|
|
6481
6661
|
provider: "moonshotai-cn",
|
|
6482
6662
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6483
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6663
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6484
6664
|
reasoning: false,
|
|
6485
6665
|
input: ["text"],
|
|
6486
6666
|
cost: {
|
|
@@ -6498,7 +6678,7 @@ export const MODELS = {
|
|
|
6498
6678
|
api: "openai-completions",
|
|
6499
6679
|
provider: "moonshotai-cn",
|
|
6500
6680
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6501
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6681
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6502
6682
|
reasoning: true,
|
|
6503
6683
|
input: ["text", "image"],
|
|
6504
6684
|
cost: {
|
|
@@ -6516,7 +6696,7 @@ export const MODELS = {
|
|
|
6516
6696
|
api: "openai-completions",
|
|
6517
6697
|
provider: "moonshotai-cn",
|
|
6518
6698
|
baseUrl: "https://api.moonshot.cn/v1",
|
|
6519
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false },
|
|
6699
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "thinkingFormat": "deepseek" },
|
|
6520
6700
|
reasoning: true,
|
|
6521
6701
|
input: ["text", "image"],
|
|
6522
6702
|
cost: {
|
|
@@ -6777,6 +6957,25 @@ export const MODELS = {
|
|
|
6777
6957
|
contextWindow: 262144,
|
|
6778
6958
|
maxTokens: 262144,
|
|
6779
6959
|
},
|
|
6960
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
6961
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
6962
|
+
name: "Nemotron 3 Ultra 550B A55B",
|
|
6963
|
+
api: "openai-completions",
|
|
6964
|
+
provider: "nvidia",
|
|
6965
|
+
baseUrl: "https://integrate.api.nvidia.com/v1",
|
|
6966
|
+
headers: { "NVCF-POLL-SECONDS": "3600" },
|
|
6967
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
6968
|
+
reasoning: true,
|
|
6969
|
+
input: ["text"],
|
|
6970
|
+
cost: {
|
|
6971
|
+
input: 0.5,
|
|
6972
|
+
output: 2.5,
|
|
6973
|
+
cacheRead: 0.15,
|
|
6974
|
+
cacheWrite: 0,
|
|
6975
|
+
},
|
|
6976
|
+
contextWindow: 1000000,
|
|
6977
|
+
maxTokens: 65536,
|
|
6978
|
+
},
|
|
6780
6979
|
"nvidia/nvidia-nemotron-nano-9b-v2": {
|
|
6781
6980
|
id: "nvidia/nvidia-nemotron-nano-9b-v2",
|
|
6782
6981
|
name: "nvidia-nemotron-nano-9b-v2",
|
|
@@ -7188,7 +7387,7 @@ export const MODELS = {
|
|
|
7188
7387
|
cacheWrite: 0,
|
|
7189
7388
|
},
|
|
7190
7389
|
contextWindow: 400000,
|
|
7191
|
-
maxTokens:
|
|
7390
|
+
maxTokens: 128000,
|
|
7192
7391
|
},
|
|
7193
7392
|
"gpt-5.1": {
|
|
7194
7393
|
id: "gpt-5.1",
|
|
@@ -7732,6 +7931,7 @@ export const MODELS = {
|
|
|
7732
7931
|
api: "openai-completions",
|
|
7733
7932
|
provider: "opencode",
|
|
7734
7933
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
7934
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
7735
7935
|
reasoning: true,
|
|
7736
7936
|
input: ["text"],
|
|
7737
7937
|
cost: {
|
|
@@ -7743,6 +7943,25 @@ export const MODELS = {
|
|
|
7743
7943
|
contextWindow: 200000,
|
|
7744
7944
|
maxTokens: 32000,
|
|
7745
7945
|
},
|
|
7946
|
+
"claude-fable-5": {
|
|
7947
|
+
id: "claude-fable-5",
|
|
7948
|
+
name: "Claude Fable 5",
|
|
7949
|
+
api: "anthropic-messages",
|
|
7950
|
+
provider: "opencode",
|
|
7951
|
+
baseUrl: "https://opencode.ai/zen",
|
|
7952
|
+
compat: { "forceAdaptiveThinking": true },
|
|
7953
|
+
reasoning: true,
|
|
7954
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
7955
|
+
input: ["text", "image"],
|
|
7956
|
+
cost: {
|
|
7957
|
+
input: 10,
|
|
7958
|
+
output: 50,
|
|
7959
|
+
cacheRead: 1,
|
|
7960
|
+
cacheWrite: 12.5,
|
|
7961
|
+
},
|
|
7962
|
+
contextWindow: 1000000,
|
|
7963
|
+
maxTokens: 128000,
|
|
7964
|
+
},
|
|
7746
7965
|
"claude-haiku-4-5": {
|
|
7747
7966
|
id: "claude-haiku-4-5",
|
|
7748
7967
|
name: "Claude Haiku 4.5",
|
|
@@ -7909,7 +8128,7 @@ export const MODELS = {
|
|
|
7909
8128
|
api: "openai-completions",
|
|
7910
8129
|
provider: "opencode",
|
|
7911
8130
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
7912
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8131
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7913
8132
|
reasoning: true,
|
|
7914
8133
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
7915
8134
|
input: ["text"],
|
|
@@ -7928,7 +8147,7 @@ export const MODELS = {
|
|
|
7928
8147
|
api: "openai-completions",
|
|
7929
8148
|
provider: "opencode",
|
|
7930
8149
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
7931
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8150
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7932
8151
|
reasoning: true,
|
|
7933
8152
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
7934
8153
|
input: ["text"],
|
|
@@ -8001,6 +8220,7 @@ export const MODELS = {
|
|
|
8001
8220
|
api: "openai-completions",
|
|
8002
8221
|
provider: "opencode",
|
|
8003
8222
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8223
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8004
8224
|
reasoning: true,
|
|
8005
8225
|
input: ["text"],
|
|
8006
8226
|
cost: {
|
|
@@ -8018,6 +8238,7 @@ export const MODELS = {
|
|
|
8018
8238
|
api: "openai-completions",
|
|
8019
8239
|
provider: "opencode",
|
|
8020
8240
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8241
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8021
8242
|
reasoning: true,
|
|
8022
8243
|
input: ["text"],
|
|
8023
8244
|
cost: {
|
|
@@ -8323,7 +8544,7 @@ export const MODELS = {
|
|
|
8323
8544
|
api: "openai-completions",
|
|
8324
8545
|
provider: "opencode",
|
|
8325
8546
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8326
|
-
compat: { "supportsReasoningEffort": false },
|
|
8547
|
+
compat: { "supportsReasoningEffort": false, "maxTokensField": "max_tokens" },
|
|
8327
8548
|
reasoning: true,
|
|
8328
8549
|
thinkingLevelMap: { "off": null, "minimal": null, "low": null, "medium": null },
|
|
8329
8550
|
input: ["text", "image"],
|
|
@@ -8342,6 +8563,7 @@ export const MODELS = {
|
|
|
8342
8563
|
api: "openai-completions",
|
|
8343
8564
|
provider: "opencode",
|
|
8344
8565
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8566
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8345
8567
|
reasoning: true,
|
|
8346
8568
|
input: ["text", "image"],
|
|
8347
8569
|
cost: {
|
|
@@ -8359,7 +8581,7 @@ export const MODELS = {
|
|
|
8359
8581
|
api: "openai-completions",
|
|
8360
8582
|
provider: "opencode",
|
|
8361
8583
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8362
|
-
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false },
|
|
8584
|
+
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false, "maxTokensField": "max_tokens" },
|
|
8363
8585
|
reasoning: true,
|
|
8364
8586
|
input: ["text", "image"],
|
|
8365
8587
|
cost: {
|
|
@@ -8377,6 +8599,7 @@ export const MODELS = {
|
|
|
8377
8599
|
api: "openai-completions",
|
|
8378
8600
|
provider: "opencode",
|
|
8379
8601
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8602
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8380
8603
|
reasoning: true,
|
|
8381
8604
|
input: ["text", "image"],
|
|
8382
8605
|
cost: {
|
|
@@ -8394,6 +8617,7 @@ export const MODELS = {
|
|
|
8394
8617
|
api: "openai-completions",
|
|
8395
8618
|
provider: "opencode",
|
|
8396
8619
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8620
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8397
8621
|
reasoning: true,
|
|
8398
8622
|
input: ["text"],
|
|
8399
8623
|
cost: {
|
|
@@ -8411,6 +8635,7 @@ export const MODELS = {
|
|
|
8411
8635
|
api: "openai-completions",
|
|
8412
8636
|
provider: "opencode",
|
|
8413
8637
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8638
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8414
8639
|
reasoning: true,
|
|
8415
8640
|
input: ["text"],
|
|
8416
8641
|
cost: {
|
|
@@ -8422,29 +8647,31 @@ export const MODELS = {
|
|
|
8422
8647
|
contextWindow: 204800,
|
|
8423
8648
|
maxTokens: 131072,
|
|
8424
8649
|
},
|
|
8425
|
-
"
|
|
8426
|
-
id: "
|
|
8427
|
-
name: "
|
|
8428
|
-
api: "
|
|
8650
|
+
"nemotron-3-ultra-free": {
|
|
8651
|
+
id: "nemotron-3-ultra-free",
|
|
8652
|
+
name: "Nemotron 3 Ultra Free",
|
|
8653
|
+
api: "openai-completions",
|
|
8429
8654
|
provider: "opencode",
|
|
8430
|
-
baseUrl: "https://opencode.ai/zen",
|
|
8655
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8656
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8431
8657
|
reasoning: true,
|
|
8432
|
-
input: ["text"
|
|
8658
|
+
input: ["text"],
|
|
8433
8659
|
cost: {
|
|
8434
8660
|
input: 0,
|
|
8435
8661
|
output: 0,
|
|
8436
8662
|
cacheRead: 0,
|
|
8437
8663
|
cacheWrite: 0,
|
|
8438
8664
|
},
|
|
8439
|
-
contextWindow:
|
|
8440
|
-
maxTokens:
|
|
8665
|
+
contextWindow: 1000000,
|
|
8666
|
+
maxTokens: 128000,
|
|
8441
8667
|
},
|
|
8442
|
-
"
|
|
8443
|
-
id: "
|
|
8444
|
-
name: "
|
|
8668
|
+
"north-mini-code-free": {
|
|
8669
|
+
id: "north-mini-code-free",
|
|
8670
|
+
name: "North Mini Code Free",
|
|
8445
8671
|
api: "openai-completions",
|
|
8446
8672
|
provider: "opencode",
|
|
8447
8673
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
8674
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8448
8675
|
reasoning: true,
|
|
8449
8676
|
input: ["text"],
|
|
8450
8677
|
cost: {
|
|
@@ -8453,8 +8680,8 @@ export const MODELS = {
|
|
|
8453
8680
|
cacheRead: 0,
|
|
8454
8681
|
cacheWrite: 0,
|
|
8455
8682
|
},
|
|
8456
|
-
contextWindow:
|
|
8457
|
-
maxTokens:
|
|
8683
|
+
contextWindow: 256000,
|
|
8684
|
+
maxTokens: 64000,
|
|
8458
8685
|
},
|
|
8459
8686
|
"qwen3.5-plus": {
|
|
8460
8687
|
id: "qwen3.5-plus",
|
|
@@ -8498,7 +8725,7 @@ export const MODELS = {
|
|
|
8498
8725
|
api: "openai-completions",
|
|
8499
8726
|
provider: "opencode-go",
|
|
8500
8727
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8501
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8728
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8502
8729
|
reasoning: true,
|
|
8503
8730
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
8504
8731
|
input: ["text"],
|
|
@@ -8517,7 +8744,7 @@ export const MODELS = {
|
|
|
8517
8744
|
api: "openai-completions",
|
|
8518
8745
|
provider: "opencode-go",
|
|
8519
8746
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8520
|
-
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8747
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8521
8748
|
reasoning: true,
|
|
8522
8749
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
8523
8750
|
input: ["text"],
|
|
@@ -8536,6 +8763,7 @@ export const MODELS = {
|
|
|
8536
8763
|
api: "openai-completions",
|
|
8537
8764
|
provider: "opencode-go",
|
|
8538
8765
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8766
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8539
8767
|
reasoning: true,
|
|
8540
8768
|
input: ["text"],
|
|
8541
8769
|
cost: {
|
|
@@ -8553,6 +8781,7 @@ export const MODELS = {
|
|
|
8553
8781
|
api: "openai-completions",
|
|
8554
8782
|
provider: "opencode-go",
|
|
8555
8783
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8784
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8556
8785
|
reasoning: true,
|
|
8557
8786
|
input: ["text"],
|
|
8558
8787
|
cost: {
|
|
@@ -8570,6 +8799,7 @@ export const MODELS = {
|
|
|
8570
8799
|
api: "openai-completions",
|
|
8571
8800
|
provider: "opencode-go",
|
|
8572
8801
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8802
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8573
8803
|
reasoning: true,
|
|
8574
8804
|
input: ["text", "image"],
|
|
8575
8805
|
cost: {
|
|
@@ -8587,7 +8817,7 @@ export const MODELS = {
|
|
|
8587
8817
|
api: "openai-completions",
|
|
8588
8818
|
provider: "opencode-go",
|
|
8589
8819
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8590
|
-
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false },
|
|
8820
|
+
compat: { "thinkingFormat": "deepseek", "supportsReasoningEffort": false, "maxTokensField": "max_tokens" },
|
|
8591
8821
|
reasoning: true,
|
|
8592
8822
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
8593
8823
|
input: ["text", "image"],
|
|
@@ -8606,6 +8836,7 @@ export const MODELS = {
|
|
|
8606
8836
|
api: "openai-completions",
|
|
8607
8837
|
provider: "opencode-go",
|
|
8608
8838
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8839
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8609
8840
|
reasoning: true,
|
|
8610
8841
|
input: ["text", "image"],
|
|
8611
8842
|
cost: {
|
|
@@ -8623,6 +8854,7 @@ export const MODELS = {
|
|
|
8623
8854
|
api: "openai-completions",
|
|
8624
8855
|
provider: "opencode-go",
|
|
8625
8856
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8857
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8626
8858
|
reasoning: true,
|
|
8627
8859
|
input: ["text"],
|
|
8628
8860
|
cost: {
|
|
@@ -8657,6 +8889,7 @@ export const MODELS = {
|
|
|
8657
8889
|
api: "openai-completions",
|
|
8658
8890
|
provider: "opencode-go",
|
|
8659
8891
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8892
|
+
compat: { "maxTokensField": "max_tokens" },
|
|
8660
8893
|
reasoning: true,
|
|
8661
8894
|
input: ["text"],
|
|
8662
8895
|
cost: {
|
|
@@ -8677,9 +8910,9 @@ export const MODELS = {
|
|
|
8677
8910
|
reasoning: true,
|
|
8678
8911
|
input: ["text", "image"],
|
|
8679
8912
|
cost: {
|
|
8680
|
-
input: 0.
|
|
8681
|
-
output: 2
|
|
8682
|
-
cacheRead: 0.
|
|
8913
|
+
input: 0.3,
|
|
8914
|
+
output: 1.2,
|
|
8915
|
+
cacheRead: 0.06,
|
|
8683
8916
|
cacheWrite: 0,
|
|
8684
8917
|
},
|
|
8685
8918
|
contextWindow: 512000,
|
|
@@ -8691,7 +8924,7 @@ export const MODELS = {
|
|
|
8691
8924
|
api: "openai-completions",
|
|
8692
8925
|
provider: "opencode-go",
|
|
8693
8926
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8694
|
-
compat: { "thinkingFormat": "qwen" },
|
|
8927
|
+
compat: { "thinkingFormat": "qwen", "maxTokensField": "max_tokens" },
|
|
8695
8928
|
reasoning: true,
|
|
8696
8929
|
input: ["text", "image"],
|
|
8697
8930
|
cost: {
|
|
@@ -8700,7 +8933,7 @@ export const MODELS = {
|
|
|
8700
8933
|
cacheRead: 0.05,
|
|
8701
8934
|
cacheWrite: 0.625,
|
|
8702
8935
|
},
|
|
8703
|
-
contextWindow:
|
|
8936
|
+
contextWindow: 1000000,
|
|
8704
8937
|
maxTokens: 65536,
|
|
8705
8938
|
},
|
|
8706
8939
|
"qwen3.7-max": {
|
|
@@ -8734,7 +8967,7 @@ export const MODELS = {
|
|
|
8734
8967
|
cacheRead: 0.04,
|
|
8735
8968
|
cacheWrite: 0.5,
|
|
8736
8969
|
},
|
|
8737
|
-
contextWindow:
|
|
8970
|
+
contextWindow: 1000000,
|
|
8738
8971
|
maxTokens: 65536,
|
|
8739
8972
|
},
|
|
8740
8973
|
},
|
|
@@ -8875,6 +9108,23 @@ export const MODELS = {
|
|
|
8875
9108
|
contextWindow: 200000,
|
|
8876
9109
|
maxTokens: 8192,
|
|
8877
9110
|
},
|
|
9111
|
+
"anthropic/claude-fable-5": {
|
|
9112
|
+
id: "anthropic/claude-fable-5",
|
|
9113
|
+
name: "Anthropic: Claude Fable 5",
|
|
9114
|
+
api: "openai-completions",
|
|
9115
|
+
provider: "openrouter",
|
|
9116
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9117
|
+
reasoning: true,
|
|
9118
|
+
input: ["text", "image"],
|
|
9119
|
+
cost: {
|
|
9120
|
+
input: 10,
|
|
9121
|
+
output: 50,
|
|
9122
|
+
cacheRead: 1,
|
|
9123
|
+
cacheWrite: 12.5,
|
|
9124
|
+
},
|
|
9125
|
+
contextWindow: 1000000,
|
|
9126
|
+
maxTokens: 128000,
|
|
9127
|
+
},
|
|
8878
9128
|
"anthropic/claude-haiku-4.5": {
|
|
8879
9129
|
id: "anthropic/claude-haiku-4.5",
|
|
8880
9130
|
name: "Anthropic: Claude Haiku 4.5",
|
|
@@ -9170,39 +9420,22 @@ export const MODELS = {
|
|
|
9170
9420
|
contextWindow: 2000000,
|
|
9171
9421
|
maxTokens: 30000,
|
|
9172
9422
|
},
|
|
9173
|
-
"
|
|
9174
|
-
id: "
|
|
9175
|
-
name: "
|
|
9423
|
+
"bytedance-seed/seed-1.6": {
|
|
9424
|
+
id: "bytedance-seed/seed-1.6",
|
|
9425
|
+
name: "ByteDance Seed: Seed 1.6",
|
|
9176
9426
|
api: "openai-completions",
|
|
9177
9427
|
provider: "openrouter",
|
|
9178
9428
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
9179
9429
|
reasoning: true,
|
|
9180
9430
|
input: ["text", "image"],
|
|
9181
9431
|
cost: {
|
|
9182
|
-
input: 0.
|
|
9183
|
-
output:
|
|
9432
|
+
input: 0.25,
|
|
9433
|
+
output: 2,
|
|
9184
9434
|
cacheRead: 0,
|
|
9185
9435
|
cacheWrite: 0,
|
|
9186
9436
|
},
|
|
9187
|
-
contextWindow:
|
|
9188
|
-
maxTokens:
|
|
9189
|
-
},
|
|
9190
|
-
"bytedance-seed/seed-1.6": {
|
|
9191
|
-
id: "bytedance-seed/seed-1.6",
|
|
9192
|
-
name: "ByteDance Seed: Seed 1.6",
|
|
9193
|
-
api: "openai-completions",
|
|
9194
|
-
provider: "openrouter",
|
|
9195
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9196
|
-
reasoning: true,
|
|
9197
|
-
input: ["text", "image"],
|
|
9198
|
-
cost: {
|
|
9199
|
-
input: 0.25,
|
|
9200
|
-
output: 2,
|
|
9201
|
-
cacheRead: 0,
|
|
9202
|
-
cacheWrite: 0,
|
|
9203
|
-
},
|
|
9204
|
-
contextWindow: 262144,
|
|
9205
|
-
maxTokens: 32768,
|
|
9437
|
+
contextWindow: 262144,
|
|
9438
|
+
maxTokens: 32768,
|
|
9206
9439
|
},
|
|
9207
9440
|
"bytedance-seed/seed-1.6-flash": {
|
|
9208
9441
|
id: "bytedance-seed/seed-1.6-flash",
|
|
@@ -9693,8 +9926,8 @@ export const MODELS = {
|
|
|
9693
9926
|
reasoning: false,
|
|
9694
9927
|
input: ["text", "image"],
|
|
9695
9928
|
cost: {
|
|
9696
|
-
input: 0.
|
|
9697
|
-
output: 0.
|
|
9929
|
+
input: 0.049999999999999996,
|
|
9930
|
+
output: 0.15,
|
|
9698
9931
|
cacheRead: 0,
|
|
9699
9932
|
cacheWrite: 0,
|
|
9700
9933
|
},
|
|
@@ -9762,12 +9995,12 @@ export const MODELS = {
|
|
|
9762
9995
|
input: ["text", "image"],
|
|
9763
9996
|
cost: {
|
|
9764
9997
|
input: 0.12,
|
|
9765
|
-
output: 0.
|
|
9766
|
-
cacheRead: 0,
|
|
9998
|
+
output: 0.36,
|
|
9999
|
+
cacheRead: 0.09,
|
|
9767
10000
|
cacheWrite: 0,
|
|
9768
10001
|
},
|
|
9769
10002
|
contextWindow: 262144,
|
|
9770
|
-
maxTokens:
|
|
10003
|
+
maxTokens: 8192,
|
|
9771
10004
|
},
|
|
9772
10005
|
"google/gemma-4-31b-it:free": {
|
|
9773
10006
|
id: "google/gemma-4-31b-it:free",
|
|
@@ -9916,7 +10149,7 @@ export const MODELS = {
|
|
|
9916
10149
|
input: ["text"],
|
|
9917
10150
|
cost: {
|
|
9918
10151
|
input: 0.02,
|
|
9919
|
-
output: 0.
|
|
10152
|
+
output: 0.03,
|
|
9920
10153
|
cacheRead: 0,
|
|
9921
10154
|
cacheWrite: 0,
|
|
9922
10155
|
},
|
|
@@ -9983,7 +10216,7 @@ export const MODELS = {
|
|
|
9983
10216
|
reasoning: false,
|
|
9984
10217
|
input: ["text", "image"],
|
|
9985
10218
|
cost: {
|
|
9986
|
-
input: 0.
|
|
10219
|
+
input: 0.09999999999999999,
|
|
9987
10220
|
output: 0.3,
|
|
9988
10221
|
cacheRead: 0,
|
|
9989
10222
|
cacheWrite: 0,
|
|
@@ -10052,8 +10285,8 @@ export const MODELS = {
|
|
|
10052
10285
|
input: ["text"],
|
|
10053
10286
|
cost: {
|
|
10054
10287
|
input: 0.15,
|
|
10055
|
-
output:
|
|
10056
|
-
cacheRead: 0,
|
|
10288
|
+
output: 0.8999999999999999,
|
|
10289
|
+
cacheRead: 0.049999999999999996,
|
|
10057
10290
|
cacheWrite: 0,
|
|
10058
10291
|
},
|
|
10059
10292
|
contextWindow: 204800,
|
|
@@ -10068,9 +10301,9 @@ export const MODELS = {
|
|
|
10068
10301
|
reasoning: true,
|
|
10069
10302
|
input: ["text"],
|
|
10070
10303
|
cost: {
|
|
10071
|
-
input: 0.
|
|
10072
|
-
output: 1.
|
|
10073
|
-
cacheRead: 0,
|
|
10304
|
+
input: 0.27,
|
|
10305
|
+
output: 1.08,
|
|
10306
|
+
cacheRead: 0.054,
|
|
10074
10307
|
cacheWrite: 0,
|
|
10075
10308
|
},
|
|
10076
10309
|
contextWindow: 204800,
|
|
@@ -10460,13 +10693,13 @@ export const MODELS = {
|
|
|
10460
10693
|
reasoning: true,
|
|
10461
10694
|
input: ["text", "image"],
|
|
10462
10695
|
cost: {
|
|
10463
|
-
input: 0.
|
|
10464
|
-
output: 3.
|
|
10465
|
-
cacheRead: 0.
|
|
10696
|
+
input: 0.6799999999999999,
|
|
10697
|
+
output: 3.41,
|
|
10698
|
+
cacheRead: 0.33999999999999997,
|
|
10466
10699
|
cacheWrite: 0,
|
|
10467
10700
|
},
|
|
10468
10701
|
contextWindow: 262144,
|
|
10469
|
-
maxTokens:
|
|
10702
|
+
maxTokens: 262142,
|
|
10470
10703
|
},
|
|
10471
10704
|
"moonshotai/kimi-k2.6:free": {
|
|
10472
10705
|
id: "moonshotai/kimi-k2.6:free",
|
|
@@ -10486,22 +10719,22 @@ export const MODELS = {
|
|
|
10486
10719
|
contextWindow: 262144,
|
|
10487
10720
|
maxTokens: 4096,
|
|
10488
10721
|
},
|
|
10489
|
-
"nex-agi/
|
|
10490
|
-
id: "nex-agi/
|
|
10491
|
-
name: "Nex AGI:
|
|
10722
|
+
"nex-agi/nex-n2-pro:free": {
|
|
10723
|
+
id: "nex-agi/nex-n2-pro:free",
|
|
10724
|
+
name: "Nex AGI: Nex-N2-Pro (free)",
|
|
10492
10725
|
api: "openai-completions",
|
|
10493
10726
|
provider: "openrouter",
|
|
10494
10727
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10495
|
-
reasoning:
|
|
10496
|
-
input: ["text"],
|
|
10728
|
+
reasoning: true,
|
|
10729
|
+
input: ["text", "image"],
|
|
10497
10730
|
cost: {
|
|
10498
|
-
input: 0
|
|
10499
|
-
output: 0
|
|
10731
|
+
input: 0,
|
|
10732
|
+
output: 0,
|
|
10500
10733
|
cacheRead: 0,
|
|
10501
10734
|
cacheWrite: 0,
|
|
10502
10735
|
},
|
|
10503
|
-
contextWindow:
|
|
10504
|
-
maxTokens:
|
|
10736
|
+
contextWindow: 262144,
|
|
10737
|
+
maxTokens: 262144,
|
|
10505
10738
|
},
|
|
10506
10739
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
10507
10740
|
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
@@ -10512,7 +10745,7 @@ export const MODELS = {
|
|
|
10512
10745
|
reasoning: true,
|
|
10513
10746
|
input: ["text"],
|
|
10514
10747
|
cost: {
|
|
10515
|
-
input: 0.
|
|
10748
|
+
input: 0.39999999999999997,
|
|
10516
10749
|
output: 0.39999999999999997,
|
|
10517
10750
|
cacheRead: 0,
|
|
10518
10751
|
cacheWrite: 0,
|
|
@@ -10605,6 +10838,40 @@ export const MODELS = {
|
|
|
10605
10838
|
contextWindow: 1000000,
|
|
10606
10839
|
maxTokens: 262144,
|
|
10607
10840
|
},
|
|
10841
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
10842
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
10843
|
+
name: "NVIDIA: Nemotron 3 Ultra",
|
|
10844
|
+
api: "openai-completions",
|
|
10845
|
+
provider: "openrouter",
|
|
10846
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10847
|
+
reasoning: true,
|
|
10848
|
+
input: ["text"],
|
|
10849
|
+
cost: {
|
|
10850
|
+
input: 0.5,
|
|
10851
|
+
output: 2.5,
|
|
10852
|
+
cacheRead: 0.15,
|
|
10853
|
+
cacheWrite: 0,
|
|
10854
|
+
},
|
|
10855
|
+
contextWindow: 1000000,
|
|
10856
|
+
maxTokens: 16384,
|
|
10857
|
+
},
|
|
10858
|
+
"nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
10859
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b:free",
|
|
10860
|
+
name: "NVIDIA: Nemotron 3 Ultra (free)",
|
|
10861
|
+
api: "openai-completions",
|
|
10862
|
+
provider: "openrouter",
|
|
10863
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10864
|
+
reasoning: true,
|
|
10865
|
+
input: ["text"],
|
|
10866
|
+
cost: {
|
|
10867
|
+
input: 0,
|
|
10868
|
+
output: 0,
|
|
10869
|
+
cacheRead: 0,
|
|
10870
|
+
cacheWrite: 0,
|
|
10871
|
+
},
|
|
10872
|
+
contextWindow: 1000000,
|
|
10873
|
+
maxTokens: 65536,
|
|
10874
|
+
},
|
|
10608
10875
|
"nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
10609
10876
|
id: "nvidia/nemotron-nano-12b-v2-vl:free",
|
|
10610
10877
|
name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
|
|
@@ -10724,40 +10991,6 @@ export const MODELS = {
|
|
|
10724
10991
|
contextWindow: 8191,
|
|
10725
10992
|
maxTokens: 4096,
|
|
10726
10993
|
},
|
|
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
10994
|
"openai/gpt-4-turbo": {
|
|
10762
10995
|
id: "openai/gpt-4-turbo",
|
|
10763
10996
|
name: "OpenAI: GPT-4 Turbo",
|
|
@@ -11833,7 +12066,7 @@ export const MODELS = {
|
|
|
11833
12066
|
reasoning: false,
|
|
11834
12067
|
input: ["text"],
|
|
11835
12068
|
cost: {
|
|
11836
|
-
input: 0.
|
|
12069
|
+
input: 0.09,
|
|
11837
12070
|
output: 0.09999999999999999,
|
|
11838
12071
|
cacheRead: 0,
|
|
11839
12072
|
cacheWrite: 0,
|
|
@@ -11867,13 +12100,13 @@ export const MODELS = {
|
|
|
11867
12100
|
reasoning: true,
|
|
11868
12101
|
input: ["text"],
|
|
11869
12102
|
cost: {
|
|
11870
|
-
input: 0.
|
|
11871
|
-
output: 0.
|
|
12103
|
+
input: 0.12,
|
|
12104
|
+
output: 0.5,
|
|
11872
12105
|
cacheRead: 0,
|
|
11873
12106
|
cacheWrite: 0,
|
|
11874
12107
|
},
|
|
11875
12108
|
contextWindow: 131072,
|
|
11876
|
-
maxTokens:
|
|
12109
|
+
maxTokens: 16384,
|
|
11877
12110
|
},
|
|
11878
12111
|
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
11879
12112
|
id: "qwen/qwen3-30b-a3b-instruct-2507",
|
|
@@ -11884,8 +12117,8 @@ export const MODELS = {
|
|
|
11884
12117
|
reasoning: false,
|
|
11885
12118
|
input: ["text"],
|
|
11886
12119
|
cost: {
|
|
11887
|
-
input: 0.
|
|
11888
|
-
output: 0.
|
|
12120
|
+
input: 0.04815,
|
|
12121
|
+
output: 0.19305,
|
|
11889
12122
|
cacheRead: 0,
|
|
11890
12123
|
cacheWrite: 0,
|
|
11891
12124
|
},
|
|
@@ -12326,13 +12559,13 @@ export const MODELS = {
|
|
|
12326
12559
|
reasoning: true,
|
|
12327
12560
|
input: ["text", "image"],
|
|
12328
12561
|
cost: {
|
|
12329
|
-
input: 0.
|
|
12562
|
+
input: 0.09999999999999999,
|
|
12330
12563
|
output: 0.15,
|
|
12331
12564
|
cacheRead: 0,
|
|
12332
12565
|
cacheWrite: 0,
|
|
12333
12566
|
},
|
|
12334
12567
|
contextWindow: 262144,
|
|
12335
|
-
maxTokens:
|
|
12568
|
+
maxTokens: 262144,
|
|
12336
12569
|
},
|
|
12337
12570
|
"qwen/qwen3.5-flash-02-23": {
|
|
12338
12571
|
id: "qwen/qwen3.5-flash-02-23",
|
|
@@ -12394,13 +12627,13 @@ export const MODELS = {
|
|
|
12394
12627
|
reasoning: true,
|
|
12395
12628
|
input: ["text", "image"],
|
|
12396
12629
|
cost: {
|
|
12397
|
-
input: 0.
|
|
12398
|
-
output:
|
|
12630
|
+
input: 0.28900000000000003,
|
|
12631
|
+
output: 2.4,
|
|
12399
12632
|
cacheRead: 0,
|
|
12400
12633
|
cacheWrite: 0,
|
|
12401
12634
|
},
|
|
12402
12635
|
contextWindow: 262144,
|
|
12403
|
-
maxTokens:
|
|
12636
|
+
maxTokens: 131072,
|
|
12404
12637
|
},
|
|
12405
12638
|
"qwen/qwen3.6-35b-a3b": {
|
|
12406
12639
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -12538,23 +12771,6 @@ export const MODELS = {
|
|
|
12538
12771
|
contextWindow: 256000,
|
|
12539
12772
|
maxTokens: 128000,
|
|
12540
12773
|
},
|
|
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
12774
|
"sao10k/l3.1-euryale-70b": {
|
|
12559
12775
|
id: "sao10k/l3.1-euryale-70b",
|
|
12560
12776
|
name: "Sao10K: Llama 3.1 Euryale 70B v2.2",
|
|
@@ -12776,23 +12992,6 @@ export const MODELS = {
|
|
|
12776
12992
|
contextWindow: 1048576,
|
|
12777
12993
|
maxTokens: 131072,
|
|
12778
12994
|
},
|
|
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
12995
|
"z-ai/glm-4.5": {
|
|
12797
12996
|
id: "z-ai/glm-4.5",
|
|
12798
12997
|
name: "Z.ai: GLM 4.5",
|
|
@@ -12827,23 +13026,6 @@ export const MODELS = {
|
|
|
12827
13026
|
contextWindow: 131072,
|
|
12828
13027
|
maxTokens: 131070,
|
|
12829
13028
|
},
|
|
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
13029
|
"z-ai/glm-4.5v": {
|
|
12848
13030
|
id: "z-ai/glm-4.5v",
|
|
12849
13031
|
name: "Z.ai: GLM 4.5V",
|
|
@@ -12889,11 +13071,11 @@ export const MODELS = {
|
|
|
12889
13071
|
cost: {
|
|
12890
13072
|
input: 0.3,
|
|
12891
13073
|
output: 0.8999999999999999,
|
|
12892
|
-
cacheRead: 0.
|
|
13074
|
+
cacheRead: 0.055,
|
|
12893
13075
|
cacheWrite: 0,
|
|
12894
13076
|
},
|
|
12895
13077
|
contextWindow: 131072,
|
|
12896
|
-
maxTokens:
|
|
13078
|
+
maxTokens: 32768,
|
|
12897
13079
|
},
|
|
12898
13080
|
"z-ai/glm-4.7": {
|
|
12899
13081
|
id: "z-ai/glm-4.7",
|
|
@@ -12960,7 +13142,7 @@ export const MODELS = {
|
|
|
12960
13142
|
cacheRead: 0.24,
|
|
12961
13143
|
cacheWrite: 0,
|
|
12962
13144
|
},
|
|
12963
|
-
contextWindow:
|
|
13145
|
+
contextWindow: 262144,
|
|
12964
13146
|
maxTokens: 131072,
|
|
12965
13147
|
},
|
|
12966
13148
|
"z-ai/glm-5.1": {
|
|
@@ -12980,22 +13162,22 @@ export const MODELS = {
|
|
|
12980
13162
|
contextWindow: 202752,
|
|
12981
13163
|
maxTokens: 4096,
|
|
12982
13164
|
},
|
|
12983
|
-
"
|
|
12984
|
-
id: "
|
|
12985
|
-
name: "
|
|
13165
|
+
"~anthropic/claude-fable-latest": {
|
|
13166
|
+
id: "~anthropic/claude-fable-latest",
|
|
13167
|
+
name: "Anthropic: Claude Fable Latest",
|
|
12986
13168
|
api: "openai-completions",
|
|
12987
13169
|
provider: "openrouter",
|
|
12988
13170
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
12989
13171
|
reasoning: true,
|
|
12990
13172
|
input: ["text", "image"],
|
|
12991
13173
|
cost: {
|
|
12992
|
-
input:
|
|
12993
|
-
output:
|
|
12994
|
-
cacheRead:
|
|
12995
|
-
cacheWrite:
|
|
13174
|
+
input: 10,
|
|
13175
|
+
output: 50,
|
|
13176
|
+
cacheRead: 1,
|
|
13177
|
+
cacheWrite: 12.5,
|
|
12996
13178
|
},
|
|
12997
|
-
contextWindow:
|
|
12998
|
-
maxTokens:
|
|
13179
|
+
contextWindow: 1000000,
|
|
13180
|
+
maxTokens: 128000,
|
|
12999
13181
|
},
|
|
13000
13182
|
"~anthropic/claude-haiku-latest": {
|
|
13001
13183
|
id: "~anthropic/claude-haiku-latest",
|
|
@@ -13091,13 +13273,13 @@ export const MODELS = {
|
|
|
13091
13273
|
reasoning: true,
|
|
13092
13274
|
input: ["text", "image"],
|
|
13093
13275
|
cost: {
|
|
13094
|
-
input: 0.
|
|
13095
|
-
output: 3.
|
|
13096
|
-
cacheRead: 0.
|
|
13276
|
+
input: 0.6799999999999999,
|
|
13277
|
+
output: 3.41,
|
|
13278
|
+
cacheRead: 0.33999999999999997,
|
|
13097
13279
|
cacheWrite: 0,
|
|
13098
13280
|
},
|
|
13099
13281
|
contextWindow: 262144,
|
|
13100
|
-
maxTokens:
|
|
13282
|
+
maxTokens: 262142,
|
|
13101
13283
|
},
|
|
13102
13284
|
"~openai/gpt-latest": {
|
|
13103
13285
|
id: "~openai/gpt-latest",
|
|
@@ -13141,9 +13323,9 @@ export const MODELS = {
|
|
|
13141
13323
|
api: "openai-completions",
|
|
13142
13324
|
provider: "together",
|
|
13143
13325
|
baseUrl: "https://api.together.ai/v1",
|
|
13144
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
13326
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13145
13327
|
reasoning: true,
|
|
13146
|
-
thinkingLevelMap: { "
|
|
13328
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13147
13329
|
input: ["text"],
|
|
13148
13330
|
cost: {
|
|
13149
13331
|
input: 0.3,
|
|
@@ -13288,7 +13470,7 @@ export const MODELS = {
|
|
|
13288
13470
|
},
|
|
13289
13471
|
"deepseek-ai/DeepSeek-V3": {
|
|
13290
13472
|
id: "deepseek-ai/DeepSeek-V3",
|
|
13291
|
-
name: "DeepSeek
|
|
13473
|
+
name: "DeepSeek-V3",
|
|
13292
13474
|
api: "openai-completions",
|
|
13293
13475
|
provider: "together",
|
|
13294
13476
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -13436,6 +13618,25 @@ export const MODELS = {
|
|
|
13436
13618
|
contextWindow: 262144,
|
|
13437
13619
|
maxTokens: 131000,
|
|
13438
13620
|
},
|
|
13621
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13622
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
13623
|
+
name: "Nemotron 3 Ultra 550B A55B",
|
|
13624
|
+
api: "openai-completions",
|
|
13625
|
+
provider: "together",
|
|
13626
|
+
baseUrl: "https://api.together.ai/v1",
|
|
13627
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13628
|
+
reasoning: true,
|
|
13629
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13630
|
+
input: ["text"],
|
|
13631
|
+
cost: {
|
|
13632
|
+
input: 0.6,
|
|
13633
|
+
output: 3.6,
|
|
13634
|
+
cacheRead: 0.2,
|
|
13635
|
+
cacheWrite: 0,
|
|
13636
|
+
},
|
|
13637
|
+
contextWindow: 512300,
|
|
13638
|
+
maxTokens: 512300,
|
|
13639
|
+
},
|
|
13439
13640
|
"openai/gpt-oss-120b": {
|
|
13440
13641
|
id: "openai/gpt-oss-120b",
|
|
13441
13642
|
name: "GPT OSS 120B",
|
|
@@ -13519,8 +13720,8 @@ export const MODELS = {
|
|
|
13519
13720
|
reasoning: true,
|
|
13520
13721
|
input: ["text"],
|
|
13521
13722
|
cost: {
|
|
13522
|
-
input: 0.
|
|
13523
|
-
output: 0.
|
|
13723
|
+
input: 0.12,
|
|
13724
|
+
output: 0.5,
|
|
13524
13725
|
cacheRead: 0,
|
|
13525
13726
|
cacheWrite: 0,
|
|
13526
13727
|
},
|
|
@@ -13884,6 +14085,25 @@ export const MODELS = {
|
|
|
13884
14085
|
contextWindow: 200000,
|
|
13885
14086
|
maxTokens: 8192,
|
|
13886
14087
|
},
|
|
14088
|
+
"anthropic/claude-fable-5": {
|
|
14089
|
+
id: "anthropic/claude-fable-5",
|
|
14090
|
+
name: "Claude Fable 5",
|
|
14091
|
+
api: "anthropic-messages",
|
|
14092
|
+
provider: "vercel-ai-gateway",
|
|
14093
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14094
|
+
compat: { "forceAdaptiveThinking": true },
|
|
14095
|
+
reasoning: true,
|
|
14096
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
14097
|
+
input: ["text", "image"],
|
|
14098
|
+
cost: {
|
|
14099
|
+
input: 10,
|
|
14100
|
+
output: 50,
|
|
14101
|
+
cacheRead: 1,
|
|
14102
|
+
cacheWrite: 12.5,
|
|
14103
|
+
},
|
|
14104
|
+
contextWindow: 1000000,
|
|
14105
|
+
maxTokens: 128000,
|
|
14106
|
+
},
|
|
13887
14107
|
"anthropic/claude-haiku-4.5": {
|
|
13888
14108
|
id: "anthropic/claude-haiku-4.5",
|
|
13889
14109
|
name: "Claude Haiku 4.5",
|
|
@@ -14265,40 +14485,6 @@ export const MODELS = {
|
|
|
14265
14485
|
contextWindow: 1000000,
|
|
14266
14486
|
maxTokens: 384000,
|
|
14267
14487
|
},
|
|
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
14488
|
"google/gemini-2.5-flash": {
|
|
14303
14489
|
id: "google/gemini-2.5-flash",
|
|
14304
14490
|
name: "Gemini 2.5 Flash",
|
|
@@ -15132,6 +15318,23 @@ export const MODELS = {
|
|
|
15132
15318
|
contextWindow: 256000,
|
|
15133
15319
|
maxTokens: 32000,
|
|
15134
15320
|
},
|
|
15321
|
+
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
15322
|
+
id: "nvidia/nemotron-3-ultra-550b-a55b",
|
|
15323
|
+
name: "Nemotron 3 Ultra",
|
|
15324
|
+
api: "anthropic-messages",
|
|
15325
|
+
provider: "vercel-ai-gateway",
|
|
15326
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15327
|
+
reasoning: true,
|
|
15328
|
+
input: ["text"],
|
|
15329
|
+
cost: {
|
|
15330
|
+
input: 0.6,
|
|
15331
|
+
output: 2.4,
|
|
15332
|
+
cacheRead: 0.12,
|
|
15333
|
+
cacheWrite: 0,
|
|
15334
|
+
},
|
|
15335
|
+
contextWindow: 1000000,
|
|
15336
|
+
maxTokens: 65000,
|
|
15337
|
+
},
|
|
15135
15338
|
"nvidia/nemotron-nano-12b-v2-vl": {
|
|
15136
15339
|
id: "nvidia/nemotron-nano-12b-v2-vl",
|
|
15137
15340
|
name: "Nvidia Nemotron Nano 12B V2 VL",
|
|
@@ -16401,7 +16604,7 @@ export const MODELS = {
|
|
|
16401
16604
|
cacheRead: 0.2,
|
|
16402
16605
|
cacheWrite: 0,
|
|
16403
16606
|
},
|
|
16404
|
-
contextWindow:
|
|
16607
|
+
contextWindow: 1000000,
|
|
16405
16608
|
maxTokens: 30000,
|
|
16406
16609
|
},
|
|
16407
16610
|
"grok-4.20-0309-reasoning": {
|
|
@@ -16418,7 +16621,7 @@ export const MODELS = {
|
|
|
16418
16621
|
cacheRead: 0.2,
|
|
16419
16622
|
cacheWrite: 0,
|
|
16420
16623
|
},
|
|
16421
|
-
contextWindow:
|
|
16624
|
+
contextWindow: 1000000,
|
|
16422
16625
|
maxTokens: 30000,
|
|
16423
16626
|
},
|
|
16424
16627
|
"grok-4.3": {
|
|
@@ -16564,6 +16767,24 @@ export const MODELS = {
|
|
|
16564
16767
|
contextWindow: 1048576,
|
|
16565
16768
|
maxTokens: 131072,
|
|
16566
16769
|
},
|
|
16770
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16771
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16772
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16773
|
+
api: "openai-completions",
|
|
16774
|
+
provider: "xiaomi",
|
|
16775
|
+
baseUrl: "https://api.xiaomimimo.com/v1",
|
|
16776
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek", "supportsDisabledThinking": false },
|
|
16777
|
+
reasoning: true,
|
|
16778
|
+
input: ["text"],
|
|
16779
|
+
cost: {
|
|
16780
|
+
input: 1.305,
|
|
16781
|
+
output: 2.61,
|
|
16782
|
+
cacheRead: 0.0108,
|
|
16783
|
+
cacheWrite: 0,
|
|
16784
|
+
},
|
|
16785
|
+
contextWindow: 1048576,
|
|
16786
|
+
maxTokens: 131072,
|
|
16787
|
+
},
|
|
16567
16788
|
},
|
|
16568
16789
|
"xiaomi-token-plan-ams": {
|
|
16569
16790
|
"mimo-v2-omni": {
|
|
@@ -16638,6 +16859,24 @@ export const MODELS = {
|
|
|
16638
16859
|
contextWindow: 1048576,
|
|
16639
16860
|
maxTokens: 131072,
|
|
16640
16861
|
},
|
|
16862
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16863
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16864
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16865
|
+
api: "openai-completions",
|
|
16866
|
+
provider: "xiaomi-token-plan-ams",
|
|
16867
|
+
baseUrl: "https://token-plan-ams.xiaomimimo.com/v1",
|
|
16868
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek", "supportsDisabledThinking": false },
|
|
16869
|
+
reasoning: true,
|
|
16870
|
+
input: ["text"],
|
|
16871
|
+
cost: {
|
|
16872
|
+
input: 1.305,
|
|
16873
|
+
output: 2.61,
|
|
16874
|
+
cacheRead: 0.0108,
|
|
16875
|
+
cacheWrite: 0,
|
|
16876
|
+
},
|
|
16877
|
+
contextWindow: 1048576,
|
|
16878
|
+
maxTokens: 131072,
|
|
16879
|
+
},
|
|
16641
16880
|
},
|
|
16642
16881
|
"xiaomi-token-plan-cn": {
|
|
16643
16882
|
"mimo-v2-omni": {
|
|
@@ -16712,6 +16951,24 @@ export const MODELS = {
|
|
|
16712
16951
|
contextWindow: 1048576,
|
|
16713
16952
|
maxTokens: 131072,
|
|
16714
16953
|
},
|
|
16954
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
16955
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
16956
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
16957
|
+
api: "openai-completions",
|
|
16958
|
+
provider: "xiaomi-token-plan-cn",
|
|
16959
|
+
baseUrl: "https://token-plan-cn.xiaomimimo.com/v1",
|
|
16960
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek", "supportsDisabledThinking": false },
|
|
16961
|
+
reasoning: true,
|
|
16962
|
+
input: ["text"],
|
|
16963
|
+
cost: {
|
|
16964
|
+
input: 1.305,
|
|
16965
|
+
output: 2.61,
|
|
16966
|
+
cacheRead: 0.0108,
|
|
16967
|
+
cacheWrite: 0,
|
|
16968
|
+
},
|
|
16969
|
+
contextWindow: 1048576,
|
|
16970
|
+
maxTokens: 131072,
|
|
16971
|
+
},
|
|
16715
16972
|
},
|
|
16716
16973
|
"xiaomi-token-plan-sgp": {
|
|
16717
16974
|
"mimo-v2-omni": {
|
|
@@ -16786,6 +17043,24 @@ export const MODELS = {
|
|
|
16786
17043
|
contextWindow: 1048576,
|
|
16787
17044
|
maxTokens: 131072,
|
|
16788
17045
|
},
|
|
17046
|
+
"mimo-v2.5-pro-ultraspeed": {
|
|
17047
|
+
id: "mimo-v2.5-pro-ultraspeed",
|
|
17048
|
+
name: "MiMo-V2.5-Pro-UltraSpeed",
|
|
17049
|
+
api: "openai-completions",
|
|
17050
|
+
provider: "xiaomi-token-plan-sgp",
|
|
17051
|
+
baseUrl: "https://token-plan-sgp.xiaomimimo.com/v1",
|
|
17052
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek", "supportsDisabledThinking": false },
|
|
17053
|
+
reasoning: true,
|
|
17054
|
+
input: ["text"],
|
|
17055
|
+
cost: {
|
|
17056
|
+
input: 1.305,
|
|
17057
|
+
output: 2.61,
|
|
17058
|
+
cacheRead: 0.0108,
|
|
17059
|
+
cacheWrite: 0,
|
|
17060
|
+
},
|
|
17061
|
+
contextWindow: 1048576,
|
|
17062
|
+
maxTokens: 131072,
|
|
17063
|
+
},
|
|
16789
17064
|
},
|
|
16790
17065
|
"zai": {
|
|
16791
17066
|
"glm-4.5-air": {
|