@code-yeongyu/senpi 2026.6.4 → 2026.6.10-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +69 -1
- package/README.md +116 -99
- package/dist/bun/cli.d.ts.map +1 -1
- package/dist/bun/cli.js.map +1 -1
- package/dist/bun/register-bedrock.d.ts.map +1 -1
- package/dist/bun/restore-sandbox-env.d.ts.map +1 -1
- package/dist/bun/restore-sandbox-env.js.map +1 -1
- package/dist/cli/args.d.ts +1 -0
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +13 -4
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/config-selector.d.ts.map +1 -1
- package/dist/cli/config-selector.js.map +1 -1
- package/dist/cli/file-processor.d.ts.map +1 -1
- package/dist/cli/file-processor.js.map +1 -1
- package/dist/cli/initial-message.d.ts +1 -1
- package/dist/cli/initial-message.d.ts.map +1 -1
- package/dist/cli/initial-message.js.map +1 -1
- package/dist/cli/list-models.d.ts.map +1 -1
- package/dist/cli/list-models.js.map +1 -1
- package/dist/cli/project-trust.d.ts +10 -0
- package/dist/cli/project-trust.d.ts.map +1 -0
- package/dist/cli/project-trust.js +48 -0
- package/dist/cli/project-trust.js.map +1 -0
- package/dist/cli/session-picker.d.ts.map +1 -1
- package/dist/cli/session-picker.js.map +1 -1
- package/dist/cli/startup-ui.d.ts +7 -0
- package/dist/cli/startup-ui.d.ts.map +1 -0
- package/dist/cli/startup-ui.js +59 -0
- package/dist/cli/startup-ui.js.map +1 -0
- package/dist/cli-main.d.ts.map +1 -1
- package/dist/cli-main.js.map +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +10 -1
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js.map +1 -1
- package/dist/core/agent-session-runtime.d.ts +3 -1
- package/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.js +4 -9
- package/dist/core/agent-session-runtime.js.map +1 -1
- package/dist/core/agent-session-services.d.ts +2 -1
- package/dist/core/agent-session-services.d.ts.map +1 -1
- package/dist/core/agent-session-services.js +2 -2
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/agent-session.d.ts +33 -0
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +57 -79
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/auth-guidance.d.ts.map +1 -1
- package/dist/core/auth-guidance.js.map +1 -1
- package/dist/core/auth-storage.d.ts +4 -0
- package/dist/core/auth-storage.d.ts.map +1 -1
- package/dist/core/auth-storage.js +4 -8
- package/dist/core/auth-storage.js.map +1 -1
- package/dist/core/bash-executor.d.ts.map +1 -1
- package/dist/core/bash-executor.js.map +1 -1
- package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
- package/dist/core/compaction/branch-summarization.js.map +1 -1
- package/dist/core/compaction/compaction.d.ts.map +1 -1
- package/dist/core/compaction/compaction.js.map +1 -1
- package/dist/core/compaction/index.d.ts.map +1 -1
- package/dist/core/compaction/utils.d.ts +1 -1
- package/dist/core/compaction/utils.d.ts.map +1 -1
- package/dist/core/compaction/utils.js +1 -1
- package/dist/core/compaction/utils.js.map +1 -1
- package/dist/core/defaults.d.ts.map +1 -1
- package/dist/core/diagnostics.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/build.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/build.js.map +1 -1
- package/dist/core/dynamic-prompt/exploration.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/exploration.js.map +1 -1
- package/dist/core/dynamic-prompt/identity.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/identity.js.map +1 -1
- package/dist/core/dynamic-prompt/index.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/intent-gate.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/intent-gate.js.map +1 -1
- package/dist/core/dynamic-prompt/parallel-tools.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/parallel-tools.js.map +1 -1
- package/dist/core/dynamic-prompt/policies.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/policies.js.map +1 -1
- package/dist/core/dynamic-prompt/style.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/style.js.map +1 -1
- package/dist/core/dynamic-prompt/tool-categorization.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/tool-categorization.js.map +1 -1
- package/dist/core/dynamic-prompt/tool-section.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/tool-section.js.map +1 -1
- package/dist/core/dynamic-prompt/types.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/verification.d.ts.map +1 -1
- package/dist/core/dynamic-prompt/verification.js.map +1 -1
- package/dist/core/event-bus.d.ts.map +1 -1
- package/dist/core/event-bus.js.map +1 -1
- package/dist/core/exec.d.ts.map +1 -1
- package/dist/core/exec.js.map +1 -1
- package/dist/core/export-html/ansi-to-html.d.ts.map +1 -1
- package/dist/core/export-html/ansi-to-html.js.map +1 -1
- package/dist/core/export-html/index.d.ts.map +1 -1
- package/dist/core/export-html/index.js.map +1 -1
- package/dist/core/export-html/tool-renderer.d.ts.map +1 -1
- package/dist/core/export-html/tool-renderer.js.map +1 -1
- package/dist/core/extensions/builtin/anthropic-bash/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/anthropic-bash/index.js.map +1 -1
- package/dist/core/extensions/builtin/anthropic-web-search/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/anthropic-web-search/index.js.map +1 -1
- package/dist/core/extensions/builtin/bash-timeout/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/bash-timeout/index.js.map +1 -1
- package/dist/core/extensions/builtin/bash-timeout/timeout.d.ts.map +1 -1
- package/dist/core/extensions/builtin/bash-timeout/timeout.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/checkpoint-state.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/checkpoint-state.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/circuit-breaker.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/circuit-breaker.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/context-reduction.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/context-reduction.js +1 -1
- package/dist/core/extensions/builtin/compaction/context-reduction.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/degradation-monitor.d.ts +0 -1
- package/dist/core/extensions/builtin/compaction/degradation-monitor.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/degradation-monitor.js +0 -1
- package/dist/core/extensions/builtin/compaction/degradation-monitor.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/index.js +4 -4
- package/dist/core/extensions/builtin/compaction/index.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/per-turn-cap.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/per-turn-cap.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/policy.d.ts +0 -5
- package/dist/core/extensions/builtin/compaction/policy.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/policy.js +0 -4
- package/dist/core/extensions/builtin/compaction/policy.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/prompts.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/prompts.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/repair-tool-pairs.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/repair-tool-pairs.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/restoration-tracker.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/restoration-tracker.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/speculative.d.ts +0 -6
- package/dist/core/extensions/builtin/compaction/speculative.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/speculative.js +0 -3
- package/dist/core/extensions/builtin/compaction/speculative.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/state.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/state.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/todo-bridge.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/todo-bridge.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/tool-truncation.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/tool-truncation.js.map +1 -1
- package/dist/core/extensions/builtin/diff.d.ts.map +1 -1
- package/dist/core/extensions/builtin/diff.js.map +1 -1
- package/dist/core/extensions/builtin/files.d.ts.map +1 -1
- package/dist/core/extensions/builtin/files.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/apply.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/apply.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/constants.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/constants.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/errors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/errors.js +0 -2
- package/dist/core/extensions/builtin/gpt-apply-patch/errors.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/extension.d.ts +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/extension.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/extension.js +10 -2
- package/dist/core/extensions/builtin/gpt-apply-patch/extension.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/params.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/params.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/parser.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/parser.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/patch-diff.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/patch-diff.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/patch-replace.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/patch-replace.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/preview-format.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/preview-format.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/preview.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/preview.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/seek-sequence.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/seek-sequence.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-parser.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-parser.js +7 -5
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-parser.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-render.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-render.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/text.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/text.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/tool.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/tool.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/workspace.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/workspace.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/filter.d.ts.map +1 -1
- package/dist/core/extensions/builtin/history-search/filter.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/history-search/index.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/indexer.d.ts.map +1 -1
- package/dist/core/extensions/builtin/history-search/indexer.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/overlay.d.ts.map +1 -1
- package/dist/core/extensions/builtin/history-search/overlay.js +3 -6
- package/dist/core/extensions/builtin/history-search/overlay.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/kimi-web-search/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/kimi-web-search/index.js.map +1 -1
- package/dist/core/extensions/builtin/openai-web-search/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/openai-web-search/index.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/arity.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/arity.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/cli.d.ts +0 -3
- package/dist/core/extensions/builtin/permission-system/cli.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/cli.js +0 -13
- package/dist/core/extensions/builtin/permission-system/cli.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/config.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/config.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/evaluate.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/evaluate.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/events.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/events.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/external-dir.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/external-dir.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/index.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/non-interactive.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/non-interactive.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/parsers.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/parsers.js +3 -1
- package/dist/core/extensions/builtin/permission-system/parsers.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/prompt.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/prompt.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/service.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/service.js +2 -5
- package/dist/core/extensions/builtin/permission-system/service.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/settings.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/settings.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/storage.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/storage.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/types.js +3 -5
- package/dist/core/extensions/builtin/permission-system/types.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/wildcard.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/wildcard.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-5.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-5.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-6.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-6.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-7.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-7.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/file-operations.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/file-operations.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.2.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.2.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.3-codex.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.3-codex.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.4.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.4.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.5.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.5.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/index.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/kimi-k2-6.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/kimi-k2-6.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/presets.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/presets.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-url-widget.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-url-widget.js.map +1 -1
- package/dist/core/extensions/builtin/redraws.d.ts.map +1 -1
- package/dist/core/extensions/builtin/redraws.js.map +1 -1
- package/dist/core/extensions/builtin/service-tier.d.ts.map +1 -1
- package/dist/core/extensions/builtin/service-tier.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/index.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/loader.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/loader.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/overlay-format.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/overlay-format.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/overlay.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/overlay.js +13 -18
- package/dist/core/extensions/builtin/session-observer/overlay.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/scanner.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/scanner.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/text.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/text.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript-entries.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript-entries.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript-format.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript-format.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/transcript.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/index.js +0 -2
- package/dist/core/extensions/builtin/todotools/index.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.d.ts +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.js +0 -2
- package/dist/core/extensions/builtin/todotools/prompt.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/state.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/state.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/tools/todoread.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/tools/todoread.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/tools/todowrite.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/tools/todowrite.js.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/index.js.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-anthropic-payload.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-anthropic-payload.js.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-chat-completions-payload.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-chat-completions-payload.js.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-responses-payload.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-responses-payload.js.map +1 -1
- package/dist/core/extensions/builtin/tps.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tps.js.map +1 -1
- package/dist/core/extensions/index.d.ts +1 -1
- package/dist/core/extensions/index.d.ts.map +1 -1
- package/dist/core/extensions/index.js.map +1 -1
- package/dist/core/extensions/loader.d.ts +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +4 -4
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/extensions/runner.d.ts +7 -2
- package/dist/core/extensions/runner.d.ts.map +1 -1
- package/dist/core/extensions/runner.js +69 -43
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/types.d.ts +22 -2
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/extensions/wrapper.d.ts.map +1 -1
- package/dist/core/extensions/wrapper.js.map +1 -1
- package/dist/core/footer-data-provider.d.ts.map +1 -1
- package/dist/core/footer-data-provider.js +17 -18
- package/dist/core/footer-data-provider.js.map +1 -1
- package/dist/core/http-dispatcher.d.ts.map +1 -1
- package/dist/core/http-dispatcher.js.map +1 -1
- package/dist/core/keybindings.d.ts +1 -1
- package/dist/core/keybindings.d.ts.map +1 -1
- package/dist/core/keybindings.js +0 -1
- package/dist/core/keybindings.js.map +1 -1
- package/dist/core/messages.d.ts.map +1 -1
- package/dist/core/messages.js.map +1 -1
- package/dist/core/model-registry.d.ts +3 -4
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +31 -16
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/model-resolver.d.ts.map +1 -1
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/output-guard.d.ts.map +1 -1
- package/dist/core/output-guard.js.map +1 -1
- package/dist/core/package-manager.d.ts +1 -0
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/package-manager.js +25 -13
- package/dist/core/package-manager.js.map +1 -1
- package/dist/core/project-trust.d.ts +15 -0
- package/dist/core/project-trust.d.ts.map +1 -0
- package/dist/core/project-trust.js +58 -0
- package/dist/core/project-trust.js.map +1 -0
- package/dist/core/prompt-templates.d.ts +2 -1
- package/dist/core/prompt-templates.d.ts.map +1 -1
- package/dist/core/prompt-templates.js +24 -26
- package/dist/core/prompt-templates.js.map +1 -1
- package/dist/core/provider-attribution.d.ts.map +1 -1
- package/dist/core/provider-attribution.js.map +1 -1
- package/dist/core/provider-display-names.d.ts.map +1 -1
- package/dist/core/resolve-config-value.d.ts +0 -4
- package/dist/core/resolve-config-value.d.ts.map +1 -1
- package/dist/core/resolve-config-value.js +0 -15
- package/dist/core/resolve-config-value.js.map +1 -1
- package/dist/core/resource-loader.d.ts +14 -2
- package/dist/core/resource-loader.d.ts.map +1 -1
- package/dist/core/resource-loader.js +117 -74
- package/dist/core/resource-loader.js.map +1 -1
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/session-cwd.d.ts.map +1 -1
- package/dist/core/session-cwd.js +0 -1
- package/dist/core/session-cwd.js.map +1 -1
- package/dist/core/session-manager.d.ts +3 -0
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +41 -28
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/session-resident-store.d.ts +16 -0
- package/dist/core/session-resident-store.d.ts.map +1 -0
- package/dist/core/session-resident-store.js +48 -0
- package/dist/core/session-resident-store.js.map +1 -0
- package/dist/core/session-work-barrier.d.ts.map +1 -1
- package/dist/core/session-work-barrier.js +5 -3
- package/dist/core/session-work-barrier.js.map +1 -1
- package/dist/core/settings-manager.d.ts +14 -2
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +86 -46
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/skills.d.ts.map +1 -1
- package/dist/core/skills.js.map +1 -1
- package/dist/core/slash-commands.d.ts.map +1 -1
- package/dist/core/slash-commands.js +1 -0
- package/dist/core/slash-commands.js.map +1 -1
- package/dist/core/source-info.d.ts.map +1 -1
- package/dist/core/source-info.js.map +1 -1
- package/dist/core/system-prompt.d.ts.map +1 -1
- package/dist/core/system-prompt.js.map +1 -1
- package/dist/core/telemetry.d.ts.map +1 -1
- package/dist/core/telemetry.js.map +1 -1
- package/dist/core/thinking-levels.d.ts.map +1 -1
- package/dist/core/thinking-levels.js.map +1 -1
- package/dist/core/timings.d.ts.map +1 -1
- package/dist/core/timings.js.map +1 -1
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +9 -6
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/diff-render.d.ts.map +1 -1
- package/dist/core/tools/diff-render.js.map +1 -1
- package/dist/core/tools/edit-diff.d.ts +0 -5
- package/dist/core/tools/edit-diff.d.ts.map +1 -1
- package/dist/core/tools/edit-diff.js +0 -7
- package/dist/core/tools/edit-diff.js.map +1 -1
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/core/tools/file-mutation-queue.d.ts.map +1 -1
- package/dist/core/tools/file-mutation-queue.js.map +1 -1
- package/dist/core/tools/find.d.ts.map +1 -1
- package/dist/core/tools/find.js +1 -1
- package/dist/core/tools/find.js.map +1 -1
- package/dist/core/tools/grep.d.ts.map +1 -1
- package/dist/core/tools/grep.js +1 -1
- package/dist/core/tools/grep.js.map +1 -1
- package/dist/core/tools/index.d.ts +0 -5
- package/dist/core/tools/index.d.ts.map +1 -1
- package/dist/core/tools/index.js +0 -67
- package/dist/core/tools/index.js.map +1 -1
- package/dist/core/tools/ls.d.ts.map +1 -1
- package/dist/core/tools/ls.js +1 -1
- package/dist/core/tools/ls.js.map +1 -1
- package/dist/core/tools/output-accumulator.d.ts.map +1 -1
- package/dist/core/tools/output-accumulator.js +12 -18
- package/dist/core/tools/output-accumulator.js.map +1 -1
- package/dist/core/tools/path-utils.d.ts.map +1 -1
- package/dist/core/tools/path-utils.js.map +1 -1
- package/dist/core/tools/read.d.ts.map +1 -1
- package/dist/core/tools/read.js +1 -1
- package/dist/core/tools/read.js.map +1 -1
- package/dist/core/tools/render-utils.d.ts.map +1 -1
- package/dist/core/tools/render-utils.js.map +1 -1
- package/dist/core/tools/tool-definition-wrapper.d.ts.map +1 -1
- package/dist/core/tools/tool-definition-wrapper.js.map +1 -1
- package/dist/core/tools/truncate.d.ts.map +1 -1
- package/dist/core/tools/truncate.js.map +1 -1
- package/dist/core/tools/write.d.ts.map +1 -1
- package/dist/core/tools/write.js +1 -2
- package/dist/core/tools/write.js.map +1 -1
- package/dist/core/trust-manager.d.ts +31 -0
- package/dist/core/trust-manager.d.ts.map +1 -0
- package/dist/core/trust-manager.js +186 -0
- package/dist/core/trust-manager.js.map +1 -0
- package/dist/index.d.ts +5 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +101 -86
- package/dist/main.js.map +1 -1
- package/dist/migrations.d.ts.map +1 -1
- package/dist/migrations.js +39 -34
- package/dist/migrations.js.map +1 -1
- package/dist/modes/index.d.ts +1 -1
- package/dist/modes/index.d.ts.map +1 -1
- package/dist/modes/index.js.map +1 -1
- package/dist/modes/interactive/components/armin.d.ts.map +1 -1
- package/dist/modes/interactive/components/armin.js +6 -10
- package/dist/modes/interactive/components/armin.js.map +1 -1
- package/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/assistant-message.js +2 -11
- package/dist/modes/interactive/components/assistant-message.js.map +1 -1
- package/dist/modes/interactive/components/bash-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/bash-execution.js +6 -11
- package/dist/modes/interactive/components/bash-execution.js.map +1 -1
- package/dist/modes/interactive/components/bordered-loader.d.ts.map +1 -1
- package/dist/modes/interactive/components/bordered-loader.js +0 -3
- package/dist/modes/interactive/components/bordered-loader.js.map +1 -1
- package/dist/modes/interactive/components/branch-summary-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/branch-summary-message.js +1 -3
- package/dist/modes/interactive/components/branch-summary-message.js.map +1 -1
- package/dist/modes/interactive/components/compaction-summary-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/compaction-summary-message.js +1 -3
- package/dist/modes/interactive/components/compaction-summary-message.js.map +1 -1
- package/dist/modes/interactive/components/config-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/config-selector.js +5 -15
- package/dist/modes/interactive/components/config-selector.js.map +1 -1
- package/dist/modes/interactive/components/countdown-timer.d.ts.map +1 -1
- package/dist/modes/interactive/components/countdown-timer.js +0 -5
- package/dist/modes/interactive/components/countdown-timer.js.map +1 -1
- package/dist/modes/interactive/components/custom-editor.d.ts.map +1 -1
- package/dist/modes/interactive/components/custom-editor.js +1 -8
- package/dist/modes/interactive/components/custom-editor.js.map +1 -1
- package/dist/modes/interactive/components/custom-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/custom-message.js +1 -6
- package/dist/modes/interactive/components/custom-message.js.map +1 -1
- package/dist/modes/interactive/components/daxnuts.d.ts.map +1 -1
- package/dist/modes/interactive/components/daxnuts.js +6 -8
- package/dist/modes/interactive/components/daxnuts.js.map +1 -1
- package/dist/modes/interactive/components/diff.d.ts.map +1 -1
- package/dist/modes/interactive/components/diff.js +2 -2
- package/dist/modes/interactive/components/diff.js.map +1 -1
- package/dist/modes/interactive/components/dynamic-border.d.ts.map +1 -1
- package/dist/modes/interactive/components/dynamic-border.js +0 -1
- package/dist/modes/interactive/components/dynamic-border.js.map +1 -1
- package/dist/modes/interactive/components/earendil-announcement.d.ts.map +1 -1
- package/dist/modes/interactive/components/earendil-announcement.js.map +1 -1
- package/dist/modes/interactive/components/extension-editor.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-editor.js +1 -6
- package/dist/modes/interactive/components/extension-editor.js.map +1 -1
- package/dist/modes/interactive/components/extension-input.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-input.js +2 -8
- package/dist/modes/interactive/components/extension-input.js.map +1 -1
- package/dist/modes/interactive/components/extension-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-selector.js +1 -9
- package/dist/modes/interactive/components/extension-selector.js.map +1 -1
- package/dist/modes/interactive/components/favorite-models-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/favorite-models-selector.js +9 -15
- package/dist/modes/interactive/components/favorite-models-selector.js.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.js +10 -3
- package/dist/modes/interactive/components/footer.js.map +1 -1
- package/dist/modes/interactive/components/index.d.ts +1 -0
- package/dist/modes/interactive/components/index.d.ts.map +1 -1
- package/dist/modes/interactive/components/index.js +1 -0
- package/dist/modes/interactive/components/index.js.map +1 -1
- package/dist/modes/interactive/components/keybinding-hints.d.ts.map +1 -1
- package/dist/modes/interactive/components/keybinding-hints.js.map +1 -1
- package/dist/modes/interactive/components/login-dialog.d.ts +1 -0
- package/dist/modes/interactive/components/login-dialog.d.ts.map +1 -1
- package/dist/modes/interactive/components/login-dialog.js +10 -10
- package/dist/modes/interactive/components/login-dialog.js.map +1 -1
- package/dist/modes/interactive/components/model-favorites.d.ts.map +1 -1
- package/dist/modes/interactive/components/model-favorites.js.map +1 -1
- package/dist/modes/interactive/components/model-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/model-selector.js +9 -22
- package/dist/modes/interactive/components/model-selector.js.map +1 -1
- package/dist/modes/interactive/components/oauth-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/oauth-selector.js +3 -12
- package/dist/modes/interactive/components/oauth-selector.js.map +1 -1
- package/dist/modes/interactive/components/session-selector-search.d.ts.map +1 -1
- package/dist/modes/interactive/components/session-selector-search.js.map +1 -1
- package/dist/modes/interactive/components/session-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/session-selector.js +33 -58
- package/dist/modes/interactive/components/session-selector.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.d.ts +3 -1
- package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +20 -4
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/show-images-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/show-images-selector.js +0 -1
- package/dist/modes/interactive/components/show-images-selector.js.map +1 -1
- package/dist/modes/interactive/components/skill-invocation-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/skill-invocation-message.js +1 -3
- package/dist/modes/interactive/components/skill-invocation-message.js.map +1 -1
- package/dist/modes/interactive/components/theme-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/theme-selector.js +0 -2
- package/dist/modes/interactive/components/theme-selector.js.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.js +0 -1
- package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
- package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution.js +35 -32
- package/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/dist/modes/interactive/components/tree-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/tree-selector.js +18 -32
- package/dist/modes/interactive/components/tree-selector.js.map +1 -1
- package/dist/modes/interactive/components/trust-selector.d.ts +23 -0
- package/dist/modes/interactive/components/trust-selector.d.ts.map +1 -0
- package/dist/modes/interactive/components/trust-selector.js +85 -0
- package/dist/modes/interactive/components/trust-selector.js.map +1 -0
- package/dist/modes/interactive/components/user-message-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/user-message-selector.js +3 -6
- package/dist/modes/interactive/components/user-message-selector.js.map +1 -1
- package/dist/modes/interactive/components/user-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/user-message.js +0 -1
- package/dist/modes/interactive/components/user-message.js.map +1 -1
- package/dist/modes/interactive/components/visual-truncate.d.ts.map +1 -1
- package/dist/modes/interactive/components/visual-truncate.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +39 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +264 -114
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/session-info-format.d.ts.map +1 -1
- package/dist/modes/interactive/session-info-format.js.map +1 -1
- package/dist/modes/interactive/startup-tools.d.ts.map +1 -1
- package/dist/modes/interactive/startup-tools.js.map +1 -1
- package/dist/modes/interactive/theme/theme.d.ts +0 -4
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +0 -13
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/dist/modes/interactive/working-status.d.ts +2 -0
- package/dist/modes/interactive/working-status.d.ts.map +1 -1
- package/dist/modes/interactive/working-status.js +34 -0
- package/dist/modes/interactive/working-status.js.map +1 -1
- package/dist/modes/print-mode.d.ts.map +1 -1
- package/dist/modes/print-mode.js.map +1 -1
- package/dist/modes/provider-native-rendering.d.ts.map +1 -1
- package/dist/modes/provider-native-rendering.js.map +1 -1
- package/dist/modes/rpc/jsonl.d.ts.map +1 -1
- package/dist/modes/rpc/jsonl.js.map +1 -1
- package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client.js +7 -8
- package/dist/modes/rpc/rpc-client.js.map +1 -1
- package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/dist/modes/rpc/rpc-types.d.ts +0 -1
- package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-types.js.map +1 -1
- package/dist/package-manager-cli.d.ts +6 -2
- package/dist/package-manager-cli.d.ts.map +1 -1
- package/dist/package-manager-cli.js +105 -11
- package/dist/package-manager-cli.js.map +1 -1
- package/dist/self-update-bootstrap.d.ts.map +1 -1
- package/dist/self-update-bootstrap.js.map +1 -1
- package/dist/senpi +10 -1
- package/dist/utils/ansi.d.ts.map +1 -1
- package/dist/utils/ansi.js.map +1 -1
- package/dist/utils/changelog.d.ts +1 -0
- package/dist/utils/changelog.d.ts.map +1 -1
- package/dist/utils/changelog.js +78 -0
- package/dist/utils/changelog.js.map +1 -1
- package/dist/utils/child-process.d.ts.map +1 -1
- package/dist/utils/child-process.js.map +1 -1
- package/dist/utils/clipboard-image.d.ts.map +1 -1
- package/dist/utils/clipboard-image.js.map +1 -1
- package/dist/utils/clipboard-native.d.ts.map +1 -1
- package/dist/utils/clipboard-native.js.map +1 -1
- package/dist/utils/clipboard.d.ts.map +1 -1
- package/dist/utils/clipboard.js.map +1 -1
- package/dist/utils/deprecation.d.ts.map +1 -1
- package/dist/utils/deprecation.js.map +1 -1
- package/dist/utils/exif-orientation.d.ts.map +1 -1
- package/dist/utils/exif-orientation.js.map +1 -1
- package/dist/utils/frontmatter.d.ts.map +1 -1
- package/dist/utils/frontmatter.js.map +1 -1
- package/dist/utils/fs-watch.d.ts.map +1 -1
- package/dist/utils/fs-watch.js.map +1 -1
- package/dist/utils/git.d.ts.map +1 -1
- package/dist/utils/git.js.map +1 -1
- package/dist/utils/html.d.ts.map +1 -1
- package/dist/utils/html.js.map +1 -1
- package/dist/utils/image-convert.d.ts.map +1 -1
- package/dist/utils/image-convert.js.map +1 -1
- package/dist/utils/image-resize-core.d.ts.map +1 -1
- package/dist/utils/image-resize-core.js.map +1 -1
- package/dist/utils/image-resize-worker.d.ts.map +1 -1
- package/dist/utils/image-resize-worker.js.map +1 -1
- package/dist/utils/image-resize.d.ts.map +1 -1
- package/dist/utils/image-resize.js.map +1 -1
- package/dist/utils/json.d.ts.map +1 -1
- package/dist/utils/json.js.map +1 -1
- package/dist/utils/mime.d.ts.map +1 -1
- package/dist/utils/mime.js.map +1 -1
- package/dist/utils/open-browser.d.ts.map +1 -1
- package/dist/utils/open-browser.js.map +1 -1
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js.map +1 -1
- package/dist/utils/photon.d.ts.map +1 -1
- package/dist/utils/photon.js.map +1 -1
- package/dist/utils/pi-user-agent.d.ts.map +1 -1
- package/dist/utils/pi-user-agent.js.map +1 -1
- package/dist/utils/shell.d.ts.map +1 -1
- package/dist/utils/shell.js.map +1 -1
- package/dist/utils/sleep.d.ts.map +1 -1
- package/dist/utils/sleep.js.map +1 -1
- package/dist/utils/syntax-highlight.d.ts.map +1 -1
- package/dist/utils/syntax-highlight.js.map +1 -1
- package/dist/utils/tools-manager.d.ts.map +1 -1
- package/dist/utils/tools-manager.js.map +1 -1
- package/dist/utils/version-check.d.ts.map +1 -1
- package/dist/utils/version-check.js.map +1 -1
- package/dist/utils/windows-self-update.d.ts.map +1 -1
- package/dist/utils/windows-self-update.js.map +1 -1
- package/docs/compaction-guide.md +9 -9
- package/docs/compaction.md +2 -2
- package/docs/containerization.md +22 -22
- package/docs/custom-provider.md +13 -13
- package/docs/development.md +4 -2
- package/docs/docs.json +4 -0
- package/docs/extensions.md +46 -18
- package/docs/index.md +5 -4
- package/docs/json.md +21 -15
- package/docs/keybindings.md +6 -3
- package/docs/models.md +10 -43
- package/docs/packages.md +12 -12
- package/docs/prompt-templates.md +11 -4
- package/docs/providers.md +9 -9
- package/docs/rpc.md +14 -13
- package/docs/sdk.md +18 -9
- package/docs/security.md +55 -0
- package/docs/session-format.md +4 -4
- package/docs/sessions.md +14 -14
- package/docs/settings.md +20 -7
- package/docs/skills.md +11 -11
- package/docs/terminal-setup.md +38 -4
- package/docs/termux.md +3 -3
- package/docs/themes.md +1 -1
- package/docs/tmux.md +4 -2
- package/docs/tui.md +4 -4
- package/docs/usage.md +60 -50
- package/examples/extensions/README.md +1 -0
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/minimal-mode.ts +6 -6
- package/examples/extensions/project-trust.ts +64 -0
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/node_modules/@earendil-works/pi-agent-core/README.md +4 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +125 -77
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts +7 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +2 -27
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +7 -20
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +0 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js +0 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js +0 -7
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.js +3 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js +0 -5
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts +0 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js +0 -20
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/node.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/proxy.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/proxy.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +7 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +6 -6
- package/node_modules/@earendil-works/pi-ai/README.md +4 -5
- package/node_modules/@earendil-works/pi-ai/dist/api-registry.d.ts +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/api-registry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api-registry.js +0 -3
- package/node_modules/@earendil-works/pi-ai/dist/api-registry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/bedrock-provider.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cli.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cli.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +30 -0
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +30 -0
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/images.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/images.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +584 -397
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +578 -509
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/oauth.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +15 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +17 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/faux.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/faux.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot-headers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot-headers.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.d.ts +0 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.js +0 -13
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +0 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +5 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-prompt-cache.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-prompt-cache.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/register-builtins.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/register-builtins.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts +1 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +2 -16
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/session-resources.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/session-resources.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/context-transformer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/context-transformer.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/gemma4.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/gemma4.js +10 -8
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/gemma4.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/hermes.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/hermes.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/json-mix.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/json-mix.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/morph-xml.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/morph-xml.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/xml-tool-tag-scanner.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/xml-tool-tag-scanner.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/yaml-xml.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/yaml-xml.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/stream-wrapper.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/stream-wrapper.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +6 -2
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/diagnostics.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/diagnostics.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +3 -7
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/hash.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/hash.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/headers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/headers.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/json-parse.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/json-parse.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/anthropic.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/anthropic.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/oauth-page.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/oauth-page.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/pkce.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/pkce.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts +0 -4
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +0 -6
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/sanitize-unicode.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/sanitize-unicode.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/tool-pair-repair.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/tool-pair-repair.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/typebox-helpers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/typebox-helpers.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/validation.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/validation.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +5 -5
- package/node_modules/@earendil-works/pi-tui/README.md +1 -2
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts +3 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js +0 -3
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/box.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/box.js +1 -6
- package/node_modules/@earendil-works/pi-tui/dist/components/box.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.js +4 -3
- package/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts +6 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +132 -93
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/image.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/image.js +0 -8
- package/node_modules/@earendil-works/pi-tui/dist/components/image.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.js +14 -14
- package/node_modules/@earendil-works/pi-tui/dist/components/input.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts +5 -0
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.js +29 -17
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +0 -11
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/select-list.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/select-list.js +4 -9
- package/node_modules/@earendil-works/pi-tui/dist/components/select-list.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js +4 -12
- package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/spacer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/spacer.js +0 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/spacer.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/text.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/text.js +0 -8
- package/node_modules/@earendil-works/pi-tui/dist/components/text.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.js +0 -3
- package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/editor-component.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js +131 -61
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keybindings.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keybindings.js +2 -4
- package/node_modules/@earendil-works/pi-tui/dist/keybindings.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keys.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keys.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/kill-ring.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/kill-ring.js +3 -1
- package/node_modules/@earendil-works/pi-tui/dist/kill-ring.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/slash-command-autocomplete.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/slash-command-autocomplete.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js +4 -6
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts +0 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js +4 -7
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts +4 -7
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js +60 -103
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.js +39 -31
- package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/undo-stack.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/undo-stack.js +3 -1
- package/node_modules/@earendil-works/pi-tui/dist/undo-stack.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts +0 -4
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +57 -33
- package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/word-navigation.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/word-navigation.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/node_modules/@types/node/README.md +3 -3
- package/node_modules/@types/node/assert/strict.d.ts +3 -55
- package/node_modules/@types/node/assert.d.ts +49 -177
- package/node_modules/@types/node/async_hooks.d.ts +151 -43
- package/node_modules/@types/node/buffer.buffer.d.ts +2 -8
- package/node_modules/@types/node/buffer.d.ts +43 -212
- package/node_modules/@types/node/child_process.d.ts +23 -133
- package/node_modules/@types/node/cluster.d.ts +238 -384
- package/node_modules/@types/node/compatibility/iterators.d.ts +1 -0
- package/node_modules/@types/node/console.d.ts +45 -404
- package/node_modules/@types/node/constants.d.ts +3 -10
- package/node_modules/@types/node/crypto.d.ts +640 -1127
- package/node_modules/@types/node/dgram.d.ts +14 -77
- package/node_modules/@types/node/diagnostics_channel.d.ts +3 -29
- package/node_modules/@types/node/dns/promises.d.ts +4 -10
- package/node_modules/@types/node/dns.d.ts +130 -177
- package/node_modules/@types/node/domain.d.ts +12 -32
- package/node_modules/@types/node/events.d.ts +872 -840
- package/node_modules/@types/node/fs/promises.d.ts +193 -20
- package/node_modules/@types/node/fs.d.ts +754 -435
- package/node_modules/@types/node/globals.d.ts +8 -30
- package/node_modules/@types/node/globals.typedarray.d.ts +63 -0
- package/node_modules/@types/node/http.d.ts +363 -305
- package/node_modules/@types/node/http2.d.ts +545 -781
- package/node_modules/@types/node/https.d.ts +64 -243
- package/node_modules/@types/node/index.d.ts +26 -6
- package/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@types/node/inspector.d.ts +68 -57
- package/node_modules/@types/node/inspector.generated.d.ts +764 -410
- package/node_modules/@types/node/module.d.ts +53 -189
- package/node_modules/@types/node/net.d.ts +101 -207
- package/node_modules/@types/node/os.d.ts +11 -19
- package/node_modules/@types/node/package.json +13 -3
- package/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@types/node/path.d.ts +119 -141
- package/node_modules/@types/node/perf_hooks.d.ts +317 -673
- package/node_modules/@types/node/process.d.ts +277 -157
- package/node_modules/@types/node/punycode.d.ts +3 -31
- package/node_modules/@types/node/querystring.d.ts +3 -16
- package/node_modules/@types/node/quic.d.ts +897 -0
- package/node_modules/@types/node/readline/promises.d.ts +3 -6
- package/node_modules/@types/node/readline.d.ts +65 -152
- package/node_modules/@types/node/repl.d.ts +101 -109
- package/node_modules/@types/node/sea.d.ts +9 -115
- package/node_modules/@types/node/sqlite.d.ts +415 -68
- package/node_modules/@types/node/stream/consumers.d.ts +91 -15
- package/node_modules/@types/node/stream/iter.d.ts +301 -0
- package/node_modules/@types/node/stream/promises.d.ts +136 -15
- package/node_modules/@types/node/stream/web.d.ts +179 -501
- package/node_modules/@types/node/stream.d.ts +577 -490
- package/node_modules/@types/node/string_decoder.d.ts +3 -43
- package/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@types/node/test.d.ts +402 -286
- package/node_modules/@types/node/timers/promises.d.ts +3 -18
- package/node_modules/@types/node/timers.d.ts +3 -141
- package/node_modules/@types/node/tls.d.ts +115 -241
- package/node_modules/@types/node/trace_events.d.ts +3 -97
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +2 -8
- package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +2 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +28 -6
- package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +119 -0
- package/node_modules/@types/node/tty.d.ts +57 -40
- package/node_modules/@types/node/url.d.ts +156 -584
- package/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@types/node/util.d.ts +167 -1096
- package/node_modules/@types/node/v8.d.ts +75 -15
- package/node_modules/@types/node/vm.d.ts +334 -198
- package/node_modules/@types/node/wasi.d.ts +24 -74
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
- package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@types/node/web-globals/events.d.ts +9 -0
- package/node_modules/@types/node/web-globals/fetch.d.ts +14 -0
- package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
- package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@types/node/worker_threads.d.ts +280 -393
- package/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@types/node/zlib.d.ts +7 -165
- package/node_modules/undici-types/agent.d.ts +13 -12
- package/node_modules/undici-types/api.d.ts +26 -26
- package/node_modules/undici-types/balanced-pool.d.ts +13 -12
- package/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/node_modules/undici-types/client-stats.d.ts +15 -0
- package/node_modules/undici-types/client.d.ts +34 -19
- package/node_modules/undici-types/connector.d.ts +4 -2
- package/node_modules/undici-types/cookies.d.ts +2 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +18 -10
- package/node_modules/undici-types/dispatcher.d.ts +127 -104
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +4 -3
- package/node_modules/undici-types/errors.d.ts +82 -54
- package/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/undici-types/fetch.d.ts +22 -20
- package/node_modules/undici-types/formdata.d.ts +7 -7
- package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
- package/node_modules/undici-types/global-origin.d.ts +5 -5
- package/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/node_modules/undici-types/handlers.d.ts +8 -8
- package/node_modules/undici-types/header.d.ts +157 -1
- package/node_modules/undici-types/index.d.ts +67 -47
- package/node_modules/undici-types/interceptors.d.ts +71 -8
- package/node_modules/undici-types/mock-agent.d.ts +36 -18
- package/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/undici-types/mock-client.d.ts +6 -4
- package/node_modules/undici-types/mock-errors.d.ts +3 -3
- package/node_modules/undici-types/mock-interceptor.d.ts +21 -20
- package/node_modules/undici-types/mock-pool.d.ts +6 -4
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/patch.d.ts +0 -4
- package/node_modules/undici-types/pool-stats.d.ts +8 -8
- package/node_modules/undici-types/pool.d.ts +15 -13
- package/node_modules/undici-types/proxy-agent.d.ts +5 -4
- package/node_modules/undici-types/readable.d.ts +19 -16
- package/node_modules/undici-types/retry-agent.d.ts +1 -1
- package/node_modules/undici-types/retry-handler.d.ts +19 -10
- package/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/undici-types/util.d.ts +3 -3
- package/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/undici-types/webidl.d.ts +148 -29
- package/node_modules/undici-types/websocket.d.ts +48 -10
- package/npm-shrinkwrap.json +21 -21
- package/package.json +13 -12
- package/dist/core/extensions/builtin/compaction/overflow-detection.d.ts +0 -11
- package/dist/core/extensions/builtin/compaction/overflow-detection.d.ts.map +0 -1
- package/dist/core/extensions/builtin/compaction/overflow-detection.js +0 -40
- package/dist/core/extensions/builtin/compaction/overflow-detection.js.map +0 -1
- package/dist/core/extensions/builtin/system-messages.d.ts +0 -47
- package/dist/core/extensions/builtin/system-messages.d.ts.map +0 -1
- package/dist/core/extensions/builtin/system-messages.js +0 -117
- package/dist/core/extensions/builtin/system-messages.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/config.d.ts +0 -10
- package/dist/core/extensions/builtin/todotools/continuation/config.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/config.js +0 -33
- package/dist/core/extensions/builtin/todotools/continuation/config.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/index.d.ts +0 -2
- package/dist/core/extensions/builtin/todotools/continuation/index.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/index.js +0 -2
- package/dist/core/extensions/builtin/todotools/continuation/index.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/prompt.d.ts +0 -5
- package/dist/core/extensions/builtin/todotools/continuation/prompt.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/prompt.js +0 -34
- package/dist/core/extensions/builtin/todotools/continuation/prompt.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/runtime.d.ts +0 -11
- package/dist/core/extensions/builtin/todotools/continuation/runtime.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/runtime.js +0 -201
- package/dist/core/extensions/builtin/todotools/continuation/runtime.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/settings.d.ts +0 -6
- package/dist/core/extensions/builtin/todotools/settings.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/settings.js +0 -58
- package/dist/core/extensions/builtin/todotools/settings.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/system-messages.d.ts +0 -34
- package/dist/core/extensions/builtin/todotools/system-messages.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/system-messages.js +0 -82
- package/dist/core/extensions/builtin/todotools/system-messages.js.map +0 -1
- package/dist/core/index.d.ts +0 -12
- package/dist/core/index.d.ts.map +0 -1
- package/dist/core/index.js +0 -12
- package/dist/core/index.js.map +0 -1
- package/node_modules/@types/node/compatibility/disposable.d.ts +0 -14
- package/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
- package/node_modules/undici-types/file.d.ts +0 -39
- package/node_modules/undici-types/filereader.d.ts +0 -54
|
@@ -6,7 +6,7 @@ export declare const MODELS: {
|
|
|
6
6
|
api: "bedrock-converse-stream";
|
|
7
7
|
provider: string;
|
|
8
8
|
baseUrl: string;
|
|
9
|
-
reasoning:
|
|
9
|
+
reasoning: true;
|
|
10
10
|
input: ("image" | "text")[];
|
|
11
11
|
cost: {
|
|
12
12
|
input: number;
|
|
@@ -375,6 +375,27 @@ export declare const MODELS: {
|
|
|
375
375
|
contextWindow: number;
|
|
376
376
|
maxTokens: number;
|
|
377
377
|
};
|
|
378
|
+
readonly "eu.anthropic.claude-fable-5": {
|
|
379
|
+
id: string;
|
|
380
|
+
name: string;
|
|
381
|
+
api: "bedrock-converse-stream";
|
|
382
|
+
provider: string;
|
|
383
|
+
baseUrl: string;
|
|
384
|
+
reasoning: true;
|
|
385
|
+
thinkingLevelMap: {
|
|
386
|
+
off: null;
|
|
387
|
+
xhigh: string;
|
|
388
|
+
};
|
|
389
|
+
input: ("image" | "text")[];
|
|
390
|
+
cost: {
|
|
391
|
+
input: number;
|
|
392
|
+
output: number;
|
|
393
|
+
cacheRead: number;
|
|
394
|
+
cacheWrite: number;
|
|
395
|
+
};
|
|
396
|
+
contextWindow: number;
|
|
397
|
+
maxTokens: number;
|
|
398
|
+
};
|
|
378
399
|
readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
379
400
|
id: string;
|
|
380
401
|
name: string;
|
|
@@ -523,6 +544,27 @@ export declare const MODELS: {
|
|
|
523
544
|
contextWindow: number;
|
|
524
545
|
maxTokens: number;
|
|
525
546
|
};
|
|
547
|
+
readonly "global.anthropic.claude-fable-5": {
|
|
548
|
+
id: string;
|
|
549
|
+
name: string;
|
|
550
|
+
api: "bedrock-converse-stream";
|
|
551
|
+
provider: string;
|
|
552
|
+
baseUrl: string;
|
|
553
|
+
reasoning: true;
|
|
554
|
+
thinkingLevelMap: {
|
|
555
|
+
off: null;
|
|
556
|
+
xhigh: string;
|
|
557
|
+
};
|
|
558
|
+
input: ("image" | "text")[];
|
|
559
|
+
cost: {
|
|
560
|
+
input: number;
|
|
561
|
+
output: number;
|
|
562
|
+
cacheRead: number;
|
|
563
|
+
cacheWrite: number;
|
|
564
|
+
};
|
|
565
|
+
contextWindow: number;
|
|
566
|
+
maxTokens: number;
|
|
567
|
+
};
|
|
526
568
|
readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
527
569
|
id: string;
|
|
528
570
|
name: string;
|
|
@@ -1170,13 +1212,87 @@ export declare const MODELS: {
|
|
|
1170
1212
|
contextWindow: number;
|
|
1171
1213
|
maxTokens: number;
|
|
1172
1214
|
};
|
|
1215
|
+
readonly "openai.gpt-5.4": {
|
|
1216
|
+
id: string;
|
|
1217
|
+
name: string;
|
|
1218
|
+
api: "bedrock-converse-stream";
|
|
1219
|
+
provider: string;
|
|
1220
|
+
baseUrl: string;
|
|
1221
|
+
reasoning: true;
|
|
1222
|
+
thinkingLevelMap: {
|
|
1223
|
+
xhigh: string;
|
|
1224
|
+
};
|
|
1225
|
+
input: ("image" | "text")[];
|
|
1226
|
+
cost: {
|
|
1227
|
+
input: number;
|
|
1228
|
+
output: number;
|
|
1229
|
+
cacheRead: number;
|
|
1230
|
+
cacheWrite: number;
|
|
1231
|
+
};
|
|
1232
|
+
contextWindow: number;
|
|
1233
|
+
maxTokens: number;
|
|
1234
|
+
};
|
|
1235
|
+
readonly "openai.gpt-5.5": {
|
|
1236
|
+
id: string;
|
|
1237
|
+
name: string;
|
|
1238
|
+
api: "bedrock-converse-stream";
|
|
1239
|
+
provider: string;
|
|
1240
|
+
baseUrl: string;
|
|
1241
|
+
reasoning: true;
|
|
1242
|
+
thinkingLevelMap: {
|
|
1243
|
+
xhigh: string;
|
|
1244
|
+
};
|
|
1245
|
+
input: ("image" | "text")[];
|
|
1246
|
+
cost: {
|
|
1247
|
+
input: number;
|
|
1248
|
+
output: number;
|
|
1249
|
+
cacheRead: number;
|
|
1250
|
+
cacheWrite: number;
|
|
1251
|
+
};
|
|
1252
|
+
contextWindow: number;
|
|
1253
|
+
maxTokens: number;
|
|
1254
|
+
};
|
|
1255
|
+
readonly "openai.gpt-oss-120b": {
|
|
1256
|
+
id: string;
|
|
1257
|
+
name: string;
|
|
1258
|
+
api: "bedrock-converse-stream";
|
|
1259
|
+
provider: string;
|
|
1260
|
+
baseUrl: string;
|
|
1261
|
+
reasoning: true;
|
|
1262
|
+
input: "text"[];
|
|
1263
|
+
cost: {
|
|
1264
|
+
input: number;
|
|
1265
|
+
output: number;
|
|
1266
|
+
cacheRead: number;
|
|
1267
|
+
cacheWrite: number;
|
|
1268
|
+
};
|
|
1269
|
+
contextWindow: number;
|
|
1270
|
+
maxTokens: number;
|
|
1271
|
+
};
|
|
1173
1272
|
readonly "openai.gpt-oss-120b-1:0": {
|
|
1174
1273
|
id: string;
|
|
1175
1274
|
name: string;
|
|
1176
1275
|
api: "bedrock-converse-stream";
|
|
1177
1276
|
provider: string;
|
|
1178
1277
|
baseUrl: string;
|
|
1179
|
-
reasoning:
|
|
1278
|
+
reasoning: true;
|
|
1279
|
+
input: "text"[];
|
|
1280
|
+
cost: {
|
|
1281
|
+
input: number;
|
|
1282
|
+
output: number;
|
|
1283
|
+
cacheRead: number;
|
|
1284
|
+
cacheWrite: number;
|
|
1285
|
+
};
|
|
1286
|
+
contextWindow: number;
|
|
1287
|
+
maxTokens: number;
|
|
1288
|
+
};
|
|
1289
|
+
readonly "openai.gpt-oss-20b": {
|
|
1290
|
+
id: string;
|
|
1291
|
+
name: string;
|
|
1292
|
+
api: "bedrock-converse-stream";
|
|
1293
|
+
provider: string;
|
|
1294
|
+
baseUrl: string;
|
|
1295
|
+
reasoning: true;
|
|
1180
1296
|
input: "text"[];
|
|
1181
1297
|
cost: {
|
|
1182
1298
|
input: number;
|
|
@@ -1193,7 +1309,7 @@ export declare const MODELS: {
|
|
|
1193
1309
|
api: "bedrock-converse-stream";
|
|
1194
1310
|
provider: string;
|
|
1195
1311
|
baseUrl: string;
|
|
1196
|
-
reasoning:
|
|
1312
|
+
reasoning: true;
|
|
1197
1313
|
input: "text"[];
|
|
1198
1314
|
cost: {
|
|
1199
1315
|
input: number;
|
|
@@ -1357,6 +1473,27 @@ export declare const MODELS: {
|
|
|
1357
1473
|
contextWindow: number;
|
|
1358
1474
|
maxTokens: number;
|
|
1359
1475
|
};
|
|
1476
|
+
readonly "us.anthropic.claude-fable-5": {
|
|
1477
|
+
id: string;
|
|
1478
|
+
name: string;
|
|
1479
|
+
api: "bedrock-converse-stream";
|
|
1480
|
+
provider: string;
|
|
1481
|
+
baseUrl: string;
|
|
1482
|
+
reasoning: true;
|
|
1483
|
+
thinkingLevelMap: {
|
|
1484
|
+
off: null;
|
|
1485
|
+
xhigh: string;
|
|
1486
|
+
};
|
|
1487
|
+
input: ("image" | "text")[];
|
|
1488
|
+
cost: {
|
|
1489
|
+
input: number;
|
|
1490
|
+
output: number;
|
|
1491
|
+
cacheRead: number;
|
|
1492
|
+
cacheWrite: number;
|
|
1493
|
+
};
|
|
1494
|
+
contextWindow: number;
|
|
1495
|
+
maxTokens: number;
|
|
1496
|
+
};
|
|
1360
1497
|
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1361
1498
|
id: string;
|
|
1362
1499
|
name: string;
|
|
@@ -1879,6 +2016,30 @@ export declare const MODELS: {
|
|
|
1879
2016
|
contextWindow: number;
|
|
1880
2017
|
maxTokens: number;
|
|
1881
2018
|
};
|
|
2019
|
+
readonly "claude-fable-5": {
|
|
2020
|
+
id: string;
|
|
2021
|
+
name: string;
|
|
2022
|
+
api: "anthropic-messages";
|
|
2023
|
+
provider: string;
|
|
2024
|
+
baseUrl: string;
|
|
2025
|
+
compat: {
|
|
2026
|
+
forceAdaptiveThinking: true;
|
|
2027
|
+
};
|
|
2028
|
+
reasoning: true;
|
|
2029
|
+
thinkingLevelMap: {
|
|
2030
|
+
off: null;
|
|
2031
|
+
xhigh: string;
|
|
2032
|
+
};
|
|
2033
|
+
input: ("image" | "text")[];
|
|
2034
|
+
cost: {
|
|
2035
|
+
input: number;
|
|
2036
|
+
output: number;
|
|
2037
|
+
cacheRead: number;
|
|
2038
|
+
cacheWrite: number;
|
|
2039
|
+
};
|
|
2040
|
+
contextWindow: number;
|
|
2041
|
+
maxTokens: number;
|
|
2042
|
+
};
|
|
1882
2043
|
readonly "claude-haiku-4-5": {
|
|
1883
2044
|
id: string;
|
|
1884
2045
|
name: string;
|
|
@@ -3134,6 +3295,30 @@ export declare const MODELS: {
|
|
|
3134
3295
|
contextWindow: number;
|
|
3135
3296
|
maxTokens: number;
|
|
3136
3297
|
};
|
|
3298
|
+
readonly "claude-fable-5": {
|
|
3299
|
+
id: string;
|
|
3300
|
+
name: string;
|
|
3301
|
+
api: "anthropic-messages";
|
|
3302
|
+
provider: string;
|
|
3303
|
+
baseUrl: string;
|
|
3304
|
+
compat: {
|
|
3305
|
+
forceAdaptiveThinking: true;
|
|
3306
|
+
};
|
|
3307
|
+
reasoning: true;
|
|
3308
|
+
thinkingLevelMap: {
|
|
3309
|
+
off: null;
|
|
3310
|
+
xhigh: string;
|
|
3311
|
+
};
|
|
3312
|
+
input: ("image" | "text")[];
|
|
3313
|
+
cost: {
|
|
3314
|
+
input: number;
|
|
3315
|
+
output: number;
|
|
3316
|
+
cacheRead: number;
|
|
3317
|
+
cacheWrite: number;
|
|
3318
|
+
};
|
|
3319
|
+
contextWindow: number;
|
|
3320
|
+
maxTokens: number;
|
|
3321
|
+
};
|
|
3137
3322
|
readonly "claude-haiku-4-5": {
|
|
3138
3323
|
id: string;
|
|
3139
3324
|
name: string;
|
|
@@ -4240,6 +4425,29 @@ export declare const MODELS: {
|
|
|
4240
4425
|
contextWindow: number;
|
|
4241
4426
|
maxTokens: number;
|
|
4242
4427
|
};
|
|
4428
|
+
readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
4429
|
+
id: string;
|
|
4430
|
+
name: string;
|
|
4431
|
+
api: "anthropic-messages";
|
|
4432
|
+
provider: string;
|
|
4433
|
+
baseUrl: string;
|
|
4434
|
+
compat: {
|
|
4435
|
+
sendSessionAffinityHeaders: true;
|
|
4436
|
+
supportsEagerToolInputStreaming: false;
|
|
4437
|
+
supportsCacheControlOnTools: false;
|
|
4438
|
+
supportsLongCacheRetention: false;
|
|
4439
|
+
};
|
|
4440
|
+
reasoning: true;
|
|
4441
|
+
input: ("image" | "text")[];
|
|
4442
|
+
cost: {
|
|
4443
|
+
input: number;
|
|
4444
|
+
output: number;
|
|
4445
|
+
cacheRead: number;
|
|
4446
|
+
cacheWrite: number;
|
|
4447
|
+
};
|
|
4448
|
+
contextWindow: number;
|
|
4449
|
+
maxTokens: number;
|
|
4450
|
+
};
|
|
4243
4451
|
readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
4244
4452
|
id: string;
|
|
4245
4453
|
name: string;
|
|
@@ -5234,222 +5442,9 @@ export declare const MODELS: {
|
|
|
5234
5442
|
name: string;
|
|
5235
5443
|
api: "google-vertex";
|
|
5236
5444
|
provider: string;
|
|
5237
|
-
baseUrl: string;
|
|
5238
|
-
reasoning: false;
|
|
5239
|
-
input: ("image" | "text")[];
|
|
5240
|
-
cost: {
|
|
5241
|
-
input: number;
|
|
5242
|
-
output: number;
|
|
5243
|
-
cacheRead: number;
|
|
5244
|
-
cacheWrite: number;
|
|
5245
|
-
};
|
|
5246
|
-
contextWindow: number;
|
|
5247
|
-
maxTokens: number;
|
|
5248
|
-
};
|
|
5249
|
-
readonly "gemini-2.0-flash": {
|
|
5250
|
-
id: string;
|
|
5251
|
-
name: string;
|
|
5252
|
-
api: "google-vertex";
|
|
5253
|
-
provider: string;
|
|
5254
|
-
baseUrl: string;
|
|
5255
|
-
reasoning: false;
|
|
5256
|
-
input: ("image" | "text")[];
|
|
5257
|
-
cost: {
|
|
5258
|
-
input: number;
|
|
5259
|
-
output: number;
|
|
5260
|
-
cacheRead: number;
|
|
5261
|
-
cacheWrite: number;
|
|
5262
|
-
};
|
|
5263
|
-
contextWindow: number;
|
|
5264
|
-
maxTokens: number;
|
|
5265
|
-
};
|
|
5266
|
-
readonly "gemini-2.0-flash-lite": {
|
|
5267
|
-
id: string;
|
|
5268
|
-
name: string;
|
|
5269
|
-
api: "google-vertex";
|
|
5270
|
-
provider: string;
|
|
5271
|
-
baseUrl: string;
|
|
5272
|
-
reasoning: true;
|
|
5273
|
-
input: ("image" | "text")[];
|
|
5274
|
-
cost: {
|
|
5275
|
-
input: number;
|
|
5276
|
-
output: number;
|
|
5277
|
-
cacheRead: number;
|
|
5278
|
-
cacheWrite: number;
|
|
5279
|
-
};
|
|
5280
|
-
contextWindow: number;
|
|
5281
|
-
maxTokens: number;
|
|
5282
|
-
};
|
|
5283
|
-
readonly "gemini-2.5-flash": {
|
|
5284
|
-
id: string;
|
|
5285
|
-
name: string;
|
|
5286
|
-
api: "google-vertex";
|
|
5287
|
-
provider: string;
|
|
5288
|
-
baseUrl: string;
|
|
5289
|
-
reasoning: true;
|
|
5290
|
-
input: ("image" | "text")[];
|
|
5291
|
-
cost: {
|
|
5292
|
-
input: number;
|
|
5293
|
-
output: number;
|
|
5294
|
-
cacheRead: number;
|
|
5295
|
-
cacheWrite: number;
|
|
5296
|
-
};
|
|
5297
|
-
contextWindow: number;
|
|
5298
|
-
maxTokens: number;
|
|
5299
|
-
};
|
|
5300
|
-
readonly "gemini-2.5-flash-lite": {
|
|
5301
|
-
id: string;
|
|
5302
|
-
name: string;
|
|
5303
|
-
api: "google-vertex";
|
|
5304
|
-
provider: string;
|
|
5305
|
-
baseUrl: string;
|
|
5306
|
-
reasoning: true;
|
|
5307
|
-
input: ("image" | "text")[];
|
|
5308
|
-
cost: {
|
|
5309
|
-
input: number;
|
|
5310
|
-
output: number;
|
|
5311
|
-
cacheRead: number;
|
|
5312
|
-
cacheWrite: number;
|
|
5313
|
-
};
|
|
5314
|
-
contextWindow: number;
|
|
5315
|
-
maxTokens: number;
|
|
5316
|
-
};
|
|
5317
|
-
readonly "gemini-2.5-flash-lite-preview-09-2025": {
|
|
5318
|
-
id: string;
|
|
5319
|
-
name: string;
|
|
5320
|
-
api: "google-vertex";
|
|
5321
|
-
provider: string;
|
|
5322
|
-
baseUrl: string;
|
|
5323
|
-
reasoning: true;
|
|
5324
|
-
input: ("image" | "text")[];
|
|
5325
|
-
cost: {
|
|
5326
|
-
input: number;
|
|
5327
|
-
output: number;
|
|
5328
|
-
cacheRead: number;
|
|
5329
|
-
cacheWrite: number;
|
|
5330
|
-
};
|
|
5331
|
-
contextWindow: number;
|
|
5332
|
-
maxTokens: number;
|
|
5333
|
-
};
|
|
5334
|
-
readonly "gemini-2.5-pro": {
|
|
5335
|
-
id: string;
|
|
5336
|
-
name: string;
|
|
5337
|
-
api: "google-vertex";
|
|
5338
|
-
provider: string;
|
|
5339
|
-
baseUrl: string;
|
|
5340
|
-
reasoning: true;
|
|
5341
|
-
input: ("image" | "text")[];
|
|
5342
|
-
cost: {
|
|
5343
|
-
input: number;
|
|
5344
|
-
output: number;
|
|
5345
|
-
cacheRead: number;
|
|
5346
|
-
cacheWrite: number;
|
|
5347
|
-
};
|
|
5348
|
-
contextWindow: number;
|
|
5349
|
-
maxTokens: number;
|
|
5350
|
-
};
|
|
5351
|
-
readonly "gemini-3-flash-preview": {
|
|
5352
|
-
id: string;
|
|
5353
|
-
name: string;
|
|
5354
|
-
api: "google-vertex";
|
|
5355
|
-
provider: string;
|
|
5356
|
-
baseUrl: string;
|
|
5357
|
-
reasoning: true;
|
|
5358
|
-
thinkingLevelMap: {
|
|
5359
|
-
off: null;
|
|
5360
|
-
};
|
|
5361
|
-
input: ("image" | "text")[];
|
|
5362
|
-
cost: {
|
|
5363
|
-
input: number;
|
|
5364
|
-
output: number;
|
|
5365
|
-
cacheRead: number;
|
|
5366
|
-
cacheWrite: number;
|
|
5367
|
-
};
|
|
5368
|
-
contextWindow: number;
|
|
5369
|
-
maxTokens: number;
|
|
5370
|
-
};
|
|
5371
|
-
readonly "gemini-3-pro-preview": {
|
|
5372
|
-
id: string;
|
|
5373
|
-
name: string;
|
|
5374
|
-
api: "google-vertex";
|
|
5375
|
-
provider: string;
|
|
5376
|
-
baseUrl: string;
|
|
5377
|
-
reasoning: true;
|
|
5378
|
-
thinkingLevelMap: {
|
|
5379
|
-
off: null;
|
|
5380
|
-
minimal: null;
|
|
5381
|
-
low: string;
|
|
5382
|
-
medium: null;
|
|
5383
|
-
high: string;
|
|
5384
|
-
};
|
|
5385
|
-
input: ("image" | "text")[];
|
|
5386
|
-
cost: {
|
|
5387
|
-
input: number;
|
|
5388
|
-
output: number;
|
|
5389
|
-
cacheRead: number;
|
|
5390
|
-
cacheWrite: number;
|
|
5391
|
-
};
|
|
5392
|
-
contextWindow: number;
|
|
5393
|
-
maxTokens: number;
|
|
5394
|
-
};
|
|
5395
|
-
readonly "gemini-3.1-pro-preview": {
|
|
5396
|
-
id: string;
|
|
5397
|
-
name: string;
|
|
5398
|
-
api: "google-vertex";
|
|
5399
|
-
provider: string;
|
|
5400
|
-
baseUrl: string;
|
|
5401
|
-
reasoning: true;
|
|
5402
|
-
thinkingLevelMap: {
|
|
5403
|
-
off: null;
|
|
5404
|
-
minimal: null;
|
|
5405
|
-
low: string;
|
|
5406
|
-
medium: null;
|
|
5407
|
-
high: string;
|
|
5408
|
-
};
|
|
5409
|
-
input: ("image" | "text")[];
|
|
5410
|
-
cost: {
|
|
5411
|
-
input: number;
|
|
5412
|
-
output: number;
|
|
5413
|
-
cacheRead: number;
|
|
5414
|
-
cacheWrite: number;
|
|
5415
|
-
};
|
|
5416
|
-
contextWindow: number;
|
|
5417
|
-
maxTokens: number;
|
|
5418
|
-
};
|
|
5419
|
-
readonly "gemini-3.1-pro-preview-customtools": {
|
|
5420
|
-
id: string;
|
|
5421
|
-
name: string;
|
|
5422
|
-
api: "google-vertex";
|
|
5423
|
-
provider: string;
|
|
5424
|
-
baseUrl: string;
|
|
5425
|
-
reasoning: true;
|
|
5426
|
-
thinkingLevelMap: {
|
|
5427
|
-
off: null;
|
|
5428
|
-
minimal: null;
|
|
5429
|
-
low: string;
|
|
5430
|
-
medium: null;
|
|
5431
|
-
high: string;
|
|
5432
|
-
};
|
|
5433
|
-
input: ("image" | "text")[];
|
|
5434
|
-
cost: {
|
|
5435
|
-
input: number;
|
|
5436
|
-
output: number;
|
|
5437
|
-
cacheRead: number;
|
|
5438
|
-
cacheWrite: number;
|
|
5439
|
-
};
|
|
5440
|
-
contextWindow: number;
|
|
5441
|
-
maxTokens: number;
|
|
5442
|
-
};
|
|
5443
|
-
};
|
|
5444
|
-
readonly groq: {
|
|
5445
|
-
readonly "deepseek-r1-distill-llama-70b": {
|
|
5446
|
-
id: string;
|
|
5447
|
-
name: string;
|
|
5448
|
-
api: "openai-completions";
|
|
5449
|
-
provider: string;
|
|
5450
|
-
baseUrl: string;
|
|
5451
|
-
reasoning: true;
|
|
5452
|
-
input: "text"[];
|
|
5445
|
+
baseUrl: string;
|
|
5446
|
+
reasoning: false;
|
|
5447
|
+
input: ("image" | "text")[];
|
|
5453
5448
|
cost: {
|
|
5454
5449
|
input: number;
|
|
5455
5450
|
output: number;
|
|
@@ -5459,14 +5454,14 @@ export declare const MODELS: {
|
|
|
5459
5454
|
contextWindow: number;
|
|
5460
5455
|
maxTokens: number;
|
|
5461
5456
|
};
|
|
5462
|
-
readonly "
|
|
5457
|
+
readonly "gemini-2.0-flash": {
|
|
5463
5458
|
id: string;
|
|
5464
5459
|
name: string;
|
|
5465
|
-
api: "
|
|
5460
|
+
api: "google-vertex";
|
|
5466
5461
|
provider: string;
|
|
5467
5462
|
baseUrl: string;
|
|
5468
5463
|
reasoning: false;
|
|
5469
|
-
input: "text"[];
|
|
5464
|
+
input: ("image" | "text")[];
|
|
5470
5465
|
cost: {
|
|
5471
5466
|
input: number;
|
|
5472
5467
|
output: number;
|
|
@@ -5476,14 +5471,14 @@ export declare const MODELS: {
|
|
|
5476
5471
|
contextWindow: number;
|
|
5477
5472
|
maxTokens: number;
|
|
5478
5473
|
};
|
|
5479
|
-
readonly "
|
|
5474
|
+
readonly "gemini-2.0-flash-lite": {
|
|
5480
5475
|
id: string;
|
|
5481
5476
|
name: string;
|
|
5482
|
-
api: "
|
|
5477
|
+
api: "google-vertex";
|
|
5483
5478
|
provider: string;
|
|
5484
5479
|
baseUrl: string;
|
|
5485
5480
|
reasoning: true;
|
|
5486
|
-
input: "text"[];
|
|
5481
|
+
input: ("image" | "text")[];
|
|
5487
5482
|
cost: {
|
|
5488
5483
|
input: number;
|
|
5489
5484
|
output: number;
|
|
@@ -5493,14 +5488,14 @@ export declare const MODELS: {
|
|
|
5493
5488
|
contextWindow: number;
|
|
5494
5489
|
maxTokens: number;
|
|
5495
5490
|
};
|
|
5496
|
-
readonly "
|
|
5491
|
+
readonly "gemini-2.5-flash": {
|
|
5497
5492
|
id: string;
|
|
5498
5493
|
name: string;
|
|
5499
|
-
api: "
|
|
5494
|
+
api: "google-vertex";
|
|
5500
5495
|
provider: string;
|
|
5501
5496
|
baseUrl: string;
|
|
5502
5497
|
reasoning: true;
|
|
5503
|
-
input: "text"[];
|
|
5498
|
+
input: ("image" | "text")[];
|
|
5504
5499
|
cost: {
|
|
5505
5500
|
input: number;
|
|
5506
5501
|
output: number;
|
|
@@ -5510,14 +5505,14 @@ export declare const MODELS: {
|
|
|
5510
5505
|
contextWindow: number;
|
|
5511
5506
|
maxTokens: number;
|
|
5512
5507
|
};
|
|
5513
|
-
readonly "
|
|
5508
|
+
readonly "gemini-2.5-flash-lite": {
|
|
5514
5509
|
id: string;
|
|
5515
5510
|
name: string;
|
|
5516
|
-
api: "
|
|
5511
|
+
api: "google-vertex";
|
|
5517
5512
|
provider: string;
|
|
5518
5513
|
baseUrl: string;
|
|
5519
|
-
reasoning:
|
|
5520
|
-
input: "text"[];
|
|
5514
|
+
reasoning: true;
|
|
5515
|
+
input: ("image" | "text")[];
|
|
5521
5516
|
cost: {
|
|
5522
5517
|
input: number;
|
|
5523
5518
|
output: number;
|
|
@@ -5527,14 +5522,14 @@ export declare const MODELS: {
|
|
|
5527
5522
|
contextWindow: number;
|
|
5528
5523
|
maxTokens: number;
|
|
5529
5524
|
};
|
|
5530
|
-
readonly "
|
|
5525
|
+
readonly "gemini-2.5-flash-lite-preview-09-2025": {
|
|
5531
5526
|
id: string;
|
|
5532
5527
|
name: string;
|
|
5533
|
-
api: "
|
|
5528
|
+
api: "google-vertex";
|
|
5534
5529
|
provider: string;
|
|
5535
5530
|
baseUrl: string;
|
|
5536
|
-
reasoning:
|
|
5537
|
-
input: "text"[];
|
|
5531
|
+
reasoning: true;
|
|
5532
|
+
input: ("image" | "text")[];
|
|
5538
5533
|
cost: {
|
|
5539
5534
|
input: number;
|
|
5540
5535
|
output: number;
|
|
@@ -5544,14 +5539,14 @@ export declare const MODELS: {
|
|
|
5544
5539
|
contextWindow: number;
|
|
5545
5540
|
maxTokens: number;
|
|
5546
5541
|
};
|
|
5547
|
-
readonly "
|
|
5542
|
+
readonly "gemini-2.5-pro": {
|
|
5548
5543
|
id: string;
|
|
5549
5544
|
name: string;
|
|
5550
|
-
api: "
|
|
5545
|
+
api: "google-vertex";
|
|
5551
5546
|
provider: string;
|
|
5552
5547
|
baseUrl: string;
|
|
5553
|
-
reasoning:
|
|
5554
|
-
input: "text"[];
|
|
5548
|
+
reasoning: true;
|
|
5549
|
+
input: ("image" | "text")[];
|
|
5555
5550
|
cost: {
|
|
5556
5551
|
input: number;
|
|
5557
5552
|
output: number;
|
|
@@ -5561,14 +5556,17 @@ export declare const MODELS: {
|
|
|
5561
5556
|
contextWindow: number;
|
|
5562
5557
|
maxTokens: number;
|
|
5563
5558
|
};
|
|
5564
|
-
readonly "
|
|
5559
|
+
readonly "gemini-3-flash-preview": {
|
|
5565
5560
|
id: string;
|
|
5566
5561
|
name: string;
|
|
5567
|
-
api: "
|
|
5562
|
+
api: "google-vertex";
|
|
5568
5563
|
provider: string;
|
|
5569
5564
|
baseUrl: string;
|
|
5570
|
-
reasoning:
|
|
5571
|
-
|
|
5565
|
+
reasoning: true;
|
|
5566
|
+
thinkingLevelMap: {
|
|
5567
|
+
off: null;
|
|
5568
|
+
};
|
|
5569
|
+
input: ("image" | "text")[];
|
|
5572
5570
|
cost: {
|
|
5573
5571
|
input: number;
|
|
5574
5572
|
output: number;
|
|
@@ -5578,13 +5576,20 @@ export declare const MODELS: {
|
|
|
5578
5576
|
contextWindow: number;
|
|
5579
5577
|
maxTokens: number;
|
|
5580
5578
|
};
|
|
5581
|
-
readonly "
|
|
5579
|
+
readonly "gemini-3-pro-preview": {
|
|
5582
5580
|
id: string;
|
|
5583
5581
|
name: string;
|
|
5584
|
-
api: "
|
|
5582
|
+
api: "google-vertex";
|
|
5585
5583
|
provider: string;
|
|
5586
5584
|
baseUrl: string;
|
|
5587
|
-
reasoning:
|
|
5585
|
+
reasoning: true;
|
|
5586
|
+
thinkingLevelMap: {
|
|
5587
|
+
off: null;
|
|
5588
|
+
minimal: null;
|
|
5589
|
+
low: string;
|
|
5590
|
+
medium: null;
|
|
5591
|
+
high: string;
|
|
5592
|
+
};
|
|
5588
5593
|
input: ("image" | "text")[];
|
|
5589
5594
|
cost: {
|
|
5590
5595
|
input: number;
|
|
@@ -5595,13 +5600,20 @@ export declare const MODELS: {
|
|
|
5595
5600
|
contextWindow: number;
|
|
5596
5601
|
maxTokens: number;
|
|
5597
5602
|
};
|
|
5598
|
-
readonly "
|
|
5603
|
+
readonly "gemini-3.1-pro-preview": {
|
|
5599
5604
|
id: string;
|
|
5600
5605
|
name: string;
|
|
5601
|
-
api: "
|
|
5606
|
+
api: "google-vertex";
|
|
5602
5607
|
provider: string;
|
|
5603
5608
|
baseUrl: string;
|
|
5604
|
-
reasoning:
|
|
5609
|
+
reasoning: true;
|
|
5610
|
+
thinkingLevelMap: {
|
|
5611
|
+
off: null;
|
|
5612
|
+
minimal: null;
|
|
5613
|
+
low: string;
|
|
5614
|
+
medium: null;
|
|
5615
|
+
high: string;
|
|
5616
|
+
};
|
|
5605
5617
|
input: ("image" | "text")[];
|
|
5606
5618
|
cost: {
|
|
5607
5619
|
input: number;
|
|
@@ -5612,14 +5624,21 @@ export declare const MODELS: {
|
|
|
5612
5624
|
contextWindow: number;
|
|
5613
5625
|
maxTokens: number;
|
|
5614
5626
|
};
|
|
5615
|
-
readonly "
|
|
5627
|
+
readonly "gemini-3.1-pro-preview-customtools": {
|
|
5616
5628
|
id: string;
|
|
5617
5629
|
name: string;
|
|
5618
|
-
api: "
|
|
5630
|
+
api: "google-vertex";
|
|
5619
5631
|
provider: string;
|
|
5620
5632
|
baseUrl: string;
|
|
5621
|
-
reasoning:
|
|
5622
|
-
|
|
5633
|
+
reasoning: true;
|
|
5634
|
+
thinkingLevelMap: {
|
|
5635
|
+
off: null;
|
|
5636
|
+
minimal: null;
|
|
5637
|
+
low: string;
|
|
5638
|
+
medium: null;
|
|
5639
|
+
high: string;
|
|
5640
|
+
};
|
|
5641
|
+
input: ("image" | "text")[];
|
|
5623
5642
|
cost: {
|
|
5624
5643
|
input: number;
|
|
5625
5644
|
output: number;
|
|
@@ -5629,7 +5648,9 @@ export declare const MODELS: {
|
|
|
5629
5648
|
contextWindow: number;
|
|
5630
5649
|
maxTokens: number;
|
|
5631
5650
|
};
|
|
5632
|
-
|
|
5651
|
+
};
|
|
5652
|
+
readonly groq: {
|
|
5653
|
+
readonly "llama-3.1-8b-instant": {
|
|
5633
5654
|
id: string;
|
|
5634
5655
|
name: string;
|
|
5635
5656
|
api: "openai-completions";
|
|
@@ -5646,7 +5667,7 @@ export declare const MODELS: {
|
|
|
5646
5667
|
contextWindow: number;
|
|
5647
5668
|
maxTokens: number;
|
|
5648
5669
|
};
|
|
5649
|
-
readonly "
|
|
5670
|
+
readonly "llama-3.3-70b-versatile": {
|
|
5650
5671
|
id: string;
|
|
5651
5672
|
name: string;
|
|
5652
5673
|
api: "openai-completions";
|
|
@@ -5663,14 +5684,14 @@ export declare const MODELS: {
|
|
|
5663
5684
|
contextWindow: number;
|
|
5664
5685
|
maxTokens: number;
|
|
5665
5686
|
};
|
|
5666
|
-
readonly "
|
|
5687
|
+
readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5667
5688
|
id: string;
|
|
5668
5689
|
name: string;
|
|
5669
5690
|
api: "openai-completions";
|
|
5670
5691
|
provider: string;
|
|
5671
5692
|
baseUrl: string;
|
|
5672
|
-
reasoning:
|
|
5673
|
-
input: "text"[];
|
|
5693
|
+
reasoning: false;
|
|
5694
|
+
input: ("image" | "text")[];
|
|
5674
5695
|
cost: {
|
|
5675
5696
|
input: number;
|
|
5676
5697
|
output: number;
|
|
@@ -5680,7 +5701,7 @@ export declare const MODELS: {
|
|
|
5680
5701
|
contextWindow: number;
|
|
5681
5702
|
maxTokens: number;
|
|
5682
5703
|
};
|
|
5683
|
-
readonly "openai/gpt-oss-
|
|
5704
|
+
readonly "openai/gpt-oss-120b": {
|
|
5684
5705
|
id: string;
|
|
5685
5706
|
name: string;
|
|
5686
5707
|
api: "openai-completions";
|
|
@@ -5697,7 +5718,7 @@ export declare const MODELS: {
|
|
|
5697
5718
|
contextWindow: number;
|
|
5698
5719
|
maxTokens: number;
|
|
5699
5720
|
};
|
|
5700
|
-
readonly "openai/gpt-oss-
|
|
5721
|
+
readonly "openai/gpt-oss-20b": {
|
|
5701
5722
|
id: string;
|
|
5702
5723
|
name: string;
|
|
5703
5724
|
api: "openai-completions";
|
|
@@ -5714,7 +5735,7 @@ export declare const MODELS: {
|
|
|
5714
5735
|
contextWindow: number;
|
|
5715
5736
|
maxTokens: number;
|
|
5716
5737
|
};
|
|
5717
|
-
readonly "
|
|
5738
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
5718
5739
|
id: string;
|
|
5719
5740
|
name: string;
|
|
5720
5741
|
api: "openai-completions";
|
|
@@ -6675,7 +6696,7 @@ export declare const MODELS: {
|
|
|
6675
6696
|
api: "mistral-conversations";
|
|
6676
6697
|
provider: string;
|
|
6677
6698
|
baseUrl: string;
|
|
6678
|
-
reasoning:
|
|
6699
|
+
reasoning: false;
|
|
6679
6700
|
input: ("image" | "text")[];
|
|
6680
6701
|
cost: {
|
|
6681
6702
|
input: number;
|
|
@@ -6870,6 +6891,7 @@ export declare const MODELS: {
|
|
|
6870
6891
|
supportsReasoningEffort: false;
|
|
6871
6892
|
maxTokensField: "max_tokens";
|
|
6872
6893
|
supportsStrictMode: false;
|
|
6894
|
+
thinkingFormat: "deepseek";
|
|
6873
6895
|
};
|
|
6874
6896
|
reasoning: false;
|
|
6875
6897
|
input: "text"[];
|
|
@@ -6894,6 +6916,7 @@ export declare const MODELS: {
|
|
|
6894
6916
|
supportsReasoningEffort: false;
|
|
6895
6917
|
maxTokensField: "max_tokens";
|
|
6896
6918
|
supportsStrictMode: false;
|
|
6919
|
+
thinkingFormat: "deepseek";
|
|
6897
6920
|
};
|
|
6898
6921
|
reasoning: false;
|
|
6899
6922
|
input: "text"[];
|
|
@@ -6918,6 +6941,7 @@ export declare const MODELS: {
|
|
|
6918
6941
|
supportsReasoningEffort: false;
|
|
6919
6942
|
maxTokensField: "max_tokens";
|
|
6920
6943
|
supportsStrictMode: false;
|
|
6944
|
+
thinkingFormat: "deepseek";
|
|
6921
6945
|
};
|
|
6922
6946
|
reasoning: true;
|
|
6923
6947
|
input: "text"[];
|
|
@@ -6942,6 +6966,7 @@ export declare const MODELS: {
|
|
|
6942
6966
|
supportsReasoningEffort: false;
|
|
6943
6967
|
maxTokensField: "max_tokens";
|
|
6944
6968
|
supportsStrictMode: false;
|
|
6969
|
+
thinkingFormat: "deepseek";
|
|
6945
6970
|
};
|
|
6946
6971
|
reasoning: true;
|
|
6947
6972
|
input: "text"[];
|
|
@@ -6966,6 +6991,7 @@ export declare const MODELS: {
|
|
|
6966
6991
|
supportsReasoningEffort: false;
|
|
6967
6992
|
maxTokensField: "max_tokens";
|
|
6968
6993
|
supportsStrictMode: false;
|
|
6994
|
+
thinkingFormat: "deepseek";
|
|
6969
6995
|
};
|
|
6970
6996
|
reasoning: false;
|
|
6971
6997
|
input: "text"[];
|
|
@@ -6990,6 +7016,7 @@ export declare const MODELS: {
|
|
|
6990
7016
|
supportsReasoningEffort: false;
|
|
6991
7017
|
maxTokensField: "max_tokens";
|
|
6992
7018
|
supportsStrictMode: false;
|
|
7019
|
+
thinkingFormat: "deepseek";
|
|
6993
7020
|
};
|
|
6994
7021
|
reasoning: true;
|
|
6995
7022
|
input: ("image" | "text")[];
|
|
@@ -7014,6 +7041,7 @@ export declare const MODELS: {
|
|
|
7014
7041
|
supportsReasoningEffort: false;
|
|
7015
7042
|
maxTokensField: "max_tokens";
|
|
7016
7043
|
supportsStrictMode: false;
|
|
7044
|
+
thinkingFormat: "deepseek";
|
|
7017
7045
|
};
|
|
7018
7046
|
reasoning: true;
|
|
7019
7047
|
input: ("image" | "text")[];
|
|
@@ -7040,6 +7068,7 @@ export declare const MODELS: {
|
|
|
7040
7068
|
supportsReasoningEffort: false;
|
|
7041
7069
|
maxTokensField: "max_tokens";
|
|
7042
7070
|
supportsStrictMode: false;
|
|
7071
|
+
thinkingFormat: "deepseek";
|
|
7043
7072
|
};
|
|
7044
7073
|
reasoning: false;
|
|
7045
7074
|
input: "text"[];
|
|
@@ -7064,6 +7093,7 @@ export declare const MODELS: {
|
|
|
7064
7093
|
supportsReasoningEffort: false;
|
|
7065
7094
|
maxTokensField: "max_tokens";
|
|
7066
7095
|
supportsStrictMode: false;
|
|
7096
|
+
thinkingFormat: "deepseek";
|
|
7067
7097
|
};
|
|
7068
7098
|
reasoning: false;
|
|
7069
7099
|
input: "text"[];
|
|
@@ -7088,6 +7118,7 @@ export declare const MODELS: {
|
|
|
7088
7118
|
supportsReasoningEffort: false;
|
|
7089
7119
|
maxTokensField: "max_tokens";
|
|
7090
7120
|
supportsStrictMode: false;
|
|
7121
|
+
thinkingFormat: "deepseek";
|
|
7091
7122
|
};
|
|
7092
7123
|
reasoning: true;
|
|
7093
7124
|
input: "text"[];
|
|
@@ -7112,6 +7143,7 @@ export declare const MODELS: {
|
|
|
7112
7143
|
supportsReasoningEffort: false;
|
|
7113
7144
|
maxTokensField: "max_tokens";
|
|
7114
7145
|
supportsStrictMode: false;
|
|
7146
|
+
thinkingFormat: "deepseek";
|
|
7115
7147
|
};
|
|
7116
7148
|
reasoning: true;
|
|
7117
7149
|
input: "text"[];
|
|
@@ -7136,6 +7168,7 @@ export declare const MODELS: {
|
|
|
7136
7168
|
supportsReasoningEffort: false;
|
|
7137
7169
|
maxTokensField: "max_tokens";
|
|
7138
7170
|
supportsStrictMode: false;
|
|
7171
|
+
thinkingFormat: "deepseek";
|
|
7139
7172
|
};
|
|
7140
7173
|
reasoning: false;
|
|
7141
7174
|
input: "text"[];
|
|
@@ -7160,6 +7193,7 @@ export declare const MODELS: {
|
|
|
7160
7193
|
supportsReasoningEffort: false;
|
|
7161
7194
|
maxTokensField: "max_tokens";
|
|
7162
7195
|
supportsStrictMode: false;
|
|
7196
|
+
thinkingFormat: "deepseek";
|
|
7163
7197
|
};
|
|
7164
7198
|
reasoning: true;
|
|
7165
7199
|
input: ("image" | "text")[];
|
|
@@ -7184,6 +7218,7 @@ export declare const MODELS: {
|
|
|
7184
7218
|
supportsReasoningEffort: false;
|
|
7185
7219
|
maxTokensField: "max_tokens";
|
|
7186
7220
|
supportsStrictMode: false;
|
|
7221
|
+
thinkingFormat: "deepseek";
|
|
7187
7222
|
};
|
|
7188
7223
|
reasoning: true;
|
|
7189
7224
|
input: ("image" | "text")[];
|
|
@@ -7383,8 +7418,8 @@ export declare const MODELS: {
|
|
|
7383
7418
|
supportsStrictMode: false;
|
|
7384
7419
|
supportsLongCacheRetention: false;
|
|
7385
7420
|
};
|
|
7386
|
-
reasoning:
|
|
7387
|
-
input: "text"[];
|
|
7421
|
+
reasoning: true;
|
|
7422
|
+
input: ("image" | "text")[];
|
|
7388
7423
|
cost: {
|
|
7389
7424
|
input: number;
|
|
7390
7425
|
output: number;
|
|
@@ -7422,7 +7457,7 @@ export declare const MODELS: {
|
|
|
7422
7457
|
contextWindow: number;
|
|
7423
7458
|
maxTokens: number;
|
|
7424
7459
|
};
|
|
7425
|
-
readonly "nvidia/
|
|
7460
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
7426
7461
|
id: string;
|
|
7427
7462
|
name: string;
|
|
7428
7463
|
api: "openai-completions";
|
|
@@ -7450,7 +7485,7 @@ export declare const MODELS: {
|
|
|
7450
7485
|
contextWindow: number;
|
|
7451
7486
|
maxTokens: number;
|
|
7452
7487
|
};
|
|
7453
|
-
readonly "nvidia/
|
|
7488
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning": {
|
|
7454
7489
|
id: string;
|
|
7455
7490
|
name: string;
|
|
7456
7491
|
api: "openai-completions";
|
|
@@ -7468,7 +7503,7 @@ export declare const MODELS: {
|
|
|
7468
7503
|
supportsLongCacheRetention: false;
|
|
7469
7504
|
};
|
|
7470
7505
|
reasoning: true;
|
|
7471
|
-
input: "text"[];
|
|
7506
|
+
input: ("image" | "text")[];
|
|
7472
7507
|
cost: {
|
|
7473
7508
|
input: number;
|
|
7474
7509
|
output: number;
|
|
@@ -7478,7 +7513,7 @@ export declare const MODELS: {
|
|
|
7478
7513
|
contextWindow: number;
|
|
7479
7514
|
maxTokens: number;
|
|
7480
7515
|
};
|
|
7481
|
-
readonly "nvidia/nemotron-3-
|
|
7516
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
7482
7517
|
id: string;
|
|
7483
7518
|
name: string;
|
|
7484
7519
|
api: "openai-completions";
|
|
@@ -7506,7 +7541,7 @@ export declare const MODELS: {
|
|
|
7506
7541
|
contextWindow: number;
|
|
7507
7542
|
maxTokens: number;
|
|
7508
7543
|
};
|
|
7509
|
-
readonly "nvidia/nemotron-3-
|
|
7544
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
7510
7545
|
id: string;
|
|
7511
7546
|
name: string;
|
|
7512
7547
|
api: "openai-completions";
|
|
@@ -7524,7 +7559,7 @@ export declare const MODELS: {
|
|
|
7524
7559
|
supportsLongCacheRetention: false;
|
|
7525
7560
|
};
|
|
7526
7561
|
reasoning: true;
|
|
7527
|
-
input:
|
|
7562
|
+
input: "text"[];
|
|
7528
7563
|
cost: {
|
|
7529
7564
|
input: number;
|
|
7530
7565
|
output: number;
|
|
@@ -7534,7 +7569,7 @@ export declare const MODELS: {
|
|
|
7534
7569
|
contextWindow: number;
|
|
7535
7570
|
maxTokens: number;
|
|
7536
7571
|
};
|
|
7537
|
-
readonly "nvidia/nemotron-
|
|
7572
|
+
readonly "nvidia/nvidia-nemotron-nano-9b-v2": {
|
|
7538
7573
|
id: string;
|
|
7539
7574
|
name: string;
|
|
7540
7575
|
api: "openai-completions";
|
|
@@ -7562,7 +7597,7 @@ export declare const MODELS: {
|
|
|
7562
7597
|
contextWindow: number;
|
|
7563
7598
|
maxTokens: number;
|
|
7564
7599
|
};
|
|
7565
|
-
readonly "
|
|
7600
|
+
readonly "openai/gpt-oss-120b": {
|
|
7566
7601
|
id: string;
|
|
7567
7602
|
name: string;
|
|
7568
7603
|
api: "openai-completions";
|
|
@@ -8656,6 +8691,9 @@ export declare const MODELS: {
|
|
|
8656
8691
|
api: "openai-completions";
|
|
8657
8692
|
provider: string;
|
|
8658
8693
|
baseUrl: string;
|
|
8694
|
+
compat: {
|
|
8695
|
+
maxTokensField: "max_tokens";
|
|
8696
|
+
};
|
|
8659
8697
|
reasoning: true;
|
|
8660
8698
|
input: "text"[];
|
|
8661
8699
|
cost: {
|
|
@@ -8667,6 +8705,30 @@ export declare const MODELS: {
|
|
|
8667
8705
|
contextWindow: number;
|
|
8668
8706
|
maxTokens: number;
|
|
8669
8707
|
};
|
|
8708
|
+
readonly "claude-fable-5": {
|
|
8709
|
+
id: string;
|
|
8710
|
+
name: string;
|
|
8711
|
+
api: "anthropic-messages";
|
|
8712
|
+
provider: string;
|
|
8713
|
+
baseUrl: string;
|
|
8714
|
+
compat: {
|
|
8715
|
+
forceAdaptiveThinking: true;
|
|
8716
|
+
};
|
|
8717
|
+
reasoning: true;
|
|
8718
|
+
thinkingLevelMap: {
|
|
8719
|
+
off: null;
|
|
8720
|
+
xhigh: string;
|
|
8721
|
+
};
|
|
8722
|
+
input: ("image" | "text")[];
|
|
8723
|
+
cost: {
|
|
8724
|
+
input: number;
|
|
8725
|
+
output: number;
|
|
8726
|
+
cacheRead: number;
|
|
8727
|
+
cacheWrite: number;
|
|
8728
|
+
};
|
|
8729
|
+
contextWindow: number;
|
|
8730
|
+
maxTokens: number;
|
|
8731
|
+
};
|
|
8670
8732
|
readonly "claude-haiku-4-5": {
|
|
8671
8733
|
id: string;
|
|
8672
8734
|
name: string;
|
|
@@ -8850,6 +8912,7 @@ export declare const MODELS: {
|
|
|
8850
8912
|
provider: string;
|
|
8851
8913
|
baseUrl: string;
|
|
8852
8914
|
compat: {
|
|
8915
|
+
maxTokensField: "max_tokens";
|
|
8853
8916
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8854
8917
|
thinkingFormat: "deepseek";
|
|
8855
8918
|
};
|
|
@@ -8878,6 +8941,7 @@ export declare const MODELS: {
|
|
|
8878
8941
|
provider: string;
|
|
8879
8942
|
baseUrl: string;
|
|
8880
8943
|
compat: {
|
|
8944
|
+
maxTokensField: "max_tokens";
|
|
8881
8945
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8882
8946
|
thinkingFormat: "deepseek";
|
|
8883
8947
|
};
|
|
@@ -8969,6 +9033,9 @@ export declare const MODELS: {
|
|
|
8969
9033
|
api: "openai-completions";
|
|
8970
9034
|
provider: string;
|
|
8971
9035
|
baseUrl: string;
|
|
9036
|
+
compat: {
|
|
9037
|
+
maxTokensField: "max_tokens";
|
|
9038
|
+
};
|
|
8972
9039
|
reasoning: true;
|
|
8973
9040
|
input: "text"[];
|
|
8974
9041
|
cost: {
|
|
@@ -8986,6 +9053,9 @@ export declare const MODELS: {
|
|
|
8986
9053
|
api: "openai-completions";
|
|
8987
9054
|
provider: string;
|
|
8988
9055
|
baseUrl: string;
|
|
9056
|
+
compat: {
|
|
9057
|
+
maxTokensField: "max_tokens";
|
|
9058
|
+
};
|
|
8989
9059
|
reasoning: true;
|
|
8990
9060
|
input: "text"[];
|
|
8991
9061
|
cost: {
|
|
@@ -9336,6 +9406,7 @@ export declare const MODELS: {
|
|
|
9336
9406
|
baseUrl: string;
|
|
9337
9407
|
compat: {
|
|
9338
9408
|
supportsReasoningEffort: false;
|
|
9409
|
+
maxTokensField: "max_tokens";
|
|
9339
9410
|
};
|
|
9340
9411
|
reasoning: true;
|
|
9341
9412
|
thinkingLevelMap: {
|
|
@@ -9360,6 +9431,9 @@ export declare const MODELS: {
|
|
|
9360
9431
|
api: "openai-completions";
|
|
9361
9432
|
provider: string;
|
|
9362
9433
|
baseUrl: string;
|
|
9434
|
+
compat: {
|
|
9435
|
+
maxTokensField: "max_tokens";
|
|
9436
|
+
};
|
|
9363
9437
|
reasoning: true;
|
|
9364
9438
|
input: ("image" | "text")[];
|
|
9365
9439
|
cost: {
|
|
@@ -9380,6 +9454,7 @@ export declare const MODELS: {
|
|
|
9380
9454
|
compat: {
|
|
9381
9455
|
thinkingFormat: "deepseek";
|
|
9382
9456
|
supportsReasoningEffort: false;
|
|
9457
|
+
maxTokensField: "max_tokens";
|
|
9383
9458
|
};
|
|
9384
9459
|
reasoning: true;
|
|
9385
9460
|
input: ("image" | "text")[];
|
|
@@ -9398,6 +9473,9 @@ export declare const MODELS: {
|
|
|
9398
9473
|
api: "openai-completions";
|
|
9399
9474
|
provider: string;
|
|
9400
9475
|
baseUrl: string;
|
|
9476
|
+
compat: {
|
|
9477
|
+
maxTokensField: "max_tokens";
|
|
9478
|
+
};
|
|
9401
9479
|
reasoning: true;
|
|
9402
9480
|
input: ("image" | "text")[];
|
|
9403
9481
|
cost: {
|
|
@@ -9415,6 +9493,9 @@ export declare const MODELS: {
|
|
|
9415
9493
|
api: "openai-completions";
|
|
9416
9494
|
provider: string;
|
|
9417
9495
|
baseUrl: string;
|
|
9496
|
+
compat: {
|
|
9497
|
+
maxTokensField: "max_tokens";
|
|
9498
|
+
};
|
|
9418
9499
|
reasoning: true;
|
|
9419
9500
|
input: "text"[];
|
|
9420
9501
|
cost: {
|
|
@@ -9432,6 +9513,9 @@ export declare const MODELS: {
|
|
|
9432
9513
|
api: "openai-completions";
|
|
9433
9514
|
provider: string;
|
|
9434
9515
|
baseUrl: string;
|
|
9516
|
+
compat: {
|
|
9517
|
+
maxTokensField: "max_tokens";
|
|
9518
|
+
};
|
|
9435
9519
|
reasoning: true;
|
|
9436
9520
|
input: "text"[];
|
|
9437
9521
|
cost: {
|
|
@@ -9443,14 +9527,17 @@ export declare const MODELS: {
|
|
|
9443
9527
|
contextWindow: number;
|
|
9444
9528
|
maxTokens: number;
|
|
9445
9529
|
};
|
|
9446
|
-
readonly "
|
|
9530
|
+
readonly "nemotron-3-ultra-free": {
|
|
9447
9531
|
id: string;
|
|
9448
9532
|
name: string;
|
|
9449
|
-
api: "
|
|
9533
|
+
api: "openai-completions";
|
|
9450
9534
|
provider: string;
|
|
9451
9535
|
baseUrl: string;
|
|
9536
|
+
compat: {
|
|
9537
|
+
maxTokensField: "max_tokens";
|
|
9538
|
+
};
|
|
9452
9539
|
reasoning: true;
|
|
9453
|
-
input:
|
|
9540
|
+
input: "text"[];
|
|
9454
9541
|
cost: {
|
|
9455
9542
|
input: number;
|
|
9456
9543
|
output: number;
|
|
@@ -9460,12 +9547,15 @@ export declare const MODELS: {
|
|
|
9460
9547
|
contextWindow: number;
|
|
9461
9548
|
maxTokens: number;
|
|
9462
9549
|
};
|
|
9463
|
-
readonly "
|
|
9550
|
+
readonly "north-mini-code-free": {
|
|
9464
9551
|
id: string;
|
|
9465
9552
|
name: string;
|
|
9466
9553
|
api: "openai-completions";
|
|
9467
9554
|
provider: string;
|
|
9468
9555
|
baseUrl: string;
|
|
9556
|
+
compat: {
|
|
9557
|
+
maxTokensField: "max_tokens";
|
|
9558
|
+
};
|
|
9469
9559
|
reasoning: true;
|
|
9470
9560
|
input: "text"[];
|
|
9471
9561
|
cost: {
|
|
@@ -9520,6 +9610,7 @@ export declare const MODELS: {
|
|
|
9520
9610
|
provider: string;
|
|
9521
9611
|
baseUrl: string;
|
|
9522
9612
|
compat: {
|
|
9613
|
+
maxTokensField: "max_tokens";
|
|
9523
9614
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9524
9615
|
thinkingFormat: "deepseek";
|
|
9525
9616
|
};
|
|
@@ -9548,6 +9639,7 @@ export declare const MODELS: {
|
|
|
9548
9639
|
provider: string;
|
|
9549
9640
|
baseUrl: string;
|
|
9550
9641
|
compat: {
|
|
9642
|
+
maxTokensField: "max_tokens";
|
|
9551
9643
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9552
9644
|
thinkingFormat: "deepseek";
|
|
9553
9645
|
};
|
|
@@ -9575,6 +9667,9 @@ export declare const MODELS: {
|
|
|
9575
9667
|
api: "openai-completions";
|
|
9576
9668
|
provider: string;
|
|
9577
9669
|
baseUrl: string;
|
|
9670
|
+
compat: {
|
|
9671
|
+
maxTokensField: "max_tokens";
|
|
9672
|
+
};
|
|
9578
9673
|
reasoning: true;
|
|
9579
9674
|
input: "text"[];
|
|
9580
9675
|
cost: {
|
|
@@ -9592,6 +9687,9 @@ export declare const MODELS: {
|
|
|
9592
9687
|
api: "openai-completions";
|
|
9593
9688
|
provider: string;
|
|
9594
9689
|
baseUrl: string;
|
|
9690
|
+
compat: {
|
|
9691
|
+
maxTokensField: "max_tokens";
|
|
9692
|
+
};
|
|
9595
9693
|
reasoning: true;
|
|
9596
9694
|
input: "text"[];
|
|
9597
9695
|
cost: {
|
|
@@ -9609,6 +9707,9 @@ export declare const MODELS: {
|
|
|
9609
9707
|
api: "openai-completions";
|
|
9610
9708
|
provider: string;
|
|
9611
9709
|
baseUrl: string;
|
|
9710
|
+
compat: {
|
|
9711
|
+
maxTokensField: "max_tokens";
|
|
9712
|
+
};
|
|
9612
9713
|
reasoning: true;
|
|
9613
9714
|
input: ("image" | "text")[];
|
|
9614
9715
|
cost: {
|
|
@@ -9629,6 +9730,7 @@ export declare const MODELS: {
|
|
|
9629
9730
|
compat: {
|
|
9630
9731
|
thinkingFormat: "deepseek";
|
|
9631
9732
|
supportsReasoningEffort: false;
|
|
9733
|
+
maxTokensField: "max_tokens";
|
|
9632
9734
|
};
|
|
9633
9735
|
reasoning: true;
|
|
9634
9736
|
thinkingLevelMap: {
|
|
@@ -9652,6 +9754,9 @@ export declare const MODELS: {
|
|
|
9652
9754
|
api: "openai-completions";
|
|
9653
9755
|
provider: string;
|
|
9654
9756
|
baseUrl: string;
|
|
9757
|
+
compat: {
|
|
9758
|
+
maxTokensField: "max_tokens";
|
|
9759
|
+
};
|
|
9655
9760
|
reasoning: true;
|
|
9656
9761
|
input: ("image" | "text")[];
|
|
9657
9762
|
cost: {
|
|
@@ -9669,6 +9774,9 @@ export declare const MODELS: {
|
|
|
9669
9774
|
api: "openai-completions";
|
|
9670
9775
|
provider: string;
|
|
9671
9776
|
baseUrl: string;
|
|
9777
|
+
compat: {
|
|
9778
|
+
maxTokensField: "max_tokens";
|
|
9779
|
+
};
|
|
9672
9780
|
reasoning: true;
|
|
9673
9781
|
input: "text"[];
|
|
9674
9782
|
cost: {
|
|
@@ -9703,6 +9811,9 @@ export declare const MODELS: {
|
|
|
9703
9811
|
api: "openai-completions";
|
|
9704
9812
|
provider: string;
|
|
9705
9813
|
baseUrl: string;
|
|
9814
|
+
compat: {
|
|
9815
|
+
maxTokensField: "max_tokens";
|
|
9816
|
+
};
|
|
9706
9817
|
reasoning: true;
|
|
9707
9818
|
input: "text"[];
|
|
9708
9819
|
cost: {
|
|
@@ -9739,6 +9850,7 @@ export declare const MODELS: {
|
|
|
9739
9850
|
baseUrl: string;
|
|
9740
9851
|
compat: {
|
|
9741
9852
|
thinkingFormat: "qwen";
|
|
9853
|
+
maxTokensField: "max_tokens";
|
|
9742
9854
|
};
|
|
9743
9855
|
reasoning: true;
|
|
9744
9856
|
input: ("image" | "text")[];
|
|
@@ -9923,6 +10035,23 @@ export declare const MODELS: {
|
|
|
9923
10035
|
contextWindow: number;
|
|
9924
10036
|
maxTokens: number;
|
|
9925
10037
|
};
|
|
10038
|
+
readonly "anthropic/claude-fable-5": {
|
|
10039
|
+
id: string;
|
|
10040
|
+
name: string;
|
|
10041
|
+
api: "openai-completions";
|
|
10042
|
+
provider: string;
|
|
10043
|
+
baseUrl: string;
|
|
10044
|
+
reasoning: true;
|
|
10045
|
+
input: ("image" | "text")[];
|
|
10046
|
+
cost: {
|
|
10047
|
+
input: number;
|
|
10048
|
+
output: number;
|
|
10049
|
+
cacheRead: number;
|
|
10050
|
+
cacheWrite: number;
|
|
10051
|
+
};
|
|
10052
|
+
contextWindow: number;
|
|
10053
|
+
maxTokens: number;
|
|
10054
|
+
};
|
|
9926
10055
|
readonly "anthropic/claude-haiku-4.5": {
|
|
9927
10056
|
id: string;
|
|
9928
10057
|
name: string;
|
|
@@ -10230,23 +10359,6 @@ export declare const MODELS: {
|
|
|
10230
10359
|
contextWindow: number;
|
|
10231
10360
|
maxTokens: number;
|
|
10232
10361
|
};
|
|
10233
|
-
readonly "baidu/ernie-4.5-vl-28b-a3b": {
|
|
10234
|
-
id: string;
|
|
10235
|
-
name: string;
|
|
10236
|
-
api: "openai-completions";
|
|
10237
|
-
provider: string;
|
|
10238
|
-
baseUrl: string;
|
|
10239
|
-
reasoning: true;
|
|
10240
|
-
input: ("image" | "text")[];
|
|
10241
|
-
cost: {
|
|
10242
|
-
input: number;
|
|
10243
|
-
output: number;
|
|
10244
|
-
cacheRead: number;
|
|
10245
|
-
cacheWrite: number;
|
|
10246
|
-
};
|
|
10247
|
-
contextWindow: number;
|
|
10248
|
-
maxTokens: number;
|
|
10249
|
-
};
|
|
10250
10362
|
readonly "bytedance-seed/seed-1.6": {
|
|
10251
10363
|
id: string;
|
|
10252
10364
|
name: string;
|
|
@@ -11570,14 +11682,14 @@ export declare const MODELS: {
|
|
|
11570
11682
|
contextWindow: number;
|
|
11571
11683
|
maxTokens: number;
|
|
11572
11684
|
};
|
|
11573
|
-
readonly "nex-agi/
|
|
11685
|
+
readonly "nex-agi/nex-n2-pro:free": {
|
|
11574
11686
|
id: string;
|
|
11575
11687
|
name: string;
|
|
11576
11688
|
api: "openai-completions";
|
|
11577
11689
|
provider: string;
|
|
11578
11690
|
baseUrl: string;
|
|
11579
|
-
reasoning:
|
|
11580
|
-
input: "text"[];
|
|
11691
|
+
reasoning: true;
|
|
11692
|
+
input: ("image" | "text")[];
|
|
11581
11693
|
cost: {
|
|
11582
11694
|
input: number;
|
|
11583
11695
|
output: number;
|
|
@@ -11689,14 +11801,14 @@ export declare const MODELS: {
|
|
|
11689
11801
|
contextWindow: number;
|
|
11690
11802
|
maxTokens: number;
|
|
11691
11803
|
};
|
|
11692
|
-
readonly "nvidia/nemotron-
|
|
11804
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
11693
11805
|
id: string;
|
|
11694
11806
|
name: string;
|
|
11695
11807
|
api: "openai-completions";
|
|
11696
11808
|
provider: string;
|
|
11697
11809
|
baseUrl: string;
|
|
11698
11810
|
reasoning: true;
|
|
11699
|
-
input:
|
|
11811
|
+
input: "text"[];
|
|
11700
11812
|
cost: {
|
|
11701
11813
|
input: number;
|
|
11702
11814
|
output: number;
|
|
@@ -11706,7 +11818,7 @@ export declare const MODELS: {
|
|
|
11706
11818
|
contextWindow: number;
|
|
11707
11819
|
maxTokens: number;
|
|
11708
11820
|
};
|
|
11709
|
-
readonly "nvidia/nemotron-
|
|
11821
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
11710
11822
|
id: string;
|
|
11711
11823
|
name: string;
|
|
11712
11824
|
api: "openai-completions";
|
|
@@ -11723,14 +11835,14 @@ export declare const MODELS: {
|
|
|
11723
11835
|
contextWindow: number;
|
|
11724
11836
|
maxTokens: number;
|
|
11725
11837
|
};
|
|
11726
|
-
readonly "nvidia/nemotron-nano-
|
|
11838
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
11727
11839
|
id: string;
|
|
11728
11840
|
name: string;
|
|
11729
11841
|
api: "openai-completions";
|
|
11730
11842
|
provider: string;
|
|
11731
11843
|
baseUrl: string;
|
|
11732
11844
|
reasoning: true;
|
|
11733
|
-
input: "text"[];
|
|
11845
|
+
input: ("image" | "text")[];
|
|
11734
11846
|
cost: {
|
|
11735
11847
|
input: number;
|
|
11736
11848
|
output: number;
|
|
@@ -11740,13 +11852,13 @@ export declare const MODELS: {
|
|
|
11740
11852
|
contextWindow: number;
|
|
11741
11853
|
maxTokens: number;
|
|
11742
11854
|
};
|
|
11743
|
-
readonly "
|
|
11855
|
+
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
11744
11856
|
id: string;
|
|
11745
11857
|
name: string;
|
|
11746
11858
|
api: "openai-completions";
|
|
11747
11859
|
provider: string;
|
|
11748
11860
|
baseUrl: string;
|
|
11749
|
-
reasoning:
|
|
11861
|
+
reasoning: true;
|
|
11750
11862
|
input: "text"[];
|
|
11751
11863
|
cost: {
|
|
11752
11864
|
input: number;
|
|
@@ -11757,13 +11869,13 @@ export declare const MODELS: {
|
|
|
11757
11869
|
contextWindow: number;
|
|
11758
11870
|
maxTokens: number;
|
|
11759
11871
|
};
|
|
11760
|
-
readonly "
|
|
11872
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
11761
11873
|
id: string;
|
|
11762
11874
|
name: string;
|
|
11763
11875
|
api: "openai-completions";
|
|
11764
11876
|
provider: string;
|
|
11765
11877
|
baseUrl: string;
|
|
11766
|
-
reasoning:
|
|
11878
|
+
reasoning: true;
|
|
11767
11879
|
input: "text"[];
|
|
11768
11880
|
cost: {
|
|
11769
11881
|
input: number;
|
|
@@ -11774,7 +11886,7 @@ export declare const MODELS: {
|
|
|
11774
11886
|
contextWindow: number;
|
|
11775
11887
|
maxTokens: number;
|
|
11776
11888
|
};
|
|
11777
|
-
readonly "openai/gpt-3.5-turbo
|
|
11889
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
11778
11890
|
id: string;
|
|
11779
11891
|
name: string;
|
|
11780
11892
|
api: "openai-completions";
|
|
@@ -11791,7 +11903,7 @@ export declare const MODELS: {
|
|
|
11791
11903
|
contextWindow: number;
|
|
11792
11904
|
maxTokens: number;
|
|
11793
11905
|
};
|
|
11794
|
-
readonly "openai/gpt-
|
|
11906
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
11795
11907
|
id: string;
|
|
11796
11908
|
name: string;
|
|
11797
11909
|
api: "openai-completions";
|
|
@@ -11808,7 +11920,7 @@ export declare const MODELS: {
|
|
|
11808
11920
|
contextWindow: number;
|
|
11809
11921
|
maxTokens: number;
|
|
11810
11922
|
};
|
|
11811
|
-
readonly "openai/gpt-
|
|
11923
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
11812
11924
|
id: string;
|
|
11813
11925
|
name: string;
|
|
11814
11926
|
api: "openai-completions";
|
|
@@ -11825,7 +11937,7 @@ export declare const MODELS: {
|
|
|
11825
11937
|
contextWindow: number;
|
|
11826
11938
|
maxTokens: number;
|
|
11827
11939
|
};
|
|
11828
|
-
readonly "openai/gpt-4
|
|
11940
|
+
readonly "openai/gpt-4": {
|
|
11829
11941
|
id: string;
|
|
11830
11942
|
name: string;
|
|
11831
11943
|
api: "openai-completions";
|
|
@@ -13649,23 +13761,6 @@ export declare const MODELS: {
|
|
|
13649
13761
|
contextWindow: number;
|
|
13650
13762
|
maxTokens: number;
|
|
13651
13763
|
};
|
|
13652
|
-
readonly "sao10k/l3-euryale-70b": {
|
|
13653
|
-
id: string;
|
|
13654
|
-
name: string;
|
|
13655
|
-
api: "openai-completions";
|
|
13656
|
-
provider: string;
|
|
13657
|
-
baseUrl: string;
|
|
13658
|
-
reasoning: false;
|
|
13659
|
-
input: "text"[];
|
|
13660
|
-
cost: {
|
|
13661
|
-
input: number;
|
|
13662
|
-
output: number;
|
|
13663
|
-
cacheRead: number;
|
|
13664
|
-
cacheWrite: number;
|
|
13665
|
-
};
|
|
13666
|
-
contextWindow: number;
|
|
13667
|
-
maxTokens: number;
|
|
13668
|
-
};
|
|
13669
13764
|
readonly "sao10k/l3.1-euryale-70b": {
|
|
13670
13765
|
id: string;
|
|
13671
13766
|
name: string;
|
|
@@ -13887,23 +13982,6 @@ export declare const MODELS: {
|
|
|
13887
13982
|
contextWindow: number;
|
|
13888
13983
|
maxTokens: number;
|
|
13889
13984
|
};
|
|
13890
|
-
readonly "z-ai/glm-4-32b": {
|
|
13891
|
-
id: string;
|
|
13892
|
-
name: string;
|
|
13893
|
-
api: "openai-completions";
|
|
13894
|
-
provider: string;
|
|
13895
|
-
baseUrl: string;
|
|
13896
|
-
reasoning: false;
|
|
13897
|
-
input: "text"[];
|
|
13898
|
-
cost: {
|
|
13899
|
-
input: number;
|
|
13900
|
-
output: number;
|
|
13901
|
-
cacheRead: number;
|
|
13902
|
-
cacheWrite: number;
|
|
13903
|
-
};
|
|
13904
|
-
contextWindow: number;
|
|
13905
|
-
maxTokens: number;
|
|
13906
|
-
};
|
|
13907
13985
|
readonly "z-ai/glm-4.5": {
|
|
13908
13986
|
id: string;
|
|
13909
13987
|
name: string;
|
|
@@ -13938,23 +14016,6 @@ export declare const MODELS: {
|
|
|
13938
14016
|
contextWindow: number;
|
|
13939
14017
|
maxTokens: number;
|
|
13940
14018
|
};
|
|
13941
|
-
readonly "z-ai/glm-4.5-air:free": {
|
|
13942
|
-
id: string;
|
|
13943
|
-
name: string;
|
|
13944
|
-
api: "openai-completions";
|
|
13945
|
-
provider: string;
|
|
13946
|
-
baseUrl: string;
|
|
13947
|
-
reasoning: true;
|
|
13948
|
-
input: "text"[];
|
|
13949
|
-
cost: {
|
|
13950
|
-
input: number;
|
|
13951
|
-
output: number;
|
|
13952
|
-
cacheRead: number;
|
|
13953
|
-
cacheWrite: number;
|
|
13954
|
-
};
|
|
13955
|
-
contextWindow: number;
|
|
13956
|
-
maxTokens: number;
|
|
13957
|
-
};
|
|
13958
14019
|
readonly "z-ai/glm-4.5v": {
|
|
13959
14020
|
id: string;
|
|
13960
14021
|
name: string;
|
|
@@ -14091,7 +14152,7 @@ export declare const MODELS: {
|
|
|
14091
14152
|
contextWindow: number;
|
|
14092
14153
|
maxTokens: number;
|
|
14093
14154
|
};
|
|
14094
|
-
readonly "
|
|
14155
|
+
readonly "~anthropic/claude-fable-latest": {
|
|
14095
14156
|
id: string;
|
|
14096
14157
|
name: string;
|
|
14097
14158
|
api: "openai-completions";
|
|
@@ -14259,10 +14320,10 @@ export declare const MODELS: {
|
|
|
14259
14320
|
maxTokensField: "max_tokens";
|
|
14260
14321
|
supportsStrictMode: false;
|
|
14261
14322
|
supportsLongCacheRetention: false;
|
|
14323
|
+
thinkingFormat: "together";
|
|
14262
14324
|
};
|
|
14263
14325
|
reasoning: true;
|
|
14264
14326
|
thinkingLevelMap: {
|
|
14265
|
-
off: null;
|
|
14266
14327
|
minimal: null;
|
|
14267
14328
|
low: null;
|
|
14268
14329
|
medium: null;
|
|
@@ -14726,6 +14787,37 @@ export declare const MODELS: {
|
|
|
14726
14787
|
contextWindow: number;
|
|
14727
14788
|
maxTokens: number;
|
|
14728
14789
|
};
|
|
14790
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
14791
|
+
id: string;
|
|
14792
|
+
name: string;
|
|
14793
|
+
api: "openai-completions";
|
|
14794
|
+
provider: string;
|
|
14795
|
+
baseUrl: string;
|
|
14796
|
+
compat: {
|
|
14797
|
+
supportsStore: false;
|
|
14798
|
+
supportsDeveloperRole: false;
|
|
14799
|
+
supportsReasoningEffort: false;
|
|
14800
|
+
maxTokensField: "max_tokens";
|
|
14801
|
+
supportsStrictMode: false;
|
|
14802
|
+
supportsLongCacheRetention: false;
|
|
14803
|
+
thinkingFormat: "together";
|
|
14804
|
+
};
|
|
14805
|
+
reasoning: true;
|
|
14806
|
+
thinkingLevelMap: {
|
|
14807
|
+
minimal: null;
|
|
14808
|
+
low: null;
|
|
14809
|
+
medium: null;
|
|
14810
|
+
};
|
|
14811
|
+
input: "text"[];
|
|
14812
|
+
cost: {
|
|
14813
|
+
input: number;
|
|
14814
|
+
output: number;
|
|
14815
|
+
cacheRead: number;
|
|
14816
|
+
cacheWrite: number;
|
|
14817
|
+
};
|
|
14818
|
+
contextWindow: number;
|
|
14819
|
+
maxTokens: number;
|
|
14820
|
+
};
|
|
14729
14821
|
readonly "openai/gpt-oss-120b": {
|
|
14730
14822
|
id: string;
|
|
14731
14823
|
name: string;
|
|
@@ -15197,6 +15289,30 @@ export declare const MODELS: {
|
|
|
15197
15289
|
contextWindow: number;
|
|
15198
15290
|
maxTokens: number;
|
|
15199
15291
|
};
|
|
15292
|
+
readonly "anthropic/claude-fable-5": {
|
|
15293
|
+
id: string;
|
|
15294
|
+
name: string;
|
|
15295
|
+
api: "anthropic-messages";
|
|
15296
|
+
provider: string;
|
|
15297
|
+
baseUrl: string;
|
|
15298
|
+
compat: {
|
|
15299
|
+
forceAdaptiveThinking: true;
|
|
15300
|
+
};
|
|
15301
|
+
reasoning: true;
|
|
15302
|
+
thinkingLevelMap: {
|
|
15303
|
+
off: null;
|
|
15304
|
+
xhigh: string;
|
|
15305
|
+
};
|
|
15306
|
+
input: ("image" | "text")[];
|
|
15307
|
+
cost: {
|
|
15308
|
+
input: number;
|
|
15309
|
+
output: number;
|
|
15310
|
+
cacheRead: number;
|
|
15311
|
+
cacheWrite: number;
|
|
15312
|
+
};
|
|
15313
|
+
contextWindow: number;
|
|
15314
|
+
maxTokens: number;
|
|
15315
|
+
};
|
|
15200
15316
|
readonly "anthropic/claude-haiku-4.5": {
|
|
15201
15317
|
id: string;
|
|
15202
15318
|
name: string;
|
|
@@ -15594,40 +15710,6 @@ export declare const MODELS: {
|
|
|
15594
15710
|
contextWindow: number;
|
|
15595
15711
|
maxTokens: number;
|
|
15596
15712
|
};
|
|
15597
|
-
readonly "google/gemini-2.0-flash": {
|
|
15598
|
-
id: string;
|
|
15599
|
-
name: string;
|
|
15600
|
-
api: "anthropic-messages";
|
|
15601
|
-
provider: string;
|
|
15602
|
-
baseUrl: string;
|
|
15603
|
-
reasoning: false;
|
|
15604
|
-
input: ("image" | "text")[];
|
|
15605
|
-
cost: {
|
|
15606
|
-
input: number;
|
|
15607
|
-
output: number;
|
|
15608
|
-
cacheRead: number;
|
|
15609
|
-
cacheWrite: number;
|
|
15610
|
-
};
|
|
15611
|
-
contextWindow: number;
|
|
15612
|
-
maxTokens: number;
|
|
15613
|
-
};
|
|
15614
|
-
readonly "google/gemini-2.0-flash-lite": {
|
|
15615
|
-
id: string;
|
|
15616
|
-
name: string;
|
|
15617
|
-
api: "anthropic-messages";
|
|
15618
|
-
provider: string;
|
|
15619
|
-
baseUrl: string;
|
|
15620
|
-
reasoning: false;
|
|
15621
|
-
input: ("image" | "text")[];
|
|
15622
|
-
cost: {
|
|
15623
|
-
input: number;
|
|
15624
|
-
output: number;
|
|
15625
|
-
cacheRead: number;
|
|
15626
|
-
cacheWrite: number;
|
|
15627
|
-
};
|
|
15628
|
-
contextWindow: number;
|
|
15629
|
-
maxTokens: number;
|
|
15630
|
-
};
|
|
15631
15713
|
readonly "google/gemini-2.5-flash": {
|
|
15632
15714
|
id: string;
|
|
15633
15715
|
name: string;
|
|
@@ -16461,6 +16543,23 @@ export declare const MODELS: {
|
|
|
16461
16543
|
contextWindow: number;
|
|
16462
16544
|
maxTokens: number;
|
|
16463
16545
|
};
|
|
16546
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
16547
|
+
id: string;
|
|
16548
|
+
name: string;
|
|
16549
|
+
api: "anthropic-messages";
|
|
16550
|
+
provider: string;
|
|
16551
|
+
baseUrl: string;
|
|
16552
|
+
reasoning: true;
|
|
16553
|
+
input: "text"[];
|
|
16554
|
+
cost: {
|
|
16555
|
+
input: number;
|
|
16556
|
+
output: number;
|
|
16557
|
+
cacheRead: number;
|
|
16558
|
+
cacheWrite: number;
|
|
16559
|
+
};
|
|
16560
|
+
contextWindow: number;
|
|
16561
|
+
maxTokens: number;
|
|
16562
|
+
};
|
|
16464
16563
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
16465
16564
|
id: string;
|
|
16466
16565
|
name: string;
|
|
@@ -17940,6 +18039,28 @@ export declare const MODELS: {
|
|
|
17940
18039
|
contextWindow: number;
|
|
17941
18040
|
maxTokens: number;
|
|
17942
18041
|
};
|
|
18042
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18043
|
+
id: string;
|
|
18044
|
+
name: string;
|
|
18045
|
+
api: "openai-completions";
|
|
18046
|
+
provider: string;
|
|
18047
|
+
baseUrl: string;
|
|
18048
|
+
compat: {
|
|
18049
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18050
|
+
thinkingFormat: "deepseek";
|
|
18051
|
+
supportsDisabledThinking: false;
|
|
18052
|
+
};
|
|
18053
|
+
reasoning: true;
|
|
18054
|
+
input: "text"[];
|
|
18055
|
+
cost: {
|
|
18056
|
+
input: number;
|
|
18057
|
+
output: number;
|
|
18058
|
+
cacheRead: number;
|
|
18059
|
+
cacheWrite: number;
|
|
18060
|
+
};
|
|
18061
|
+
contextWindow: number;
|
|
18062
|
+
maxTokens: number;
|
|
18063
|
+
};
|
|
17943
18064
|
};
|
|
17944
18065
|
readonly "xiaomi-token-plan-ams": {
|
|
17945
18066
|
readonly "mimo-v2-omni": {
|
|
@@ -18030,6 +18151,28 @@ export declare const MODELS: {
|
|
|
18030
18151
|
contextWindow: number;
|
|
18031
18152
|
maxTokens: number;
|
|
18032
18153
|
};
|
|
18154
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18155
|
+
id: string;
|
|
18156
|
+
name: string;
|
|
18157
|
+
api: "openai-completions";
|
|
18158
|
+
provider: string;
|
|
18159
|
+
baseUrl: string;
|
|
18160
|
+
compat: {
|
|
18161
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18162
|
+
thinkingFormat: "deepseek";
|
|
18163
|
+
supportsDisabledThinking: false;
|
|
18164
|
+
};
|
|
18165
|
+
reasoning: true;
|
|
18166
|
+
input: "text"[];
|
|
18167
|
+
cost: {
|
|
18168
|
+
input: number;
|
|
18169
|
+
output: number;
|
|
18170
|
+
cacheRead: number;
|
|
18171
|
+
cacheWrite: number;
|
|
18172
|
+
};
|
|
18173
|
+
contextWindow: number;
|
|
18174
|
+
maxTokens: number;
|
|
18175
|
+
};
|
|
18033
18176
|
};
|
|
18034
18177
|
readonly "xiaomi-token-plan-cn": {
|
|
18035
18178
|
readonly "mimo-v2-omni": {
|
|
@@ -18120,6 +18263,28 @@ export declare const MODELS: {
|
|
|
18120
18263
|
contextWindow: number;
|
|
18121
18264
|
maxTokens: number;
|
|
18122
18265
|
};
|
|
18266
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18267
|
+
id: string;
|
|
18268
|
+
name: string;
|
|
18269
|
+
api: "openai-completions";
|
|
18270
|
+
provider: string;
|
|
18271
|
+
baseUrl: string;
|
|
18272
|
+
compat: {
|
|
18273
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18274
|
+
thinkingFormat: "deepseek";
|
|
18275
|
+
supportsDisabledThinking: false;
|
|
18276
|
+
};
|
|
18277
|
+
reasoning: true;
|
|
18278
|
+
input: "text"[];
|
|
18279
|
+
cost: {
|
|
18280
|
+
input: number;
|
|
18281
|
+
output: number;
|
|
18282
|
+
cacheRead: number;
|
|
18283
|
+
cacheWrite: number;
|
|
18284
|
+
};
|
|
18285
|
+
contextWindow: number;
|
|
18286
|
+
maxTokens: number;
|
|
18287
|
+
};
|
|
18123
18288
|
};
|
|
18124
18289
|
readonly "xiaomi-token-plan-sgp": {
|
|
18125
18290
|
readonly "mimo-v2-omni": {
|
|
@@ -18210,6 +18375,28 @@ export declare const MODELS: {
|
|
|
18210
18375
|
contextWindow: number;
|
|
18211
18376
|
maxTokens: number;
|
|
18212
18377
|
};
|
|
18378
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18379
|
+
id: string;
|
|
18380
|
+
name: string;
|
|
18381
|
+
api: "openai-completions";
|
|
18382
|
+
provider: string;
|
|
18383
|
+
baseUrl: string;
|
|
18384
|
+
compat: {
|
|
18385
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18386
|
+
thinkingFormat: "deepseek";
|
|
18387
|
+
supportsDisabledThinking: false;
|
|
18388
|
+
};
|
|
18389
|
+
reasoning: true;
|
|
18390
|
+
input: "text"[];
|
|
18391
|
+
cost: {
|
|
18392
|
+
input: number;
|
|
18393
|
+
output: number;
|
|
18394
|
+
cacheRead: number;
|
|
18395
|
+
cacheWrite: number;
|
|
18396
|
+
};
|
|
18397
|
+
contextWindow: number;
|
|
18398
|
+
maxTokens: number;
|
|
18399
|
+
};
|
|
18213
18400
|
};
|
|
18214
18401
|
readonly zai: {
|
|
18215
18402
|
readonly "glm-4.5-air": {
|