@earendil-works/pi-ai 0.80.3 → 0.80.6

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.
Files changed (162) hide show
  1. package/README.md +4 -2
  2. package/dist/api/anthropic-messages.d.ts.map +1 -1
  3. package/dist/api/anthropic-messages.js +7 -4
  4. package/dist/api/anthropic-messages.js.map +1 -1
  5. package/dist/api/azure-openai-responses.d.ts +1 -1
  6. package/dist/api/azure-openai-responses.d.ts.map +1 -1
  7. package/dist/api/azure-openai-responses.js +3 -1
  8. package/dist/api/azure-openai-responses.js.map +1 -1
  9. package/dist/api/bedrock-converse-stream.d.ts.map +1 -1
  10. package/dist/api/bedrock-converse-stream.js +9 -5
  11. package/dist/api/bedrock-converse-stream.js.map +1 -1
  12. package/dist/api/google-generative-ai.d.ts.map +1 -1
  13. package/dist/api/google-generative-ai.js.map +1 -1
  14. package/dist/api/google-vertex.d.ts.map +1 -1
  15. package/dist/api/google-vertex.js.map +1 -1
  16. package/dist/api/openai-codex-responses.d.ts +1 -1
  17. package/dist/api/openai-codex-responses.d.ts.map +1 -1
  18. package/dist/api/openai-codex-responses.js +52 -18
  19. package/dist/api/openai-codex-responses.js.map +1 -1
  20. package/dist/api/openai-completions.d.ts +1 -1
  21. package/dist/api/openai-completions.d.ts.map +1 -1
  22. package/dist/api/openai-completions.js +2 -1
  23. package/dist/api/openai-completions.js.map +1 -1
  24. package/dist/api/openai-responses-shared.d.ts.map +1 -1
  25. package/dist/api/openai-responses-shared.js +7 -5
  26. package/dist/api/openai-responses-shared.js.map +1 -1
  27. package/dist/api/openai-responses.d.ts +1 -1
  28. package/dist/api/openai-responses.d.ts.map +1 -1
  29. package/dist/api/openai-responses.js +3 -1
  30. package/dist/api/openai-responses.js.map +1 -1
  31. package/dist/api/simple-options.d.ts +1 -1
  32. package/dist/api/simple-options.d.ts.map +1 -1
  33. package/dist/api/simple-options.js +1 -1
  34. package/dist/api/simple-options.js.map +1 -1
  35. package/dist/api/transform-messages.d.ts.map +1 -1
  36. package/dist/api/transform-messages.js +4 -1
  37. package/dist/api/transform-messages.js.map +1 -1
  38. package/dist/models.d.ts.map +1 -1
  39. package/dist/models.generated.d.ts +1242 -369
  40. package/dist/models.generated.d.ts.map +1 -1
  41. package/dist/models.js +15 -6
  42. package/dist/models.js.map +1 -1
  43. package/dist/providers/amazon-bedrock.models.d.ts +100 -5
  44. package/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
  45. package/dist/providers/amazon-bedrock.models.js +70 -23
  46. package/dist/providers/amazon-bedrock.models.js.map +1 -1
  47. package/dist/providers/anthropic.models.d.ts +11 -171
  48. package/dist/providers/anthropic.models.d.ts.map +1 -1
  49. package/dist/providers/anthropic.models.js +9 -177
  50. package/dist/providers/anthropic.models.js.map +1 -1
  51. package/dist/providers/azure-openai-responses.models.d.ts +66 -0
  52. package/dist/providers/azure-openai-responses.models.d.ts.map +1 -1
  53. package/dist/providers/azure-openai-responses.models.js +54 -0
  54. package/dist/providers/azure-openai-responses.models.js.map +1 -1
  55. package/dist/providers/cerebras.models.d.ts +21 -0
  56. package/dist/providers/cerebras.models.d.ts.map +1 -1
  57. package/dist/providers/cerebras.models.js +18 -0
  58. package/dist/providers/cerebras.models.js.map +1 -1
  59. package/dist/providers/cloudflare-ai-gateway.models.d.ts +32 -1
  60. package/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
  61. package/dist/providers/cloudflare-ai-gateway.models.js +24 -4
  62. package/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
  63. package/dist/providers/deepseek.models.d.ts +2 -2
  64. package/dist/providers/deepseek.models.d.ts.map +1 -1
  65. package/dist/providers/deepseek.models.js +2 -2
  66. package/dist/providers/deepseek.models.js.map +1 -1
  67. package/dist/providers/fireworks.models.d.ts +11 -6
  68. package/dist/providers/fireworks.models.d.ts.map +1 -1
  69. package/dist/providers/fireworks.models.js +6 -5
  70. package/dist/providers/fireworks.models.js.map +1 -1
  71. package/dist/providers/github-copilot.models.d.ts +89 -1
  72. package/dist/providers/github-copilot.models.d.ts.map +1 -1
  73. package/dist/providers/github-copilot.models.js +67 -9
  74. package/dist/providers/github-copilot.models.js.map +1 -1
  75. package/dist/providers/huggingface.models.d.ts +20 -0
  76. package/dist/providers/huggingface.models.d.ts.map +1 -1
  77. package/dist/providers/huggingface.models.js +18 -0
  78. package/dist/providers/huggingface.models.js.map +1 -1
  79. package/dist/providers/mistral.models.d.ts +1 -1
  80. package/dist/providers/mistral.models.d.ts.map +1 -1
  81. package/dist/providers/mistral.models.js +4 -4
  82. package/dist/providers/mistral.models.js.map +1 -1
  83. package/dist/providers/nvidia.models.d.ts +1 -1
  84. package/dist/providers/nvidia.models.d.ts.map +1 -1
  85. package/dist/providers/nvidia.models.js +4 -4
  86. package/dist/providers/nvidia.models.js.map +1 -1
  87. package/dist/providers/openai-codex.models.d.ts +101 -0
  88. package/dist/providers/openai-codex.models.d.ts.map +1 -1
  89. package/dist/providers/openai-codex.models.js +59 -0
  90. package/dist/providers/openai-codex.models.js.map +1 -1
  91. package/dist/providers/openai.models.d.ts +115 -0
  92. package/dist/providers/openai.models.d.ts.map +1 -1
  93. package/dist/providers/openai.models.js +61 -0
  94. package/dist/providers/openai.models.js.map +1 -1
  95. package/dist/providers/opencode-go.models.d.ts +3 -3
  96. package/dist/providers/opencode-go.models.d.ts.map +1 -1
  97. package/dist/providers/opencode-go.models.js +5 -5
  98. package/dist/providers/opencode-go.models.js.map +1 -1
  99. package/dist/providers/opencode.models.d.ts +146 -4
  100. package/dist/providers/opencode.models.d.ts.map +1 -1
  101. package/dist/providers/opencode.models.js +119 -8
  102. package/dist/providers/opencode.models.js.map +1 -1
  103. package/dist/providers/openrouter.models.d.ts +349 -24
  104. package/dist/providers/openrouter.models.d.ts.map +1 -1
  105. package/dist/providers/openrouter.models.js +351 -91
  106. package/dist/providers/openrouter.models.js.map +1 -1
  107. package/dist/providers/together.models.d.ts.map +1 -1
  108. package/dist/providers/together.models.js +2 -2
  109. package/dist/providers/together.models.js.map +1 -1
  110. package/dist/providers/vercel-ai-gateway.models.d.ts +129 -1
  111. package/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
  112. package/dist/providers/vercel-ai-gateway.models.js +117 -8
  113. package/dist/providers/vercel-ai-gateway.models.js.map +1 -1
  114. package/dist/providers/xai.models.d.ts +22 -0
  115. package/dist/providers/xai.models.d.ts.map +1 -1
  116. package/dist/providers/xai.models.js +18 -0
  117. package/dist/providers/xai.models.js.map +1 -1
  118. package/dist/providers/xiaomi-token-plan-ams.models.d.ts +0 -42
  119. package/dist/providers/xiaomi-token-plan-ams.models.d.ts.map +1 -1
  120. package/dist/providers/xiaomi-token-plan-ams.models.js +9 -45
  121. package/dist/providers/xiaomi-token-plan-ams.models.js.map +1 -1
  122. package/dist/providers/xiaomi-token-plan-cn.models.d.ts +0 -42
  123. package/dist/providers/xiaomi-token-plan-cn.models.d.ts.map +1 -1
  124. package/dist/providers/xiaomi-token-plan-cn.models.js +9 -45
  125. package/dist/providers/xiaomi-token-plan-cn.models.js.map +1 -1
  126. package/dist/providers/xiaomi-token-plan-sgp.models.d.ts +0 -42
  127. package/dist/providers/xiaomi-token-plan-sgp.models.d.ts.map +1 -1
  128. package/dist/providers/xiaomi-token-plan-sgp.models.js +9 -45
  129. package/dist/providers/xiaomi-token-plan-sgp.models.js.map +1 -1
  130. package/dist/providers/zai-coding-cn.models.d.ts +1 -1
  131. package/dist/providers/zai-coding-cn.models.d.ts.map +1 -1
  132. package/dist/providers/zai-coding-cn.models.js +1 -1
  133. package/dist/providers/zai-coding-cn.models.js.map +1 -1
  134. package/dist/providers/zai.models.d.ts +1 -1
  135. package/dist/providers/zai.models.d.ts.map +1 -1
  136. package/dist/providers/zai.models.js +1 -1
  137. package/dist/providers/zai.models.js.map +1 -1
  138. package/dist/types.d.ts +16 -7
  139. package/dist/types.d.ts.map +1 -1
  140. package/dist/types.js.map +1 -1
  141. package/dist/utils/estimate.d.ts +3 -3
  142. package/dist/utils/estimate.d.ts.map +1 -1
  143. package/dist/utils/estimate.js +17 -9
  144. package/dist/utils/estimate.js.map +1 -1
  145. package/dist/utils/oauth/device-code.d.ts +2 -0
  146. package/dist/utils/oauth/device-code.d.ts.map +1 -1
  147. package/dist/utils/oauth/device-code.js +15 -2
  148. package/dist/utils/oauth/device-code.js.map +1 -1
  149. package/dist/utils/oauth/github-copilot.d.ts.map +1 -1
  150. package/dist/utils/oauth/github-copilot.js +3 -2
  151. package/dist/utils/oauth/github-copilot.js.map +1 -1
  152. package/dist/utils/overflow.d.ts +1 -0
  153. package/dist/utils/overflow.d.ts.map +1 -1
  154. package/dist/utils/overflow.js +3 -0
  155. package/dist/utils/overflow.js.map +1 -1
  156. package/dist/utils/retry.d.ts.map +1 -1
  157. package/dist/utils/retry.js +4 -0
  158. package/dist/utils/retry.js.map +1 -1
  159. package/dist/utils/validation.d.ts.map +1 -1
  160. package/dist/utils/validation.js +9 -21
  161. package/dist/utils/validation.js.map +1 -1
  162. package/package.json +1 -1
