@draht/ai 2026.7.7 → 2026.7.11
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/dist/api/anthropic-messages.d.ts.map +1 -1
- package/dist/api/anthropic-messages.js +7 -4
- package/dist/api/anthropic-messages.js.map +1 -1
- package/dist/api/azure-openai-responses.d.ts +1 -1
- package/dist/api/azure-openai-responses.d.ts.map +1 -1
- package/dist/api/azure-openai-responses.js +2 -3
- package/dist/api/azure-openai-responses.js.map +1 -1
- package/dist/api/bedrock-converse-stream.d.ts.map +1 -1
- package/dist/api/bedrock-converse-stream.js +1 -1
- package/dist/api/bedrock-converse-stream.js.map +1 -1
- package/dist/api/openai-codex-responses.d.ts +1 -1
- package/dist/api/openai-codex-responses.d.ts.map +1 -1
- package/dist/api/openai-codex-responses.js +2 -3
- package/dist/api/openai-codex-responses.js.map +1 -1
- package/dist/api/openai-completions.d.ts +1 -1
- package/dist/api/openai-completions.d.ts.map +1 -1
- package/dist/api/openai-completions.js +2 -3
- package/dist/api/openai-completions.js.map +1 -1
- package/dist/api/openai-responses-shared.d.ts.map +1 -1
- package/dist/api/openai-responses-shared.js +6 -4
- package/dist/api/openai-responses-shared.js.map +1 -1
- package/dist/api/openai-responses.d.ts +1 -1
- package/dist/api/openai-responses.d.ts.map +1 -1
- package/dist/api/openai-responses.js +2 -3
- package/dist/api/openai-responses.js.map +1 -1
- package/dist/api/simple-options.d.ts +0 -5
- package/dist/api/simple-options.d.ts.map +1 -1
- package/dist/api/simple-options.js +1 -7
- package/dist/api/simple-options.js.map +1 -1
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts +1108 -269
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.js +14 -5
- package/dist/models.js.map +1 -1
- package/dist/providers/amazon-bedrock.models.d.ts +62 -5
- package/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.models.js +32 -20
- package/dist/providers/amazon-bedrock.models.js.map +1 -1
- package/dist/providers/anthropic.models.d.ts +11 -1
- package/dist/providers/anthropic.models.d.ts.map +1 -1
- package/dist/providers/anthropic.models.js +6 -4
- package/dist/providers/anthropic.models.js.map +1 -1
- package/dist/providers/azure-openai-responses.models.d.ts +83 -0
- package/dist/providers/azure-openai-responses.models.d.ts.map +1 -1
- package/dist/providers/azure-openai-responses.models.js +71 -0
- package/dist/providers/azure-openai-responses.models.js.map +1 -1
- package/dist/providers/cloudflare-ai-gateway.models.d.ts +11 -1
- package/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
- package/dist/providers/cloudflare-ai-gateway.models.js +6 -4
- package/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
- package/dist/providers/deepseek.models.d.ts +2 -2
- package/dist/providers/deepseek.models.d.ts.map +1 -1
- package/dist/providers/deepseek.models.js +2 -2
- package/dist/providers/deepseek.models.js.map +1 -1
- package/dist/providers/fireworks.models.d.ts +2 -2
- package/dist/providers/fireworks.models.d.ts.map +1 -1
- package/dist/providers/fireworks.models.js +3 -3
- package/dist/providers/fireworks.models.js.map +1 -1
- package/dist/providers/github-copilot.models.d.ts +95 -2
- package/dist/providers/github-copilot.models.d.ts.map +1 -1
- package/dist/providers/github-copilot.models.js +68 -10
- package/dist/providers/github-copilot.models.js.map +1 -1
- package/dist/providers/openai-codex.models.d.ts +101 -0
- package/dist/providers/openai-codex.models.d.ts.map +1 -1
- package/dist/providers/openai-codex.models.js +59 -0
- package/dist/providers/openai-codex.models.js.map +1 -1
- package/dist/providers/openai.models.d.ts +132 -0
- package/dist/providers/openai.models.d.ts.map +1 -1
- package/dist/providers/openai.models.js +78 -0
- package/dist/providers/openai.models.js.map +1 -1
- package/dist/providers/opencode-go.models.d.ts +3 -3
- package/dist/providers/opencode-go.models.d.ts.map +1 -1
- package/dist/providers/opencode-go.models.js +3 -3
- package/dist/providers/opencode-go.models.js.map +1 -1
- package/dist/providers/opencode.models.d.ts +124 -4
- package/dist/providers/opencode.models.d.ts.map +1 -1
- package/dist/providers/opencode.models.js +99 -7
- package/dist/providers/opencode.models.js.map +1 -1
- package/dist/providers/openrouter.models.d.ts +284 -85
- package/dist/providers/openrouter.models.d.ts.map +1 -1
- package/dist/providers/openrouter.models.js +296 -144
- package/dist/providers/openrouter.models.js.map +1 -1
- package/dist/providers/vercel-ai-gateway.models.d.ts +139 -1
- package/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
- package/dist/providers/vercel-ai-gateway.models.js +132 -8
- package/dist/providers/vercel-ai-gateway.models.js.map +1 -1
- package/dist/providers/xai.models.d.ts +22 -0
- package/dist/providers/xai.models.d.ts.map +1 -1
- package/dist/providers/xai.models.js +18 -0
- package/dist/providers/xai.models.js.map +1 -1
- package/dist/providers/xiaomi-token-plan-ams.models.d.ts +0 -42
- package/dist/providers/xiaomi-token-plan-ams.models.d.ts.map +1 -1
- package/dist/providers/xiaomi-token-plan-ams.models.js +9 -45
- package/dist/providers/xiaomi-token-plan-ams.models.js.map +1 -1
- package/dist/providers/xiaomi-token-plan-cn.models.d.ts +0 -42
- package/dist/providers/xiaomi-token-plan-cn.models.d.ts.map +1 -1
- package/dist/providers/xiaomi-token-plan-cn.models.js +9 -45
- package/dist/providers/xiaomi-token-plan-cn.models.js.map +1 -1
- package/dist/providers/xiaomi-token-plan-sgp.models.d.ts +0 -42
- package/dist/providers/xiaomi-token-plan-sgp.models.d.ts.map +1 -1
- package/dist/providers/xiaomi-token-plan-sgp.models.js +9 -45
- package/dist/providers/xiaomi-token-plan-sgp.models.js.map +1 -1
- package/dist/providers/zai-coding-cn.models.d.ts +1 -1
- package/dist/providers/zai-coding-cn.models.d.ts.map +1 -1
- package/dist/providers/zai-coding-cn.models.js +1 -1
- package/dist/providers/zai-coding-cn.models.js.map +1 -1
- package/dist/providers/zai.models.d.ts +1 -1
- package/dist/providers/zai.models.d.ts.map +1 -1
- package/dist/providers/zai.models.js +1 -1
- package/dist/providers/zai.models.js.map +1 -1
- package/dist/types.d.ts +15 -6
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/estimate.d.ts +3 -3
- package/dist/utils/estimate.d.ts.map +1 -1
- package/dist/utils/estimate.js +17 -9
- package/dist/utils/estimate.js.map +1 -1
- package/dist/utils/retry.d.ts.map +1 -1
- package/dist/utils/retry.js +3 -0
- package/dist/utils/retry.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fireworks.models.d.ts","sourceRoot":"","sources":["../../src/providers/fireworks.models.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSnB,CAAC","sourcesContent":["// This file is auto-generated by scripts/generate-models.ts\n// Do not edit manually - run 'npm run generate-models' to update\n\nimport type { Model } from \"../types.ts\";\n\nexport const FIREWORKS_MODELS = {\n\t\"accounts/fireworks/models/deepseek-v4-flash\": {\n\t\tid: \"accounts/fireworks/models/deepseek-v4-flash\",\n\t\tname: \"DeepSeek V4 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.28,\n\t\t\tcacheRead: 0.028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/deepseek-v4-pro\": {\n\t\tid: \"accounts/fireworks/models/deepseek-v4-pro\",\n\t\tname: \"DeepSeek V4 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.74,\n\t\t\toutput: 3.48,\n\t\t\tcacheRead: 0.145,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/glm-5p1\": {\n\t\tid: \"accounts/fireworks/models/glm-5p1\",\n\t\tname: \"GLM 5.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.4,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/glm-5p2\": {\n\t\tid: \"accounts/fireworks/models/glm-5p2\",\n\t\tname: \"GLM 5.2\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":\"none\",\"minimal\":null,\"low\":\"high\",\"medium\":\"high\",\"xhigh\":\"max\"},\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.4,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048575,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"openai-completions\">,\n\t\"accounts/fireworks/models/gpt-oss-120b\": {\n\t\tid: \"accounts/fireworks/models/gpt-oss-120b\",\n\t\tname: \"GPT OSS 120B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0.015,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/gpt-oss-20b\": {\n\t\tid: \"accounts/fireworks/models/gpt-oss-20b\",\n\t\tname: \"GPT OSS 20B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.07,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.035,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/kimi-k2p6\": {\n\t\tid: \"accounts/fireworks/models/kimi-k2p6\",\n\t\tname: \"Kimi K2.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.16,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/kimi-k2p7-code\": {\n\t\tid: \"accounts/fireworks/models/kimi-k2p7-code\",\n\t\tname: \"Kimi K2.7 Code\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.19,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/minimax-m2p7\": {\n\t\tid: \"accounts/fireworks/models/minimax-m2p7\",\n\t\tname: \"MiniMax-M2.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 196608,\n\t\tmaxTokens: 196608,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/minimax-m3\": {\n\t\tid: \"accounts/fireworks/models/minimax-m3\",\n\t\tname: \"MiniMax-M3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 512000,\n\t\tmaxTokens: 512000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/qwen3p7-plus\": {\n\t\tid: \"accounts/fireworks/models/qwen3p7-plus\",\n\t\tname: \"Qwen 3.7 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 1.6,\n\t\t\tcacheRead: 0.08,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/glm-5p1-fast\": {\n\t\tid: \"accounts/fireworks/routers/glm-5p1-fast\",\n\t\tname: \"GLM 5.1 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.8,\n\t\t\toutput: 8.8,\n\t\t\tcacheRead: 0.52,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/glm-5p2-fast\": {\n\t\tid: \"accounts/fireworks/routers/glm-5p2-fast\",\n\t\tname: \"GLM 5.2 Fast\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":\"none\",\"minimal\":null,\"low\":\"high\",\"medium\":\"high\",\"xhigh\":\"max\"},\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.1,\n\t\t\toutput: 6.6,\n\t\t\tcacheRead: 0.21,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048575,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"openai-completions\">,\n\t\"accounts/fireworks/routers/kimi-k2p6-fast\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p6-fast\",\n\t\tname: \"Kimi K2.6 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/kimi-k2p6-turbo\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p6-turbo\",\n\t\tname: \"Kimi K2.6 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/kimi-k2p7-code-fast\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p7-code-fast\",\n\t\tname: \"Kimi K2.7 Code Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.9,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.38,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n} as const;\n"]}
|
|
1
|
+
{"version":3,"file":"fireworks.models.d.ts","sourceRoot":"","sources":["../../src/providers/fireworks.models.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSnB,CAAC","sourcesContent":["// This file is auto-generated by scripts/generate-models.ts\n// Do not edit manually - run 'npm run generate-models' to update\n\nimport type { Model } from \"../types.ts\";\n\nexport const FIREWORKS_MODELS = {\n\t\"accounts/fireworks/models/deepseek-v4-flash\": {\n\t\tid: \"accounts/fireworks/models/deepseek-v4-flash\",\n\t\tname: \"DeepSeek V4 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.28,\n\t\t\tcacheRead: 0.028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/deepseek-v4-pro\": {\n\t\tid: \"accounts/fireworks/models/deepseek-v4-pro\",\n\t\tname: \"DeepSeek V4 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.74,\n\t\t\toutput: 3.48,\n\t\t\tcacheRead: 0.145,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/glm-5p1\": {\n\t\tid: \"accounts/fireworks/models/glm-5p1\",\n\t\tname: \"GLM 5.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.4,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/glm-5p2\": {\n\t\tid: \"accounts/fireworks/models/glm-5p2\",\n\t\tname: \"GLM 5.2\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":\"none\",\"minimal\":null,\"low\":\"high\",\"medium\":\"high\",\"max\":\"max\"},\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.4,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.14,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048575,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"openai-completions\">,\n\t\"accounts/fireworks/models/gpt-oss-120b\": {\n\t\tid: \"accounts/fireworks/models/gpt-oss-120b\",\n\t\tname: \"GPT OSS 120B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0.015,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/gpt-oss-20b\": {\n\t\tid: \"accounts/fireworks/models/gpt-oss-20b\",\n\t\tname: \"GPT OSS 20B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.07,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.035,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/kimi-k2p6\": {\n\t\tid: \"accounts/fireworks/models/kimi-k2p6\",\n\t\tname: \"Kimi K2.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.16,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/kimi-k2p7-code\": {\n\t\tid: \"accounts/fireworks/models/kimi-k2p7-code\",\n\t\tname: \"Kimi K2.7 Code\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.19,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/minimax-m2p7\": {\n\t\tid: \"accounts/fireworks/models/minimax-m2p7\",\n\t\tname: \"MiniMax-M2.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 196608,\n\t\tmaxTokens: 196608,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/minimax-m3\": {\n\t\tid: \"accounts/fireworks/models/minimax-m3\",\n\t\tname: \"MiniMax-M3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 512000,\n\t\tmaxTokens: 512000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/qwen3p7-plus\": {\n\t\tid: \"accounts/fireworks/models/qwen3p7-plus\",\n\t\tname: \"Qwen 3.7 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 1.6,\n\t\t\tcacheRead: 0.08,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/glm-5p1-fast\": {\n\t\tid: \"accounts/fireworks/routers/glm-5p1-fast\",\n\t\tname: \"GLM 5.1 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.8,\n\t\t\toutput: 8.8,\n\t\t\tcacheRead: 0.52,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/glm-5p2-fast\": {\n\t\tid: \"accounts/fireworks/routers/glm-5p2-fast\",\n\t\tname: \"GLM 5.2 Fast\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":\"none\",\"minimal\":null,\"low\":\"high\",\"medium\":\"high\",\"max\":\"max\"},\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.1,\n\t\t\toutput: 6.6,\n\t\t\tcacheRead: 0.21,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048575,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"openai-completions\">,\n\t\"accounts/fireworks/routers/kimi-k2p6-fast\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p6-fast\",\n\t\tname: \"Kimi K2.6 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/kimi-k2p6-turbo\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p6-turbo\",\n\t\tname: \"Kimi K2.6 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/kimi-k2p7-code-fast\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p7-code-fast\",\n\t\tname: \"Kimi K2.7 Code Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.9,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.38,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n} as const;\n"]}
|
|
@@ -63,12 +63,12 @@ export const FIREWORKS_MODELS = {
|
|
|
63
63
|
baseUrl: "https://api.fireworks.ai/inference/v1",
|
|
64
64
|
compat: { "supportsStore": false, "supportsDeveloperRole": false },
|
|
65
65
|
reasoning: true,
|
|
66
|
-
thinkingLevelMap: { "off": "none", "minimal": null, "low": "high", "medium": "high", "
|
|
66
|
+
thinkingLevelMap: { "off": "none", "minimal": null, "low": "high", "medium": "high", "max": "max" },
|
|
67
67
|
input: ["text"],
|
|
68
68
|
cost: {
|
|
69
69
|
input: 1.4,
|
|
70
70
|
output: 4.4,
|
|
71
|
-
cacheRead: 0.
|
|
71
|
+
cacheRead: 0.14,
|
|
72
72
|
cacheWrite: 0,
|
|
73
73
|
},
|
|
74
74
|
contextWindow: 1048575,
|
|
@@ -226,7 +226,7 @@ export const FIREWORKS_MODELS = {
|
|
|
226
226
|
baseUrl: "https://api.fireworks.ai/inference/v1",
|
|
227
227
|
compat: { "supportsStore": false, "supportsDeveloperRole": false },
|
|
228
228
|
reasoning: true,
|
|
229
|
-
thinkingLevelMap: { "off": "none", "minimal": null, "low": "high", "medium": "high", "
|
|
229
|
+
thinkingLevelMap: { "off": "none", "minimal": null, "low": "high", "medium": "high", "max": "max" },
|
|
230
230
|
input: ["text"],
|
|
231
231
|
cost: {
|
|
232
232
|
input: 2.1,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fireworks.models.js","sourceRoot":"","sources":["../../src/providers/fireworks.models.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,iEAAiE;AAIjE,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC/B,6CAA6C,EAAE;QAC9C,EAAE,EAAE,6CAA6C;QACjD,IAAI,EAAE,mBAAmB;QACzB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,IAAI,EAAE;YACL,KAAK,EAAE,IAAI;YACX,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,KAAK;YAChB,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,OAAO;QACtB,SAAS,EAAE,MAAM;KACqB;IACvC,2CAA2C,EAAE;QAC5C,EAAE,EAAE,2CAA2C;QAC/C,IAAI,EAAE,iBAAiB;QACvB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,IAAI,EAAE;YACL,KAAK,EAAE,IAAI;YACX,MAAM,EAAE,IAAI;YACZ,SAAS,EAAE,KAAK;YAChB,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,OAAO;QACtB,SAAS,EAAE,MAAM;KACqB;IACvC,mCAAmC,EAAE;QACpC,EAAE,EAAE,mCAAmC;QACvC,IAAI,EAAE,SAAS;QACf,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,IAAI,EAAE;YACL,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,MAAM;KACqB;IACvC,mCAAmC,EAAE;QACpC,EAAE,EAAE,mCAAmC;QACvC,IAAI,EAAE,SAAS;QACf,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,uCAAuC;QAChD,MAAM,EAAE,EAAC,eAAe,EAAC,KAAK,EAAC,uBAAuB,EAAC,KAAK,EAAC;QAC7D,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,EAAC,KAAK,EAAC,MAAM,EAAC,SAAS,EAAC,IAAI,EAAC,KAAK,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,OAAO,EAAC,KAAK,EAAC;QAC1F,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,IAAI,EAAE;YACL,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,OAAO;QACtB,SAAS,EAAE,MAAM;KACqB;IACvC,wCAAwC,EAAE;QACzC,EAAE,EAAE,wCAAwC;QAC5C,IAAI,EAAE,cAAc;QACpB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,IAAI,EAAE;YACL,KAAK,EAAE,IAAI;YACX,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,KAAK;YAChB,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,KAAK;KACsB;IACvC,uCAAuC,EAAE;QACxC,EAAE,EAAE,uCAAuC;QAC3C,IAAI,EAAE,aAAa;QACnB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,IAAI,EAAE;YACL,KAAK,EAAE,IAAI;YACX,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,KAAK;YAChB,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,KAAK;KACsB;IACvC,qCAAqC,EAAE;QACtC,EAAE,EAAE,qCAAqC;QACzC,IAAI,EAAE,WAAW;QACjB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;QACxB,IAAI,EAAE;YACL,KAAK,EAAE,IAAI;YACX,MAAM,EAAE,CAAC;YACT,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,MAAM;KACqB;IACvC,0CAA0C,EAAE;QAC3C,EAAE,EAAE,0CAA0C;QAC9C,IAAI,EAAE,gBAAgB;QACtB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;QACxB,IAAI,EAAE;YACL,KAAK,EAAE,IAAI;YACX,MAAM,EAAE,CAAC;YACT,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,MAAM;KACqB;IACvC,wCAAwC,EAAE;QACzC,EAAE,EAAE,wCAAwC;QAC5C,IAAI,EAAE,cAAc;QACpB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,IAAI,EAAE;YACL,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,MAAM;KACqB;IACvC,sCAAsC,EAAE;QACvC,EAAE,EAAE,sCAAsC;QAC1C,IAAI,EAAE,YAAY;QAClB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,IAAI,EAAE;YACL,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,MAAM;KACqB;IACvC,wCAAwC,EAAE;QACzC,EAAE,EAAE,wCAAwC;QAC5C,IAAI,EAAE,eAAe;QACrB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;QACxB,IAAI,EAAE;YACL,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,KAAK;KACsB;IACvC,yCAAyC,EAAE;QAC1C,EAAE,EAAE,yCAAyC;QAC7C,IAAI,EAAE,cAAc;QACpB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,IAAI,EAAE;YACL,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,MAAM;KACqB;IACvC,yCAAyC,EAAE;QAC1C,EAAE,EAAE,yCAAyC;QAC7C,IAAI,EAAE,cAAc;QACpB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,uCAAuC;QAChD,MAAM,EAAE,EAAC,eAAe,EAAC,KAAK,EAAC,uBAAuB,EAAC,KAAK,EAAC;QAC7D,SAAS,EAAE,IAAI;QACf,gBAAgB,EAAE,EAAC,KAAK,EAAC,MAAM,EAAC,SAAS,EAAC,IAAI,EAAC,KAAK,EAAC,MAAM,EAAC,QAAQ,EAAC,MAAM,EAAC,OAAO,EAAC,KAAK,EAAC;QAC1F,KAAK,EAAE,CAAC,MAAM,CAAC;QACf,IAAI,EAAE;YACL,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,OAAO;QACtB,SAAS,EAAE,MAAM;KACqB;IACvC,2CAA2C,EAAE;QAC5C,EAAE,EAAE,2CAA2C;QAC/C,IAAI,EAAE,gBAAgB;QACtB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;QACxB,IAAI,EAAE;YACL,KAAK,EAAE,CAAC;YACR,MAAM,EAAE,CAAC;YACT,SAAS,EAAE,GAAG;YACd,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,MAAM;KACqB;IACvC,4CAA4C,EAAE;QAC7C,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,iBAAiB;QACvB,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;QACxB,IAAI,EAAE;YACL,KAAK,EAAE,CAAC;YACR,MAAM,EAAE,CAAC;YACT,SAAS,EAAE,GAAG;YACd,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,MAAM;KACqB;IACvC,gDAAgD,EAAE;QACjD,EAAE,EAAE,gDAAgD;QACpD,IAAI,EAAE,qBAAqB;QAC3B,GAAG,EAAE,oBAAoB;QACzB,QAAQ,EAAE,WAAW;QACrB,OAAO,EAAE,oCAAoC;QAC7C,MAAM,EAAE,EAAC,4BAA4B,EAAC,IAAI,EAAC,iCAAiC,EAAC,KAAK,EAAC,6BAA6B,EAAC,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC;QAC1J,SAAS,EAAE,IAAI;QACf,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;QACxB,IAAI,EAAE;YACL,KAAK,EAAE,GAAG;YACV,MAAM,EAAE,CAAC;YACT,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,CAAC;SACb;QACD,aAAa,EAAE,MAAM;QACrB,SAAS,EAAE,MAAM;KACqB;CAC9B,CAAC","sourcesContent":["// This file is auto-generated by scripts/generate-models.ts\n// Do not edit manually - run 'npm run generate-models' to update\n\nimport type { Model } from \"../types.ts\";\n\nexport const FIREWORKS_MODELS = {\n\t\"accounts/fireworks/models/deepseek-v4-flash\": {\n\t\tid: \"accounts/fireworks/models/deepseek-v4-flash\",\n\t\tname: \"DeepSeek V4 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.28,\n\t\t\tcacheRead: 0.028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/deepseek-v4-pro\": {\n\t\tid: \"accounts/fireworks/models/deepseek-v4-pro\",\n\t\tname: \"DeepSeek V4 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.74,\n\t\t\toutput: 3.48,\n\t\t\tcacheRead: 0.145,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/glm-5p1\": {\n\t\tid: \"accounts/fireworks/models/glm-5p1\",\n\t\tname: \"GLM 5.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.4,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/glm-5p2\": {\n\t\tid: \"accounts/fireworks/models/glm-5p2\",\n\t\tname: \"GLM 5.2\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":\"none\",\"minimal\":null,\"low\":\"high\",\"medium\":\"high\",\"xhigh\":\"max\"},\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.4,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048575,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"openai-completions\">,\n\t\"accounts/fireworks/models/gpt-oss-120b\": {\n\t\tid: \"accounts/fireworks/models/gpt-oss-120b\",\n\t\tname: \"GPT OSS 120B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0.015,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/gpt-oss-20b\": {\n\t\tid: \"accounts/fireworks/models/gpt-oss-20b\",\n\t\tname: \"GPT OSS 20B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.07,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.035,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/kimi-k2p6\": {\n\t\tid: \"accounts/fireworks/models/kimi-k2p6\",\n\t\tname: \"Kimi K2.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.16,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/kimi-k2p7-code\": {\n\t\tid: \"accounts/fireworks/models/kimi-k2p7-code\",\n\t\tname: \"Kimi K2.7 Code\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.19,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/minimax-m2p7\": {\n\t\tid: \"accounts/fireworks/models/minimax-m2p7\",\n\t\tname: \"MiniMax-M2.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 196608,\n\t\tmaxTokens: 196608,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/minimax-m3\": {\n\t\tid: \"accounts/fireworks/models/minimax-m3\",\n\t\tname: \"MiniMax-M3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 512000,\n\t\tmaxTokens: 512000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/qwen3p7-plus\": {\n\t\tid: \"accounts/fireworks/models/qwen3p7-plus\",\n\t\tname: \"Qwen 3.7 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 1.6,\n\t\t\tcacheRead: 0.08,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/glm-5p1-fast\": {\n\t\tid: \"accounts/fireworks/routers/glm-5p1-fast\",\n\t\tname: \"GLM 5.1 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.8,\n\t\t\toutput: 8.8,\n\t\t\tcacheRead: 0.52,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/glm-5p2-fast\": {\n\t\tid: \"accounts/fireworks/routers/glm-5p2-fast\",\n\t\tname: \"GLM 5.2 Fast\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":\"none\",\"minimal\":null,\"low\":\"high\",\"medium\":\"high\",\"xhigh\":\"max\"},\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.1,\n\t\t\toutput: 6.6,\n\t\t\tcacheRead: 0.21,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048575,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"openai-completions\">,\n\t\"accounts/fireworks/routers/kimi-k2p6-fast\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p6-fast\",\n\t\tname: \"Kimi K2.6 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/kimi-k2p6-turbo\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p6-turbo\",\n\t\tname: \"Kimi K2.6 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/kimi-k2p7-code-fast\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p7-code-fast\",\n\t\tname: \"Kimi K2.7 Code Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.9,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.38,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n} as const;\n"]}
|
|
1
|
+
{"version":3,"file":"fireworks.models.js","sourceRoot":"","sources":["../../src/providers/fireworks.models.ts"],"names":[],"mappings":"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","sourcesContent":["// This file is auto-generated by scripts/generate-models.ts\n// Do not edit manually - run 'npm run generate-models' to update\n\nimport type { Model } from \"../types.ts\";\n\nexport const FIREWORKS_MODELS = {\n\t\"accounts/fireworks/models/deepseek-v4-flash\": {\n\t\tid: \"accounts/fireworks/models/deepseek-v4-flash\",\n\t\tname: \"DeepSeek V4 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.28,\n\t\t\tcacheRead: 0.028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/deepseek-v4-pro\": {\n\t\tid: \"accounts/fireworks/models/deepseek-v4-pro\",\n\t\tname: \"DeepSeek V4 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.74,\n\t\t\toutput: 3.48,\n\t\t\tcacheRead: 0.145,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/glm-5p1\": {\n\t\tid: \"accounts/fireworks/models/glm-5p1\",\n\t\tname: \"GLM 5.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.4,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/glm-5p2\": {\n\t\tid: \"accounts/fireworks/models/glm-5p2\",\n\t\tname: \"GLM 5.2\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":\"none\",\"minimal\":null,\"low\":\"high\",\"medium\":\"high\",\"max\":\"max\"},\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.4,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.14,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048575,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"openai-completions\">,\n\t\"accounts/fireworks/models/gpt-oss-120b\": {\n\t\tid: \"accounts/fireworks/models/gpt-oss-120b\",\n\t\tname: \"GPT OSS 120B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0.015,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/gpt-oss-20b\": {\n\t\tid: \"accounts/fireworks/models/gpt-oss-20b\",\n\t\tname: \"GPT OSS 20B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.07,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.035,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/kimi-k2p6\": {\n\t\tid: \"accounts/fireworks/models/kimi-k2p6\",\n\t\tname: \"Kimi K2.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.16,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/kimi-k2p7-code\": {\n\t\tid: \"accounts/fireworks/models/kimi-k2p7-code\",\n\t\tname: \"Kimi K2.7 Code\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.19,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/minimax-m2p7\": {\n\t\tid: \"accounts/fireworks/models/minimax-m2p7\",\n\t\tname: \"MiniMax-M2.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 196608,\n\t\tmaxTokens: 196608,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/minimax-m3\": {\n\t\tid: \"accounts/fireworks/models/minimax-m3\",\n\t\tname: \"MiniMax-M3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 512000,\n\t\tmaxTokens: 512000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/models/qwen3p7-plus\": {\n\t\tid: \"accounts/fireworks/models/qwen3p7-plus\",\n\t\tname: \"Qwen 3.7 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 1.6,\n\t\t\tcacheRead: 0.08,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/glm-5p1-fast\": {\n\t\tid: \"accounts/fireworks/routers/glm-5p1-fast\",\n\t\tname: \"GLM 5.1 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.8,\n\t\t\toutput: 8.8,\n\t\t\tcacheRead: 0.52,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/glm-5p2-fast\": {\n\t\tid: \"accounts/fireworks/routers/glm-5p2-fast\",\n\t\tname: \"GLM 5.2 Fast\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference/v1\",\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":\"none\",\"minimal\":null,\"low\":\"high\",\"medium\":\"high\",\"max\":\"max\"},\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.1,\n\t\t\toutput: 6.6,\n\t\t\tcacheRead: 0.21,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048575,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"openai-completions\">,\n\t\"accounts/fireworks/routers/kimi-k2p6-fast\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p6-fast\",\n\t\tname: \"Kimi K2.6 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/kimi-k2p6-turbo\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p6-turbo\",\n\t\tname: \"Kimi K2.6 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"accounts/fireworks/routers/kimi-k2p7-code-fast\": {\n\t\tid: \"accounts/fireworks/routers/kimi-k2p7-code-fast\",\n\t\tname: \"Kimi K2.7 Code Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"fireworks\",\n\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.9,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.38,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n} as const;\n"]}
|
|
@@ -93,7 +93,7 @@ export declare const GITHUB_COPILOT_MODELS: {
|
|
|
93
93
|
};
|
|
94
94
|
reasoning: true;
|
|
95
95
|
thinkingLevelMap: {
|
|
96
|
-
|
|
96
|
+
max: string;
|
|
97
97
|
};
|
|
98
98
|
input: ("image" | "text")[];
|
|
99
99
|
cost: {
|
|
@@ -124,6 +124,7 @@ export declare const GITHUB_COPILOT_MODELS: {
|
|
|
124
124
|
reasoning: true;
|
|
125
125
|
thinkingLevelMap: {
|
|
126
126
|
xhigh: string;
|
|
127
|
+
max: string;
|
|
127
128
|
minimal: string;
|
|
128
129
|
};
|
|
129
130
|
input: ("image" | "text")[];
|
|
@@ -155,6 +156,7 @@ export declare const GITHUB_COPILOT_MODELS: {
|
|
|
155
156
|
reasoning: true;
|
|
156
157
|
thinkingLevelMap: {
|
|
157
158
|
xhigh: string;
|
|
159
|
+
max: string;
|
|
158
160
|
minimal: string;
|
|
159
161
|
};
|
|
160
162
|
input: ("image" | "text")[];
|
|
@@ -236,8 +238,8 @@ export declare const GITHUB_COPILOT_MODELS: {
|
|
|
236
238
|
};
|
|
237
239
|
reasoning: true;
|
|
238
240
|
thinkingLevelMap: {
|
|
241
|
+
max: string;
|
|
239
242
|
minimal: string;
|
|
240
|
-
xhigh: string;
|
|
241
243
|
};
|
|
242
244
|
input: ("image" | "text")[];
|
|
243
245
|
cost: {
|
|
@@ -265,6 +267,10 @@ export declare const GITHUB_COPILOT_MODELS: {
|
|
|
265
267
|
forceAdaptiveThinking: true;
|
|
266
268
|
};
|
|
267
269
|
reasoning: true;
|
|
270
|
+
thinkingLevelMap: {
|
|
271
|
+
xhigh: string;
|
|
272
|
+
max: string;
|
|
273
|
+
};
|
|
268
274
|
input: ("image" | "text")[];
|
|
269
275
|
cost: {
|
|
270
276
|
input: number;
|
|
@@ -638,6 +644,93 @@ export declare const GITHUB_COPILOT_MODELS: {
|
|
|
638
644
|
contextWindow: number;
|
|
639
645
|
maxTokens: number;
|
|
640
646
|
};
|
|
647
|
+
readonly "gpt-5.6-luna": {
|
|
648
|
+
id: string;
|
|
649
|
+
name: string;
|
|
650
|
+
api: "openai-responses";
|
|
651
|
+
provider: string;
|
|
652
|
+
baseUrl: string;
|
|
653
|
+
headers: {
|
|
654
|
+
"User-Agent": string;
|
|
655
|
+
"Editor-Version": string;
|
|
656
|
+
"Editor-Plugin-Version": string;
|
|
657
|
+
"Copilot-Integration-Id": string;
|
|
658
|
+
};
|
|
659
|
+
reasoning: true;
|
|
660
|
+
thinkingLevelMap: {
|
|
661
|
+
off: null;
|
|
662
|
+
minimal: string;
|
|
663
|
+
xhigh: string;
|
|
664
|
+
max: string;
|
|
665
|
+
};
|
|
666
|
+
input: ("image" | "text")[];
|
|
667
|
+
cost: {
|
|
668
|
+
input: number;
|
|
669
|
+
output: number;
|
|
670
|
+
cacheRead: number;
|
|
671
|
+
cacheWrite: number;
|
|
672
|
+
};
|
|
673
|
+
contextWindow: number;
|
|
674
|
+
maxTokens: number;
|
|
675
|
+
};
|
|
676
|
+
readonly "gpt-5.6-sol": {
|
|
677
|
+
id: string;
|
|
678
|
+
name: string;
|
|
679
|
+
api: "openai-responses";
|
|
680
|
+
provider: string;
|
|
681
|
+
baseUrl: string;
|
|
682
|
+
headers: {
|
|
683
|
+
"User-Agent": string;
|
|
684
|
+
"Editor-Version": string;
|
|
685
|
+
"Editor-Plugin-Version": string;
|
|
686
|
+
"Copilot-Integration-Id": string;
|
|
687
|
+
};
|
|
688
|
+
reasoning: true;
|
|
689
|
+
thinkingLevelMap: {
|
|
690
|
+
off: null;
|
|
691
|
+
minimal: string;
|
|
692
|
+
xhigh: string;
|
|
693
|
+
max: string;
|
|
694
|
+
};
|
|
695
|
+
input: ("image" | "text")[];
|
|
696
|
+
cost: {
|
|
697
|
+
input: number;
|
|
698
|
+
output: number;
|
|
699
|
+
cacheRead: number;
|
|
700
|
+
cacheWrite: number;
|
|
701
|
+
};
|
|
702
|
+
contextWindow: number;
|
|
703
|
+
maxTokens: number;
|
|
704
|
+
};
|
|
705
|
+
readonly "gpt-5.6-terra": {
|
|
706
|
+
id: string;
|
|
707
|
+
name: string;
|
|
708
|
+
api: "openai-responses";
|
|
709
|
+
provider: string;
|
|
710
|
+
baseUrl: string;
|
|
711
|
+
headers: {
|
|
712
|
+
"User-Agent": string;
|
|
713
|
+
"Editor-Version": string;
|
|
714
|
+
"Editor-Plugin-Version": string;
|
|
715
|
+
"Copilot-Integration-Id": string;
|
|
716
|
+
};
|
|
717
|
+
reasoning: true;
|
|
718
|
+
thinkingLevelMap: {
|
|
719
|
+
off: null;
|
|
720
|
+
minimal: string;
|
|
721
|
+
xhigh: string;
|
|
722
|
+
max: string;
|
|
723
|
+
};
|
|
724
|
+
input: ("image" | "text")[];
|
|
725
|
+
cost: {
|
|
726
|
+
input: number;
|
|
727
|
+
output: number;
|
|
728
|
+
cacheRead: number;
|
|
729
|
+
cacheWrite: number;
|
|
730
|
+
};
|
|
731
|
+
contextWindow: number;
|
|
732
|
+
maxTokens: number;
|
|
733
|
+
};
|
|
641
734
|
readonly "kimi-k2.7-code": {
|
|
642
735
|
id: string;
|
|
643
736
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-copilot.models.d.ts","sourceRoot":"","sources":["../../src/providers/github-copilot.models.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+dxB,CAAC","sourcesContent":["// This file is auto-generated by scripts/generate-models.ts\n// Do not edit manually - run 'npm run generate-models' to update\n\nimport type { Model } from \"../types.ts\";\n\nexport const GITHUB_COPILOT_MODELS = {\n\t\"claude-fable-5\": {\n\t\tid: \"claude-fable-5\",\n\t\tname: \"Claude Fable 5\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 10,\n\t\t\toutput: 50,\n\t\t\tcacheRead: 1,\n\t\t\tcacheWrite: 12.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"claude-haiku-4.5\": {\n\t\tid: \"claude-haiku-4.5\",\n\t\tname: \"Claude Haiku 4.5 (latest)\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsEagerToolInputStreaming\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 5,\n\t\t\tcacheRead: 0.1,\n\t\t\tcacheWrite: 1.25,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-opus-4.5\": {\n\t\tid: \"claude-opus-4.5\",\n\t\tname: \"Claude Opus 4.5 (latest)\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-opus-4.6\": {\n\t\tid: \"claude-opus-4.6\",\n\t\tname: \"Claude Opus 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-opus-4.7\": {\n\t\tid: \"claude-opus-4.7\",\n\t\tname: \"Claude Opus 4.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"minimal\":\"low\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-opus-4.8\": {\n\t\tid: \"claude-opus-4.8\",\n\t\tname: \"Claude Opus 4.8\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"minimal\":\"low\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-sonnet-4\": {\n\t\tid: \"claude-sonnet-4\",\n\t\tname: \"Claude Sonnet 4 (latest)\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsEagerToolInputStreaming\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 3.75,\n\t\t},\n\t\tcontextWindow: 216000,\n\t\tmaxTokens: 16000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-sonnet-4.5\": {\n\t\tid: \"claude-sonnet-4.5\",\n\t\tname: \"Claude Sonnet 4.5 (latest)\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsEagerToolInputStreaming\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 3.75,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-sonnet-4.6\": {\n\t\tid: \"claude-sonnet-4.6\",\n\t\tname: \"Claude Sonnet 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"minimal\":\"low\",\"xhigh\":\"max\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 3.75,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-sonnet-5\": {\n\t\tid: \"claude-sonnet-5\",\n\t\tname: \"Claude Sonnet 5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 2.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"gemini-2.5-pro\": {\n\t\tid: \"gemini-2.5-pro\",\n\t\tname: \"Gemini 2.5 Pro\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gemini-3-flash-preview\": {\n\t\tid: \"gemini-3-flash-preview\",\n\t\tname: \"Gemini 3 Flash Preview\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 3,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gemini-3.1-pro-preview\": {\n\t\tid: \"gemini-3.1-pro-preview\",\n\t\tname: \"Gemini 3.1 Pro Preview\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 12,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gemini-3.5-flash\": {\n\t\tid: \"gemini-3.5-flash\",\n\t\tname: \"Gemini 3.5 Flash\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 9,\n\t\t\tcacheRead: 0.15,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gpt-4.1\": {\n\t\tid: \"gpt-4.1\",\n\t\tname: \"GPT-4.1\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gpt-5-mini\": {\n\t\tid: \"gpt-5-mini\",\n\t\tname: \"GPT-5 Mini\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.025,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 264000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.2\": {\n\t\tid: \"gpt-5.2\",\n\t\tname: \"GPT-5.2\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.2-codex\": {\n\t\tid: \"gpt-5.2-codex\",\n\t\tname: \"GPT-5.2 Codex\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.3-codex\": {\n\t\tid: \"gpt-5.3-codex\",\n\t\tname: \"GPT-5.3 Codex\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.4\": {\n\t\tid: \"gpt-5.4\",\n\t\tname: \"GPT-5.4\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2.5,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.25,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.4-mini\": {\n\t\tid: \"gpt-5.4-mini\",\n\t\tname: \"GPT-5.4 mini\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.75,\n\t\t\toutput: 4.5,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.4-nano\": {\n\t\tid: \"gpt-5.4-nano\",\n\t\tname: \"GPT-5.4 nano\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 1.25,\n\t\t\tcacheRead: 0.02,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.5\": {\n\t\tid: \"gpt-5.5\",\n\t\tname: \"GPT-5.5\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 30,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"kimi-k2.7-code\": {\n\t\tid: \"kimi-k2.7-code\",\n\t\tname: \"Kimi K2.7 Code\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.19,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"mai-code-1-flash-picker\": {\n\t\tid: \"mai-code-1-flash-picker\",\n\t\tname: \"MAI-Code-1-Flash\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.75,\n\t\t\toutput: 4.5,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-completions\">,\n} as const;\n"]}
|
|
1
|
+
{"version":3,"file":"github-copilot.models.d.ts","sourceRoot":"","sources":["../../src/providers/github-copilot.models.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyhBxB,CAAC","sourcesContent":["// This file is auto-generated by scripts/generate-models.ts\n// Do not edit manually - run 'npm run generate-models' to update\n\nimport type { Model } from \"../types.ts\";\n\nexport const GITHUB_COPILOT_MODELS = {\n\t\"claude-fable-5\": {\n\t\tid: \"claude-fable-5\",\n\t\tname: \"Claude Fable 5\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 10,\n\t\t\toutput: 50,\n\t\t\tcacheRead: 1,\n\t\t\tcacheWrite: 12.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"claude-haiku-4.5\": {\n\t\tid: \"claude-haiku-4.5\",\n\t\tname: \"Claude Haiku 4.5 (latest)\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsEagerToolInputStreaming\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 5,\n\t\t\tcacheRead: 0.1,\n\t\t\tcacheWrite: 1.25,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-opus-4.5\": {\n\t\tid: \"claude-opus-4.5\",\n\t\tname: \"Claude Opus 4.5 (latest)\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-opus-4.6\": {\n\t\tid: \"claude-opus-4.6\",\n\t\tname: \"Claude Opus 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"max\":\"max\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-opus-4.7\": {\n\t\tid: \"claude-opus-4.7\",\n\t\tname: \"Claude Opus 4.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"max\":\"max\",\"minimal\":\"low\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-opus-4.8\": {\n\t\tid: \"claude-opus-4.8\",\n\t\tname: \"Claude Opus 4.8\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"max\":\"max\",\"minimal\":\"low\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-sonnet-4\": {\n\t\tid: \"claude-sonnet-4\",\n\t\tname: \"Claude Sonnet 4 (latest)\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsEagerToolInputStreaming\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 3.75,\n\t\t},\n\t\tcontextWindow: 216000,\n\t\tmaxTokens: 16000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-sonnet-4.5\": {\n\t\tid: \"claude-sonnet-4.5\",\n\t\tname: \"Claude Sonnet 4.5 (latest)\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsEagerToolInputStreaming\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 3.75,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-sonnet-4.6\": {\n\t\tid: \"claude-sonnet-4.6\",\n\t\tname: \"Claude Sonnet 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"max\":\"max\",\"minimal\":\"low\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 3.75,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"claude-sonnet-5\": {\n\t\tid: \"claude-sonnet-5\",\n\t\tname: \"Claude Sonnet 5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"max\":\"max\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 2.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"gemini-2.5-pro\": {\n\t\tid: \"gemini-2.5-pro\",\n\t\tname: \"Gemini 2.5 Pro\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gemini-3-flash-preview\": {\n\t\tid: \"gemini-3-flash-preview\",\n\t\tname: \"Gemini 3 Flash Preview\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 3,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gemini-3.1-pro-preview\": {\n\t\tid: \"gemini-3.1-pro-preview\",\n\t\tname: \"Gemini 3.1 Pro Preview\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 12,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gemini-3.5-flash\": {\n\t\tid: \"gemini-3.5-flash\",\n\t\tname: \"Gemini 3.5 Flash\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 9,\n\t\t\tcacheRead: 0.15,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gpt-4.1\": {\n\t\tid: \"gpt-4.1\",\n\t\tname: \"GPT-4.1\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"openai-completions\">,\n\t\"gpt-5-mini\": {\n\t\tid: \"gpt-5-mini\",\n\t\tname: \"GPT-5 Mini\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.025,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 264000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.2\": {\n\t\tid: \"gpt-5.2\",\n\t\tname: \"GPT-5.2\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.2-codex\": {\n\t\tid: \"gpt-5.2-codex\",\n\t\tname: \"GPT-5.2 Codex\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.3-codex\": {\n\t\tid: \"gpt-5.3-codex\",\n\t\tname: \"GPT-5.3 Codex\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.4\": {\n\t\tid: \"gpt-5.4\",\n\t\tname: \"GPT-5.4\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2.5,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.25,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.4-mini\": {\n\t\tid: \"gpt-5.4-mini\",\n\t\tname: \"GPT-5.4 mini\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.75,\n\t\t\toutput: 4.5,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.4-nano\": {\n\t\tid: \"gpt-5.4-nano\",\n\t\tname: \"GPT-5.4 nano\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 1.25,\n\t\t\tcacheRead: 0.02,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.5\": {\n\t\tid: \"gpt-5.5\",\n\t\tname: \"GPT-5.5\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 30,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.6-luna\": {\n\t\tid: \"gpt-5.6-luna\",\n\t\tname: \"GPT-5.6 Luna\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\",\"max\":\"max\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0.1,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.6-sol\": {\n\t\tid: \"gpt-5.6-sol\",\n\t\tname: \"GPT-5.6 Sol\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\",\"max\":\"max\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 30,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"gpt-5.6-terra\": {\n\t\tid: \"gpt-5.6-terra\",\n\t\tname: \"GPT-5.6 Terra\",\n\t\tapi: \"openai-responses\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\",\"max\":\"max\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2.5,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.25,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-responses\">,\n\t\"kimi-k2.7-code\": {\n\t\tid: \"kimi-k2.7-code\",\n\t\tname: \"Kimi K2.7 Code\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.19,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"openai-completions\">,\n\t\"mai-code-1-flash-picker\": {\n\t\tid: \"mai-code-1-flash-picker\",\n\t\tname: \"MAI-Code-1-Flash\",\n\t\tapi: \"openai-completions\",\n\t\tprovider: \"github-copilot\",\n\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\theaders: {\"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\"},\n\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.75,\n\t\t\toutput: 4.5,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"openai-completions\">,\n} as const;\n"]}
|
|
@@ -66,7 +66,7 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
66
66
|
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" },
|
|
67
67
|
compat: { "forceAdaptiveThinking": true },
|
|
68
68
|
reasoning: true,
|
|
69
|
-
thinkingLevelMap: { "
|
|
69
|
+
thinkingLevelMap: { "max": "max" },
|
|
70
70
|
input: ["text", "image"],
|
|
71
71
|
cost: {
|
|
72
72
|
input: 5,
|
|
@@ -86,7 +86,7 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
86
86
|
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" },
|
|
87
87
|
compat: { "forceAdaptiveThinking": true, "supportsTemperature": false },
|
|
88
88
|
reasoning: true,
|
|
89
|
-
thinkingLevelMap: { "xhigh": "xhigh", "minimal": "low" },
|
|
89
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max", "minimal": "low" },
|
|
90
90
|
input: ["text", "image"],
|
|
91
91
|
cost: {
|
|
92
92
|
input: 5,
|
|
@@ -94,7 +94,7 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
94
94
|
cacheRead: 0.5,
|
|
95
95
|
cacheWrite: 6.25,
|
|
96
96
|
},
|
|
97
|
-
contextWindow:
|
|
97
|
+
contextWindow: 1000000,
|
|
98
98
|
maxTokens: 32000,
|
|
99
99
|
},
|
|
100
100
|
"claude-opus-4.8": {
|
|
@@ -106,7 +106,7 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
106
106
|
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" },
|
|
107
107
|
compat: { "forceAdaptiveThinking": true, "supportsTemperature": false },
|
|
108
108
|
reasoning: true,
|
|
109
|
-
thinkingLevelMap: { "xhigh": "xhigh", "minimal": "low" },
|
|
109
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max", "minimal": "low" },
|
|
110
110
|
input: ["text", "image"],
|
|
111
111
|
cost: {
|
|
112
112
|
input: 5,
|
|
@@ -114,7 +114,7 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
114
114
|
cacheRead: 0.5,
|
|
115
115
|
cacheWrite: 6.25,
|
|
116
116
|
},
|
|
117
|
-
contextWindow:
|
|
117
|
+
contextWindow: 1000000,
|
|
118
118
|
maxTokens: 64000,
|
|
119
119
|
},
|
|
120
120
|
"claude-sonnet-4": {
|
|
@@ -164,7 +164,7 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
164
164
|
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" },
|
|
165
165
|
compat: { "forceAdaptiveThinking": true },
|
|
166
166
|
reasoning: true,
|
|
167
|
-
thinkingLevelMap: { "
|
|
167
|
+
thinkingLevelMap: { "max": "max", "minimal": "low" },
|
|
168
168
|
input: ["text", "image"],
|
|
169
169
|
cost: {
|
|
170
170
|
input: 3,
|
|
@@ -184,6 +184,7 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
184
184
|
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" },
|
|
185
185
|
compat: { "forceAdaptiveThinking": true },
|
|
186
186
|
reasoning: true,
|
|
187
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
187
188
|
input: ["text", "image"],
|
|
188
189
|
cost: {
|
|
189
190
|
input: 2,
|
|
@@ -248,7 +249,7 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
248
249
|
cacheRead: 0.2,
|
|
249
250
|
cacheWrite: 0,
|
|
250
251
|
},
|
|
251
|
-
contextWindow:
|
|
252
|
+
contextWindow: 1000000,
|
|
252
253
|
maxTokens: 64000,
|
|
253
254
|
},
|
|
254
255
|
"gemini-3.5-flash": {
|
|
@@ -362,7 +363,7 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
362
363
|
cacheRead: 0.175,
|
|
363
364
|
cacheWrite: 0,
|
|
364
365
|
},
|
|
365
|
-
contextWindow:
|
|
366
|
+
contextWindow: 1000000,
|
|
366
367
|
maxTokens: 128000,
|
|
367
368
|
},
|
|
368
369
|
"gpt-5.4": {
|
|
@@ -381,7 +382,7 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
381
382
|
cacheRead: 0.25,
|
|
382
383
|
cacheWrite: 0,
|
|
383
384
|
},
|
|
384
|
-
contextWindow:
|
|
385
|
+
contextWindow: 1000000,
|
|
385
386
|
maxTokens: 128000,
|
|
386
387
|
},
|
|
387
388
|
"gpt-5.4-mini": {
|
|
@@ -438,7 +439,64 @@ export const GITHUB_COPILOT_MODELS = {
|
|
|
438
439
|
cacheRead: 0.5,
|
|
439
440
|
cacheWrite: 0,
|
|
440
441
|
},
|
|
441
|
-
contextWindow:
|
|
442
|
+
contextWindow: 1000000,
|
|
443
|
+
maxTokens: 128000,
|
|
444
|
+
},
|
|
445
|
+
"gpt-5.6-luna": {
|
|
446
|
+
id: "gpt-5.6-luna",
|
|
447
|
+
name: "GPT-5.6 Luna",
|
|
448
|
+
api: "openai-responses",
|
|
449
|
+
provider: "github-copilot",
|
|
450
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
451
|
+
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" },
|
|
452
|
+
reasoning: true,
|
|
453
|
+
thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh", "max": "max" },
|
|
454
|
+
input: ["text", "image"],
|
|
455
|
+
cost: {
|
|
456
|
+
input: 1,
|
|
457
|
+
output: 6,
|
|
458
|
+
cacheRead: 0.1,
|
|
459
|
+
cacheWrite: 0,
|
|
460
|
+
},
|
|
461
|
+
contextWindow: 1050000,
|
|
462
|
+
maxTokens: 128000,
|
|
463
|
+
},
|
|
464
|
+
"gpt-5.6-sol": {
|
|
465
|
+
id: "gpt-5.6-sol",
|
|
466
|
+
name: "GPT-5.6 Sol",
|
|
467
|
+
api: "openai-responses",
|
|
468
|
+
provider: "github-copilot",
|
|
469
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
470
|
+
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" },
|
|
471
|
+
reasoning: true,
|
|
472
|
+
thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh", "max": "max" },
|
|
473
|
+
input: ["text", "image"],
|
|
474
|
+
cost: {
|
|
475
|
+
input: 5,
|
|
476
|
+
output: 30,
|
|
477
|
+
cacheRead: 0.5,
|
|
478
|
+
cacheWrite: 0,
|
|
479
|
+
},
|
|
480
|
+
contextWindow: 1050000,
|
|
481
|
+
maxTokens: 128000,
|
|
482
|
+
},
|
|
483
|
+
"gpt-5.6-terra": {
|
|
484
|
+
id: "gpt-5.6-terra",
|
|
485
|
+
name: "GPT-5.6 Terra",
|
|
486
|
+
api: "openai-responses",
|
|
487
|
+
provider: "github-copilot",
|
|
488
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
489
|
+
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" },
|
|
490
|
+
reasoning: true,
|
|
491
|
+
thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh", "max": "max" },
|
|
492
|
+
input: ["text", "image"],
|
|
493
|
+
cost: {
|
|
494
|
+
input: 2.5,
|
|
495
|
+
output: 15,
|
|
496
|
+
cacheRead: 0.25,
|
|
497
|
+
cacheWrite: 0,
|
|
498
|
+
},
|
|
499
|
+
contextWindow: 1050000,
|
|
442
500
|
maxTokens: 128000,
|
|
443
501
|
},
|
|
444
502
|
"kimi-k2.7-code": {
|