@entelligentsia/forgecli 0.7.10 → 0.8.4
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 +74 -0
- package/dist/CHANGELOG-forge-plugin.md +70 -0
- package/dist/CHANGELOG-pi.md +63 -0
- package/dist/bin/argv.d.ts +2 -2
- package/dist/bin/argv.js +10 -0
- package/dist/bin/argv.js.map +1 -1
- package/dist/bin/env-defaults.d.ts +1 -0
- package/dist/bin/env-defaults.js +13 -0
- package/dist/bin/env-defaults.js.map +1 -0
- package/dist/bin/forge.js +9 -0
- package/dist/bin/forge.js.map +1 -1
- package/dist/bin/update-cli.d.ts +9 -0
- package/dist/bin/update-cli.js +120 -0
- package/dist/bin/update-cli.js.map +1 -0
- package/dist/extensions/forgecli/index.js +3 -3
- package/dist/extensions/forgecli/index.js.map +1 -1
- package/dist/extensions/forgecli/update-check.js +1 -1
- package/dist/extensions/forgecli/update-check.js.map +1 -1
- package/dist/extensions/forgecli/whats-new-widget.d.ts +5 -5
- package/dist/extensions/forgecli/whats-new-widget.js +11 -11
- package/dist/extensions/forgecli/whats-new-widget.js.map +1 -1
- package/dist/extensions/forgecli/whats-new.js +6 -5
- package/dist/extensions/forgecli/whats-new.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +27 -98
- 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 +62 -132
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +25 -15
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +1 -0
- 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 +17 -1
- 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/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +8 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +17 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +8 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/CHANGELOG.md +63 -0
- package/node_modules/@earendil-works/pi-coding-agent/README.md +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli.js +6 -10
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/config.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/config.js +12 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/config.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +30 -15
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.d.ts +3 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +23 -13
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.d.ts +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js +58 -38
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js +0 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js +3 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.d.ts +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js +7 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +6 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +3 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.d.ts +7 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.js +60 -7
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/docs/packages.md +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/docs/settings.md +1 -3
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/sandbox/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/with-deps/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/package.json +6 -6
- package/node_modules/@earendil-works/pi-tui/package.json +2 -2
- package/node_modules/@protobufjs/fetch/CHANGELOG.md +8 -0
- package/node_modules/@protobufjs/fetch/index.d.ts +7 -7
- package/node_modules/@protobufjs/fetch/index.js +4 -7
- package/node_modules/@protobufjs/fetch/package.json +7 -5
- package/node_modules/@protobufjs/fetch/tests/data/file.txt +1 -0
- package/node_modules/@protobufjs/fetch/tests/index.js +150 -8
- package/node_modules/@protobufjs/fetch/util/fs.js +11 -0
- package/node_modules/@protobufjs/inquire/CHANGELOG.md +8 -0
- package/node_modules/@protobufjs/inquire/index.d.ts +1 -0
- package/node_modules/@protobufjs/inquire/index.js +1 -0
- package/node_modules/@protobufjs/inquire/package.json +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.js +187 -153
- package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +14 -5
- package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.js +207 -173
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/package.json +6 -3
- package/node_modules/protobufjs/src/util/fs.js +11 -0
- package/node_modules/protobufjs/src/util/minimal.js +10 -2
- package/node_modules/protobufjs/src/util.js +1 -1
- package/node_modules/undici/README.md +14 -5
- package/node_modules/undici/docs/docs/api/Client.md +4 -2
- package/node_modules/undici/docs/docs/api/Dispatcher.md +62 -27
- package/node_modules/undici/docs/docs/api/GlobalInstallation.md +7 -5
- package/node_modules/undici/docs/docs/api/H2CClient.md +1 -1
- package/node_modules/undici/docs/docs/api/RedirectHandler.md +14 -9
- package/node_modules/undici/docs/docs/api/RetryAgent.md +0 -1
- package/node_modules/undici/docs/docs/api/RetryHandler.md +12 -14
- package/node_modules/undici/docs/docs/api/SnapshotAgent.md +23 -0
- package/node_modules/undici/docs/docs/best-practices/migrating-from-v7-to-v8.md +231 -0
- package/node_modules/undici/index.js +4 -2
- package/node_modules/undici/lib/api/api-connect.js +13 -11
- package/node_modules/undici/lib/api/api-pipeline.js +26 -13
- package/node_modules/undici/lib/api/api-request.js +45 -21
- package/node_modules/undici/lib/api/api-stream.js +81 -20
- package/node_modules/undici/lib/api/api-upgrade.js +21 -11
- package/node_modules/undici/lib/api/readable.js +3 -2
- package/node_modules/undici/lib/cache/memory-cache-store.js +1 -1
- package/node_modules/undici/lib/cache/sqlite-cache-store.js +6 -4
- package/node_modules/undici/lib/core/connect.js +17 -1
- package/node_modules/undici/lib/core/constants.js +1 -24
- package/node_modules/undici/lib/core/errors.js +2 -2
- package/node_modules/undici/lib/core/request.js +115 -18
- package/node_modules/undici/lib/core/socks5-client.js +24 -9
- package/node_modules/undici/lib/core/socks5-utils.js +32 -23
- package/node_modules/undici/lib/core/symbols.js +1 -0
- package/node_modules/undici/lib/core/util.js +70 -43
- package/node_modules/undici/lib/dispatcher/agent.js +47 -33
- package/node_modules/undici/lib/dispatcher/balanced-pool.js +21 -26
- package/node_modules/undici/lib/dispatcher/client-h1.js +98 -39
- package/node_modules/undici/lib/dispatcher/client-h2.js +603 -272
- package/node_modules/undici/lib/dispatcher/client.js +12 -5
- package/node_modules/undici/lib/dispatcher/dispatcher-base.js +24 -5
- package/node_modules/undici/lib/dispatcher/dispatcher.js +0 -4
- package/node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js +107 -0
- package/node_modules/undici/lib/dispatcher/h2c-client.js +5 -5
- package/node_modules/undici/lib/dispatcher/pool-base.js +28 -10
- package/node_modules/undici/lib/dispatcher/pool.js +31 -6
- package/node_modules/undici/lib/dispatcher/proxy-agent.js +38 -13
- package/node_modules/undici/lib/dispatcher/round-robin-pool.js +31 -9
- package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +95 -80
- package/node_modules/undici/lib/global.js +13 -1
- package/node_modules/undici/lib/handler/cache-handler.js +16 -8
- package/node_modules/undici/lib/handler/decorator-handler.js +1 -2
- package/node_modules/undici/lib/handler/redirect-handler.js +5 -51
- package/node_modules/undici/lib/handler/retry-handler.js +15 -2
- package/node_modules/undici/lib/interceptor/cache.js +30 -17
- package/node_modules/undici/lib/interceptor/decompress.js +28 -2
- package/node_modules/undici/lib/interceptor/dns.js +1 -1
- package/node_modules/undici/lib/interceptor/redirect.js +3 -3
- package/node_modules/undici/lib/llhttp/llhttp-wasm.js +1 -1
- package/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +1 -1
- package/node_modules/undici/lib/mock/mock-agent.js +8 -8
- package/node_modules/undici/lib/mock/mock-call-history.js +15 -15
- package/node_modules/undici/lib/mock/mock-utils.js +37 -22
- package/node_modules/undici/lib/mock/snapshot-agent.js +16 -6
- package/node_modules/undici/lib/mock/snapshot-recorder.js +38 -3
- package/node_modules/undici/lib/util/cache.js +8 -7
- package/node_modules/undici/lib/util/runtime-features.js +3 -34
- package/node_modules/undici/lib/web/cache/cache.js +6 -8
- package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +245 -150
- package/node_modules/undici/lib/web/fetch/body.js +3 -9
- package/node_modules/undici/lib/web/fetch/formdata-parser.js +17 -6
- package/node_modules/undici/lib/web/fetch/formdata.js +21 -2
- package/node_modules/undici/lib/web/fetch/index.js +214 -221
- package/node_modules/undici/lib/web/webidl/index.js +7 -9
- package/node_modules/undici/lib/web/websocket/frame.js +1 -7
- package/node_modules/undici/lib/web/websocket/permessage-deflate.js +13 -31
- package/node_modules/undici/lib/web/websocket/receiver.js +62 -22
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +11 -17
- package/node_modules/undici/lib/web/websocket/websocket.js +6 -1
- package/node_modules/undici/package.json +9 -9
- package/node_modules/undici/types/agent.d.ts +0 -2
- package/node_modules/undici/types/client.d.ts +25 -19
- package/node_modules/undici/types/dispatcher.d.ts +7 -27
- package/node_modules/undici/types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici/types/formdata.d.ts +0 -6
- package/node_modules/undici/types/h2c-client.d.ts +6 -6
- package/node_modules/undici/types/header.d.ts +5 -0
- package/node_modules/undici/types/index.d.ts +3 -1
- package/node_modules/undici/types/interceptors.d.ts +1 -1
- package/node_modules/undici/types/pool.d.ts +0 -2
- package/node_modules/undici/types/proxy-agent.d.ts +2 -2
- package/node_modules/undici/types/round-robin-pool.d.ts +0 -2
- package/node_modules/undici/types/snapshot-agent.d.ts +4 -0
- package/node_modules/undici/types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/undici/types/webidl.d.ts +0 -1
- package/package.json +7 -8
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-anthropic/package-lock.json +0 -24
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/sandbox/package-lock.json +0 -92
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/with-deps/package-lock.json +0 -31
- package/node_modules/undici/lib/handler/unwrap-handler.js +0 -100
- package/node_modules/undici/lib/handler/wrap-handler.js +0 -105
- package/node_modules/undici/lib/llhttp/.gitkeep +0 -0
- package/node_modules/undici/lib/util/promise.js +0 -28
- package/skills/refresh-kb-links/SKILL.md +0 -217
- package/skills/store-custodian/SKILL.md +0 -163
- package/skills/store-query-grammar/SKILL.md +0 -145
- package/skills/store-query-nlp/SKILL.md +0 -110
|
@@ -4002,7 +4002,7 @@ export const MODELS = {
|
|
|
4002
4002
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4003
4003
|
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4004
4004
|
reasoning: true,
|
|
4005
|
-
thinkingLevelMap: { "off": null },
|
|
4005
|
+
thinkingLevelMap: { "off": null, "minimal": "low" },
|
|
4006
4006
|
input: ["text", "image"],
|
|
4007
4007
|
cost: {
|
|
4008
4008
|
input: 0,
|
|
@@ -4021,7 +4021,7 @@ export const MODELS = {
|
|
|
4021
4021
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4022
4022
|
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4023
4023
|
reasoning: true,
|
|
4024
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
4024
|
+
thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
|
|
4025
4025
|
input: ["text", "image"],
|
|
4026
4026
|
cost: {
|
|
4027
4027
|
input: 0,
|
|
@@ -4040,7 +4040,7 @@ export const MODELS = {
|
|
|
4040
4040
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4041
4041
|
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4042
4042
|
reasoning: true,
|
|
4043
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
4043
|
+
thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
|
|
4044
4044
|
input: ["text", "image"],
|
|
4045
4045
|
cost: {
|
|
4046
4046
|
input: 0,
|
|
@@ -4059,7 +4059,7 @@ export const MODELS = {
|
|
|
4059
4059
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4060
4060
|
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4061
4061
|
reasoning: true,
|
|
4062
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
4062
|
+
thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
|
|
4063
4063
|
input: ["text", "image"],
|
|
4064
4064
|
cost: {
|
|
4065
4065
|
input: 0,
|
|
@@ -4078,7 +4078,7 @@ export const MODELS = {
|
|
|
4078
4078
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4079
4079
|
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4080
4080
|
reasoning: true,
|
|
4081
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
4081
|
+
thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
|
|
4082
4082
|
input: ["text", "image"],
|
|
4083
4083
|
cost: {
|
|
4084
4084
|
input: 0,
|
|
@@ -4097,7 +4097,7 @@ export const MODELS = {
|
|
|
4097
4097
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4098
4098
|
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4099
4099
|
reasoning: true,
|
|
4100
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
4100
|
+
thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
|
|
4101
4101
|
input: ["text", "image"],
|
|
4102
4102
|
cost: {
|
|
4103
4103
|
input: 0,
|
|
@@ -4116,7 +4116,7 @@ export const MODELS = {
|
|
|
4116
4116
|
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4117
4117
|
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4118
4118
|
reasoning: true,
|
|
4119
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
4119
|
+
thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
|
|
4120
4120
|
input: ["text", "image"],
|
|
4121
4121
|
cost: {
|
|
4122
4122
|
input: 0,
|
|
@@ -7152,58 +7152,6 @@ export const MODELS = {
|
|
|
7152
7152
|
},
|
|
7153
7153
|
},
|
|
7154
7154
|
"openai-codex": {
|
|
7155
|
-
"gpt-5.1": {
|
|
7156
|
-
id: "gpt-5.1",
|
|
7157
|
-
name: "GPT-5.1",
|
|
7158
|
-
api: "openai-codex-responses",
|
|
7159
|
-
provider: "openai-codex",
|
|
7160
|
-
baseUrl: "https://chatgpt.com/backend-api",
|
|
7161
|
-
reasoning: true,
|
|
7162
|
-
input: ["text", "image"],
|
|
7163
|
-
cost: {
|
|
7164
|
-
input: 1.25,
|
|
7165
|
-
output: 10,
|
|
7166
|
-
cacheRead: 0.125,
|
|
7167
|
-
cacheWrite: 0,
|
|
7168
|
-
},
|
|
7169
|
-
contextWindow: 272000,
|
|
7170
|
-
maxTokens: 128000,
|
|
7171
|
-
},
|
|
7172
|
-
"gpt-5.1-codex-max": {
|
|
7173
|
-
id: "gpt-5.1-codex-max",
|
|
7174
|
-
name: "GPT-5.1 Codex Max",
|
|
7175
|
-
api: "openai-codex-responses",
|
|
7176
|
-
provider: "openai-codex",
|
|
7177
|
-
baseUrl: "https://chatgpt.com/backend-api",
|
|
7178
|
-
reasoning: true,
|
|
7179
|
-
input: ["text", "image"],
|
|
7180
|
-
cost: {
|
|
7181
|
-
input: 1.25,
|
|
7182
|
-
output: 10,
|
|
7183
|
-
cacheRead: 0.125,
|
|
7184
|
-
cacheWrite: 0,
|
|
7185
|
-
},
|
|
7186
|
-
contextWindow: 272000,
|
|
7187
|
-
maxTokens: 128000,
|
|
7188
|
-
},
|
|
7189
|
-
"gpt-5.1-codex-mini": {
|
|
7190
|
-
id: "gpt-5.1-codex-mini",
|
|
7191
|
-
name: "GPT-5.1 Codex Mini",
|
|
7192
|
-
api: "openai-codex-responses",
|
|
7193
|
-
provider: "openai-codex",
|
|
7194
|
-
baseUrl: "https://chatgpt.com/backend-api",
|
|
7195
|
-
reasoning: true,
|
|
7196
|
-
thinkingLevelMap: { "minimal": "medium", "low": "medium", "medium": "medium", "high": "high" },
|
|
7197
|
-
input: ["text", "image"],
|
|
7198
|
-
cost: {
|
|
7199
|
-
input: 0.25,
|
|
7200
|
-
output: 2,
|
|
7201
|
-
cacheRead: 0.025,
|
|
7202
|
-
cacheWrite: 0,
|
|
7203
|
-
},
|
|
7204
|
-
contextWindow: 272000,
|
|
7205
|
-
maxTokens: 128000,
|
|
7206
|
-
},
|
|
7207
7155
|
"gpt-5.2": {
|
|
7208
7156
|
id: "gpt-5.2",
|
|
7209
7157
|
name: "GPT-5.2",
|
|
@@ -7222,24 +7170,6 @@ export const MODELS = {
|
|
|
7222
7170
|
contextWindow: 272000,
|
|
7223
7171
|
maxTokens: 128000,
|
|
7224
7172
|
},
|
|
7225
|
-
"gpt-5.2-codex": {
|
|
7226
|
-
id: "gpt-5.2-codex",
|
|
7227
|
-
name: "GPT-5.2 Codex",
|
|
7228
|
-
api: "openai-codex-responses",
|
|
7229
|
-
provider: "openai-codex",
|
|
7230
|
-
baseUrl: "https://chatgpt.com/backend-api",
|
|
7231
|
-
reasoning: true,
|
|
7232
|
-
thinkingLevelMap: { "xhigh": "xhigh", "minimal": "low" },
|
|
7233
|
-
input: ["text", "image"],
|
|
7234
|
-
cost: {
|
|
7235
|
-
input: 1.75,
|
|
7236
|
-
output: 14,
|
|
7237
|
-
cacheRead: 0.175,
|
|
7238
|
-
cacheWrite: 0,
|
|
7239
|
-
},
|
|
7240
|
-
contextWindow: 272000,
|
|
7241
|
-
maxTokens: 128000,
|
|
7242
|
-
},
|
|
7243
7173
|
"gpt-5.3-codex": {
|
|
7244
7174
|
id: "gpt-5.3-codex",
|
|
7245
7175
|
name: "GPT-5.3 Codex",
|
|
@@ -7268,12 +7198,12 @@ export const MODELS = {
|
|
|
7268
7198
|
thinkingLevelMap: { "xhigh": "xhigh", "minimal": "low" },
|
|
7269
7199
|
input: ["text"],
|
|
7270
7200
|
cost: {
|
|
7271
|
-
input:
|
|
7272
|
-
output:
|
|
7273
|
-
cacheRead: 0,
|
|
7201
|
+
input: 1.75,
|
|
7202
|
+
output: 14,
|
|
7203
|
+
cacheRead: 0.175,
|
|
7274
7204
|
cacheWrite: 0,
|
|
7275
7205
|
},
|
|
7276
|
-
contextWindow:
|
|
7206
|
+
contextWindow: 272000,
|
|
7277
7207
|
maxTokens: 128000,
|
|
7278
7208
|
},
|
|
7279
7209
|
"gpt-5.4": {
|
|
@@ -7296,7 +7226,7 @@ export const MODELS = {
|
|
|
7296
7226
|
},
|
|
7297
7227
|
"gpt-5.4-mini": {
|
|
7298
7228
|
id: "gpt-5.4-mini",
|
|
7299
|
-
name: "GPT-5.4
|
|
7229
|
+
name: "GPT-5.4 mini",
|
|
7300
7230
|
api: "openai-codex-responses",
|
|
7301
7231
|
provider: "openai-codex",
|
|
7302
7232
|
baseUrl: "https://chatgpt.com/backend-api",
|
|
@@ -9304,13 +9234,13 @@ export const MODELS = {
|
|
|
9304
9234
|
reasoning: true,
|
|
9305
9235
|
input: ["text", "image"],
|
|
9306
9236
|
cost: {
|
|
9307
|
-
input: 0.
|
|
9308
|
-
output: 0.
|
|
9237
|
+
input: 0.06,
|
|
9238
|
+
output: 0.33,
|
|
9309
9239
|
cacheRead: 0,
|
|
9310
9240
|
cacheWrite: 0,
|
|
9311
9241
|
},
|
|
9312
9242
|
contextWindow: 262144,
|
|
9313
|
-
maxTokens:
|
|
9243
|
+
maxTokens: 4096,
|
|
9314
9244
|
},
|
|
9315
9245
|
"google/gemma-4-26b-a4b-it:free": {
|
|
9316
9246
|
id: "google/gemma-4-26b-a4b-it:free",
|
|
@@ -9901,12 +9831,12 @@ export const MODELS = {
|
|
|
9901
9831
|
input: ["text"],
|
|
9902
9832
|
cost: {
|
|
9903
9833
|
input: 0.02,
|
|
9904
|
-
output: 0.
|
|
9834
|
+
output: 0.03,
|
|
9905
9835
|
cacheRead: 0,
|
|
9906
9836
|
cacheWrite: 0,
|
|
9907
9837
|
},
|
|
9908
9838
|
contextWindow: 131072,
|
|
9909
|
-
maxTokens:
|
|
9839
|
+
maxTokens: 4096,
|
|
9910
9840
|
},
|
|
9911
9841
|
"mistralai/mistral-saba": {
|
|
9912
9842
|
id: "mistralai/mistral-saba",
|
|
@@ -10189,13 +10119,13 @@ export const MODELS = {
|
|
|
10189
10119
|
reasoning: true,
|
|
10190
10120
|
input: ["text"],
|
|
10191
10121
|
cost: {
|
|
10192
|
-
input: 0.
|
|
10193
|
-
output: 0.
|
|
10122
|
+
input: 0.09,
|
|
10123
|
+
output: 0.44999999999999996,
|
|
10194
10124
|
cacheRead: 0,
|
|
10195
10125
|
cacheWrite: 0,
|
|
10196
10126
|
},
|
|
10197
10127
|
contextWindow: 1000000,
|
|
10198
|
-
maxTokens:
|
|
10128
|
+
maxTokens: 4096,
|
|
10199
10129
|
},
|
|
10200
10130
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
10201
10131
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
@@ -11018,12 +10948,12 @@ export const MODELS = {
|
|
|
11018
10948
|
input: ["text"],
|
|
11019
10949
|
cost: {
|
|
11020
10950
|
input: 0.039,
|
|
11021
|
-
output: 0.
|
|
10951
|
+
output: 0.18,
|
|
11022
10952
|
cacheRead: 0,
|
|
11023
10953
|
cacheWrite: 0,
|
|
11024
10954
|
},
|
|
11025
10955
|
contextWindow: 131072,
|
|
11026
|
-
maxTokens:
|
|
10956
|
+
maxTokens: 4096,
|
|
11027
10957
|
},
|
|
11028
10958
|
"openai/gpt-oss-120b:free": {
|
|
11029
10959
|
id: "openai/gpt-oss-120b:free",
|
|
@@ -15943,9 +15873,9 @@ export const MODELS = {
|
|
|
15943
15873
|
"mimo-v2-flash": {
|
|
15944
15874
|
id: "mimo-v2-flash",
|
|
15945
15875
|
name: "MiMo-V2-Flash",
|
|
15946
|
-
api: "
|
|
15876
|
+
api: "openai-completions",
|
|
15947
15877
|
provider: "xiaomi",
|
|
15948
|
-
baseUrl: "https://api.xiaomimimo.com/
|
|
15878
|
+
baseUrl: "https://api.xiaomimimo.com/v1",
|
|
15949
15879
|
reasoning: true,
|
|
15950
15880
|
input: ["text"],
|
|
15951
15881
|
cost: {
|
|
@@ -15960,9 +15890,9 @@ export const MODELS = {
|
|
|
15960
15890
|
"mimo-v2-omni": {
|
|
15961
15891
|
id: "mimo-v2-omni",
|
|
15962
15892
|
name: "MiMo-V2-Omni",
|
|
15963
|
-
api: "
|
|
15893
|
+
api: "openai-completions",
|
|
15964
15894
|
provider: "xiaomi",
|
|
15965
|
-
baseUrl: "https://api.xiaomimimo.com/
|
|
15895
|
+
baseUrl: "https://api.xiaomimimo.com/v1",
|
|
15966
15896
|
reasoning: true,
|
|
15967
15897
|
input: ["text", "image"],
|
|
15968
15898
|
cost: {
|
|
@@ -15977,9 +15907,9 @@ export const MODELS = {
|
|
|
15977
15907
|
"mimo-v2-pro": {
|
|
15978
15908
|
id: "mimo-v2-pro",
|
|
15979
15909
|
name: "MiMo-V2-Pro",
|
|
15980
|
-
api: "
|
|
15910
|
+
api: "openai-completions",
|
|
15981
15911
|
provider: "xiaomi",
|
|
15982
|
-
baseUrl: "https://api.xiaomimimo.com/
|
|
15912
|
+
baseUrl: "https://api.xiaomimimo.com/v1",
|
|
15983
15913
|
reasoning: true,
|
|
15984
15914
|
input: ["text"],
|
|
15985
15915
|
cost: {
|
|
@@ -15994,9 +15924,9 @@ export const MODELS = {
|
|
|
15994
15924
|
"mimo-v2.5": {
|
|
15995
15925
|
id: "mimo-v2.5",
|
|
15996
15926
|
name: "MiMo-V2.5",
|
|
15997
|
-
api: "
|
|
15927
|
+
api: "openai-completions",
|
|
15998
15928
|
provider: "xiaomi",
|
|
15999
|
-
baseUrl: "https://api.xiaomimimo.com/
|
|
15929
|
+
baseUrl: "https://api.xiaomimimo.com/v1",
|
|
16000
15930
|
reasoning: true,
|
|
16001
15931
|
input: ["text", "image"],
|
|
16002
15932
|
cost: {
|
|
@@ -16011,9 +15941,9 @@ export const MODELS = {
|
|
|
16011
15941
|
"mimo-v2.5-pro": {
|
|
16012
15942
|
id: "mimo-v2.5-pro",
|
|
16013
15943
|
name: "MiMo-V2.5-Pro",
|
|
16014
|
-
api: "
|
|
15944
|
+
api: "openai-completions",
|
|
16015
15945
|
provider: "xiaomi",
|
|
16016
|
-
baseUrl: "https://api.xiaomimimo.com/
|
|
15946
|
+
baseUrl: "https://api.xiaomimimo.com/v1",
|
|
16017
15947
|
reasoning: true,
|
|
16018
15948
|
input: ["text"],
|
|
16019
15949
|
cost: {
|
|
@@ -16030,9 +15960,9 @@ export const MODELS = {
|
|
|
16030
15960
|
"mimo-v2-flash": {
|
|
16031
15961
|
id: "mimo-v2-flash",
|
|
16032
15962
|
name: "MiMo-V2-Flash",
|
|
16033
|
-
api: "
|
|
15963
|
+
api: "openai-completions",
|
|
16034
15964
|
provider: "xiaomi-token-plan-ams",
|
|
16035
|
-
baseUrl: "https://token-plan-ams.xiaomimimo.com/
|
|
15965
|
+
baseUrl: "https://token-plan-ams.xiaomimimo.com/v1",
|
|
16036
15966
|
reasoning: true,
|
|
16037
15967
|
input: ["text"],
|
|
16038
15968
|
cost: {
|
|
@@ -16047,9 +15977,9 @@ export const MODELS = {
|
|
|
16047
15977
|
"mimo-v2-omni": {
|
|
16048
15978
|
id: "mimo-v2-omni",
|
|
16049
15979
|
name: "MiMo-V2-Omni",
|
|
16050
|
-
api: "
|
|
15980
|
+
api: "openai-completions",
|
|
16051
15981
|
provider: "xiaomi-token-plan-ams",
|
|
16052
|
-
baseUrl: "https://token-plan-ams.xiaomimimo.com/
|
|
15982
|
+
baseUrl: "https://token-plan-ams.xiaomimimo.com/v1",
|
|
16053
15983
|
reasoning: true,
|
|
16054
15984
|
input: ["text", "image"],
|
|
16055
15985
|
cost: {
|
|
@@ -16064,9 +15994,9 @@ export const MODELS = {
|
|
|
16064
15994
|
"mimo-v2-pro": {
|
|
16065
15995
|
id: "mimo-v2-pro",
|
|
16066
15996
|
name: "MiMo-V2-Pro",
|
|
16067
|
-
api: "
|
|
15997
|
+
api: "openai-completions",
|
|
16068
15998
|
provider: "xiaomi-token-plan-ams",
|
|
16069
|
-
baseUrl: "https://token-plan-ams.xiaomimimo.com/
|
|
15999
|
+
baseUrl: "https://token-plan-ams.xiaomimimo.com/v1",
|
|
16070
16000
|
reasoning: true,
|
|
16071
16001
|
input: ["text"],
|
|
16072
16002
|
cost: {
|
|
@@ -16081,9 +16011,9 @@ export const MODELS = {
|
|
|
16081
16011
|
"mimo-v2.5": {
|
|
16082
16012
|
id: "mimo-v2.5",
|
|
16083
16013
|
name: "MiMo-V2.5",
|
|
16084
|
-
api: "
|
|
16014
|
+
api: "openai-completions",
|
|
16085
16015
|
provider: "xiaomi-token-plan-ams",
|
|
16086
|
-
baseUrl: "https://token-plan-ams.xiaomimimo.com/
|
|
16016
|
+
baseUrl: "https://token-plan-ams.xiaomimimo.com/v1",
|
|
16087
16017
|
reasoning: true,
|
|
16088
16018
|
input: ["text", "image"],
|
|
16089
16019
|
cost: {
|
|
@@ -16098,9 +16028,9 @@ export const MODELS = {
|
|
|
16098
16028
|
"mimo-v2.5-pro": {
|
|
16099
16029
|
id: "mimo-v2.5-pro",
|
|
16100
16030
|
name: "MiMo-V2.5-Pro",
|
|
16101
|
-
api: "
|
|
16031
|
+
api: "openai-completions",
|
|
16102
16032
|
provider: "xiaomi-token-plan-ams",
|
|
16103
|
-
baseUrl: "https://token-plan-ams.xiaomimimo.com/
|
|
16033
|
+
baseUrl: "https://token-plan-ams.xiaomimimo.com/v1",
|
|
16104
16034
|
reasoning: true,
|
|
16105
16035
|
input: ["text"],
|
|
16106
16036
|
cost: {
|
|
@@ -16117,9 +16047,9 @@ export const MODELS = {
|
|
|
16117
16047
|
"mimo-v2-flash": {
|
|
16118
16048
|
id: "mimo-v2-flash",
|
|
16119
16049
|
name: "MiMo-V2-Flash",
|
|
16120
|
-
api: "
|
|
16050
|
+
api: "openai-completions",
|
|
16121
16051
|
provider: "xiaomi-token-plan-cn",
|
|
16122
|
-
baseUrl: "https://token-plan-cn.xiaomimimo.com/
|
|
16052
|
+
baseUrl: "https://token-plan-cn.xiaomimimo.com/v1",
|
|
16123
16053
|
reasoning: true,
|
|
16124
16054
|
input: ["text"],
|
|
16125
16055
|
cost: {
|
|
@@ -16134,9 +16064,9 @@ export const MODELS = {
|
|
|
16134
16064
|
"mimo-v2-omni": {
|
|
16135
16065
|
id: "mimo-v2-omni",
|
|
16136
16066
|
name: "MiMo-V2-Omni",
|
|
16137
|
-
api: "
|
|
16067
|
+
api: "openai-completions",
|
|
16138
16068
|
provider: "xiaomi-token-plan-cn",
|
|
16139
|
-
baseUrl: "https://token-plan-cn.xiaomimimo.com/
|
|
16069
|
+
baseUrl: "https://token-plan-cn.xiaomimimo.com/v1",
|
|
16140
16070
|
reasoning: true,
|
|
16141
16071
|
input: ["text", "image"],
|
|
16142
16072
|
cost: {
|
|
@@ -16151,9 +16081,9 @@ export const MODELS = {
|
|
|
16151
16081
|
"mimo-v2-pro": {
|
|
16152
16082
|
id: "mimo-v2-pro",
|
|
16153
16083
|
name: "MiMo-V2-Pro",
|
|
16154
|
-
api: "
|
|
16084
|
+
api: "openai-completions",
|
|
16155
16085
|
provider: "xiaomi-token-plan-cn",
|
|
16156
|
-
baseUrl: "https://token-plan-cn.xiaomimimo.com/
|
|
16086
|
+
baseUrl: "https://token-plan-cn.xiaomimimo.com/v1",
|
|
16157
16087
|
reasoning: true,
|
|
16158
16088
|
input: ["text"],
|
|
16159
16089
|
cost: {
|
|
@@ -16168,9 +16098,9 @@ export const MODELS = {
|
|
|
16168
16098
|
"mimo-v2.5": {
|
|
16169
16099
|
id: "mimo-v2.5",
|
|
16170
16100
|
name: "MiMo-V2.5",
|
|
16171
|
-
api: "
|
|
16101
|
+
api: "openai-completions",
|
|
16172
16102
|
provider: "xiaomi-token-plan-cn",
|
|
16173
|
-
baseUrl: "https://token-plan-cn.xiaomimimo.com/
|
|
16103
|
+
baseUrl: "https://token-plan-cn.xiaomimimo.com/v1",
|
|
16174
16104
|
reasoning: true,
|
|
16175
16105
|
input: ["text", "image"],
|
|
16176
16106
|
cost: {
|
|
@@ -16185,9 +16115,9 @@ export const MODELS = {
|
|
|
16185
16115
|
"mimo-v2.5-pro": {
|
|
16186
16116
|
id: "mimo-v2.5-pro",
|
|
16187
16117
|
name: "MiMo-V2.5-Pro",
|
|
16188
|
-
api: "
|
|
16118
|
+
api: "openai-completions",
|
|
16189
16119
|
provider: "xiaomi-token-plan-cn",
|
|
16190
|
-
baseUrl: "https://token-plan-cn.xiaomimimo.com/
|
|
16120
|
+
baseUrl: "https://token-plan-cn.xiaomimimo.com/v1",
|
|
16191
16121
|
reasoning: true,
|
|
16192
16122
|
input: ["text"],
|
|
16193
16123
|
cost: {
|
|
@@ -16204,9 +16134,9 @@ export const MODELS = {
|
|
|
16204
16134
|
"mimo-v2-flash": {
|
|
16205
16135
|
id: "mimo-v2-flash",
|
|
16206
16136
|
name: "MiMo-V2-Flash",
|
|
16207
|
-
api: "
|
|
16137
|
+
api: "openai-completions",
|
|
16208
16138
|
provider: "xiaomi-token-plan-sgp",
|
|
16209
|
-
baseUrl: "https://token-plan-sgp.xiaomimimo.com/
|
|
16139
|
+
baseUrl: "https://token-plan-sgp.xiaomimimo.com/v1",
|
|
16210
16140
|
reasoning: true,
|
|
16211
16141
|
input: ["text"],
|
|
16212
16142
|
cost: {
|
|
@@ -16221,9 +16151,9 @@ export const MODELS = {
|
|
|
16221
16151
|
"mimo-v2-omni": {
|
|
16222
16152
|
id: "mimo-v2-omni",
|
|
16223
16153
|
name: "MiMo-V2-Omni",
|
|
16224
|
-
api: "
|
|
16154
|
+
api: "openai-completions",
|
|
16225
16155
|
provider: "xiaomi-token-plan-sgp",
|
|
16226
|
-
baseUrl: "https://token-plan-sgp.xiaomimimo.com/
|
|
16156
|
+
baseUrl: "https://token-plan-sgp.xiaomimimo.com/v1",
|
|
16227
16157
|
reasoning: true,
|
|
16228
16158
|
input: ["text", "image"],
|
|
16229
16159
|
cost: {
|
|
@@ -16238,9 +16168,9 @@ export const MODELS = {
|
|
|
16238
16168
|
"mimo-v2-pro": {
|
|
16239
16169
|
id: "mimo-v2-pro",
|
|
16240
16170
|
name: "MiMo-V2-Pro",
|
|
16241
|
-
api: "
|
|
16171
|
+
api: "openai-completions",
|
|
16242
16172
|
provider: "xiaomi-token-plan-sgp",
|
|
16243
|
-
baseUrl: "https://token-plan-sgp.xiaomimimo.com/
|
|
16173
|
+
baseUrl: "https://token-plan-sgp.xiaomimimo.com/v1",
|
|
16244
16174
|
reasoning: true,
|
|
16245
16175
|
input: ["text"],
|
|
16246
16176
|
cost: {
|
|
@@ -16255,9 +16185,9 @@ export const MODELS = {
|
|
|
16255
16185
|
"mimo-v2.5": {
|
|
16256
16186
|
id: "mimo-v2.5",
|
|
16257
16187
|
name: "MiMo-V2.5",
|
|
16258
|
-
api: "
|
|
16188
|
+
api: "openai-completions",
|
|
16259
16189
|
provider: "xiaomi-token-plan-sgp",
|
|
16260
|
-
baseUrl: "https://token-plan-sgp.xiaomimimo.com/
|
|
16190
|
+
baseUrl: "https://token-plan-sgp.xiaomimimo.com/v1",
|
|
16261
16191
|
reasoning: true,
|
|
16262
16192
|
input: ["text", "image"],
|
|
16263
16193
|
cost: {
|
|
@@ -16272,9 +16202,9 @@ export const MODELS = {
|
|
|
16272
16202
|
"mimo-v2.5-pro": {
|
|
16273
16203
|
id: "mimo-v2.5-pro",
|
|
16274
16204
|
name: "MiMo-V2.5-Pro",
|
|
16275
|
-
api: "
|
|
16205
|
+
api: "openai-completions",
|
|
16276
16206
|
provider: "xiaomi-token-plan-sgp",
|
|
16277
|
-
baseUrl: "https://token-plan-sgp.xiaomimimo.com/
|
|
16207
|
+
baseUrl: "https://token-plan-sgp.xiaomimimo.com/v1",
|
|
16278
16208
|
reasoning: true,
|
|
16279
16209
|
input: ["text"],
|
|
16280
16210
|
cost: {
|