@@ -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", "xhigh": "max" },
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.26,
71
+ cacheRead: 0.14,
72
72
  cacheWrite: 0,
73
73
  },
74
74
  contextWindow: 1048575,
@@ -221,11 +221,12 @@ export const FIREWORKS_MODELS = {
221
221
  "accounts/fireworks/routers/glm-5p2-fast": {
222
222
  id: "accounts/fireworks/routers/glm-5p2-fast",
223
223
  name: "GLM 5.2 Fast",
224
- api: "anthropic-messages",
224
+ api: "openai-completions",
225
225
  provider: "fireworks",
226
- baseUrl: "https://api.fireworks.ai/inference",
227
- compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
226
+ baseUrl: "https://api.fireworks.ai/inference/v1",
227
+ compat: { "supportsStore": false, "supportsDeveloperRole": false },
228
228
  reasoning: true,
229
+ thinkingLevelMap: { "off": "none", "minimal": null, "low": "high", "medium": "high", "max": "max" },
229
230
  input: ["text"],
230
231
  cost: {
231
232
  input: 2.1,
@@ -1 +1 @@
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\",\"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: \"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.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<\"anthropic-messages\">,\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
- xhigh: string;
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,38 @@ export declare const GITHUB_COPILOT_MODELS: {
236
238
  };
237
239
  reasoning: true;
238
240
  thinkingLevelMap: {
241
+ max: string;
239
242
  minimal: string;
243
+ };
244
+ input: ("image" | "text")[];
245
+ cost: {
246
+ input: number;
247
+ output: number;
248
+ cacheRead: number;
249
+ cacheWrite: number;
250
+ };
251
+ contextWindow: number;
252
+ maxTokens: number;
253
+ };
254
+ readonly "claude-sonnet-5": {
255
+ id: string;
256
+ name: string;
257
+ api: "anthropic-messages";
258
+ provider: string;
259
+ baseUrl: string;
260
+ headers: {
261
+ "User-Agent": string;
262
+ "Editor-Version": string;
263
+ "Editor-Plugin-Version": string;
264
+ "Copilot-Integration-Id": string;
265
+ };
266
+ compat: {
267
+ forceAdaptiveThinking: true;
268
+ };
269
+ reasoning: true;
270
+ thinkingLevelMap: {
240
271
  xhigh: string;
272
+ max: string;
241
273
  };
242
274
  input: ("image" | "text")[];
243
275
  cost: {
@@ -612,5 +644,61 @@ export declare const GITHUB_COPILOT_MODELS: {
612
644
  contextWindow: number;
613
645
  maxTokens: number;
614
646
  };
647
+ readonly "kimi-k2.7-code": {
648
+ id: string;
649
+ name: string;
650
+ api: "openai-completions";
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
+ compat: {
660
+ supportsStore: false;
661
+ supportsDeveloperRole: false;
662
+ supportsReasoningEffort: false;
663
+ };
664
+ reasoning: true;
665
+ input: ("image" | "text")[];
666
+ cost: {
667
+ input: number;
668
+ output: number;
669
+ cacheRead: number;
670
+ cacheWrite: number;
671
+ };
672
+ contextWindow: number;
673
+ maxTokens: number;
674
+ };
675
+ readonly "mai-code-1-flash-picker": {
676
+ id: string;
677
+ name: string;
678
+ api: "openai-completions";
679
+ provider: string;
680
+ baseUrl: string;
681
+ headers: {
682
+ "User-Agent": string;
683
+ "Editor-Version": string;
684
+ "Editor-Plugin-Version": string;
685
+ "Copilot-Integration-Id": string;
686
+ };
687
+ compat: {
688
+ supportsStore: false;
689
+ supportsDeveloperRole: false;
690
+ supportsReasoningEffort: false;
691
+ };
692
+ reasoning: true;
693
+ input: "text"[];
694
+ cost: {
695
+ input: number;
696
+ output: number;
697
+ cacheRead: number;
698
+ cacheWrite: number;
699
+ };
700
+ contextWindow: number;
701
+ maxTokens: number;
702
+ };
615
703
  };
616
704
  //# sourceMappingURL=github-copilot.models.d.ts.map
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsaxB,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\"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} 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgexB,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: 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: 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\"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: { "xhigh": "max" },
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: 200000,
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: 200000,
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: { "minimal": "low", "xhigh": "max" },
167
+ thinkingLevelMap: { "max": "max", "minimal": "low" },
168
168
  input: ["text", "image"],
169
169
  cost: {
170
170
  input: 3,
@@ -175,6 +175,26 @@ export const GITHUB_COPILOT_MODELS = {
175
175
  contextWindow: 1000000,
176
176
  maxTokens: 32000,
177
177
  },
178
+ "claude-sonnet-5": {
179
+ id: "claude-sonnet-5",
180
+ name: "Claude Sonnet 5",
181
+ api: "anthropic-messages",
182
+ provider: "github-copilot",
183
+ baseUrl: "https://api.individual.githubcopilot.com",
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
+ compat: { "forceAdaptiveThinking": true },
186
+ reasoning: true,
187
+ thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
188
+ input: ["text", "image"],
189
+ cost: {
190
+ input: 2,
191
+ output: 10,
192
+ cacheRead: 0.2,
193
+ cacheWrite: 2.5,
194
+ },
195
+ contextWindow: 1000000,
196
+ maxTokens: 128000,
197
+ },
178
198
  "gemini-2.5-pro": {
179
199
  id: "gemini-2.5-pro",
180
200
  name: "Gemini 2.5 Pro",
@@ -343,7 +363,7 @@ export const GITHUB_COPILOT_MODELS = {
343
363
  cacheRead: 0.175,
344
364
  cacheWrite: 0,
345
365
  },
346
- contextWindow: 400000,
366
+ contextWindow: 1000000,
347
367
  maxTokens: 128000,
348
368
  },
349
369
  "gpt-5.4": {
@@ -362,7 +382,7 @@ export const GITHUB_COPILOT_MODELS = {
362
382
  cacheRead: 0.25,
363
383
  cacheWrite: 0,
364
384
  },
365
- contextWindow: 400000,
385
+ contextWindow: 1000000,
366
386
  maxTokens: 128000,
367
387
  },
368
388
  "gpt-5.4-mini": {
@@ -419,7 +439,45 @@ export const GITHUB_COPILOT_MODELS = {
419
439
  cacheRead: 0.5,
420
440
  cacheWrite: 0,
421
441
  },
422
- contextWindow: 400000,
442
+ contextWindow: 1000000,
443
+ maxTokens: 128000,
444
+ },
445
+ "kimi-k2.7-code": {
446
+ id: "kimi-k2.7-code",
447
+ name: "Kimi K2.7 Code",
448
+ api: "openai-completions",
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
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
453
+ reasoning: true,
454
+ input: ["text", "image"],
455
+ cost: {
456
+ input: 0.95,
457
+ output: 4,
458
+ cacheRead: 0.19,
459
+ cacheWrite: 0,
460
+ },
461
+ contextWindow: 256000,
462
+ maxTokens: 32000,
463
+ },
464
+ "mai-code-1-flash-picker": {
465
+ id: "mai-code-1-flash-picker",
466
+ name: "MAI-Code-1-Flash",
467
+ api: "openai-completions",
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
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
472
+ reasoning: true,
473
+ input: ["text"],
474
+ cost: {
475
+ input: 0.75,
476
+ output: 4.5,
477
+ cacheRead: 0.075,
478
+ cacheWrite: 0,
479
+ },
480
+ contextWindow: 256000,
423
481
  maxTokens: 128000,
424
482
  },
425
483
  };