@code-yeongyu/senpi 2026.7.13 → 2026.7.14-3
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 +52 -0
- package/dist/core/agent-session.js +1 -1
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/compaction/branch-summarization.d.ts +1 -1
- package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
- package/dist/core/compaction/branch-summarization.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.6.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.6.js +14 -5
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.6.js.map +1 -1
- package/dist/core/extensions/builtin/terminal/runtime-session.d.ts +1 -1
- package/dist/core/extensions/builtin/terminal/runtime-session.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/runtime-session.js +3 -2
- package/dist/core/extensions/builtin/terminal/runtime-session.js.map +1 -1
- package/dist/core/extensions/builtin/websearch/websearch/native.d.ts +1 -1
- package/dist/core/extensions/builtin/websearch/websearch/native.d.ts.map +1 -1
- package/dist/core/extensions/builtin/websearch/websearch/native.js +83 -33
- package/dist/core/extensions/builtin/websearch/websearch/native.js.map +1 -1
- package/dist/core/extensions/builtin/websearch/websearch/provider-endpoints.d.ts.map +1 -1
- package/dist/core/extensions/builtin/websearch/websearch/provider-endpoints.js +2 -1
- package/dist/core/extensions/builtin/websearch/websearch/provider-endpoints.js.map +1 -1
- package/dist/core/extensions/builtin/websearch/websearch/tool.d.ts.map +1 -1
- package/dist/core/extensions/builtin/websearch/websearch/tool.js +3 -3
- package/dist/core/extensions/builtin/websearch/websearch/tool.js.map +1 -1
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +18 -3
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/model-resolver.d.ts.map +1 -1
- package/dist/core/model-resolver.js +1 -0
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/package-manager.js +7 -2
- package/dist/core/package-manager.js.map +1 -1
- package/dist/core/provider-display-names.d.ts.map +1 -1
- package/dist/core/provider-display-names.js +1 -0
- package/dist/core/provider-display-names.js.map +1 -1
- package/dist/core/radius.d.ts +21 -0
- package/dist/core/radius.d.ts.map +1 -0
- package/dist/core/radius.js +30 -0
- package/dist/core/radius.js.map +1 -0
- package/dist/core/system-prompt.d.ts.map +1 -1
- package/dist/core/system-prompt.js +1 -11
- package/dist/core/system-prompt.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +2 -2
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/docs/custom-provider.md +2 -0
- package/docs/models.md +2 -0
- package/examples/AGENTS.md +34 -0
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/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/@code-yeongyu/senpi-codemode/CHANGELOG.md +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/package.json +3 -3
- package/node_modules/@code-yeongyu/senpi-codemode/src/prompt/eval-prompt.ts +16 -23
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/README.md +3 -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 +23 -42
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.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 +10 -6
- 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 -0
- 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 +1 -1
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +12 -3
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js +23 -0
- 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 -0
- 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 +22 -6
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.d.ts +97 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.js +307 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.lazy.d.ts +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.lazy.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.lazy.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.lazy.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/compat.d.ts +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/compat.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/compat.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/compat.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +233 -164
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.d.ts +9 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts +60 -0
- 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 +54 -0
- 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/cerebras.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts +92 -0
- 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 +72 -0
- 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/github-copilot.models.d.ts +1 -6
- 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 +1 -2
- 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/opencode.models.d.ts +57 -0
- 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 +19 -0
- 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 +23 -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 +54 -54
- 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 +0 -136
- 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 +2 -138
- 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/tool-call-middleware/context-transformer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/context-transformer.js +9 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/context-transformer.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.js +6 -2
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/coerce-parameters.d.ts +8 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/coerce-parameters.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/coerce-parameters.js +92 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/coerce-parameters.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/format.d.ts +6 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/format.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/format.js +54 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/format.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/index.d.ts +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/index.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/index.js +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/index.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/invoke-match.d.ts +7 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/invoke-match.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/invoke-match.js +16 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/invoke-match.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/invoke-tag-scanner.d.ts +19 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/invoke-tag-scanner.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/invoke-tag-scanner.js +217 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/invoke-tag-scanner.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/parse.d.ts +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/parse.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/parse.js +46 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/parse.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/stream-boundary.d.ts +13 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/stream-boundary.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/stream-boundary.js +144 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/stream-boundary.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/stream.d.ts +5 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/stream.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/stream.js +208 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/stream.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/tool-resolver.d.ts +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/tool-resolver.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/tool-resolver.js +17 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/tool-resolver.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/xml-entities.d.ts +5 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/xml-entities.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/xml-entities.js +34 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/xml-entities.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/types.d.ts +3 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +10 -5
- 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/oauth/index.d.ts +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js +9 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/radius.d.ts +39 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/radius.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/radius.js +413 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/radius.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-pty/native/prebuilds/darwin-arm64/senpi_pty.darwin-arm64.node +0 -0
- package/node_modules/@earendil-works/pi-pty/package.json +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/package.json +6 -6
|
@@ -1362,6 +1362,66 @@ export declare const MODELS: {
|
|
|
1362
1362
|
contextWindow: number;
|
|
1363
1363
|
maxTokens: number;
|
|
1364
1364
|
};
|
|
1365
|
+
readonly "openai.gpt-5.6-luna": {
|
|
1366
|
+
id: string;
|
|
1367
|
+
name: string;
|
|
1368
|
+
api: "bedrock-converse-stream";
|
|
1369
|
+
provider: string;
|
|
1370
|
+
baseUrl: string;
|
|
1371
|
+
reasoning: true;
|
|
1372
|
+
thinkingLevelMap: {
|
|
1373
|
+
xhigh: string;
|
|
1374
|
+
};
|
|
1375
|
+
input: ("image" | "text")[];
|
|
1376
|
+
cost: {
|
|
1377
|
+
input: number;
|
|
1378
|
+
output: number;
|
|
1379
|
+
cacheRead: number;
|
|
1380
|
+
cacheWrite: number;
|
|
1381
|
+
};
|
|
1382
|
+
contextWindow: number;
|
|
1383
|
+
maxTokens: number;
|
|
1384
|
+
};
|
|
1385
|
+
readonly "openai.gpt-5.6-sol": {
|
|
1386
|
+
id: string;
|
|
1387
|
+
name: string;
|
|
1388
|
+
api: "bedrock-converse-stream";
|
|
1389
|
+
provider: string;
|
|
1390
|
+
baseUrl: string;
|
|
1391
|
+
reasoning: true;
|
|
1392
|
+
thinkingLevelMap: {
|
|
1393
|
+
xhigh: string;
|
|
1394
|
+
};
|
|
1395
|
+
input: ("image" | "text")[];
|
|
1396
|
+
cost: {
|
|
1397
|
+
input: number;
|
|
1398
|
+
output: number;
|
|
1399
|
+
cacheRead: number;
|
|
1400
|
+
cacheWrite: number;
|
|
1401
|
+
};
|
|
1402
|
+
contextWindow: number;
|
|
1403
|
+
maxTokens: number;
|
|
1404
|
+
};
|
|
1405
|
+
readonly "openai.gpt-5.6-terra": {
|
|
1406
|
+
id: string;
|
|
1407
|
+
name: string;
|
|
1408
|
+
api: "bedrock-converse-stream";
|
|
1409
|
+
provider: string;
|
|
1410
|
+
baseUrl: string;
|
|
1411
|
+
reasoning: true;
|
|
1412
|
+
thinkingLevelMap: {
|
|
1413
|
+
xhigh: string;
|
|
1414
|
+
};
|
|
1415
|
+
input: ("image" | "text")[];
|
|
1416
|
+
cost: {
|
|
1417
|
+
input: number;
|
|
1418
|
+
output: number;
|
|
1419
|
+
cacheRead: number;
|
|
1420
|
+
cacheWrite: number;
|
|
1421
|
+
};
|
|
1422
|
+
contextWindow: number;
|
|
1423
|
+
maxTokens: number;
|
|
1424
|
+
};
|
|
1365
1425
|
readonly "openai.gpt-oss-120b": {
|
|
1366
1426
|
id: string;
|
|
1367
1427
|
name: string;
|
|
@@ -3854,6 +3914,72 @@ export declare const MODELS: {
|
|
|
3854
3914
|
contextWindow: number;
|
|
3855
3915
|
maxTokens: number;
|
|
3856
3916
|
};
|
|
3917
|
+
readonly "gpt-5.6-luna": {
|
|
3918
|
+
id: string;
|
|
3919
|
+
name: string;
|
|
3920
|
+
api: "openai-responses";
|
|
3921
|
+
provider: string;
|
|
3922
|
+
baseUrl: string;
|
|
3923
|
+
reasoning: true;
|
|
3924
|
+
thinkingLevelMap: {
|
|
3925
|
+
off: null;
|
|
3926
|
+
xhigh: string;
|
|
3927
|
+
max: string;
|
|
3928
|
+
};
|
|
3929
|
+
input: ("image" | "text")[];
|
|
3930
|
+
cost: {
|
|
3931
|
+
input: number;
|
|
3932
|
+
output: number;
|
|
3933
|
+
cacheRead: number;
|
|
3934
|
+
cacheWrite: number;
|
|
3935
|
+
};
|
|
3936
|
+
contextWindow: number;
|
|
3937
|
+
maxTokens: number;
|
|
3938
|
+
};
|
|
3939
|
+
readonly "gpt-5.6-sol": {
|
|
3940
|
+
id: string;
|
|
3941
|
+
name: string;
|
|
3942
|
+
api: "openai-responses";
|
|
3943
|
+
provider: string;
|
|
3944
|
+
baseUrl: string;
|
|
3945
|
+
reasoning: true;
|
|
3946
|
+
thinkingLevelMap: {
|
|
3947
|
+
off: null;
|
|
3948
|
+
xhigh: string;
|
|
3949
|
+
max: string;
|
|
3950
|
+
};
|
|
3951
|
+
input: ("image" | "text")[];
|
|
3952
|
+
cost: {
|
|
3953
|
+
input: number;
|
|
3954
|
+
output: number;
|
|
3955
|
+
cacheRead: number;
|
|
3956
|
+
cacheWrite: number;
|
|
3957
|
+
};
|
|
3958
|
+
contextWindow: number;
|
|
3959
|
+
maxTokens: number;
|
|
3960
|
+
};
|
|
3961
|
+
readonly "gpt-5.6-terra": {
|
|
3962
|
+
id: string;
|
|
3963
|
+
name: string;
|
|
3964
|
+
api: "openai-responses";
|
|
3965
|
+
provider: string;
|
|
3966
|
+
baseUrl: string;
|
|
3967
|
+
reasoning: true;
|
|
3968
|
+
thinkingLevelMap: {
|
|
3969
|
+
off: null;
|
|
3970
|
+
xhigh: string;
|
|
3971
|
+
max: string;
|
|
3972
|
+
};
|
|
3973
|
+
input: ("image" | "text")[];
|
|
3974
|
+
cost: {
|
|
3975
|
+
input: number;
|
|
3976
|
+
output: number;
|
|
3977
|
+
cacheRead: number;
|
|
3978
|
+
cacheWrite: number;
|
|
3979
|
+
};
|
|
3980
|
+
contextWindow: number;
|
|
3981
|
+
maxTokens: number;
|
|
3982
|
+
};
|
|
3857
3983
|
readonly o1: {
|
|
3858
3984
|
id: string;
|
|
3859
3985
|
name: string;
|
|
@@ -4043,6 +4169,32 @@ export declare const MODELS: {
|
|
|
4043
4169
|
contextWindow: number;
|
|
4044
4170
|
maxTokens: number;
|
|
4045
4171
|
};
|
|
4172
|
+
readonly "workers-ai/@cf/zai-org/glm-5.2": {
|
|
4173
|
+
id: string;
|
|
4174
|
+
name: string;
|
|
4175
|
+
api: "openai-completions";
|
|
4176
|
+
provider: string;
|
|
4177
|
+
baseUrl: string;
|
|
4178
|
+
compat: {
|
|
4179
|
+
supportsStore: false;
|
|
4180
|
+
supportsDeveloperRole: false;
|
|
4181
|
+
supportsReasoningEffort: false;
|
|
4182
|
+
maxTokensField: "max_tokens";
|
|
4183
|
+
supportsStrictMode: false;
|
|
4184
|
+
supportsLongCacheRetention: false;
|
|
4185
|
+
sendSessionAffinityHeaders: true;
|
|
4186
|
+
};
|
|
4187
|
+
reasoning: true;
|
|
4188
|
+
input: "text"[];
|
|
4189
|
+
cost: {
|
|
4190
|
+
input: number;
|
|
4191
|
+
output: number;
|
|
4192
|
+
cacheRead: number;
|
|
4193
|
+
cacheWrite: number;
|
|
4194
|
+
};
|
|
4195
|
+
contextWindow: number;
|
|
4196
|
+
maxTokens: number;
|
|
4197
|
+
};
|
|
4046
4198
|
};
|
|
4047
4199
|
readonly "cloudflare-workers-ai": {
|
|
4048
4200
|
readonly "@cf/google/gemma-4-26b-a4b-it": {
|
|
@@ -5556,7 +5708,7 @@ export declare const MODELS: {
|
|
|
5556
5708
|
readonly "mai-code-1-flash-picker": {
|
|
5557
5709
|
id: string;
|
|
5558
5710
|
name: string;
|
|
5559
|
-
api: "openai-
|
|
5711
|
+
api: "openai-responses";
|
|
5560
5712
|
provider: string;
|
|
5561
5713
|
baseUrl: string;
|
|
5562
5714
|
headers: {
|
|
@@ -5565,11 +5717,6 @@ export declare const MODELS: {
|
|
|
5565
5717
|
"Editor-Plugin-Version": string;
|
|
5566
5718
|
"Copilot-Integration-Id": string;
|
|
5567
5719
|
};
|
|
5568
|
-
compat: {
|
|
5569
|
-
supportsStore: false;
|
|
5570
|
-
supportsDeveloperRole: false;
|
|
5571
|
-
supportsReasoningEffort: false;
|
|
5572
|
-
};
|
|
5573
5720
|
reasoning: true;
|
|
5574
5721
|
input: "text"[];
|
|
5575
5722
|
cost: {
|
|
@@ -10570,6 +10717,9 @@ export declare const MODELS: {
|
|
|
10570
10717
|
api: "openai-responses";
|
|
10571
10718
|
provider: string;
|
|
10572
10719
|
baseUrl: string;
|
|
10720
|
+
compat: {
|
|
10721
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10722
|
+
};
|
|
10573
10723
|
reasoning: true;
|
|
10574
10724
|
thinkingLevelMap: {
|
|
10575
10725
|
off: null;
|
|
@@ -10590,6 +10740,9 @@ export declare const MODELS: {
|
|
|
10590
10740
|
api: "openai-responses";
|
|
10591
10741
|
provider: string;
|
|
10592
10742
|
baseUrl: string;
|
|
10743
|
+
compat: {
|
|
10744
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10745
|
+
};
|
|
10593
10746
|
reasoning: true;
|
|
10594
10747
|
thinkingLevelMap: {
|
|
10595
10748
|
off: null;
|
|
@@ -10610,6 +10763,9 @@ export declare const MODELS: {
|
|
|
10610
10763
|
api: "openai-responses";
|
|
10611
10764
|
provider: string;
|
|
10612
10765
|
baseUrl: string;
|
|
10766
|
+
compat: {
|
|
10767
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10768
|
+
};
|
|
10613
10769
|
reasoning: true;
|
|
10614
10770
|
thinkingLevelMap: {
|
|
10615
10771
|
off: null;
|
|
@@ -10630,6 +10786,9 @@ export declare const MODELS: {
|
|
|
10630
10786
|
api: "openai-responses";
|
|
10631
10787
|
provider: string;
|
|
10632
10788
|
baseUrl: string;
|
|
10789
|
+
compat: {
|
|
10790
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10791
|
+
};
|
|
10633
10792
|
reasoning: true;
|
|
10634
10793
|
thinkingLevelMap: {
|
|
10635
10794
|
off: null;
|
|
@@ -10650,6 +10809,9 @@ export declare const MODELS: {
|
|
|
10650
10809
|
api: "openai-responses";
|
|
10651
10810
|
provider: string;
|
|
10652
10811
|
baseUrl: string;
|
|
10812
|
+
compat: {
|
|
10813
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10814
|
+
};
|
|
10653
10815
|
reasoning: true;
|
|
10654
10816
|
thinkingLevelMap: {
|
|
10655
10817
|
off: null;
|
|
@@ -10670,6 +10832,9 @@ export declare const MODELS: {
|
|
|
10670
10832
|
api: "openai-responses";
|
|
10671
10833
|
provider: string;
|
|
10672
10834
|
baseUrl: string;
|
|
10835
|
+
compat: {
|
|
10836
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10837
|
+
};
|
|
10673
10838
|
reasoning: true;
|
|
10674
10839
|
thinkingLevelMap: {
|
|
10675
10840
|
off: null;
|
|
@@ -10690,6 +10855,9 @@ export declare const MODELS: {
|
|
|
10690
10855
|
api: "openai-responses";
|
|
10691
10856
|
provider: string;
|
|
10692
10857
|
baseUrl: string;
|
|
10858
|
+
compat: {
|
|
10859
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10860
|
+
};
|
|
10693
10861
|
reasoning: true;
|
|
10694
10862
|
thinkingLevelMap: {
|
|
10695
10863
|
off: null;
|
|
@@ -10710,6 +10878,9 @@ export declare const MODELS: {
|
|
|
10710
10878
|
api: "openai-responses";
|
|
10711
10879
|
provider: string;
|
|
10712
10880
|
baseUrl: string;
|
|
10881
|
+
compat: {
|
|
10882
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10883
|
+
};
|
|
10713
10884
|
reasoning: true;
|
|
10714
10885
|
thinkingLevelMap: {
|
|
10715
10886
|
off: null;
|
|
@@ -10731,6 +10902,9 @@ export declare const MODELS: {
|
|
|
10731
10902
|
api: "openai-responses";
|
|
10732
10903
|
provider: string;
|
|
10733
10904
|
baseUrl: string;
|
|
10905
|
+
compat: {
|
|
10906
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10907
|
+
};
|
|
10734
10908
|
reasoning: true;
|
|
10735
10909
|
thinkingLevelMap: {
|
|
10736
10910
|
off: null;
|
|
@@ -10752,6 +10926,9 @@ export declare const MODELS: {
|
|
|
10752
10926
|
api: "openai-responses";
|
|
10753
10927
|
provider: string;
|
|
10754
10928
|
baseUrl: string;
|
|
10929
|
+
compat: {
|
|
10930
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10931
|
+
};
|
|
10755
10932
|
reasoning: true;
|
|
10756
10933
|
thinkingLevelMap: {
|
|
10757
10934
|
off: null;
|
|
@@ -10773,6 +10950,9 @@ export declare const MODELS: {
|
|
|
10773
10950
|
api: "openai-responses";
|
|
10774
10951
|
provider: string;
|
|
10775
10952
|
baseUrl: string;
|
|
10953
|
+
compat: {
|
|
10954
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10955
|
+
};
|
|
10776
10956
|
reasoning: true;
|
|
10777
10957
|
thinkingLevelMap: {
|
|
10778
10958
|
off: null;
|
|
@@ -10794,6 +10974,9 @@ export declare const MODELS: {
|
|
|
10794
10974
|
api: "openai-responses";
|
|
10795
10975
|
provider: string;
|
|
10796
10976
|
baseUrl: string;
|
|
10977
|
+
compat: {
|
|
10978
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10979
|
+
};
|
|
10797
10980
|
reasoning: true;
|
|
10798
10981
|
thinkingLevelMap: {
|
|
10799
10982
|
off: null;
|
|
@@ -10815,6 +10998,9 @@ export declare const MODELS: {
|
|
|
10815
10998
|
api: "openai-responses";
|
|
10816
10999
|
provider: string;
|
|
10817
11000
|
baseUrl: string;
|
|
11001
|
+
compat: {
|
|
11002
|
+
sessionAffinityFormat: "openai-nosession";
|
|
11003
|
+
};
|
|
10818
11004
|
reasoning: true;
|
|
10819
11005
|
thinkingLevelMap: {
|
|
10820
11006
|
off: null;
|
|
@@ -10836,6 +11022,9 @@ export declare const MODELS: {
|
|
|
10836
11022
|
api: "openai-responses";
|
|
10837
11023
|
provider: string;
|
|
10838
11024
|
baseUrl: string;
|
|
11025
|
+
compat: {
|
|
11026
|
+
sessionAffinityFormat: "openai-nosession";
|
|
11027
|
+
};
|
|
10839
11028
|
reasoning: true;
|
|
10840
11029
|
thinkingLevelMap: {
|
|
10841
11030
|
off: null;
|
|
@@ -10857,6 +11046,9 @@ export declare const MODELS: {
|
|
|
10857
11046
|
api: "openai-responses";
|
|
10858
11047
|
provider: string;
|
|
10859
11048
|
baseUrl: string;
|
|
11049
|
+
compat: {
|
|
11050
|
+
sessionAffinityFormat: "openai-nosession";
|
|
11051
|
+
};
|
|
10860
11052
|
reasoning: true;
|
|
10861
11053
|
thinkingLevelMap: {
|
|
10862
11054
|
off: null;
|
|
@@ -10878,6 +11070,9 @@ export declare const MODELS: {
|
|
|
10878
11070
|
api: "openai-responses";
|
|
10879
11071
|
provider: string;
|
|
10880
11072
|
baseUrl: string;
|
|
11073
|
+
compat: {
|
|
11074
|
+
sessionAffinityFormat: "openai-nosession";
|
|
11075
|
+
};
|
|
10881
11076
|
reasoning: true;
|
|
10882
11077
|
thinkingLevelMap: {
|
|
10883
11078
|
off: null;
|
|
@@ -10901,6 +11096,9 @@ export declare const MODELS: {
|
|
|
10901
11096
|
api: "openai-responses";
|
|
10902
11097
|
provider: string;
|
|
10903
11098
|
baseUrl: string;
|
|
11099
|
+
compat: {
|
|
11100
|
+
sessionAffinityFormat: "openai-nosession";
|
|
11101
|
+
};
|
|
10904
11102
|
reasoning: true;
|
|
10905
11103
|
thinkingLevelMap: {
|
|
10906
11104
|
off: null;
|
|
@@ -10923,6 +11121,9 @@ export declare const MODELS: {
|
|
|
10923
11121
|
api: "openai-responses";
|
|
10924
11122
|
provider: string;
|
|
10925
11123
|
baseUrl: string;
|
|
11124
|
+
compat: {
|
|
11125
|
+
sessionAffinityFormat: "openai-nosession";
|
|
11126
|
+
};
|
|
10926
11127
|
reasoning: true;
|
|
10927
11128
|
thinkingLevelMap: {
|
|
10928
11129
|
off: null;
|
|
@@ -10945,6 +11146,9 @@ export declare const MODELS: {
|
|
|
10945
11146
|
api: "openai-responses";
|
|
10946
11147
|
provider: string;
|
|
10947
11148
|
baseUrl: string;
|
|
11149
|
+
compat: {
|
|
11150
|
+
sessionAffinityFormat: "openai-nosession";
|
|
11151
|
+
};
|
|
10948
11152
|
reasoning: true;
|
|
10949
11153
|
thinkingLevelMap: {
|
|
10950
11154
|
off: null;
|
|
@@ -13041,6 +13245,27 @@ export declare const MODELS: {
|
|
|
13041
13245
|
contextWindow: number;
|
|
13042
13246
|
maxTokens: number;
|
|
13043
13247
|
};
|
|
13248
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
13249
|
+
id: string;
|
|
13250
|
+
name: string;
|
|
13251
|
+
api: "openai-completions";
|
|
13252
|
+
provider: string;
|
|
13253
|
+
baseUrl: string;
|
|
13254
|
+
compat: {
|
|
13255
|
+
supportsDeveloperRole: false;
|
|
13256
|
+
thinkingFormat: "openrouter";
|
|
13257
|
+
};
|
|
13258
|
+
reasoning: false;
|
|
13259
|
+
input: "text"[];
|
|
13260
|
+
cost: {
|
|
13261
|
+
input: number;
|
|
13262
|
+
output: number;
|
|
13263
|
+
cacheRead: number;
|
|
13264
|
+
cacheWrite: number;
|
|
13265
|
+
};
|
|
13266
|
+
contextWindow: number;
|
|
13267
|
+
maxTokens: number;
|
|
13268
|
+
};
|
|
13044
13269
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
13045
13270
|
id: string;
|
|
13046
13271
|
name: string;
|
|
@@ -13062,7 +13287,7 @@ export declare const MODELS: {
|
|
|
13062
13287
|
contextWindow: number;
|
|
13063
13288
|
maxTokens: number;
|
|
13064
13289
|
};
|
|
13065
|
-
readonly "
|
|
13290
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
13066
13291
|
id: string;
|
|
13067
13292
|
name: string;
|
|
13068
13293
|
api: "openai-completions";
|
|
@@ -13072,7 +13297,7 @@ export declare const MODELS: {
|
|
|
13072
13297
|
supportsDeveloperRole: false;
|
|
13073
13298
|
thinkingFormat: "openrouter";
|
|
13074
13299
|
};
|
|
13075
|
-
reasoning:
|
|
13300
|
+
reasoning: false;
|
|
13076
13301
|
input: "text"[];
|
|
13077
13302
|
cost: {
|
|
13078
13303
|
input: number;
|
|
@@ -15074,26 +15299,6 @@ export declare const MODELS: {
|
|
|
15074
15299
|
contextWindow: number;
|
|
15075
15300
|
maxTokens: number;
|
|
15076
15301
|
};
|
|
15077
|
-
readonly "openai/gpt-oss-120b:free": {
|
|
15078
|
-
id: string;
|
|
15079
|
-
name: string;
|
|
15080
|
-
api: "openai-completions";
|
|
15081
|
-
provider: string;
|
|
15082
|
-
baseUrl: string;
|
|
15083
|
-
compat: {
|
|
15084
|
-
thinkingFormat: "openrouter";
|
|
15085
|
-
};
|
|
15086
|
-
reasoning: true;
|
|
15087
|
-
input: "text"[];
|
|
15088
|
-
cost: {
|
|
15089
|
-
input: number;
|
|
15090
|
-
output: number;
|
|
15091
|
-
cacheRead: number;
|
|
15092
|
-
cacheWrite: number;
|
|
15093
|
-
};
|
|
15094
|
-
contextWindow: number;
|
|
15095
|
-
maxTokens: number;
|
|
15096
|
-
};
|
|
15097
15302
|
readonly "openai/gpt-oss-20b": {
|
|
15098
15303
|
id: string;
|
|
15099
15304
|
name: string;
|
|
@@ -18382,23 +18587,6 @@ export declare const MODELS: {
|
|
|
18382
18587
|
contextWindow: number;
|
|
18383
18588
|
maxTokens: number;
|
|
18384
18589
|
};
|
|
18385
|
-
readonly "anthropic/claude-3.5-haiku": {
|
|
18386
|
-
id: string;
|
|
18387
|
-
name: string;
|
|
18388
|
-
api: "anthropic-messages";
|
|
18389
|
-
provider: string;
|
|
18390
|
-
baseUrl: string;
|
|
18391
|
-
reasoning: false;
|
|
18392
|
-
input: ("image" | "text")[];
|
|
18393
|
-
cost: {
|
|
18394
|
-
input: number;
|
|
18395
|
-
output: number;
|
|
18396
|
-
cacheRead: number;
|
|
18397
|
-
cacheWrite: number;
|
|
18398
|
-
};
|
|
18399
|
-
contextWindow: number;
|
|
18400
|
-
maxTokens: number;
|
|
18401
|
-
};
|
|
18402
18590
|
readonly "anthropic/claude-fable-5": {
|
|
18403
18591
|
id: string;
|
|
18404
18592
|
name: string;
|
|
@@ -18646,23 +18834,6 @@ export declare const MODELS: {
|
|
|
18646
18834
|
contextWindow: number;
|
|
18647
18835
|
maxTokens: number;
|
|
18648
18836
|
};
|
|
18649
|
-
readonly "arcee-ai/trinity-large-preview": {
|
|
18650
|
-
id: string;
|
|
18651
|
-
name: string;
|
|
18652
|
-
api: "anthropic-messages";
|
|
18653
|
-
provider: string;
|
|
18654
|
-
baseUrl: string;
|
|
18655
|
-
reasoning: false;
|
|
18656
|
-
input: "text"[];
|
|
18657
|
-
cost: {
|
|
18658
|
-
input: number;
|
|
18659
|
-
output: number;
|
|
18660
|
-
cacheRead: number;
|
|
18661
|
-
cacheWrite: number;
|
|
18662
|
-
};
|
|
18663
|
-
contextWindow: number;
|
|
18664
|
-
maxTokens: number;
|
|
18665
|
-
};
|
|
18666
18837
|
readonly "arcee-ai/trinity-large-thinking": {
|
|
18667
18838
|
id: string;
|
|
18668
18839
|
name: string;
|
|
@@ -19190,40 +19361,6 @@ export declare const MODELS: {
|
|
|
19190
19361
|
contextWindow: number;
|
|
19191
19362
|
maxTokens: number;
|
|
19192
19363
|
};
|
|
19193
|
-
readonly "meituan/longcat-flash-chat": {
|
|
19194
|
-
id: string;
|
|
19195
|
-
name: string;
|
|
19196
|
-
api: "anthropic-messages";
|
|
19197
|
-
provider: string;
|
|
19198
|
-
baseUrl: string;
|
|
19199
|
-
reasoning: false;
|
|
19200
|
-
input: "text"[];
|
|
19201
|
-
cost: {
|
|
19202
|
-
input: number;
|
|
19203
|
-
output: number;
|
|
19204
|
-
cacheRead: number;
|
|
19205
|
-
cacheWrite: number;
|
|
19206
|
-
};
|
|
19207
|
-
contextWindow: number;
|
|
19208
|
-
maxTokens: number;
|
|
19209
|
-
};
|
|
19210
|
-
readonly "meituan/longcat-flash-thinking-2601": {
|
|
19211
|
-
id: string;
|
|
19212
|
-
name: string;
|
|
19213
|
-
api: "anthropic-messages";
|
|
19214
|
-
provider: string;
|
|
19215
|
-
baseUrl: string;
|
|
19216
|
-
reasoning: true;
|
|
19217
|
-
input: "text"[];
|
|
19218
|
-
cost: {
|
|
19219
|
-
input: number;
|
|
19220
|
-
output: number;
|
|
19221
|
-
cacheRead: number;
|
|
19222
|
-
cacheWrite: number;
|
|
19223
|
-
};
|
|
19224
|
-
contextWindow: number;
|
|
19225
|
-
maxTokens: number;
|
|
19226
|
-
};
|
|
19227
19364
|
readonly "meta/llama-3.1-70b": {
|
|
19228
19365
|
id: string;
|
|
19229
19366
|
name: string;
|
|
@@ -19530,23 +19667,6 @@ export declare const MODELS: {
|
|
|
19530
19667
|
contextWindow: number;
|
|
19531
19668
|
maxTokens: number;
|
|
19532
19669
|
};
|
|
19533
|
-
readonly "mistral/devstral-small": {
|
|
19534
|
-
id: string;
|
|
19535
|
-
name: string;
|
|
19536
|
-
api: "anthropic-messages";
|
|
19537
|
-
provider: string;
|
|
19538
|
-
baseUrl: string;
|
|
19539
|
-
reasoning: false;
|
|
19540
|
-
input: "text"[];
|
|
19541
|
-
cost: {
|
|
19542
|
-
input: number;
|
|
19543
|
-
output: number;
|
|
19544
|
-
cacheRead: number;
|
|
19545
|
-
cacheWrite: number;
|
|
19546
|
-
};
|
|
19547
|
-
contextWindow: number;
|
|
19548
|
-
maxTokens: number;
|
|
19549
|
-
};
|
|
19550
19670
|
readonly "mistral/devstral-small-2": {
|
|
19551
19671
|
id: string;
|
|
19552
19672
|
name: string;
|
|
@@ -19751,23 +19871,6 @@ export declare const MODELS: {
|
|
|
19751
19871
|
contextWindow: number;
|
|
19752
19872
|
maxTokens: number;
|
|
19753
19873
|
};
|
|
19754
|
-
readonly "mistral/pixtral-large": {
|
|
19755
|
-
id: string;
|
|
19756
|
-
name: string;
|
|
19757
|
-
api: "anthropic-messages";
|
|
19758
|
-
provider: string;
|
|
19759
|
-
baseUrl: string;
|
|
19760
|
-
reasoning: false;
|
|
19761
|
-
input: ("image" | "text")[];
|
|
19762
|
-
cost: {
|
|
19763
|
-
input: number;
|
|
19764
|
-
output: number;
|
|
19765
|
-
cacheRead: number;
|
|
19766
|
-
cacheWrite: number;
|
|
19767
|
-
};
|
|
19768
|
-
contextWindow: number;
|
|
19769
|
-
maxTokens: number;
|
|
19770
|
-
};
|
|
19771
19874
|
readonly "moonshotai/kimi-k2": {
|
|
19772
19875
|
id: string;
|
|
19773
19876
|
name: string;
|
|
@@ -20955,40 +21058,6 @@ export declare const MODELS: {
|
|
|
20955
21058
|
contextWindow: number;
|
|
20956
21059
|
maxTokens: number;
|
|
20957
21060
|
};
|
|
20958
|
-
readonly "xiaomi/mimo-v2-flash": {
|
|
20959
|
-
id: string;
|
|
20960
|
-
name: string;
|
|
20961
|
-
api: "anthropic-messages";
|
|
20962
|
-
provider: string;
|
|
20963
|
-
baseUrl: string;
|
|
20964
|
-
reasoning: true;
|
|
20965
|
-
input: "text"[];
|
|
20966
|
-
cost: {
|
|
20967
|
-
input: number;
|
|
20968
|
-
output: number;
|
|
20969
|
-
cacheRead: number;
|
|
20970
|
-
cacheWrite: number;
|
|
20971
|
-
};
|
|
20972
|
-
contextWindow: number;
|
|
20973
|
-
maxTokens: number;
|
|
20974
|
-
};
|
|
20975
|
-
readonly "xiaomi/mimo-v2-pro": {
|
|
20976
|
-
id: string;
|
|
20977
|
-
name: string;
|
|
20978
|
-
api: "anthropic-messages";
|
|
20979
|
-
provider: string;
|
|
20980
|
-
baseUrl: string;
|
|
20981
|
-
reasoning: true;
|
|
20982
|
-
input: "text"[];
|
|
20983
|
-
cost: {
|
|
20984
|
-
input: number;
|
|
20985
|
-
output: number;
|
|
20986
|
-
cacheRead: number;
|
|
20987
|
-
cacheWrite: number;
|
|
20988
|
-
};
|
|
20989
|
-
contextWindow: number;
|
|
20990
|
-
maxTokens: number;
|
|
20991
|
-
};
|
|
20992
21061
|
readonly "xiaomi/mimo-v2.5": {
|
|
20993
21062
|
id: string;
|
|
20994
21063
|
name: string;
|