@code-yeongyu/senpi 2026.7.10 → 2026.7.13
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 +79 -0
- package/README.md +4 -2
- package/dist/core/agent-session.d.ts +9 -0
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +56 -15
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/extensions/builtin/bash-timeout/timeout.js +2 -2
- package/dist/core/extensions/builtin/bash-timeout/timeout.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/index.js +10 -1
- package/dist/core/extensions/builtin/compaction/index.js.map +1 -1
- package/dist/core/extensions/builtin/goal/store.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/store.js +88 -3
- package/dist/core/extensions/builtin/goal/store.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.6.d.ts +3 -0
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.6.d.ts.map +1 -0
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.6.js +134 -0
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.6.js.map +1 -0
- package/dist/core/extensions/builtin/prompt-preset/presets.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/presets.js +6 -0
- package/dist/core/extensions/builtin/prompt-preset/presets.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.d.ts +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.js +1 -0
- package/dist/core/extensions/builtin/prompt-preset/settings.js.map +1 -1
- package/dist/core/extensions/builtin/terminal/notify.d.ts +3 -3
- package/dist/core/extensions/builtin/terminal/notify.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/notify.js +7 -4
- package/dist/core/extensions/builtin/terminal/notify.js.map +1 -1
- package/dist/core/extensions/builtin/terminal/runtime-session.d.ts +5 -3
- package/dist/core/extensions/builtin/terminal/runtime-session.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/runtime-session.js +32 -16
- package/dist/core/extensions/builtin/terminal/runtime-session.js.map +1 -1
- package/dist/core/extensions/builtin/terminal/tools/bash-output.d.ts +1 -1
- package/dist/core/extensions/builtin/terminal/tools/bash-output.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/tools/bash-output.js +10 -4
- package/dist/core/extensions/builtin/terminal/tools/bash-output.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 +5 -8
- package/dist/core/extensions/builtin/todotools/tools/todowrite.js.map +1 -1
- package/dist/core/extensions/runner.d.ts +1 -0
- package/dist/core/extensions/runner.d.ts.map +1 -1
- package/dist/core/extensions/runner.js +5 -0
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/types.d.ts +5 -8
- 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 +22 -3
- package/dist/core/extensions/wrapper.js.map +1 -1
- package/dist/core/keybindings.d.ts +8 -3
- package/dist/core/keybindings.d.ts.map +1 -1
- package/dist/core/keybindings.js +7 -3
- package/dist/core/keybindings.js.map +1 -1
- package/dist/core/model-registry.d.ts +1 -6
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +19 -6
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/resource-loader.d.ts +1 -0
- package/dist/core/resource-loader.d.ts.map +1 -1
- package/dist/core/resource-loader.js +20 -2
- package/dist/core/resource-loader.js.map +1 -1
- package/dist/core/settings-manager.d.ts +4 -3
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +2 -1
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/modes/interactive/compaction-queue-transfer.d.ts +22 -0
- package/dist/modes/interactive/compaction-queue-transfer.d.ts.map +1 -0
- package/dist/modes/interactive/compaction-queue-transfer.js +82 -0
- package/dist/modes/interactive/compaction-queue-transfer.js.map +1 -0
- package/dist/modes/interactive/components/custom-editor.js +1 -1
- package/dist/modes/interactive/components/custom-editor.js.map +1 -1
- package/dist/modes/interactive/components/login-dialog.d.ts +4 -0
- package/dist/modes/interactive/components/login-dialog.d.ts.map +1 -1
- package/dist/modes/interactive/components/login-dialog.js +9 -2
- package/dist/modes/interactive/components/login-dialog.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +1 -1
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.js +1 -1
- package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
- package/dist/modes/interactive/components/tool-execution-fallback.d.ts +6 -0
- package/dist/modes/interactive/components/tool-execution-fallback.d.ts.map +1 -0
- package/dist/modes/interactive/components/tool-execution-fallback.js +40 -0
- package/dist/modes/interactive/components/tool-execution-fallback.js.map +1 -0
- package/dist/modes/interactive/components/tool-execution-images.d.ts +23 -0
- package/dist/modes/interactive/components/tool-execution-images.d.ts.map +1 -0
- package/dist/modes/interactive/components/tool-execution-images.js +104 -0
- package/dist/modes/interactive/components/tool-execution-images.js.map +1 -0
- package/dist/modes/interactive/components/tool-execution-renderer.d.ts +28 -0
- package/dist/modes/interactive/components/tool-execution-renderer.d.ts.map +1 -0
- package/dist/modes/interactive/components/tool-execution-renderer.js +135 -0
- package/dist/modes/interactive/components/tool-execution-renderer.js.map +1 -0
- package/dist/modes/interactive/components/tool-execution-types.d.ts +23 -0
- package/dist/modes/interactive/components/tool-execution-types.d.ts.map +1 -0
- package/dist/modes/interactive/components/tool-execution-types.js +2 -0
- package/dist/modes/interactive/components/tool-execution-types.js.map +1 -0
- package/dist/modes/interactive/components/tool-execution.d.ts +13 -39
- package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution.js +51 -294
- package/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/dist/modes/interactive/components/tool-renderer-boundary.d.ts +17 -0
- package/dist/modes/interactive/components/tool-renderer-boundary.d.ts.map +1 -0
- package/dist/modes/interactive/components/tool-renderer-boundary.js +75 -0
- package/dist/modes/interactive/components/tool-renderer-boundary.js.map +1 -0
- package/dist/modes/interactive/components/tree-selector.d.ts +5 -0
- package/dist/modes/interactive/components/tree-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/tree-selector.js +50 -17
- package/dist/modes/interactive/components/tree-selector.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +5 -2
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +127 -109
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/theme/dark.json +1 -0
- package/dist/modes/interactive/theme/light.json +1 -0
- package/dist/modes/interactive/theme/theme-schema.json +6 -2
- package/dist/modes/interactive/theme/theme.d.ts +3 -2
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +11 -4
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/dist/utils/clipboard-native.d.ts +1 -0
- 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 +2 -0
- package/dist/utils/clipboard.d.ts.map +1 -1
- package/dist/utils/clipboard.js +13 -0
- package/dist/utils/clipboard.js.map +1 -1
- package/docs/custom-provider.md +4 -3
- package/docs/extensions.md +140 -1
- package/docs/keybindings.md +1 -0
- package/docs/models.md +45 -4
- package/docs/providers.md +3 -0
- package/docs/quickstart.md +1 -1
- package/docs/rpc.md +2 -2
- package/docs/sdk.md +1 -1
- package/docs/settings.md +3 -3
- package/docs/themes.md +5 -3
- package/docs/tui.md +1 -1
- package/docs/usage.md +2 -1
- 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/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/@babel/helper-string-parser/LICENSE +22 -0
- package/node_modules/@babel/helper-string-parser/README.md +19 -0
- package/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
- package/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- package/node_modules/@babel/helper-string-parser/package.json +31 -0
- package/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- package/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- package/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/node_modules/@babel/helper-validator-identifier/package.json +31 -0
- package/node_modules/@babel/parser/LICENSE +19 -0
- package/node_modules/@babel/parser/README.md +19 -0
- package/node_modules/@babel/parser/bin/babel-parser.js +15 -0
- package/node_modules/@babel/parser/lib/index.js +14599 -0
- package/node_modules/@babel/parser/lib/index.js.map +1 -0
- package/node_modules/@babel/parser/package.json +50 -0
- package/node_modules/@babel/parser/typings/babel-parser.d.ts +262 -0
- package/node_modules/@babel/types/LICENSE +22 -0
- package/node_modules/@babel/types/README.md +19 -0
- package/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
- package/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
- package/node_modules/@babel/types/lib/asserts/generated/index.js +1251 -0
- package/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
- package/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
- package/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
- package/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
- package/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/generated/index.js +29 -0
- package/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/generated/lowercase.js +2902 -0
- package/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/generated/uppercase.js +272 -0
- package/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/productions.js +12 -0
- package/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
- package/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
- package/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
- package/node_modules/@babel/types/lib/builders/validateNode.js +21 -0
- package/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
- package/node_modules/@babel/types/lib/clone/clone.js +12 -0
- package/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
- package/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
- package/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
- package/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
- package/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
- package/node_modules/@babel/types/lib/clone/cloneNode.js +107 -0
- package/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
- package/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
- package/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/addComment.js +15 -0
- package/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/addComments.js +22 -0
- package/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
- package/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
- package/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
- package/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
- package/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
- package/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
- package/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
- package/node_modules/@babel/types/lib/constants/generated/index.js +60 -0
- package/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
- package/node_modules/@babel/types/lib/constants/index.js +31 -0
- package/node_modules/@babel/types/lib/constants/index.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
- package/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
- package/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
- package/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
- package/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
- package/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
- package/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
- package/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
- package/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
- package/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
- package/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
- package/node_modules/@babel/types/lib/converters/valueToNode.js +89 -0
- package/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/core.js +1725 -0
- package/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
- package/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/experimental.js +124 -0
- package/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/flow.js +495 -0
- package/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/index.js +106 -0
- package/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/jsx.js +157 -0
- package/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/misc.js +31 -0
- package/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
- package/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/typescript.js +528 -0
- package/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
- package/node_modules/@babel/types/lib/definitions/utils.js +296 -0
- package/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
- package/node_modules/@babel/types/lib/index-legacy.d.ts +2797 -0
- package/node_modules/@babel/types/lib/index.d.ts +3617 -0
- package/node_modules/@babel/types/lib/index.js +582 -0
- package/node_modules/@babel/types/lib/index.js.flow +2650 -0
- package/node_modules/@babel/types/lib/index.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
- package/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
- package/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
- package/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
- package/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
- package/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
- package/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
- package/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +66 -0
- package/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
- package/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +48 -0
- package/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +1 -0
- package/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +102 -0
- package/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
- package/node_modules/@babel/types/lib/retrievers/getFunctionName.js +63 -0
- package/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +1 -0
- package/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
- package/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
- package/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
- package/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
- package/node_modules/@babel/types/lib/traverse/traverseFast.js +40 -0
- package/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
- package/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
- package/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
- package/node_modules/@babel/types/lib/utils/inherit.js +13 -0
- package/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
- package/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
- package/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
- package/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
- package/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
- package/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/generated/index.js +2797 -0
- package/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/is.js +27 -0
- package/node_modules/@babel/types/lib/validators/is.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
- package/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
- package/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
- package/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isLet.js +13 -0
- package/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isNode.js +12 -0
- package/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
- package/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isPlaceholderType.js +15 -0
- package/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
- package/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isScope.js +18 -0
- package/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
- package/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isType.js +17 -0
- package/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
- package/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
- package/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/isVar.js +15 -0
- package/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/matchesPattern.js +44 -0
- package/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
- package/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
- package/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
- package/node_modules/@babel/types/lib/validators/validate.js +42 -0
- package/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
- package/node_modules/@babel/types/package.json +39 -0
- package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +13 -2
- package/node_modules/@code-yeongyu/senpi-codemode/README.md +128 -78
- package/node_modules/@code-yeongyu/senpi-codemode/package.json +4 -3
- package/node_modules/@code-yeongyu/senpi-codemode/src/bridge/protocol.ts +22 -9
- package/node_modules/@code-yeongyu/senpi-codemode/src/bridge/reserved.ts +9 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/bridges/agent-bridge.ts +197 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/bridges/output-bridge.ts +96 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/bridges/schema-injection.ts +3 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/completion/handler.ts +95 -26
- package/node_modules/@code-yeongyu/senpi-codemode/src/completion/tool-bridge.ts +14 -2
- package/node_modules/@code-yeongyu/senpi-codemode/src/config/settings.ts +96 -8
- package/node_modules/@code-yeongyu/senpi-codemode/src/extension/session-manager.ts +92 -10
- package/node_modules/@code-yeongyu/senpi-codemode/src/index.ts +187 -27
- package/node_modules/@code-yeongyu/senpi-codemode/src/interpreters/detect.ts +1 -1
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/jl/prelude.jl +252 -48
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/jl/runner.jl +263 -83
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/context-manager.ts +198 -149
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/inline-worker-entry.js +23 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/inline-worker.ts +4 -175
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/kernel-contract.ts +38 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/local-module-loader.ts +108 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/prelude.ts +8 -6
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/rewrite-imports.ts +164 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/run-queue.ts +82 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/worker-core.js +13 -4
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/worker-host.ts +117 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/js/worker-runtime.js +307 -41
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/py/kernel-contract.ts +32 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/py/kernel.ts +232 -199
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/py/prelude.py +792 -79
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/py/process.ts +119 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/py/transport.ts +237 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/rb/prelude.rb +234 -21
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/rb/runner.rb +154 -51
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/shared/subprocess-contract.ts +22 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/shared/subprocess-kernel.ts +214 -189
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/shared/subprocess-process.ts +174 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/shared/subprocess-queue.ts +101 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/shared/subprocess-run.ts +98 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/output/output-meta.ts +89 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/output/streaming-output.ts +296 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/prompt/eval-prompt.ts +107 -30
- package/node_modules/@code-yeongyu/senpi-codemode/src/timeouts/bridge-timeout.ts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/timeouts/idle-timeout.ts +8 -19
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/cell-handler.ts +267 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/eval-tool.ts +226 -211
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/image.ts +274 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/json-tree.ts +247 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/render.ts +828 -35
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/status-events.ts +12 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/types.ts +30 -1
- package/node_modules/@earendil-works/pi-agent-core/README.md +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +2 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +4 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/README.md +4 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js +89 -40
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +7 -7
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +10 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +5 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.d.ts +3 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js +35 -4
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +7 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/simple-options.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/simple-options.js +8 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/simple-options.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.js +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/compat.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/compat.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/compat.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +483 -61
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js +13 -4
- package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +5 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts +62 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +32 -20
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts +11 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +6 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.d.ts +7 -8
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js +20 -21
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts +11 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +6 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-auth.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-auth.js +9 -6
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-auth.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts +100 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +64 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.d.ts +56 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.js +20 -9
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.d.ts +77 -8
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js +37 -24
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.d.ts +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts +80 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +64 -8
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts +25 -22
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +68 -83
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts +45 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +49 -13
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +30 -7
- 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/deferred-tools.d.ts +9 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/deferred-tools.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/deferred-tools.js +36 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/deferred-tools.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.d.ts +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.js +35 -14
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +2 -2
- package/node_modules/@earendil-works/pi-pty/package.json +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 +2 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/image.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +2 -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 +2 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.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 +6 -5
- package/node_modules/@earendil-works/pi-tui/dist/keys.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 +0 -9
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-text.d.ts +4 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal-text.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal-text.js +18 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal-text.js.map +1 -0
- package/node_modules/@earendil-works/pi-tui/package.json +2 -2
- package/package.json +6 -6
|
@@ -78,6 +78,7 @@ export declare const MODELS: {
|
|
|
78
78
|
thinkingLevelMap: {
|
|
79
79
|
off: null;
|
|
80
80
|
xhigh: string;
|
|
81
|
+
max: string;
|
|
81
82
|
};
|
|
82
83
|
input: ("image" | "text")[];
|
|
83
84
|
cost: {
|
|
@@ -148,7 +149,7 @@ export declare const MODELS: {
|
|
|
148
149
|
baseUrl: string;
|
|
149
150
|
reasoning: true;
|
|
150
151
|
thinkingLevelMap: {
|
|
151
|
-
|
|
152
|
+
max: string;
|
|
152
153
|
};
|
|
153
154
|
input: ("image" | "text")[];
|
|
154
155
|
cost: {
|
|
@@ -169,6 +170,7 @@ export declare const MODELS: {
|
|
|
169
170
|
reasoning: true;
|
|
170
171
|
thinkingLevelMap: {
|
|
171
172
|
xhigh: string;
|
|
173
|
+
max: string;
|
|
172
174
|
};
|
|
173
175
|
input: ("image" | "text")[];
|
|
174
176
|
cost: {
|
|
@@ -189,6 +191,7 @@ export declare const MODELS: {
|
|
|
189
191
|
reasoning: true;
|
|
190
192
|
thinkingLevelMap: {
|
|
191
193
|
xhigh: string;
|
|
194
|
+
max: string;
|
|
192
195
|
};
|
|
193
196
|
input: ("image" | "text")[];
|
|
194
197
|
cost: {
|
|
@@ -224,6 +227,9 @@ export declare const MODELS: {
|
|
|
224
227
|
provider: string;
|
|
225
228
|
baseUrl: string;
|
|
226
229
|
reasoning: true;
|
|
230
|
+
thinkingLevelMap: {
|
|
231
|
+
max: string;
|
|
232
|
+
};
|
|
227
233
|
input: ("image" | "text")[];
|
|
228
234
|
cost: {
|
|
229
235
|
input: number;
|
|
@@ -241,6 +247,10 @@ export declare const MODELS: {
|
|
|
241
247
|
provider: string;
|
|
242
248
|
baseUrl: string;
|
|
243
249
|
reasoning: true;
|
|
250
|
+
thinkingLevelMap: {
|
|
251
|
+
xhigh: string;
|
|
252
|
+
max: string;
|
|
253
|
+
};
|
|
244
254
|
input: ("image" | "text")[];
|
|
245
255
|
cost: {
|
|
246
256
|
input: number;
|
|
@@ -276,7 +286,7 @@ export declare const MODELS: {
|
|
|
276
286
|
baseUrl: string;
|
|
277
287
|
reasoning: true;
|
|
278
288
|
thinkingLevelMap: {
|
|
279
|
-
|
|
289
|
+
max: string;
|
|
280
290
|
};
|
|
281
291
|
input: ("image" | "text")[];
|
|
282
292
|
cost: {
|
|
@@ -297,6 +307,7 @@ export declare const MODELS: {
|
|
|
297
307
|
reasoning: true;
|
|
298
308
|
thinkingLevelMap: {
|
|
299
309
|
xhigh: string;
|
|
310
|
+
max: string;
|
|
300
311
|
};
|
|
301
312
|
input: ("image" | "text")[];
|
|
302
313
|
cost: {
|
|
@@ -332,6 +343,9 @@ export declare const MODELS: {
|
|
|
332
343
|
provider: string;
|
|
333
344
|
baseUrl: string;
|
|
334
345
|
reasoning: true;
|
|
346
|
+
thinkingLevelMap: {
|
|
347
|
+
max: string;
|
|
348
|
+
};
|
|
335
349
|
input: ("image" | "text")[];
|
|
336
350
|
cost: {
|
|
337
351
|
input: number;
|
|
@@ -349,6 +363,10 @@ export declare const MODELS: {
|
|
|
349
363
|
provider: string;
|
|
350
364
|
baseUrl: string;
|
|
351
365
|
reasoning: true;
|
|
366
|
+
thinkingLevelMap: {
|
|
367
|
+
xhigh: string;
|
|
368
|
+
max: string;
|
|
369
|
+
};
|
|
352
370
|
input: ("image" | "text")[];
|
|
353
371
|
cost: {
|
|
354
372
|
input: number;
|
|
@@ -420,6 +438,7 @@ export declare const MODELS: {
|
|
|
420
438
|
thinkingLevelMap: {
|
|
421
439
|
off: null;
|
|
422
440
|
xhigh: string;
|
|
441
|
+
max: string;
|
|
423
442
|
};
|
|
424
443
|
input: ("image" | "text")[];
|
|
425
444
|
cost: {
|
|
@@ -473,7 +492,7 @@ export declare const MODELS: {
|
|
|
473
492
|
baseUrl: string;
|
|
474
493
|
reasoning: true;
|
|
475
494
|
thinkingLevelMap: {
|
|
476
|
-
|
|
495
|
+
max: string;
|
|
477
496
|
};
|
|
478
497
|
input: ("image" | "text")[];
|
|
479
498
|
cost: {
|
|
@@ -494,6 +513,7 @@ export declare const MODELS: {
|
|
|
494
513
|
reasoning: true;
|
|
495
514
|
thinkingLevelMap: {
|
|
496
515
|
xhigh: string;
|
|
516
|
+
max: string;
|
|
497
517
|
};
|
|
498
518
|
input: ("image" | "text")[];
|
|
499
519
|
cost: {
|
|
@@ -514,6 +534,7 @@ export declare const MODELS: {
|
|
|
514
534
|
reasoning: true;
|
|
515
535
|
thinkingLevelMap: {
|
|
516
536
|
xhigh: string;
|
|
537
|
+
max: string;
|
|
517
538
|
};
|
|
518
539
|
input: ("image" | "text")[];
|
|
519
540
|
cost: {
|
|
@@ -549,6 +570,9 @@ export declare const MODELS: {
|
|
|
549
570
|
provider: string;
|
|
550
571
|
baseUrl: string;
|
|
551
572
|
reasoning: true;
|
|
573
|
+
thinkingLevelMap: {
|
|
574
|
+
max: string;
|
|
575
|
+
};
|
|
552
576
|
input: ("image" | "text")[];
|
|
553
577
|
cost: {
|
|
554
578
|
input: number;
|
|
@@ -566,6 +590,10 @@ export declare const MODELS: {
|
|
|
566
590
|
provider: string;
|
|
567
591
|
baseUrl: string;
|
|
568
592
|
reasoning: true;
|
|
593
|
+
thinkingLevelMap: {
|
|
594
|
+
xhigh: string;
|
|
595
|
+
max: string;
|
|
596
|
+
};
|
|
569
597
|
input: ("image" | "text")[];
|
|
570
598
|
cost: {
|
|
571
599
|
input: number;
|
|
@@ -586,6 +614,7 @@ export declare const MODELS: {
|
|
|
586
614
|
thinkingLevelMap: {
|
|
587
615
|
off: null;
|
|
588
616
|
xhigh: string;
|
|
617
|
+
max: string;
|
|
589
618
|
};
|
|
590
619
|
input: ("image" | "text")[];
|
|
591
620
|
cost: {
|
|
@@ -639,7 +668,7 @@ export declare const MODELS: {
|
|
|
639
668
|
baseUrl: string;
|
|
640
669
|
reasoning: true;
|
|
641
670
|
thinkingLevelMap: {
|
|
642
|
-
|
|
671
|
+
max: string;
|
|
643
672
|
};
|
|
644
673
|
input: ("image" | "text")[];
|
|
645
674
|
cost: {
|
|
@@ -660,6 +689,7 @@ export declare const MODELS: {
|
|
|
660
689
|
reasoning: true;
|
|
661
690
|
thinkingLevelMap: {
|
|
662
691
|
xhigh: string;
|
|
692
|
+
max: string;
|
|
663
693
|
};
|
|
664
694
|
input: ("image" | "text")[];
|
|
665
695
|
cost: {
|
|
@@ -680,6 +710,7 @@ export declare const MODELS: {
|
|
|
680
710
|
reasoning: true;
|
|
681
711
|
thinkingLevelMap: {
|
|
682
712
|
xhigh: string;
|
|
713
|
+
max: string;
|
|
683
714
|
};
|
|
684
715
|
input: ("image" | "text")[];
|
|
685
716
|
cost: {
|
|
@@ -715,6 +746,9 @@ export declare const MODELS: {
|
|
|
715
746
|
provider: string;
|
|
716
747
|
baseUrl: string;
|
|
717
748
|
reasoning: true;
|
|
749
|
+
thinkingLevelMap: {
|
|
750
|
+
max: string;
|
|
751
|
+
};
|
|
718
752
|
input: ("image" | "text")[];
|
|
719
753
|
cost: {
|
|
720
754
|
input: number;
|
|
@@ -732,6 +766,10 @@ export declare const MODELS: {
|
|
|
732
766
|
provider: string;
|
|
733
767
|
baseUrl: string;
|
|
734
768
|
reasoning: true;
|
|
769
|
+
thinkingLevelMap: {
|
|
770
|
+
xhigh: string;
|
|
771
|
+
max: string;
|
|
772
|
+
};
|
|
735
773
|
input: ("image" | "text")[];
|
|
736
774
|
cost: {
|
|
737
775
|
input: number;
|
|
@@ -802,6 +840,7 @@ export declare const MODELS: {
|
|
|
802
840
|
reasoning: true;
|
|
803
841
|
thinkingLevelMap: {
|
|
804
842
|
xhigh: string;
|
|
843
|
+
max: string;
|
|
805
844
|
};
|
|
806
845
|
input: ("image" | "text")[];
|
|
807
846
|
cost: {
|
|
@@ -822,6 +861,7 @@ export declare const MODELS: {
|
|
|
822
861
|
reasoning: true;
|
|
823
862
|
thinkingLevelMap: {
|
|
824
863
|
xhigh: string;
|
|
864
|
+
max: string;
|
|
825
865
|
};
|
|
826
866
|
input: ("image" | "text")[];
|
|
827
867
|
cost: {
|
|
@@ -857,6 +897,9 @@ export declare const MODELS: {
|
|
|
857
897
|
provider: string;
|
|
858
898
|
baseUrl: string;
|
|
859
899
|
reasoning: true;
|
|
900
|
+
thinkingLevelMap: {
|
|
901
|
+
max: string;
|
|
902
|
+
};
|
|
860
903
|
input: ("image" | "text")[];
|
|
861
904
|
cost: {
|
|
862
905
|
input: number;
|
|
@@ -874,6 +917,10 @@ export declare const MODELS: {
|
|
|
874
917
|
provider: string;
|
|
875
918
|
baseUrl: string;
|
|
876
919
|
reasoning: true;
|
|
920
|
+
thinkingLevelMap: {
|
|
921
|
+
xhigh: string;
|
|
922
|
+
max: string;
|
|
923
|
+
};
|
|
877
924
|
input: ("image" | "text")[];
|
|
878
925
|
cost: {
|
|
879
926
|
input: number;
|
|
@@ -1546,6 +1593,7 @@ export declare const MODELS: {
|
|
|
1546
1593
|
thinkingLevelMap: {
|
|
1547
1594
|
off: null;
|
|
1548
1595
|
xhigh: string;
|
|
1596
|
+
max: string;
|
|
1549
1597
|
};
|
|
1550
1598
|
input: ("image" | "text")[];
|
|
1551
1599
|
cost: {
|
|
@@ -1616,7 +1664,7 @@ export declare const MODELS: {
|
|
|
1616
1664
|
baseUrl: string;
|
|
1617
1665
|
reasoning: true;
|
|
1618
1666
|
thinkingLevelMap: {
|
|
1619
|
-
|
|
1667
|
+
max: string;
|
|
1620
1668
|
};
|
|
1621
1669
|
input: ("image" | "text")[];
|
|
1622
1670
|
cost: {
|
|
@@ -1637,6 +1685,7 @@ export declare const MODELS: {
|
|
|
1637
1685
|
reasoning: true;
|
|
1638
1686
|
thinkingLevelMap: {
|
|
1639
1687
|
xhigh: string;
|
|
1688
|
+
max: string;
|
|
1640
1689
|
};
|
|
1641
1690
|
input: ("image" | "text")[];
|
|
1642
1691
|
cost: {
|
|
@@ -1657,6 +1706,7 @@ export declare const MODELS: {
|
|
|
1657
1706
|
reasoning: true;
|
|
1658
1707
|
thinkingLevelMap: {
|
|
1659
1708
|
xhigh: string;
|
|
1709
|
+
max: string;
|
|
1660
1710
|
};
|
|
1661
1711
|
input: ("image" | "text")[];
|
|
1662
1712
|
cost: {
|
|
@@ -1692,6 +1742,9 @@ export declare const MODELS: {
|
|
|
1692
1742
|
provider: string;
|
|
1693
1743
|
baseUrl: string;
|
|
1694
1744
|
reasoning: true;
|
|
1745
|
+
thinkingLevelMap: {
|
|
1746
|
+
max: string;
|
|
1747
|
+
};
|
|
1695
1748
|
input: ("image" | "text")[];
|
|
1696
1749
|
cost: {
|
|
1697
1750
|
input: number;
|
|
@@ -1709,6 +1762,10 @@ export declare const MODELS: {
|
|
|
1709
1762
|
provider: string;
|
|
1710
1763
|
baseUrl: string;
|
|
1711
1764
|
reasoning: true;
|
|
1765
|
+
thinkingLevelMap: {
|
|
1766
|
+
xhigh: string;
|
|
1767
|
+
max: string;
|
|
1768
|
+
};
|
|
1712
1769
|
input: ("image" | "text")[];
|
|
1713
1770
|
cost: {
|
|
1714
1771
|
input: number;
|
|
@@ -1972,6 +2029,7 @@ export declare const MODELS: {
|
|
|
1972
2029
|
thinkingLevelMap: {
|
|
1973
2030
|
off: null;
|
|
1974
2031
|
xhigh: string;
|
|
2032
|
+
max: string;
|
|
1975
2033
|
};
|
|
1976
2034
|
input: ("image" | "text")[];
|
|
1977
2035
|
cost: {
|
|
@@ -2096,7 +2154,7 @@ export declare const MODELS: {
|
|
|
2096
2154
|
};
|
|
2097
2155
|
reasoning: true;
|
|
2098
2156
|
thinkingLevelMap: {
|
|
2099
|
-
|
|
2157
|
+
max: string;
|
|
2100
2158
|
};
|
|
2101
2159
|
input: ("image" | "text")[];
|
|
2102
2160
|
cost: {
|
|
@@ -2121,6 +2179,7 @@ export declare const MODELS: {
|
|
|
2121
2179
|
reasoning: true;
|
|
2122
2180
|
thinkingLevelMap: {
|
|
2123
2181
|
xhigh: string;
|
|
2182
|
+
max: string;
|
|
2124
2183
|
};
|
|
2125
2184
|
input: ("image" | "text")[];
|
|
2126
2185
|
cost: {
|
|
@@ -2145,6 +2204,7 @@ export declare const MODELS: {
|
|
|
2145
2204
|
reasoning: true;
|
|
2146
2205
|
thinkingLevelMap: {
|
|
2147
2206
|
xhigh: string;
|
|
2207
|
+
max: string;
|
|
2148
2208
|
};
|
|
2149
2209
|
input: ("image" | "text")[];
|
|
2150
2210
|
cost: {
|
|
@@ -2200,6 +2260,9 @@ export declare const MODELS: {
|
|
|
2200
2260
|
forceAdaptiveThinking: true;
|
|
2201
2261
|
};
|
|
2202
2262
|
reasoning: true;
|
|
2263
|
+
thinkingLevelMap: {
|
|
2264
|
+
max: string;
|
|
2265
|
+
};
|
|
2203
2266
|
input: ("image" | "text")[];
|
|
2204
2267
|
cost: {
|
|
2205
2268
|
input: number;
|
|
@@ -2220,6 +2283,10 @@ export declare const MODELS: {
|
|
|
2220
2283
|
forceAdaptiveThinking: true;
|
|
2221
2284
|
};
|
|
2222
2285
|
reasoning: true;
|
|
2286
|
+
thinkingLevelMap: {
|
|
2287
|
+
xhigh: string;
|
|
2288
|
+
max: string;
|
|
2289
|
+
};
|
|
2223
2290
|
input: ("image" | "text")[];
|
|
2224
2291
|
cost: {
|
|
2225
2292
|
input: number;
|
|
@@ -2897,7 +2964,7 @@ export declare const MODELS: {
|
|
|
2897
2964
|
contextWindow: number;
|
|
2898
2965
|
maxTokens: number;
|
|
2899
2966
|
};
|
|
2900
|
-
readonly "gpt-5.6": {
|
|
2967
|
+
readonly "gpt-5.6-luna": {
|
|
2901
2968
|
id: string;
|
|
2902
2969
|
name: string;
|
|
2903
2970
|
api: "azure-openai-responses";
|
|
@@ -2907,6 +2974,7 @@ export declare const MODELS: {
|
|
|
2907
2974
|
thinkingLevelMap: {
|
|
2908
2975
|
off: null;
|
|
2909
2976
|
xhigh: string;
|
|
2977
|
+
max: string;
|
|
2910
2978
|
};
|
|
2911
2979
|
input: ("image" | "text")[];
|
|
2912
2980
|
cost: {
|
|
@@ -2918,7 +2986,7 @@ export declare const MODELS: {
|
|
|
2918
2986
|
contextWindow: number;
|
|
2919
2987
|
maxTokens: number;
|
|
2920
2988
|
};
|
|
2921
|
-
readonly "gpt-5.6-
|
|
2989
|
+
readonly "gpt-5.6-sol": {
|
|
2922
2990
|
id: string;
|
|
2923
2991
|
name: string;
|
|
2924
2992
|
api: "azure-openai-responses";
|
|
@@ -2928,6 +2996,7 @@ export declare const MODELS: {
|
|
|
2928
2996
|
thinkingLevelMap: {
|
|
2929
2997
|
off: null;
|
|
2930
2998
|
xhigh: string;
|
|
2999
|
+
max: string;
|
|
2931
3000
|
};
|
|
2932
3001
|
input: ("image" | "text")[];
|
|
2933
3002
|
cost: {
|
|
@@ -2939,7 +3008,7 @@ export declare const MODELS: {
|
|
|
2939
3008
|
contextWindow: number;
|
|
2940
3009
|
maxTokens: number;
|
|
2941
3010
|
};
|
|
2942
|
-
readonly "gpt-5.6-
|
|
3011
|
+
readonly "gpt-5.6-terra": {
|
|
2943
3012
|
id: string;
|
|
2944
3013
|
name: string;
|
|
2945
3014
|
api: "azure-openai-responses";
|
|
@@ -2949,6 +3018,7 @@ export declare const MODELS: {
|
|
|
2949
3018
|
thinkingLevelMap: {
|
|
2950
3019
|
off: null;
|
|
2951
3020
|
xhigh: string;
|
|
3021
|
+
max: string;
|
|
2952
3022
|
};
|
|
2953
3023
|
input: ("image" | "text")[];
|
|
2954
3024
|
cost: {
|
|
@@ -2960,17 +3030,13 @@ export declare const MODELS: {
|
|
|
2960
3030
|
contextWindow: number;
|
|
2961
3031
|
maxTokens: number;
|
|
2962
3032
|
};
|
|
2963
|
-
readonly "gpt-
|
|
3033
|
+
readonly "gpt-realtime-2.1": {
|
|
2964
3034
|
id: string;
|
|
2965
3035
|
name: string;
|
|
2966
3036
|
api: "azure-openai-responses";
|
|
2967
3037
|
provider: string;
|
|
2968
3038
|
baseUrl: string;
|
|
2969
3039
|
reasoning: true;
|
|
2970
|
-
thinkingLevelMap: {
|
|
2971
|
-
off: null;
|
|
2972
|
-
xhigh: string;
|
|
2973
|
-
};
|
|
2974
3040
|
input: ("image" | "text")[];
|
|
2975
3041
|
cost: {
|
|
2976
3042
|
input: number;
|
|
@@ -3318,6 +3384,7 @@ export declare const MODELS: {
|
|
|
3318
3384
|
thinkingLevelMap: {
|
|
3319
3385
|
off: null;
|
|
3320
3386
|
xhigh: string;
|
|
3387
|
+
max: string;
|
|
3321
3388
|
};
|
|
3322
3389
|
input: ("image" | "text")[];
|
|
3323
3390
|
cost: {
|
|
@@ -3421,7 +3488,7 @@ export declare const MODELS: {
|
|
|
3421
3488
|
};
|
|
3422
3489
|
reasoning: true;
|
|
3423
3490
|
thinkingLevelMap: {
|
|
3424
|
-
|
|
3491
|
+
max: string;
|
|
3425
3492
|
};
|
|
3426
3493
|
input: ("image" | "text")[];
|
|
3427
3494
|
cost: {
|
|
@@ -3447,6 +3514,7 @@ export declare const MODELS: {
|
|
|
3447
3514
|
reasoning: true;
|
|
3448
3515
|
thinkingLevelMap: {
|
|
3449
3516
|
xhigh: string;
|
|
3517
|
+
max: string;
|
|
3450
3518
|
};
|
|
3451
3519
|
input: ("image" | "text")[];
|
|
3452
3520
|
cost: {
|
|
@@ -3472,6 +3540,7 @@ export declare const MODELS: {
|
|
|
3472
3540
|
reasoning: true;
|
|
3473
3541
|
thinkingLevelMap: {
|
|
3474
3542
|
xhigh: string;
|
|
3543
|
+
max: string;
|
|
3475
3544
|
};
|
|
3476
3545
|
input: ("image" | "text")[];
|
|
3477
3546
|
cost: {
|
|
@@ -3534,6 +3603,9 @@ export declare const MODELS: {
|
|
|
3534
3603
|
forceAdaptiveThinking: true;
|
|
3535
3604
|
};
|
|
3536
3605
|
reasoning: true;
|
|
3606
|
+
thinkingLevelMap: {
|
|
3607
|
+
max: string;
|
|
3608
|
+
};
|
|
3537
3609
|
input: ("image" | "text")[];
|
|
3538
3610
|
cost: {
|
|
3539
3611
|
input: number;
|
|
@@ -3555,6 +3627,10 @@ export declare const MODELS: {
|
|
|
3555
3627
|
forceAdaptiveThinking: true;
|
|
3556
3628
|
};
|
|
3557
3629
|
reasoning: true;
|
|
3630
|
+
thinkingLevelMap: {
|
|
3631
|
+
xhigh: string;
|
|
3632
|
+
max: string;
|
|
3633
|
+
};
|
|
3558
3634
|
input: ("image" | "text")[];
|
|
3559
3635
|
cost: {
|
|
3560
3636
|
input: number;
|
|
@@ -4288,7 +4364,7 @@ export declare const MODELS: {
|
|
|
4288
4364
|
low: null;
|
|
4289
4365
|
medium: null;
|
|
4290
4366
|
high: string;
|
|
4291
|
-
|
|
4367
|
+
max: string;
|
|
4292
4368
|
};
|
|
4293
4369
|
input: "text"[];
|
|
4294
4370
|
cost: {
|
|
@@ -4318,7 +4394,7 @@ export declare const MODELS: {
|
|
|
4318
4394
|
low: null;
|
|
4319
4395
|
medium: null;
|
|
4320
4396
|
high: string;
|
|
4321
|
-
|
|
4397
|
+
max: string;
|
|
4322
4398
|
};
|
|
4323
4399
|
input: "text"[];
|
|
4324
4400
|
cost: {
|
|
@@ -4417,7 +4493,7 @@ export declare const MODELS: {
|
|
|
4417
4493
|
minimal: null;
|
|
4418
4494
|
low: string;
|
|
4419
4495
|
medium: string;
|
|
4420
|
-
|
|
4496
|
+
max: string;
|
|
4421
4497
|
};
|
|
4422
4498
|
input: "text"[];
|
|
4423
4499
|
cost: {
|
|
@@ -4629,7 +4705,7 @@ export declare const MODELS: {
|
|
|
4629
4705
|
minimal: null;
|
|
4630
4706
|
low: string;
|
|
4631
4707
|
medium: string;
|
|
4632
|
-
|
|
4708
|
+
max: string;
|
|
4633
4709
|
};
|
|
4634
4710
|
input: "text"[];
|
|
4635
4711
|
cost: {
|
|
@@ -4730,6 +4806,11 @@ export declare const MODELS: {
|
|
|
4730
4806
|
supportsReasoningEffort: false;
|
|
4731
4807
|
};
|
|
4732
4808
|
reasoning: true;
|
|
4809
|
+
thinkingLevelMap: {
|
|
4810
|
+
off: null;
|
|
4811
|
+
xhigh: string;
|
|
4812
|
+
max: string;
|
|
4813
|
+
};
|
|
4733
4814
|
input: ("image" | "text")[];
|
|
4734
4815
|
cost: {
|
|
4735
4816
|
input: number;
|
|
@@ -4806,7 +4887,7 @@ export declare const MODELS: {
|
|
|
4806
4887
|
};
|
|
4807
4888
|
reasoning: true;
|
|
4808
4889
|
thinkingLevelMap: {
|
|
4809
|
-
|
|
4890
|
+
max: string;
|
|
4810
4891
|
};
|
|
4811
4892
|
input: ("image" | "text")[];
|
|
4812
4893
|
cost: {
|
|
@@ -4837,6 +4918,7 @@ export declare const MODELS: {
|
|
|
4837
4918
|
reasoning: true;
|
|
4838
4919
|
thinkingLevelMap: {
|
|
4839
4920
|
xhigh: string;
|
|
4921
|
+
max: string;
|
|
4840
4922
|
minimal: string;
|
|
4841
4923
|
};
|
|
4842
4924
|
input: ("image" | "text")[];
|
|
@@ -4868,6 +4950,7 @@ export declare const MODELS: {
|
|
|
4868
4950
|
reasoning: true;
|
|
4869
4951
|
thinkingLevelMap: {
|
|
4870
4952
|
xhigh: string;
|
|
4953
|
+
max: string;
|
|
4871
4954
|
minimal: string;
|
|
4872
4955
|
};
|
|
4873
4956
|
input: ("image" | "text")[];
|
|
@@ -4949,8 +5032,8 @@ export declare const MODELS: {
|
|
|
4949
5032
|
};
|
|
4950
5033
|
reasoning: true;
|
|
4951
5034
|
thinkingLevelMap: {
|
|
5035
|
+
max: string;
|
|
4952
5036
|
minimal: string;
|
|
4953
|
-
xhigh: string;
|
|
4954
5037
|
};
|
|
4955
5038
|
input: ("image" | "text")[];
|
|
4956
5039
|
cost: {
|
|
@@ -4978,6 +5061,10 @@ export declare const MODELS: {
|
|
|
4978
5061
|
forceAdaptiveThinking: true;
|
|
4979
5062
|
};
|
|
4980
5063
|
reasoning: true;
|
|
5064
|
+
thinkingLevelMap: {
|
|
5065
|
+
xhigh: string;
|
|
5066
|
+
max: string;
|
|
5067
|
+
};
|
|
4981
5068
|
input: ("image" | "text")[];
|
|
4982
5069
|
cost: {
|
|
4983
5070
|
input: number;
|
|
@@ -5351,6 +5438,93 @@ export declare const MODELS: {
|
|
|
5351
5438
|
contextWindow: number;
|
|
5352
5439
|
maxTokens: number;
|
|
5353
5440
|
};
|
|
5441
|
+
readonly "gpt-5.6-luna": {
|
|
5442
|
+
id: string;
|
|
5443
|
+
name: string;
|
|
5444
|
+
api: "openai-responses";
|
|
5445
|
+
provider: string;
|
|
5446
|
+
baseUrl: string;
|
|
5447
|
+
headers: {
|
|
5448
|
+
"User-Agent": string;
|
|
5449
|
+
"Editor-Version": string;
|
|
5450
|
+
"Editor-Plugin-Version": string;
|
|
5451
|
+
"Copilot-Integration-Id": string;
|
|
5452
|
+
};
|
|
5453
|
+
reasoning: true;
|
|
5454
|
+
thinkingLevelMap: {
|
|
5455
|
+
off: null;
|
|
5456
|
+
minimal: string;
|
|
5457
|
+
xhigh: string;
|
|
5458
|
+
max: string;
|
|
5459
|
+
};
|
|
5460
|
+
input: ("image" | "text")[];
|
|
5461
|
+
cost: {
|
|
5462
|
+
input: number;
|
|
5463
|
+
output: number;
|
|
5464
|
+
cacheRead: number;
|
|
5465
|
+
cacheWrite: number;
|
|
5466
|
+
};
|
|
5467
|
+
contextWindow: number;
|
|
5468
|
+
maxTokens: number;
|
|
5469
|
+
};
|
|
5470
|
+
readonly "gpt-5.6-sol": {
|
|
5471
|
+
id: string;
|
|
5472
|
+
name: string;
|
|
5473
|
+
api: "openai-responses";
|
|
5474
|
+
provider: string;
|
|
5475
|
+
baseUrl: string;
|
|
5476
|
+
headers: {
|
|
5477
|
+
"User-Agent": string;
|
|
5478
|
+
"Editor-Version": string;
|
|
5479
|
+
"Editor-Plugin-Version": string;
|
|
5480
|
+
"Copilot-Integration-Id": string;
|
|
5481
|
+
};
|
|
5482
|
+
reasoning: true;
|
|
5483
|
+
thinkingLevelMap: {
|
|
5484
|
+
off: null;
|
|
5485
|
+
minimal: string;
|
|
5486
|
+
xhigh: string;
|
|
5487
|
+
max: string;
|
|
5488
|
+
};
|
|
5489
|
+
input: ("image" | "text")[];
|
|
5490
|
+
cost: {
|
|
5491
|
+
input: number;
|
|
5492
|
+
output: number;
|
|
5493
|
+
cacheRead: number;
|
|
5494
|
+
cacheWrite: number;
|
|
5495
|
+
};
|
|
5496
|
+
contextWindow: number;
|
|
5497
|
+
maxTokens: number;
|
|
5498
|
+
};
|
|
5499
|
+
readonly "gpt-5.6-terra": {
|
|
5500
|
+
id: string;
|
|
5501
|
+
name: string;
|
|
5502
|
+
api: "openai-responses";
|
|
5503
|
+
provider: string;
|
|
5504
|
+
baseUrl: string;
|
|
5505
|
+
headers: {
|
|
5506
|
+
"User-Agent": string;
|
|
5507
|
+
"Editor-Version": string;
|
|
5508
|
+
"Editor-Plugin-Version": string;
|
|
5509
|
+
"Copilot-Integration-Id": string;
|
|
5510
|
+
};
|
|
5511
|
+
reasoning: true;
|
|
5512
|
+
thinkingLevelMap: {
|
|
5513
|
+
off: null;
|
|
5514
|
+
minimal: string;
|
|
5515
|
+
xhigh: string;
|
|
5516
|
+
max: string;
|
|
5517
|
+
};
|
|
5518
|
+
input: ("image" | "text")[];
|
|
5519
|
+
cost: {
|
|
5520
|
+
input: number;
|
|
5521
|
+
output: number;
|
|
5522
|
+
cacheRead: number;
|
|
5523
|
+
cacheWrite: number;
|
|
5524
|
+
};
|
|
5525
|
+
contextWindow: number;
|
|
5526
|
+
maxTokens: number;
|
|
5527
|
+
};
|
|
5354
5528
|
readonly "kimi-k2.7-code": {
|
|
5355
5529
|
id: string;
|
|
5356
5530
|
name: string;
|
|
@@ -9297,6 +9471,9 @@ export declare const MODELS: {
|
|
|
9297
9471
|
api: "openai-responses";
|
|
9298
9472
|
provider: string;
|
|
9299
9473
|
baseUrl: string;
|
|
9474
|
+
compat: {
|
|
9475
|
+
supportsToolSearch: true;
|
|
9476
|
+
};
|
|
9300
9477
|
reasoning: true;
|
|
9301
9478
|
thinkingLevelMap: {
|
|
9302
9479
|
off: string;
|
|
@@ -9308,6 +9485,13 @@ export declare const MODELS: {
|
|
|
9308
9485
|
output: number;
|
|
9309
9486
|
cacheRead: number;
|
|
9310
9487
|
cacheWrite: number;
|
|
9488
|
+
tiers: {
|
|
9489
|
+
inputTokensAbove: number;
|
|
9490
|
+
input: number;
|
|
9491
|
+
output: number;
|
|
9492
|
+
cacheRead: number;
|
|
9493
|
+
cacheWrite: number;
|
|
9494
|
+
}[];
|
|
9311
9495
|
};
|
|
9312
9496
|
contextWindow: number;
|
|
9313
9497
|
maxTokens: number;
|
|
@@ -9318,6 +9502,9 @@ export declare const MODELS: {
|
|
|
9318
9502
|
api: "openai-responses";
|
|
9319
9503
|
provider: string;
|
|
9320
9504
|
baseUrl: string;
|
|
9505
|
+
compat: {
|
|
9506
|
+
supportsToolSearch: true;
|
|
9507
|
+
};
|
|
9321
9508
|
reasoning: true;
|
|
9322
9509
|
thinkingLevelMap: {
|
|
9323
9510
|
off: string;
|
|
@@ -9360,6 +9547,9 @@ export declare const MODELS: {
|
|
|
9360
9547
|
api: "openai-responses";
|
|
9361
9548
|
provider: string;
|
|
9362
9549
|
baseUrl: string;
|
|
9550
|
+
compat: {
|
|
9551
|
+
supportsToolSearch: true;
|
|
9552
|
+
};
|
|
9363
9553
|
reasoning: true;
|
|
9364
9554
|
thinkingLevelMap: {
|
|
9365
9555
|
off: null;
|
|
@@ -9371,6 +9561,13 @@ export declare const MODELS: {
|
|
|
9371
9561
|
output: number;
|
|
9372
9562
|
cacheRead: number;
|
|
9373
9563
|
cacheWrite: number;
|
|
9564
|
+
tiers: {
|
|
9565
|
+
inputTokensAbove: number;
|
|
9566
|
+
input: number;
|
|
9567
|
+
output: number;
|
|
9568
|
+
cacheRead: number;
|
|
9569
|
+
cacheWrite: number;
|
|
9570
|
+
}[];
|
|
9374
9571
|
};
|
|
9375
9572
|
contextWindow: number;
|
|
9376
9573
|
maxTokens: number;
|
|
@@ -9381,6 +9578,9 @@ export declare const MODELS: {
|
|
|
9381
9578
|
api: "openai-responses";
|
|
9382
9579
|
provider: string;
|
|
9383
9580
|
baseUrl: string;
|
|
9581
|
+
compat: {
|
|
9582
|
+
supportsToolSearch: true;
|
|
9583
|
+
};
|
|
9384
9584
|
reasoning: true;
|
|
9385
9585
|
thinkingLevelMap: {
|
|
9386
9586
|
off: string;
|
|
@@ -9393,6 +9593,13 @@ export declare const MODELS: {
|
|
|
9393
9593
|
output: number;
|
|
9394
9594
|
cacheRead: number;
|
|
9395
9595
|
cacheWrite: number;
|
|
9596
|
+
tiers: {
|
|
9597
|
+
inputTokensAbove: number;
|
|
9598
|
+
input: number;
|
|
9599
|
+
output: number;
|
|
9600
|
+
cacheRead: number;
|
|
9601
|
+
cacheWrite: number;
|
|
9602
|
+
}[];
|
|
9396
9603
|
};
|
|
9397
9604
|
contextWindow: number;
|
|
9398
9605
|
maxTokens: number;
|
|
@@ -9416,20 +9623,31 @@ export declare const MODELS: {
|
|
|
9416
9623
|
output: number;
|
|
9417
9624
|
cacheRead: number;
|
|
9418
9625
|
cacheWrite: number;
|
|
9626
|
+
tiers: {
|
|
9627
|
+
inputTokensAbove: number;
|
|
9628
|
+
input: number;
|
|
9629
|
+
output: number;
|
|
9630
|
+
cacheRead: number;
|
|
9631
|
+
cacheWrite: number;
|
|
9632
|
+
}[];
|
|
9419
9633
|
};
|
|
9420
9634
|
contextWindow: number;
|
|
9421
9635
|
maxTokens: number;
|
|
9422
9636
|
};
|
|
9423
|
-
readonly "gpt-5.6": {
|
|
9637
|
+
readonly "gpt-5.6-luna": {
|
|
9424
9638
|
id: string;
|
|
9425
9639
|
name: string;
|
|
9426
9640
|
api: "openai-responses";
|
|
9427
9641
|
provider: string;
|
|
9428
9642
|
baseUrl: string;
|
|
9643
|
+
compat: {
|
|
9644
|
+
supportsToolSearch: true;
|
|
9645
|
+
};
|
|
9429
9646
|
reasoning: true;
|
|
9430
9647
|
thinkingLevelMap: {
|
|
9431
9648
|
off: string;
|
|
9432
9649
|
xhigh: string;
|
|
9650
|
+
max: string;
|
|
9433
9651
|
};
|
|
9434
9652
|
input: ("image" | "text")[];
|
|
9435
9653
|
cost: {
|
|
@@ -9437,20 +9655,31 @@ export declare const MODELS: {
|
|
|
9437
9655
|
output: number;
|
|
9438
9656
|
cacheRead: number;
|
|
9439
9657
|
cacheWrite: number;
|
|
9658
|
+
tiers: {
|
|
9659
|
+
inputTokensAbove: number;
|
|
9660
|
+
input: number;
|
|
9661
|
+
output: number;
|
|
9662
|
+
cacheRead: number;
|
|
9663
|
+
cacheWrite: number;
|
|
9664
|
+
}[];
|
|
9440
9665
|
};
|
|
9441
9666
|
contextWindow: number;
|
|
9442
9667
|
maxTokens: number;
|
|
9443
9668
|
};
|
|
9444
|
-
readonly "gpt-5.6-
|
|
9669
|
+
readonly "gpt-5.6-sol": {
|
|
9445
9670
|
id: string;
|
|
9446
9671
|
name: string;
|
|
9447
9672
|
api: "openai-responses";
|
|
9448
9673
|
provider: string;
|
|
9449
9674
|
baseUrl: string;
|
|
9675
|
+
compat: {
|
|
9676
|
+
supportsToolSearch: true;
|
|
9677
|
+
};
|
|
9450
9678
|
reasoning: true;
|
|
9451
9679
|
thinkingLevelMap: {
|
|
9452
9680
|
off: string;
|
|
9453
9681
|
xhigh: string;
|
|
9682
|
+
max: string;
|
|
9454
9683
|
};
|
|
9455
9684
|
input: ("image" | "text")[];
|
|
9456
9685
|
cost: {
|
|
@@ -9458,20 +9687,31 @@ export declare const MODELS: {
|
|
|
9458
9687
|
output: number;
|
|
9459
9688
|
cacheRead: number;
|
|
9460
9689
|
cacheWrite: number;
|
|
9690
|
+
tiers: {
|
|
9691
|
+
inputTokensAbove: number;
|
|
9692
|
+
input: number;
|
|
9693
|
+
output: number;
|
|
9694
|
+
cacheRead: number;
|
|
9695
|
+
cacheWrite: number;
|
|
9696
|
+
}[];
|
|
9461
9697
|
};
|
|
9462
9698
|
contextWindow: number;
|
|
9463
9699
|
maxTokens: number;
|
|
9464
9700
|
};
|
|
9465
|
-
readonly "gpt-5.6-
|
|
9701
|
+
readonly "gpt-5.6-terra": {
|
|
9466
9702
|
id: string;
|
|
9467
9703
|
name: string;
|
|
9468
9704
|
api: "openai-responses";
|
|
9469
9705
|
provider: string;
|
|
9470
9706
|
baseUrl: string;
|
|
9707
|
+
compat: {
|
|
9708
|
+
supportsToolSearch: true;
|
|
9709
|
+
};
|
|
9471
9710
|
reasoning: true;
|
|
9472
9711
|
thinkingLevelMap: {
|
|
9473
9712
|
off: string;
|
|
9474
9713
|
xhigh: string;
|
|
9714
|
+
max: string;
|
|
9475
9715
|
};
|
|
9476
9716
|
input: ("image" | "text")[];
|
|
9477
9717
|
cost: {
|
|
@@ -9479,21 +9719,24 @@ export declare const MODELS: {
|
|
|
9479
9719
|
output: number;
|
|
9480
9720
|
cacheRead: number;
|
|
9481
9721
|
cacheWrite: number;
|
|
9722
|
+
tiers: {
|
|
9723
|
+
inputTokensAbove: number;
|
|
9724
|
+
input: number;
|
|
9725
|
+
output: number;
|
|
9726
|
+
cacheRead: number;
|
|
9727
|
+
cacheWrite: number;
|
|
9728
|
+
}[];
|
|
9482
9729
|
};
|
|
9483
9730
|
contextWindow: number;
|
|
9484
9731
|
maxTokens: number;
|
|
9485
9732
|
};
|
|
9486
|
-
readonly "gpt-
|
|
9733
|
+
readonly "gpt-realtime-2.1": {
|
|
9487
9734
|
id: string;
|
|
9488
9735
|
name: string;
|
|
9489
9736
|
api: "openai-responses";
|
|
9490
9737
|
provider: string;
|
|
9491
9738
|
baseUrl: string;
|
|
9492
9739
|
reasoning: true;
|
|
9493
|
-
thinkingLevelMap: {
|
|
9494
|
-
off: string;
|
|
9495
|
-
xhigh: string;
|
|
9496
|
-
};
|
|
9497
9740
|
input: ("image" | "text")[];
|
|
9498
9741
|
cost: {
|
|
9499
9742
|
input: number;
|
|
@@ -9669,6 +9912,9 @@ export declare const MODELS: {
|
|
|
9669
9912
|
api: "openai-codex-responses";
|
|
9670
9913
|
provider: string;
|
|
9671
9914
|
baseUrl: string;
|
|
9915
|
+
compat: {
|
|
9916
|
+
supportsToolSearch: true;
|
|
9917
|
+
};
|
|
9672
9918
|
reasoning: true;
|
|
9673
9919
|
thinkingLevelMap: {
|
|
9674
9920
|
xhigh: string;
|
|
@@ -9680,6 +9926,13 @@ export declare const MODELS: {
|
|
|
9680
9926
|
output: number;
|
|
9681
9927
|
cacheRead: number;
|
|
9682
9928
|
cacheWrite: number;
|
|
9929
|
+
tiers: {
|
|
9930
|
+
inputTokensAbove: number;
|
|
9931
|
+
input: number;
|
|
9932
|
+
output: number;
|
|
9933
|
+
cacheRead: number;
|
|
9934
|
+
cacheWrite: number;
|
|
9935
|
+
}[];
|
|
9683
9936
|
};
|
|
9684
9937
|
contextWindow: number;
|
|
9685
9938
|
maxTokens: number;
|
|
@@ -9690,6 +9943,9 @@ export declare const MODELS: {
|
|
|
9690
9943
|
api: "openai-codex-responses";
|
|
9691
9944
|
provider: string;
|
|
9692
9945
|
baseUrl: string;
|
|
9946
|
+
compat: {
|
|
9947
|
+
supportsToolSearch: true;
|
|
9948
|
+
};
|
|
9693
9949
|
reasoning: true;
|
|
9694
9950
|
thinkingLevelMap: {
|
|
9695
9951
|
xhigh: string;
|
|
@@ -9711,6 +9967,9 @@ export declare const MODELS: {
|
|
|
9711
9967
|
api: "openai-codex-responses";
|
|
9712
9968
|
provider: string;
|
|
9713
9969
|
baseUrl: string;
|
|
9970
|
+
compat: {
|
|
9971
|
+
supportsToolSearch: true;
|
|
9972
|
+
};
|
|
9714
9973
|
reasoning: true;
|
|
9715
9974
|
thinkingLevelMap: {
|
|
9716
9975
|
xhigh: string;
|
|
@@ -9722,6 +9981,13 @@ export declare const MODELS: {
|
|
|
9722
9981
|
output: number;
|
|
9723
9982
|
cacheRead: number;
|
|
9724
9983
|
cacheWrite: number;
|
|
9984
|
+
tiers: {
|
|
9985
|
+
inputTokensAbove: number;
|
|
9986
|
+
input: number;
|
|
9987
|
+
output: number;
|
|
9988
|
+
cacheRead: number;
|
|
9989
|
+
cacheWrite: number;
|
|
9990
|
+
}[];
|
|
9725
9991
|
};
|
|
9726
9992
|
contextWindow: number;
|
|
9727
9993
|
maxTokens: number;
|
|
@@ -9732,9 +9998,13 @@ export declare const MODELS: {
|
|
|
9732
9998
|
api: "openai-codex-responses";
|
|
9733
9999
|
provider: string;
|
|
9734
10000
|
baseUrl: string;
|
|
10001
|
+
compat: {
|
|
10002
|
+
supportsToolSearch: true;
|
|
10003
|
+
};
|
|
9735
10004
|
reasoning: true;
|
|
9736
10005
|
thinkingLevelMap: {
|
|
9737
10006
|
xhigh: string;
|
|
10007
|
+
max: string;
|
|
9738
10008
|
minimal: string;
|
|
9739
10009
|
};
|
|
9740
10010
|
input: ("image" | "text")[];
|
|
@@ -9743,6 +10013,13 @@ export declare const MODELS: {
|
|
|
9743
10013
|
output: number;
|
|
9744
10014
|
cacheRead: number;
|
|
9745
10015
|
cacheWrite: number;
|
|
10016
|
+
tiers: {
|
|
10017
|
+
inputTokensAbove: number;
|
|
10018
|
+
input: number;
|
|
10019
|
+
output: number;
|
|
10020
|
+
cacheRead: number;
|
|
10021
|
+
cacheWrite: number;
|
|
10022
|
+
}[];
|
|
9746
10023
|
};
|
|
9747
10024
|
contextWindow: number;
|
|
9748
10025
|
maxTokens: number;
|
|
@@ -9753,9 +10030,13 @@ export declare const MODELS: {
|
|
|
9753
10030
|
api: "openai-codex-responses";
|
|
9754
10031
|
provider: string;
|
|
9755
10032
|
baseUrl: string;
|
|
10033
|
+
compat: {
|
|
10034
|
+
supportsToolSearch: true;
|
|
10035
|
+
};
|
|
9756
10036
|
reasoning: true;
|
|
9757
10037
|
thinkingLevelMap: {
|
|
9758
10038
|
xhigh: string;
|
|
10039
|
+
max: string;
|
|
9759
10040
|
minimal: string;
|
|
9760
10041
|
};
|
|
9761
10042
|
input: ("image" | "text")[];
|
|
@@ -9764,6 +10045,13 @@ export declare const MODELS: {
|
|
|
9764
10045
|
output: number;
|
|
9765
10046
|
cacheRead: number;
|
|
9766
10047
|
cacheWrite: number;
|
|
10048
|
+
tiers: {
|
|
10049
|
+
inputTokensAbove: number;
|
|
10050
|
+
input: number;
|
|
10051
|
+
output: number;
|
|
10052
|
+
cacheRead: number;
|
|
10053
|
+
cacheWrite: number;
|
|
10054
|
+
}[];
|
|
9767
10055
|
};
|
|
9768
10056
|
contextWindow: number;
|
|
9769
10057
|
maxTokens: number;
|
|
@@ -9774,9 +10062,13 @@ export declare const MODELS: {
|
|
|
9774
10062
|
api: "openai-codex-responses";
|
|
9775
10063
|
provider: string;
|
|
9776
10064
|
baseUrl: string;
|
|
10065
|
+
compat: {
|
|
10066
|
+
supportsToolSearch: true;
|
|
10067
|
+
};
|
|
9777
10068
|
reasoning: true;
|
|
9778
10069
|
thinkingLevelMap: {
|
|
9779
10070
|
xhigh: string;
|
|
10071
|
+
max: string;
|
|
9780
10072
|
minimal: string;
|
|
9781
10073
|
};
|
|
9782
10074
|
input: ("image" | "text")[];
|
|
@@ -9785,6 +10077,13 @@ export declare const MODELS: {
|
|
|
9785
10077
|
output: number;
|
|
9786
10078
|
cacheRead: number;
|
|
9787
10079
|
cacheWrite: number;
|
|
10080
|
+
tiers: {
|
|
10081
|
+
inputTokensAbove: number;
|
|
10082
|
+
input: number;
|
|
10083
|
+
output: number;
|
|
10084
|
+
cacheRead: number;
|
|
10085
|
+
cacheWrite: number;
|
|
10086
|
+
}[];
|
|
9788
10087
|
};
|
|
9789
10088
|
contextWindow: number;
|
|
9790
10089
|
maxTokens: number;
|
|
@@ -9826,6 +10125,7 @@ export declare const MODELS: {
|
|
|
9826
10125
|
thinkingLevelMap: {
|
|
9827
10126
|
off: null;
|
|
9828
10127
|
xhigh: string;
|
|
10128
|
+
max: string;
|
|
9829
10129
|
};
|
|
9830
10130
|
input: ("image" | "text")[];
|
|
9831
10131
|
cost: {
|
|
@@ -9899,7 +10199,7 @@ export declare const MODELS: {
|
|
|
9899
10199
|
};
|
|
9900
10200
|
reasoning: true;
|
|
9901
10201
|
thinkingLevelMap: {
|
|
9902
|
-
|
|
10202
|
+
max: string;
|
|
9903
10203
|
};
|
|
9904
10204
|
input: ("image" | "text")[];
|
|
9905
10205
|
cost: {
|
|
@@ -9924,6 +10224,7 @@ export declare const MODELS: {
|
|
|
9924
10224
|
reasoning: true;
|
|
9925
10225
|
thinkingLevelMap: {
|
|
9926
10226
|
xhigh: string;
|
|
10227
|
+
max: string;
|
|
9927
10228
|
};
|
|
9928
10229
|
input: ("image" | "text")[];
|
|
9929
10230
|
cost: {
|
|
@@ -9948,6 +10249,7 @@ export declare const MODELS: {
|
|
|
9948
10249
|
reasoning: true;
|
|
9949
10250
|
thinkingLevelMap: {
|
|
9950
10251
|
xhigh: string;
|
|
10252
|
+
max: string;
|
|
9951
10253
|
};
|
|
9952
10254
|
input: ("image" | "text")[];
|
|
9953
10255
|
cost: {
|
|
@@ -10003,6 +10305,9 @@ export declare const MODELS: {
|
|
|
10003
10305
|
forceAdaptiveThinking: true;
|
|
10004
10306
|
};
|
|
10005
10307
|
reasoning: true;
|
|
10308
|
+
thinkingLevelMap: {
|
|
10309
|
+
max: string;
|
|
10310
|
+
};
|
|
10006
10311
|
input: ("image" | "text")[];
|
|
10007
10312
|
cost: {
|
|
10008
10313
|
input: number;
|
|
@@ -10023,6 +10328,10 @@ export declare const MODELS: {
|
|
|
10023
10328
|
forceAdaptiveThinking: true;
|
|
10024
10329
|
};
|
|
10025
10330
|
reasoning: true;
|
|
10331
|
+
thinkingLevelMap: {
|
|
10332
|
+
xhigh: string;
|
|
10333
|
+
max: string;
|
|
10334
|
+
};
|
|
10026
10335
|
input: ("image" | "text")[];
|
|
10027
10336
|
cost: {
|
|
10028
10337
|
input: number;
|
|
@@ -10052,7 +10361,7 @@ export declare const MODELS: {
|
|
|
10052
10361
|
low: null;
|
|
10053
10362
|
medium: null;
|
|
10054
10363
|
high: string;
|
|
10055
|
-
|
|
10364
|
+
max: string;
|
|
10056
10365
|
};
|
|
10057
10366
|
input: "text"[];
|
|
10058
10367
|
cost: {
|
|
@@ -10082,7 +10391,7 @@ export declare const MODELS: {
|
|
|
10082
10391
|
low: null;
|
|
10083
10392
|
medium: null;
|
|
10084
10393
|
high: string;
|
|
10085
|
-
|
|
10394
|
+
max: string;
|
|
10086
10395
|
};
|
|
10087
10396
|
input: "text"[];
|
|
10088
10397
|
cost: {
|
|
@@ -10113,7 +10422,7 @@ export declare const MODELS: {
|
|
|
10113
10422
|
low: null;
|
|
10114
10423
|
medium: null;
|
|
10115
10424
|
high: string;
|
|
10116
|
-
|
|
10425
|
+
max: string;
|
|
10117
10426
|
};
|
|
10118
10427
|
input: "text"[];
|
|
10119
10428
|
cost: {
|
|
@@ -10586,6 +10895,72 @@ export declare const MODELS: {
|
|
|
10586
10895
|
contextWindow: number;
|
|
10587
10896
|
maxTokens: number;
|
|
10588
10897
|
};
|
|
10898
|
+
readonly "gpt-5.6-luna": {
|
|
10899
|
+
id: string;
|
|
10900
|
+
name: string;
|
|
10901
|
+
api: "openai-responses";
|
|
10902
|
+
provider: string;
|
|
10903
|
+
baseUrl: string;
|
|
10904
|
+
reasoning: true;
|
|
10905
|
+
thinkingLevelMap: {
|
|
10906
|
+
off: null;
|
|
10907
|
+
xhigh: string;
|
|
10908
|
+
max: string;
|
|
10909
|
+
};
|
|
10910
|
+
input: ("image" | "text")[];
|
|
10911
|
+
cost: {
|
|
10912
|
+
input: number;
|
|
10913
|
+
output: number;
|
|
10914
|
+
cacheRead: number;
|
|
10915
|
+
cacheWrite: number;
|
|
10916
|
+
};
|
|
10917
|
+
contextWindow: number;
|
|
10918
|
+
maxTokens: number;
|
|
10919
|
+
};
|
|
10920
|
+
readonly "gpt-5.6-sol": {
|
|
10921
|
+
id: string;
|
|
10922
|
+
name: string;
|
|
10923
|
+
api: "openai-responses";
|
|
10924
|
+
provider: string;
|
|
10925
|
+
baseUrl: string;
|
|
10926
|
+
reasoning: true;
|
|
10927
|
+
thinkingLevelMap: {
|
|
10928
|
+
off: null;
|
|
10929
|
+
xhigh: string;
|
|
10930
|
+
max: string;
|
|
10931
|
+
};
|
|
10932
|
+
input: ("image" | "text")[];
|
|
10933
|
+
cost: {
|
|
10934
|
+
input: number;
|
|
10935
|
+
output: number;
|
|
10936
|
+
cacheRead: number;
|
|
10937
|
+
cacheWrite: number;
|
|
10938
|
+
};
|
|
10939
|
+
contextWindow: number;
|
|
10940
|
+
maxTokens: number;
|
|
10941
|
+
};
|
|
10942
|
+
readonly "gpt-5.6-terra": {
|
|
10943
|
+
id: string;
|
|
10944
|
+
name: string;
|
|
10945
|
+
api: "openai-responses";
|
|
10946
|
+
provider: string;
|
|
10947
|
+
baseUrl: string;
|
|
10948
|
+
reasoning: true;
|
|
10949
|
+
thinkingLevelMap: {
|
|
10950
|
+
off: null;
|
|
10951
|
+
xhigh: string;
|
|
10952
|
+
max: string;
|
|
10953
|
+
};
|
|
10954
|
+
input: ("image" | "text")[];
|
|
10955
|
+
cost: {
|
|
10956
|
+
input: number;
|
|
10957
|
+
output: number;
|
|
10958
|
+
cacheRead: number;
|
|
10959
|
+
cacheWrite: number;
|
|
10960
|
+
};
|
|
10961
|
+
contextWindow: number;
|
|
10962
|
+
maxTokens: number;
|
|
10963
|
+
};
|
|
10589
10964
|
readonly "grok-4.5": {
|
|
10590
10965
|
id: string;
|
|
10591
10966
|
name: string;
|
|
@@ -10918,7 +11293,7 @@ export declare const MODELS: {
|
|
|
10918
11293
|
low: null;
|
|
10919
11294
|
medium: null;
|
|
10920
11295
|
high: string;
|
|
10921
|
-
|
|
11296
|
+
max: string;
|
|
10922
11297
|
};
|
|
10923
11298
|
input: "text"[];
|
|
10924
11299
|
cost: {
|
|
@@ -10949,7 +11324,7 @@ export declare const MODELS: {
|
|
|
10949
11324
|
low: null;
|
|
10950
11325
|
medium: null;
|
|
10951
11326
|
high: string;
|
|
10952
|
-
|
|
11327
|
+
max: string;
|
|
10953
11328
|
};
|
|
10954
11329
|
input: "text"[];
|
|
10955
11330
|
cost: {
|
|
@@ -11001,7 +11376,7 @@ export declare const MODELS: {
|
|
|
11001
11376
|
low: null;
|
|
11002
11377
|
medium: null;
|
|
11003
11378
|
high: string;
|
|
11004
|
-
|
|
11379
|
+
max: string;
|
|
11005
11380
|
};
|
|
11006
11381
|
input: "text"[];
|
|
11007
11382
|
cost: {
|
|
@@ -11428,6 +11803,11 @@ export declare const MODELS: {
|
|
|
11428
11803
|
cacheControlFormat: "anthropic";
|
|
11429
11804
|
};
|
|
11430
11805
|
reasoning: true;
|
|
11806
|
+
thinkingLevelMap: {
|
|
11807
|
+
off: null;
|
|
11808
|
+
xhigh: string;
|
|
11809
|
+
max: string;
|
|
11810
|
+
};
|
|
11431
11811
|
input: ("image" | "text")[];
|
|
11432
11812
|
cost: {
|
|
11433
11813
|
input: number;
|
|
@@ -11534,7 +11914,7 @@ export declare const MODELS: {
|
|
|
11534
11914
|
};
|
|
11535
11915
|
reasoning: true;
|
|
11536
11916
|
thinkingLevelMap: {
|
|
11537
|
-
|
|
11917
|
+
max: string;
|
|
11538
11918
|
};
|
|
11539
11919
|
input: ("image" | "text")[];
|
|
11540
11920
|
cost: {
|
|
@@ -11559,6 +11939,7 @@ export declare const MODELS: {
|
|
|
11559
11939
|
reasoning: true;
|
|
11560
11940
|
thinkingLevelMap: {
|
|
11561
11941
|
xhigh: string;
|
|
11942
|
+
max: string;
|
|
11562
11943
|
};
|
|
11563
11944
|
input: ("image" | "text")[];
|
|
11564
11945
|
cost: {
|
|
@@ -11583,6 +11964,7 @@ export declare const MODELS: {
|
|
|
11583
11964
|
reasoning: true;
|
|
11584
11965
|
thinkingLevelMap: {
|
|
11585
11966
|
xhigh: string;
|
|
11967
|
+
max: string;
|
|
11586
11968
|
};
|
|
11587
11969
|
input: ("image" | "text")[];
|
|
11588
11970
|
cost: {
|
|
@@ -11607,6 +11989,7 @@ export declare const MODELS: {
|
|
|
11607
11989
|
reasoning: true;
|
|
11608
11990
|
thinkingLevelMap: {
|
|
11609
11991
|
xhigh: string;
|
|
11992
|
+
max: string;
|
|
11610
11993
|
};
|
|
11611
11994
|
input: ("image" | "text")[];
|
|
11612
11995
|
cost: {
|
|
@@ -11631,6 +12014,7 @@ export declare const MODELS: {
|
|
|
11631
12014
|
reasoning: true;
|
|
11632
12015
|
thinkingLevelMap: {
|
|
11633
12016
|
xhigh: string;
|
|
12017
|
+
max: string;
|
|
11634
12018
|
};
|
|
11635
12019
|
input: ("image" | "text")[];
|
|
11636
12020
|
cost: {
|
|
@@ -11695,6 +12079,9 @@ export declare const MODELS: {
|
|
|
11695
12079
|
cacheControlFormat: "anthropic";
|
|
11696
12080
|
};
|
|
11697
12081
|
reasoning: true;
|
|
12082
|
+
thinkingLevelMap: {
|
|
12083
|
+
max: string;
|
|
12084
|
+
};
|
|
11698
12085
|
input: ("image" | "text")[];
|
|
11699
12086
|
cost: {
|
|
11700
12087
|
input: number;
|
|
@@ -11716,6 +12103,10 @@ export declare const MODELS: {
|
|
|
11716
12103
|
cacheControlFormat: "anthropic";
|
|
11717
12104
|
};
|
|
11718
12105
|
reasoning: true;
|
|
12106
|
+
thinkingLevelMap: {
|
|
12107
|
+
xhigh: string;
|
|
12108
|
+
max: string;
|
|
12109
|
+
};
|
|
11719
12110
|
input: ("image" | "text")[];
|
|
11720
12111
|
cost: {
|
|
11721
12112
|
input: number;
|
|
@@ -11747,27 +12138,6 @@ export declare const MODELS: {
|
|
|
11747
12138
|
contextWindow: number;
|
|
11748
12139
|
maxTokens: number;
|
|
11749
12140
|
};
|
|
11750
|
-
readonly "arcee-ai/trinity-mini": {
|
|
11751
|
-
id: string;
|
|
11752
|
-
name: string;
|
|
11753
|
-
api: "openai-completions";
|
|
11754
|
-
provider: string;
|
|
11755
|
-
baseUrl: string;
|
|
11756
|
-
compat: {
|
|
11757
|
-
supportsDeveloperRole: false;
|
|
11758
|
-
thinkingFormat: "openrouter";
|
|
11759
|
-
};
|
|
11760
|
-
reasoning: true;
|
|
11761
|
-
input: "text"[];
|
|
11762
|
-
cost: {
|
|
11763
|
-
input: number;
|
|
11764
|
-
output: number;
|
|
11765
|
-
cacheRead: number;
|
|
11766
|
-
cacheWrite: number;
|
|
11767
|
-
};
|
|
11768
|
-
contextWindow: number;
|
|
11769
|
-
maxTokens: number;
|
|
11770
|
-
};
|
|
11771
12141
|
readonly "arcee-ai/virtuoso-large": {
|
|
11772
12142
|
id: string;
|
|
11773
12143
|
name: string;
|
|
@@ -12142,6 +12512,7 @@ export declare const MODELS: {
|
|
|
12142
12512
|
low: null;
|
|
12143
12513
|
medium: null;
|
|
12144
12514
|
high: string;
|
|
12515
|
+
max: null;
|
|
12145
12516
|
xhigh: string;
|
|
12146
12517
|
};
|
|
12147
12518
|
input: "text"[];
|
|
@@ -12171,6 +12542,7 @@ export declare const MODELS: {
|
|
|
12171
12542
|
low: null;
|
|
12172
12543
|
medium: null;
|
|
12173
12544
|
high: string;
|
|
12545
|
+
max: null;
|
|
12174
12546
|
xhigh: string;
|
|
12175
12547
|
};
|
|
12176
12548
|
input: "text"[];
|
|
@@ -14490,6 +14862,7 @@ export declare const MODELS: {
|
|
|
14490
14862
|
reasoning: true;
|
|
14491
14863
|
thinkingLevelMap: {
|
|
14492
14864
|
xhigh: string;
|
|
14865
|
+
max: string;
|
|
14493
14866
|
};
|
|
14494
14867
|
input: ("image" | "text")[];
|
|
14495
14868
|
cost: {
|
|
@@ -14513,6 +14886,7 @@ export declare const MODELS: {
|
|
|
14513
14886
|
reasoning: true;
|
|
14514
14887
|
thinkingLevelMap: {
|
|
14515
14888
|
xhigh: string;
|
|
14889
|
+
max: string;
|
|
14516
14890
|
};
|
|
14517
14891
|
input: ("image" | "text")[];
|
|
14518
14892
|
cost: {
|
|
@@ -14536,6 +14910,7 @@ export declare const MODELS: {
|
|
|
14536
14910
|
reasoning: true;
|
|
14537
14911
|
thinkingLevelMap: {
|
|
14538
14912
|
xhigh: string;
|
|
14913
|
+
max: string;
|
|
14539
14914
|
};
|
|
14540
14915
|
input: ("image" | "text")[];
|
|
14541
14916
|
cost: {
|
|
@@ -14559,6 +14934,7 @@ export declare const MODELS: {
|
|
|
14559
14934
|
reasoning: true;
|
|
14560
14935
|
thinkingLevelMap: {
|
|
14561
14936
|
xhigh: string;
|
|
14937
|
+
max: string;
|
|
14562
14938
|
};
|
|
14563
14939
|
input: ("image" | "text")[];
|
|
14564
14940
|
cost: {
|
|
@@ -14582,6 +14958,7 @@ export declare const MODELS: {
|
|
|
14582
14958
|
reasoning: true;
|
|
14583
14959
|
thinkingLevelMap: {
|
|
14584
14960
|
xhigh: string;
|
|
14961
|
+
max: string;
|
|
14585
14962
|
};
|
|
14586
14963
|
input: ("image" | "text")[];
|
|
14587
14964
|
cost: {
|
|
@@ -14605,6 +14982,7 @@ export declare const MODELS: {
|
|
|
14605
14982
|
reasoning: true;
|
|
14606
14983
|
thinkingLevelMap: {
|
|
14607
14984
|
xhigh: string;
|
|
14985
|
+
max: string;
|
|
14608
14986
|
};
|
|
14609
14987
|
input: ("image" | "text")[];
|
|
14610
14988
|
cost: {
|
|
@@ -18034,6 +18412,7 @@ export declare const MODELS: {
|
|
|
18034
18412
|
thinkingLevelMap: {
|
|
18035
18413
|
off: null;
|
|
18036
18414
|
xhigh: string;
|
|
18415
|
+
max: string;
|
|
18037
18416
|
};
|
|
18038
18417
|
input: ("image" | "text")[];
|
|
18039
18418
|
cost: {
|
|
@@ -18124,7 +18503,7 @@ export declare const MODELS: {
|
|
|
18124
18503
|
};
|
|
18125
18504
|
reasoning: true;
|
|
18126
18505
|
thinkingLevelMap: {
|
|
18127
|
-
|
|
18506
|
+
max: string;
|
|
18128
18507
|
};
|
|
18129
18508
|
input: ("image" | "text")[];
|
|
18130
18509
|
cost: {
|
|
@@ -18149,6 +18528,7 @@ export declare const MODELS: {
|
|
|
18149
18528
|
reasoning: true;
|
|
18150
18529
|
thinkingLevelMap: {
|
|
18151
18530
|
xhigh: string;
|
|
18531
|
+
max: string;
|
|
18152
18532
|
};
|
|
18153
18533
|
input: ("image" | "text")[];
|
|
18154
18534
|
cost: {
|
|
@@ -18173,6 +18553,7 @@ export declare const MODELS: {
|
|
|
18173
18553
|
reasoning: true;
|
|
18174
18554
|
thinkingLevelMap: {
|
|
18175
18555
|
xhigh: string;
|
|
18556
|
+
max: string;
|
|
18176
18557
|
};
|
|
18177
18558
|
input: ("image" | "text")[];
|
|
18178
18559
|
cost: {
|
|
@@ -18228,6 +18609,9 @@ export declare const MODELS: {
|
|
|
18228
18609
|
forceAdaptiveThinking: true;
|
|
18229
18610
|
};
|
|
18230
18611
|
reasoning: true;
|
|
18612
|
+
thinkingLevelMap: {
|
|
18613
|
+
max: string;
|
|
18614
|
+
};
|
|
18231
18615
|
input: ("image" | "text")[];
|
|
18232
18616
|
cost: {
|
|
18233
18617
|
input: number;
|
|
@@ -18248,6 +18632,10 @@ export declare const MODELS: {
|
|
|
18248
18632
|
forceAdaptiveThinking: true;
|
|
18249
18633
|
};
|
|
18250
18634
|
reasoning: true;
|
|
18635
|
+
thinkingLevelMap: {
|
|
18636
|
+
xhigh: string;
|
|
18637
|
+
max: string;
|
|
18638
|
+
};
|
|
18251
18639
|
input: ("image" | "text")[];
|
|
18252
18640
|
cost: {
|
|
18253
18641
|
input: number;
|
|
@@ -18734,6 +19122,23 @@ export declare const MODELS: {
|
|
|
18734
19122
|
contextWindow: number;
|
|
18735
19123
|
maxTokens: number;
|
|
18736
19124
|
};
|
|
19125
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
19126
|
+
id: string;
|
|
19127
|
+
name: string;
|
|
19128
|
+
api: "anthropic-messages";
|
|
19129
|
+
provider: string;
|
|
19130
|
+
baseUrl: string;
|
|
19131
|
+
reasoning: true;
|
|
19132
|
+
input: "text"[];
|
|
19133
|
+
cost: {
|
|
19134
|
+
input: number;
|
|
19135
|
+
output: number;
|
|
19136
|
+
cacheRead: number;
|
|
19137
|
+
cacheWrite: number;
|
|
19138
|
+
};
|
|
19139
|
+
contextWindow: number;
|
|
19140
|
+
maxTokens: number;
|
|
19141
|
+
};
|
|
18737
19142
|
readonly "kwaipilot/kat-coder-pro-v1": {
|
|
18738
19143
|
id: string;
|
|
18739
19144
|
name: string;
|
|
@@ -18768,6 +19173,23 @@ export declare const MODELS: {
|
|
|
18768
19173
|
contextWindow: number;
|
|
18769
19174
|
maxTokens: number;
|
|
18770
19175
|
};
|
|
19176
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
19177
|
+
id: string;
|
|
19178
|
+
name: string;
|
|
19179
|
+
api: "anthropic-messages";
|
|
19180
|
+
provider: string;
|
|
19181
|
+
baseUrl: string;
|
|
19182
|
+
reasoning: true;
|
|
19183
|
+
input: "text"[];
|
|
19184
|
+
cost: {
|
|
19185
|
+
input: number;
|
|
19186
|
+
output: number;
|
|
19187
|
+
cacheRead: number;
|
|
19188
|
+
cacheWrite: number;
|
|
19189
|
+
};
|
|
19190
|
+
contextWindow: number;
|
|
19191
|
+
maxTokens: number;
|
|
19192
|
+
};
|
|
18771
19193
|
readonly "meituan/longcat-flash-chat": {
|
|
18772
19194
|
id: string;
|
|
18773
19195
|
name: string;
|
|
@@ -21488,7 +21910,7 @@ export declare const MODELS: {
|
|
|
21488
21910
|
low: string;
|
|
21489
21911
|
medium: string;
|
|
21490
21912
|
high: string;
|
|
21491
|
-
|
|
21913
|
+
max: string;
|
|
21492
21914
|
};
|
|
21493
21915
|
input: "text"[];
|
|
21494
21916
|
cost: {
|
|
@@ -21640,7 +22062,7 @@ export declare const MODELS: {
|
|
|
21640
22062
|
low: string;
|
|
21641
22063
|
medium: string;
|
|
21642
22064
|
high: string;
|
|
21643
|
-
|
|
22065
|
+
max: string;
|
|
21644
22066
|
};
|
|
21645
22067
|
input: "text"[];
|
|
21646
22068
|
cost: {
|