@entelligentsia/forgecli 1.1.0 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (284) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +4 -0
  3. package/dist/CHANGELOG-forge-plugin.md +114 -0
  4. package/dist/CHANGELOG-pi.md +56 -0
  5. package/dist/extensions/forgecli/forge-subagent.js +58 -0
  6. package/dist/extensions/forgecli/forge-subagent.js.map +1 -1
  7. package/dist/extensions/forgecli/mcp-bridge/grove.d.ts +38 -0
  8. package/dist/extensions/forgecli/mcp-bridge/grove.js +88 -2
  9. package/dist/extensions/forgecli/mcp-bridge/grove.js.map +1 -1
  10. package/dist/extensions/forgecli/mcp-bridge/json-rpc-stdio.d.ts +26 -2
  11. package/dist/extensions/forgecli/mcp-bridge/json-rpc-stdio.js +68 -13
  12. package/dist/extensions/forgecli/mcp-bridge/json-rpc-stdio.js.map +1 -1
  13. package/dist/extensions/forgecli/mcp-bridge/mcp-bridge.js +13 -2
  14. package/dist/extensions/forgecli/mcp-bridge/mcp-bridge.js.map +1 -1
  15. package/dist/extensions/forgecli/mcp-bridge/mcp-session.d.ts +3 -3
  16. package/dist/extensions/forgecli/mcp-bridge/mcp-session.js +3 -6
  17. package/dist/extensions/forgecli/mcp-bridge/mcp-session.js.map +1 -1
  18. package/dist/extensions/forgecli/orchestrators/init/init-phase-dispatch.d.ts +49 -40
  19. package/dist/extensions/forgecli/orchestrators/init/init-phase-dispatch.js +59 -188
  20. package/dist/extensions/forgecli/orchestrators/init/init-phase-dispatch.js.map +1 -1
  21. package/dist/extensions/forgecli/orchestrators/init/init-phases.d.ts +0 -43
  22. package/dist/extensions/forgecli/orchestrators/init/init-phases.js +11 -59
  23. package/dist/extensions/forgecli/orchestrators/init/init-phases.js.map +1 -1
  24. package/dist/extensions/forgecli/orchestrators/init/init-steps.d.ts +115 -0
  25. package/dist/extensions/forgecli/orchestrators/init/init-steps.js +125 -0
  26. package/dist/extensions/forgecli/orchestrators/init/init-steps.js.map +1 -0
  27. package/dist/extensions/forgecli/orchestrators/init/run-init-pipeline.js +400 -211
  28. package/dist/extensions/forgecli/orchestrators/init/run-init-pipeline.js.map +1 -1
  29. package/dist/extensions/forgecli/orchestrators/init/run-init-types.d.ts +8 -2
  30. package/dist/extensions/forgecli/orchestrators/init/run-init-types.js +15 -5
  31. package/dist/extensions/forgecli/orchestrators/init/run-init-types.js.map +1 -1
  32. package/dist/forge-payload/.base-pack/workflows-js/wfl-init.js +99 -38
  33. package/dist/forge-payload/.claude-plugin/plugin.json +1 -1
  34. package/dist/forge-payload/.init/generation/generate-kb-doc.md +24 -0
  35. package/dist/forge-payload/.schemas/migrations.json +77 -0
  36. package/dist/forge-payload/init/generation/generate-kb-doc.md +24 -0
  37. package/dist/forge-payload/init/phases/phase-2/context.md +23 -0
  38. package/dist/forge-payload/init/phases/phase-2/database.md +26 -0
  39. package/dist/forge-payload/init/phases/phase-2/deployment.md +26 -0
  40. package/dist/forge-payload/init/phases/phase-2/domain-concepts.md +26 -0
  41. package/dist/forge-payload/init/phases/phase-2/domain-model.md +26 -0
  42. package/dist/forge-payload/init/phases/phase-2/entity-model.md +26 -0
  43. package/dist/forge-payload/init/phases/phase-2/index.md +25 -0
  44. package/dist/forge-payload/init/phases/phase-2/processes.md +26 -0
  45. package/dist/forge-payload/init/phases/phase-2/routing.md +25 -0
  46. package/dist/forge-payload/init/phases/phase-2/stack-checklist.md +25 -0
  47. package/dist/forge-payload/init/phases/phase-2/stack.md +27 -0
  48. package/dist/forge-payload/init/phases/phase-2/testing.md +26 -0
  49. package/dist/forge-payload/init/phases/phase-2-discover.md +15 -9
  50. package/dist/forge-payload/payload-manifest.json +2 -2
  51. package/dist/forge-payload/tools/seed-store.cjs +14 -0
  52. package/dist/forge-payload/tools/verify-phase.cjs +61 -4
  53. package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts +3 -1
  54. package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts.map +1 -1
  55. package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +10 -1
  56. package/node_modules/@earendil-works/pi-agent-core/dist/agent.js.map +1 -1
  57. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -1
  58. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +4 -6
  59. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -1
  60. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts.map +1 -1
  61. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +20 -2
  62. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js.map +1 -1
  63. package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
  64. package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts.map +1 -1
  65. package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js +2 -14
  66. package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js.map +1 -1
  67. package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.d.ts.map +1 -1
  68. package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +16 -5
  69. package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js.map +1 -1
  70. package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.d.ts.map +1 -1
  71. package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js +2 -1
  72. package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js.map +1 -1
  73. package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.d.ts.map +1 -1
  74. package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js +2 -1
  75. package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js.map +1 -1
  76. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts.map +1 -1
  77. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +61 -41
  78. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js.map +1 -1
  79. package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts.map +1 -1
  80. package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +8 -3
  81. package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js.map +1 -1
  82. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts.map +1 -1
  83. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +2 -14
  84. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
  85. package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.d.ts.map +1 -1
  86. package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.js +2 -1
  87. package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.js.map +1 -1
  88. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +15 -45
  89. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts.map +1 -1
  90. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +15 -45
  91. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
  92. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +461 -22
  93. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
  94. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts +140 -0
  95. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
  96. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +141 -4
  97. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js.map +1 -1
  98. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts +20 -0
  99. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts.map +1 -1
  100. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +18 -0
  101. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js.map +1 -1
  102. package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.d.ts +21 -0
  103. package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.d.ts.map +1 -1
  104. package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js +18 -0
  105. package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js.map +1 -1
  106. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts +21 -0
  107. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
  108. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +18 -0
  109. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
  110. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts +10 -5
  111. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts.map +1 -1
  112. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +4 -3
  113. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js.map +1 -1
  114. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts +82 -0
  115. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts.map +1 -1
  116. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +57 -0
  117. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js.map +1 -1
  118. package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.d.ts.map +1 -1
  119. package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js +1 -1
  120. package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js.map +1 -1
  121. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.d.ts +1 -1
  122. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.d.ts.map +1 -1
  123. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js +4 -4
  124. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js.map +1 -1
  125. package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.d.ts +1 -1
  126. package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.d.ts.map +1 -1
  127. package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js +4 -4
  128. package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js.map +1 -1
  129. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.d.ts.map +1 -1
  130. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +5 -5
  131. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js.map +1 -1
  132. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts +88 -0
  133. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts.map +1 -1
  134. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +75 -2
  135. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js.map +1 -1
  136. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts +33 -15
  137. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts.map +1 -1
  138. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +101 -84
  139. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js.map +1 -1
  140. package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.d.ts.map +1 -1
  141. package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js +2 -2
  142. package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js.map +1 -1
  143. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts +44 -0
  144. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
  145. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +41 -4
  146. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js.map +1 -1
  147. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.d.ts.map +1 -1
  148. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js +12 -12
  149. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js.map +1 -1
  150. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.d.ts.map +1 -1
  151. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js +12 -12
  152. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js.map +1 -1
  153. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.d.ts.map +1 -1
  154. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js +12 -12
  155. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js.map +1 -1
  156. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.d.ts.map +1 -1
  157. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js +15 -15
  158. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js.map +1 -1
  159. package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.d.ts +25 -0
  160. package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.d.ts.map +1 -0
  161. package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.js +109 -0
  162. package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.js.map +1 -0
  163. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts +2 -0
  164. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts.map +1 -1
  165. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js +15 -2
  166. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js.map +1 -1
  167. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.d.ts.map +1 -1
  168. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +3 -2
  169. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js.map +1 -1
  170. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts +1 -0
  171. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -1
  172. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +3 -0
  173. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -1
  174. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.d.ts.map +1 -1
  175. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +1 -0
  176. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js.map +1 -1
  177. package/node_modules/@earendil-works/pi-ai/package.json +1 -1
  178. package/node_modules/@earendil-works/pi-coding-agent/CHANGELOG.md +56 -0
  179. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts +6 -1
  180. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts.map +1 -1
  181. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +39 -15
  182. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js.map +1 -1
  183. package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.d.ts.map +1 -1
  184. package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +13 -5
  185. package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js.map +1 -1
  186. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.d.ts.map +1 -1
  187. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +5 -8
  188. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js.map +1 -1
  189. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/index.d.ts +1 -1
  190. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/index.d.ts.map +1 -1
  191. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/index.js.map +1 -1
  192. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.d.ts.map +1 -1
  193. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +6 -0
  194. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js.map +1 -1
  195. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.d.ts +2 -1
  196. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.d.ts.map +1 -1
  197. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +33 -1
  198. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js.map +1 -1
  199. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.d.ts +16 -2
  200. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.d.ts.map +1 -1
  201. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.js.map +1 -1
  202. package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.d.ts.map +1 -1
  203. package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js +28 -1
  204. package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js.map +1 -1
  205. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.d.ts +10 -0
  206. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.d.ts.map +1 -1
  207. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +14 -17
  208. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js.map +1 -1
  209. package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.d.ts.map +1 -1
  210. package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js +0 -10
  211. package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js.map +1 -1
  212. package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.d.ts +20 -1
  213. package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.d.ts.map +1 -1
  214. package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +87 -68
  215. package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js.map +1 -1
  216. package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.d.ts +3 -0
  217. package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.d.ts.map +1 -1
  218. package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +8 -0
  219. package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js.map +1 -1
  220. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.d.ts.map +1 -1
  221. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +20 -5
  222. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js.map +1 -1
  223. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.d.ts.map +1 -1
  224. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js +2 -2
  225. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js.map +1 -1
  226. package/node_modules/@earendil-works/pi-coding-agent/dist/index.d.ts +3 -2
  227. package/node_modules/@earendil-works/pi-coding-agent/dist/index.d.ts.map +1 -1
  228. package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +2 -1
  229. package/node_modules/@earendil-works/pi-coding-agent/dist/index.js.map +1 -1
  230. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts +3 -1
  231. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
  232. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +15 -7
  233. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js.map +1 -1
  234. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.d.ts +19 -0
  235. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.d.ts.map +1 -0
  236. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.js +52 -0
  237. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.js.map +1 -0
  238. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.d.ts +2 -0
  239. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
  240. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +13 -1
  241. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js.map +1 -1
  242. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.d.ts +28 -0
  243. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.d.ts.map +1 -0
  244. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.js +60 -0
  245. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.js.map +1 -0
  246. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.d.ts +6 -2
  247. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.d.ts.map +1 -1
  248. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js +18 -5
  249. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js.map +1 -1
  250. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts +10 -10
  251. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  252. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +143 -130
  253. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js.map +1 -1
  254. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.d.ts +15 -0
  255. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.d.ts.map +1 -1
  256. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.js +14 -0
  257. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.js.map +1 -1
  258. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
  259. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js +16 -0
  260. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js.map +1 -1
  261. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-types.d.ts +26 -0
  262. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-types.d.ts.map +1 -1
  263. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-types.js.map +1 -1
  264. package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.d.ts.map +1 -1
  265. package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +7 -0
  266. package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js.map +1 -1
  267. package/node_modules/@earendil-works/pi-coding-agent/docs/extensions.md +55 -8
  268. package/node_modules/@earendil-works/pi-coding-agent/docs/rpc.md +58 -0
  269. package/node_modules/@earendil-works/pi-coding-agent/docs/sdk.md +28 -0
  270. package/node_modules/@earendil-works/pi-coding-agent/docs/session-format.md +18 -8
  271. package/node_modules/@earendil-works/pi-coding-agent/docs/settings.md +1 -0
  272. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/README.md +1 -0
  273. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-anthropic/package.json +1 -1
  274. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  275. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/entry-renderer.ts +41 -0
  276. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/gondolin/package-lock.json +2 -2
  277. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/gondolin/package.json +1 -1
  278. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/question.ts +1 -0
  279. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/sandbox/package.json +1 -1
  280. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/with-deps/package.json +1 -1
  281. package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +12 -12
  282. package/node_modules/@earendil-works/pi-coding-agent/package.json +4 -4
  283. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  284. package/package.json +7 -7
@@ -1 +1 @@
1
- {"version":3,"file":"vercel-ai-gateway.models.d.ts","sourceRoot":"","sources":["../../src/providers/vercel-ai-gateway.models.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6lG3B,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 VERCEL_AI_GATEWAY_MODELS = {\n\t\"alibaba/qwen-3-14b\": {\n\t\tid: \"alibaba/qwen-3-14b\",\n\t\tname: \"Qwen3-14B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.12,\n\t\t\toutput: 0.24,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 40960,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3-235b\": {\n\t\tid: \"alibaba/qwen-3-235b\",\n\t\tname: \"Qwen3 235B A22B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.22,\n\t\t\toutput: 0.88,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3-30b\": {\n\t\tid: \"alibaba/qwen-3-30b\",\n\t\tname: \"Qwen3-30B-A3B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.12,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 40960,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3-32b\": {\n\t\tid: \"alibaba/qwen-3-32b\",\n\t\tname: \"Qwen 3 32B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.16,\n\t\t\toutput: 0.64,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3.6-max-preview\": {\n\t\tid: \"alibaba/qwen-3.6-max-preview\",\n\t\tname: \"Qwen 3.6 Max Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.3,\n\t\t\toutput: 7.8,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 1.625,\n\t\t},\n\t\tcontextWindow: 240000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-235b-a22b-thinking\": {\n\t\tid: \"alibaba/qwen3-235b-a22b-thinking\",\n\t\tname: \"Qwen3 VL 235B A22B Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder\": {\n\t\tid: \"alibaba/qwen3-coder\",\n\t\tname: \"Qwen3 Coder 480B A35B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 7.5,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder-30b-a3b\": {\n\t\tid: \"alibaba/qwen3-coder-30b-a3b\",\n\t\tname: \"Qwen 3 Coder 30B A3B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder-next\": {\n\t\tid: \"alibaba/qwen3-coder-next\",\n\t\tname: \"Qwen3 Coder Next\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder-plus\": {\n\t\tid: \"alibaba/qwen3-coder-plus\",\n\t\tname: \"Qwen3 Coder Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-max\": {\n\t\tid: \"alibaba/qwen3-max\",\n\t\tname: \"Qwen3 Max\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-max-preview\": {\n\t\tid: \"alibaba/qwen3-max-preview\",\n\t\tname: \"Qwen3 Max Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-max-thinking\": {\n\t\tid: \"alibaba/qwen3-max-thinking\",\n\t\tname: \"Qwen 3 Max Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-next-80b-a3b-instruct\": {\n\t\tid: \"alibaba/qwen3-next-80b-a3b-instruct\",\n\t\tname: \"Qwen3 Next 80B A3B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-next-80b-a3b-thinking\": {\n\t\tid: \"alibaba/qwen3-next-80b-a3b-thinking\",\n\t\tname: \"Qwen3 Next 80B A3B Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-vl-235b-a22b-instruct\": {\n\t\tid: \"alibaba/qwen3-vl-235b-a22b-instruct\",\n\t\tname: \"Qwen3 VL 235B A22B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 129024,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-vl-instruct\": {\n\t\tid: \"alibaba/qwen3-vl-instruct\",\n\t\tname: \"Qwen3 VL 235B A22B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 129024,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-vl-thinking\": {\n\t\tid: \"alibaba/qwen3-vl-thinking\",\n\t\tname: \"Qwen3 VL 235B A22B Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.5-flash\": {\n\t\tid: \"alibaba/qwen3.5-flash\",\n\t\tname: \"Qwen 3.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.001,\n\t\t\tcacheWrite: 0.125,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.5-plus\": {\n\t\tid: \"alibaba/qwen3.5-plus\",\n\t\tname: \"Qwen 3.5 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.04,\n\t\t\tcacheWrite: 0.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.6-27b\": {\n\t\tid: \"alibaba/qwen3.6-27b\",\n\t\tname: \"Qwen 3.6 27B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 3.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.6-plus\": {\n\t\tid: \"alibaba/qwen3.6-plus\",\n\t\tname: \"Qwen 3.6 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.1,\n\t\t\tcacheWrite: 0.625,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.7-max\": {\n\t\tid: \"alibaba/qwen3.7-max\",\n\t\tname: \"Qwen 3.7 Max\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 3.75,\n\t\t\tcacheRead: 0.25,\n\t\t\tcacheWrite: 1.5625,\n\t\t},\n\t\tcontextWindow: 991000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.7-plus\": {\n\t\tid: \"alibaba/qwen3.7-plus\",\n\t\tname: \"Qwen 3.7 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-2-lite\": {\n\t\tid: \"amazon/nova-2-lite\",\n\t\tname: \"Nova 2 Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-lite\": {\n\t\tid: \"amazon/nova-lite\",\n\t\tname: \"Nova Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.06,\n\t\t\toutput: 0.24,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 300000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-micro\": {\n\t\tid: \"amazon/nova-micro\",\n\t\tname: \"Nova Micro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.035,\n\t\t\toutput: 0.14,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-pro\": {\n\t\tid: \"amazon/nova-pro\",\n\t\tname: \"Nova Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.8,\n\t\t\toutput: 3.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 300000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-3-haiku\": {\n\t\tid: \"anthropic/claude-3-haiku\",\n\t\tname: \"Claude 3 Haiku\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1.25,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.3,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 4096,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-3.5-haiku\": {\n\t\tid: \"anthropic/claude-3.5-haiku\",\n\t\tname: \"Claude 3.5 Haiku\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.8,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.08,\n\t\t\tcacheWrite: 1,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-haiku-4.5\": {\n\t\tid: \"anthropic/claude-haiku-4.5\",\n\t\tname: \"Claude Haiku 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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\"anthropic/claude-opus-4\": {\n\t\tid: \"anthropic/claude-opus-4\",\n\t\tname: \"Claude Opus 4\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 75,\n\t\t\tcacheRead: 1.5,\n\t\t\tcacheWrite: 18.75,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.1\": {\n\t\tid: \"anthropic/claude-opus-4.1\",\n\t\tname: \"Claude Opus 4.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 75,\n\t\t\tcacheRead: 1.5,\n\t\t\tcacheWrite: 18.75,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.5\": {\n\t\tid: \"anthropic/claude-opus-4.5\",\n\t\tname: \"Claude Opus 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.6\": {\n\t\tid: \"anthropic/claude-opus-4.6\",\n\t\tname: \"Claude Opus 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.7\": {\n\t\tid: \"anthropic/claude-opus-4.7\",\n\t\tname: \"Claude Opus 4.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\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: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.8\": {\n\t\tid: \"anthropic/claude-opus-4.8\",\n\t\tname: \"Claude Opus 4.8\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\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: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-4\": {\n\t\tid: \"anthropic/claude-sonnet-4\",\n\t\tname: \"Claude Sonnet 4\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-4.5\": {\n\t\tid: \"anthropic/claude-sonnet-4.5\",\n\t\tname: \"Claude Sonnet 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-4.6\": {\n\t\tid: \"anthropic/claude-sonnet-4.6\",\n\t\tname: \"Claude Sonnet 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true},\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: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"arcee-ai/trinity-large-preview\": {\n\t\tid: \"arcee-ai/trinity-large-preview\",\n\t\tname: \"Trinity Large Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131000,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"arcee-ai/trinity-large-thinking\": {\n\t\tid: \"arcee-ai/trinity-large-thinking\",\n\t\tname: \"Trinity Large Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 0.9,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262100,\n\t\tmaxTokens: 80000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"arcee-ai/trinity-mini\": {\n\t\tid: \"arcee-ai/trinity-mini\",\n\t\tname: \"Trinity Mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.045,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"bytedance/seed-1.6\": {\n\t\tid: \"bytedance/seed-1.6\",\n\t\tname: \"Seed 1.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"bytedance/seed-1.8\": {\n\t\tid: \"bytedance/seed-1.8\",\n\t\tname: \"Bytedance Seed 1.8\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"cohere/command-a\": {\n\t\tid: \"cohere/command-a\",\n\t\tname: \"Command A\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.5,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 8000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-r1\": {\n\t\tid: \"deepseek/deepseek-r1\",\n\t\tname: \"DeepSeek-R1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.35,\n\t\t\toutput: 5.4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3\": {\n\t\tid: \"deepseek/deepseek-v3\",\n\t\tname: \"DeepSeek V3 0324\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.27,\n\t\t\toutput: 1.12,\n\t\t\tcacheRead: 0.135,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 163840,\n\t\tmaxTokens: 163840,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.1\": {\n\t\tid: \"deepseek/deepseek-v3.1\",\n\t\tname: \"DeepSeek V3.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 1.7,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.1-terminus\": {\n\t\tid: \"deepseek/deepseek-v3.1-terminus\",\n\t\tname: \"DeepSeek V3.1 Terminus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.27,\n\t\t\toutput: 1,\n\t\t\tcacheRead: 0.135,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.2\": {\n\t\tid: \"deepseek/deepseek-v3.2\",\n\t\tname: \"DeepSeek V3.2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.28,\n\t\t\toutput: 0.42,\n\t\t\tcacheRead: 0.028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.2-thinking\": {\n\t\tid: \"deepseek/deepseek-v3.2-thinking\",\n\t\tname: \"DeepSeek V3.2 Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.62,\n\t\t\toutput: 1.85,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v4-flash\": {\n\t\tid: \"deepseek/deepseek-v4-flash\",\n\t\tname: \"DeepSeek V4 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.0028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v4-pro\": {\n\t\tid: \"deepseek/deepseek-v4-pro\",\n\t\tname: \"DeepSeek V4 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.435,\n\t\t\toutput: 0.87,\n\t\t\tcacheRead: 0.0036,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-2.5-flash\": {\n\t\tid: \"google/gemini-2.5-flash\",\n\t\tname: \"Gemini 2.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-2.5-flash-lite\": {\n\t\tid: \"google/gemini-2.5-flash-lite\",\n\t\tname: \"Gemini 2.5 Flash Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.01,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048576,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-2.5-pro\": {\n\t\tid: \"google/gemini-2.5-pro\",\n\t\tname: \"Gemini 2.5 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1048576,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3-flash\": {\n\t\tid: \"google/gemini-3-flash\",\n\t\tname: \"Gemini 3 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3-pro-preview\": {\n\t\tid: \"google/gemini-3-pro-preview\",\n\t\tname: \"Gemini 3 Pro Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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<\"anthropic-messages\">,\n\t\"google/gemini-3.1-flash-lite\": {\n\t\tid: \"google/gemini-3.1-flash-lite\",\n\t\tname: \"Gemini 3.1 Flash Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3.1-flash-lite-preview\": {\n\t\tid: \"google/gemini-3.1-flash-lite-preview\",\n\t\tname: \"Gemini 3.1 Flash Lite Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3.1-pro-preview\": {\n\t\tid: \"google/gemini-3.1-pro-preview\",\n\t\tname: \"Gemini 3.1 Pro Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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<\"anthropic-messages\">,\n\t\"google/gemini-3.5-flash\": {\n\t\tid: \"google/gemini-3.5-flash\",\n\t\tname: \"Gemini 3.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemma-4-26b-a4b-it\": {\n\t\tid: \"google/gemma-4-26b-a4b-it\",\n\t\tname: \"Gemma 4 26B A4B IT\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\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: 262144,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemma-4-31b-it\": {\n\t\tid: \"google/gemma-4-31b-it\",\n\t\tname: \"Gemma 4 31B IT\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"inception/mercury-2\": {\n\t\tid: \"inception/mercury-2\",\n\t\tname: \"Mercury 2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 0.75,\n\t\t\tcacheRead: 0.025,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"inception/mercury-coder-small\": {\n\t\tid: \"inception/mercury-coder-small\",\n\t\tname: \"Mercury Coder Small Beta\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 32000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"interfaze/interfaze-beta\": {\n\t\tid: \"interfaze/interfaze-beta\",\n\t\tname: \"Interfaze Beta\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 3.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"kwaipilot/kat-coder-pro-v1\": {\n\t\tid: \"kwaipilot/kat-coder-pro-v1\",\n\t\tname: \"KAT-Coder-Pro V1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"kwaipilot/kat-coder-pro-v2\": {\n\t\tid: \"kwaipilot/kat-coder-pro-v2\",\n\t\tname: \"Kat Coder Pro V2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meituan/longcat-flash-chat\": {\n\t\tid: \"meituan/longcat-flash-chat\",\n\t\tname: \"LongCat Flash Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meituan/longcat-flash-thinking-2601\": {\n\t\tid: \"meituan/longcat-flash-thinking-2601\",\n\t\tname: \"LongCat Flash Thinking 2601\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 32768,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.1-70b\": {\n\t\tid: \"meta/llama-3.1-70b\",\n\t\tname: \"Llama 3.1 70B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.72,\n\t\t\toutput: 0.72,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.1-8b\": {\n\t\tid: \"meta/llama-3.1-8b\",\n\t\tname: \"Llama 3.1 8B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.22,\n\t\t\toutput: 0.22,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.2-11b\": {\n\t\tid: \"meta/llama-3.2-11b\",\n\t\tname: \"Llama 3.2 11B Vision Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.16,\n\t\t\toutput: 0.16,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.2-90b\": {\n\t\tid: \"meta/llama-3.2-90b\",\n\t\tname: \"Llama 3.2 90B Vision Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.72,\n\t\t\toutput: 0.72,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.3-70b\": {\n\t\tid: \"meta/llama-3.3-70b\",\n\t\tname: \"Llama 3.3 70B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.72,\n\t\t\toutput: 0.72,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-4-maverick\": {\n\t\tid: \"meta/llama-4-maverick\",\n\t\tname: \"Llama 4 Maverick 17B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.24,\n\t\t\toutput: 0.97,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-4-scout\": {\n\t\tid: \"meta/llama-4-scout\",\n\t\tname: \"Llama 4 Scout 17B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.17,\n\t\t\toutput: 0.66,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2\": {\n\t\tid: \"minimax/minimax-m2\",\n\t\tname: \"MiniMax M2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 205000,\n\t\tmaxTokens: 205000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.1\": {\n\t\tid: \"minimax/minimax-m2.1\",\n\t\tname: \"MiniMax M2.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.1-lightning\": {\n\t\tid: \"minimax/minimax-m2.1-lightning\",\n\t\tname: \"MiniMax M2.1 Lightning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.5\": {\n\t\tid: \"minimax/minimax-m2.5\",\n\t\tname: \"MiniMax M2.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.5-highspeed\": {\n\t\tid: \"minimax/minimax-m2.5-highspeed\",\n\t\tname: \"MiniMax M2.5 High Speed\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.7\": {\n\t\tid: \"minimax/minimax-m2.7\",\n\t\tname: \"MiniMax M2.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.7-highspeed\": {\n\t\tid: \"minimax/minimax-m2.7-highspeed\",\n\t\tname: \"MiniMax M2.7 High Speed\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m3\": {\n\t\tid: \"minimax/minimax-m3\",\n\t\tname: \"MiniMax M3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\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: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/codestral\": {\n\t\tid: \"mistral/codestral\",\n\t\tname: \"Mistral Codestral\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 0.9,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/devstral-2\": {\n\t\tid: \"mistral/devstral-2\",\n\t\tname: \"Devstral 2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/devstral-small\": {\n\t\tid: \"mistral/devstral-small\",\n\t\tname: \"Devstral Small 1.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/devstral-small-2\": {\n\t\tid: \"mistral/devstral-small-2\",\n\t\tname: \"Devstral Small 2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/magistral-medium\": {\n\t\tid: \"mistral/magistral-medium\",\n\t\tname: \"Magistral Medium 2509\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/magistral-small\": {\n\t\tid: \"mistral/magistral-small\",\n\t\tname: \"Magistral Small 2509\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/ministral-14b\": {\n\t\tid: \"mistral/ministral-14b\",\n\t\tname: \"Ministral 14B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/ministral-3b\": {\n\t\tid: \"mistral/ministral-3b\",\n\t\tname: \"Ministral 3B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.1,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/ministral-8b\": {\n\t\tid: \"mistral/ministral-8b\",\n\t\tname: \"Ministral 8B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-large-3\": {\n\t\tid: \"mistral/mistral-large-3\",\n\t\tname: \"Mistral Large 3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-medium\": {\n\t\tid: \"mistral/mistral-medium\",\n\t\tname: \"Mistral Medium 3.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-medium-3.5\": {\n\t\tid: \"mistral/mistral-medium-3.5\",\n\t\tname: \"Mistral Medium Latest\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 7.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-nemo\": {\n\t\tid: \"mistral/mistral-nemo\",\n\t\tname: \"Mistral Nemo 12B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-small\": {\n\t\tid: \"mistral/mistral-small\",\n\t\tname: \"Mistral Small\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 32000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/pixtral-12b\": {\n\t\tid: \"mistral/pixtral-12b\",\n\t\tname: \"Pixtral 12B 2409\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/pixtral-large\": {\n\t\tid: \"mistral/pixtral-large\",\n\t\tname: \"Pixtral Large\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2\": {\n\t\tid: \"moonshotai/kimi-k2\",\n\t\tname: \"Kimi K2 Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.57,\n\t\t\toutput: 2.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2-thinking\": {\n\t\tid: \"moonshotai/kimi-k2-thinking\",\n\t\tname: \"Kimi K2 Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.47,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.141,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 216144,\n\t\tmaxTokens: 216144,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2.5\": {\n\t\tid: \"moonshotai/kimi-k2.5\",\n\t\tname: \"Kimi K2.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 3,\n\t\t\tcacheRead: 0.1,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262114,\n\t\tmaxTokens: 262114,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2.6\": {\n\t\tid: \"moonshotai/kimi-k2.6\",\n\t\tname: \"Kimi K2.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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\"moonshotai/kimi-k2.7-code\": {\n\t\tid: \"moonshotai/kimi-k2.7-code\",\n\t\tname: \"Kimi K2.7 Code\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2.7-code-highspeed\": {\n\t\tid: \"moonshotai/kimi-k2.7-code-highspeed\",\n\t\tname: \"Kimi K2.7 Code High Speed\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 262144,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-3-nano-30b-a3b\": {\n\t\tid: \"nvidia/nemotron-3-nano-30b-a3b\",\n\t\tname: \"Nemotron 3 Nano 30B A3B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.05,\n\t\t\toutput: 0.24,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 262144,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-3-super-120b-a12b\": {\n\t\tid: \"nvidia/nemotron-3-super-120b-a12b\",\n\t\tname: \"NVIDIA Nemotron 3 Super 120B A12B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.65,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-3-ultra-550b-a55b\": {\n\t\tid: \"nvidia/nemotron-3-ultra-550b-a55b\",\n\t\tname: \"Nemotron 3 Ultra\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.12,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-nano-12b-v2-vl\": {\n\t\tid: \"nvidia/nemotron-nano-12b-v2-vl\",\n\t\tname: \"Nvidia Nemotron Nano 12B V2 VL\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-nano-9b-v2\": {\n\t\tid: \"nvidia/nemotron-nano-9b-v2\",\n\t\tname: \"Nvidia Nemotron Nano 9B V2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.06,\n\t\t\toutput: 0.23,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-3.5-turbo\": {\n\t\tid: \"openai/gpt-3.5-turbo\",\n\t\tname: \"GPT-3.5 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 16385,\n\t\tmaxTokens: 4096,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4-turbo\": {\n\t\tid: \"openai/gpt-4-turbo\",\n\t\tname: \"GPT-4 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 10,\n\t\t\toutput: 30,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4096,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4.1\": {\n\t\tid: \"openai/gpt-4.1\",\n\t\tname: \"GPT-4.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1047576,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4.1-mini\": {\n\t\tid: \"openai/gpt-4.1-mini\",\n\t\tname: \"GPT-4.1 mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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.1,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1047576,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4.1-nano\": {\n\t\tid: \"openai/gpt-4.1-nano\",\n\t\tname: \"GPT-4.1 nano\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.025,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1047576,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4o\": {\n\t\tid: \"openai/gpt-4o\",\n\t\tname: \"GPT-4o\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2.5,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 1.25,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4o-mini\": {\n\t\tid: \"openai/gpt-4o-mini\",\n\t\tname: \"GPT-4o mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5\": {\n\t\tid: \"openai/gpt-5\",\n\t\tname: \"GPT-5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-chat\": {\n\t\tid: \"openai/gpt-5-chat\",\n\t\tname: \"GPT 5 Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-codex\": {\n\t\tid: \"openai/gpt-5-codex\",\n\t\tname: \"GPT-5-Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-mini\": {\n\t\tid: \"openai/gpt-5-mini\",\n\t\tname: \"GPT-5 mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-nano\": {\n\t\tid: \"openai/gpt-5-nano\",\n\t\tname: \"GPT-5 nano\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.05,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.005,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-pro\": {\n\t\tid: \"openai/gpt-5-pro\",\n\t\tname: \"GPT-5 pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 120,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 272000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-codex\": {\n\t\tid: \"openai/gpt-5.1-codex\",\n\t\tname: \"GPT-5.1-Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-codex-max\": {\n\t\tid: \"openai/gpt-5.1-codex-max\",\n\t\tname: \"GPT 5.1 Codex Max\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-codex-mini\": {\n\t\tid: \"openai/gpt-5.1-codex-mini\",\n\t\tname: \"GPT 5.1 Codex Mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-instant\": {\n\t\tid: \"openai/gpt-5.1-instant\",\n\t\tname: \"GPT-5.1 Instant\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-thinking\": {\n\t\tid: \"openai/gpt-5.1-thinking\",\n\t\tname: \"GPT 5.1 Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.2\": {\n\t\tid: \"openai/gpt-5.2\",\n\t\tname: \"GPT 5.2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.2-chat\": {\n\t\tid: \"openai/gpt-5.2-chat\",\n\t\tname: \"GPT 5.2 Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tthinkingLevelMap: {\"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: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.2-codex\": {\n\t\tid: \"openai/gpt-5.2-codex\",\n\t\tname: \"GPT 5.2 Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.2-pro\": {\n\t\tid: \"openai/gpt-5.2-pro\",\n\t\tname: \"GPT 5.2 \",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 21,\n\t\t\toutput: 168,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.3-chat\": {\n\t\tid: \"openai/gpt-5.3-chat\",\n\t\tname: \"GPT-5.3 Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tthinkingLevelMap: {\"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: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.3-codex\": {\n\t\tid: \"openai/gpt-5.3-codex\",\n\t\tname: \"GPT 5.3 Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.4\": {\n\t\tid: \"openai/gpt-5.4\",\n\t\tname: \"GPT 5.4\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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: 1050000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.4-mini\": {\n\t\tid: \"openai/gpt-5.4-mini\",\n\t\tname: \"GPT 5.4 Mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.4-nano\": {\n\t\tid: \"openai/gpt-5.4-nano\",\n\t\tname: \"GPT 5.4 Nano\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.4-pro\": {\n\t\tid: \"openai/gpt-5.4-pro\",\n\t\tname: \"GPT 5.4 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 30,\n\t\t\toutput: 180,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.5\": {\n\t\tid: \"openai/gpt-5.5\",\n\t\tname: \"GPT 5.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.5-pro\": {\n\t\tid: \"openai/gpt-5.5-pro\",\n\t\tname: \"GPT 5.5 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"off\":null,\"minimal\":null,\"low\":null},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 30,\n\t\t\toutput: 180,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-oss-120b\": {\n\t\tid: \"openai/gpt-oss-120b\",\n\t\tname: \"GPT OSS 120B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-oss-20b\": {\n\t\tid: \"openai/gpt-oss-20b\",\n\t\tname: \"GPT OSS 20B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.05,\n\t\t\toutput: 0.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-oss-safeguard-20b\": {\n\t\tid: \"openai/gpt-oss-safeguard-20b\",\n\t\tname: \"GPT OSS Safeguard 20B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.075,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.037,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o1\": {\n\t\tid: \"openai/o1\",\n\t\tname: \"o1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 60,\n\t\t\tcacheRead: 7.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3\": {\n\t\tid: \"openai/o3\",\n\t\tname: \"o3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3-deep-research\": {\n\t\tid: \"openai/o3-deep-research\",\n\t\tname: \"o3-deep-research\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 10,\n\t\t\toutput: 40,\n\t\t\tcacheRead: 2.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3-mini\": {\n\t\tid: \"openai/o3-mini\",\n\t\tname: \"o3-mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.1,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.55,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3-pro\": {\n\t\tid: \"openai/o3-pro\",\n\t\tname: \"o3 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 20,\n\t\t\toutput: 80,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o4-mini\": {\n\t\tid: \"openai/o4-mini\",\n\t\tname: \"o4-mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.1,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.275,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"sakana/fugu-ultra\": {\n\t\tid: \"sakana/fugu-ultra\",\n\t\tname: \"Fugu Ultra\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\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: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"stepfun/step-3.5-flash\": {\n\t\tid: \"stepfun/step-3.5-flash\",\n\t\tname: \"StepFun 3.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.09,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.02,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262114,\n\t\tmaxTokens: 262114,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"stepfun/step-3.7-flash\": {\n\t\tid: \"stepfun/step-3.7-flash\",\n\t\tname: \"Step 3.7 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 1.15,\n\t\t\tcacheRead: 0.04,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.1-fast-non-reasoning\": {\n\t\tid: \"xai/grok-4.1-fast-non-reasoning\",\n\t\tname: \"Grok 4.1 Fast Non-Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.1-fast-reasoning\": {\n\t\tid: \"xai/grok-4.1-fast-reasoning\",\n\t\tname: \"Grok 4.1 Fast Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-multi-agent\": {\n\t\tid: \"xai/grok-4.20-multi-agent\",\n\t\tname: \"Grok 4.20 Multi-Agent\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-multi-agent-beta\": {\n\t\tid: \"xai/grok-4.20-multi-agent-beta\",\n\t\tname: \"Grok 4.20 Multi Agent Beta\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-non-reasoning\": {\n\t\tid: \"xai/grok-4.20-non-reasoning\",\n\t\tname: \"Grok 4.20 Non-Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-non-reasoning-beta\": {\n\t\tid: \"xai/grok-4.20-non-reasoning-beta\",\n\t\tname: \"Grok 4.20 Beta Non-Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-reasoning\": {\n\t\tid: \"xai/grok-4.20-reasoning\",\n\t\tname: \"Grok 4.20 Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-reasoning-beta\": {\n\t\tid: \"xai/grok-4.20-reasoning-beta\",\n\t\tname: \"Grok 4.20 Beta Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.3\": {\n\t\tid: \"xai/grok-4.3\",\n\t\tname: \"Grok 4.3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-build-0.1\": {\n\t\tid: \"xai/grok-build-0.1\",\n\t\tname: \"Grok Build 0.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2-flash\": {\n\t\tid: \"xiaomi/mimo-v2-flash\",\n\t\tname: \"MiMo V2 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.01,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2-pro\": {\n\t\tid: \"xiaomi/mimo-v2-pro\",\n\t\tname: \"MiMo V2 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 3,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2.5\": {\n\t\tid: \"xiaomi/mimo-v2.5\",\n\t\tname: \"MiMo M2.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.28,\n\t\t\tcacheRead: 0.0028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2.5-pro\": {\n\t\tid: \"xiaomi/mimo-v2.5-pro\",\n\t\tname: \"MiMo V2.5 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.435,\n\t\t\toutput: 0.87,\n\t\t\tcacheRead: 0.0036,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.5\": {\n\t\tid: \"zai/glm-4.5\",\n\t\tname: \"GLM 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.2,\n\t\t\tcacheRead: 0.11,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 96000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.5-air\": {\n\t\tid: \"zai/glm-4.5-air\",\n\t\tname: \"GLM 4.5 Air\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 1.1,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 96000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.5v\": {\n\t\tid: \"zai/glm-4.5v\",\n\t\tname: \"GLM 4.5V\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 1.8,\n\t\t\tcacheRead: 0.11,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 66000,\n\t\tmaxTokens: 16000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.6\": {\n\t\tid: \"zai/glm-4.6\",\n\t\tname: \"GLM 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.2,\n\t\t\tcacheRead: 0.11,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 96000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.6v\": {\n\t\tid: \"zai/glm-4.6v\",\n\t\tname: \"GLM-4.6V\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 0.9,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 24000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.6v-flash\": {\n\t\tid: \"zai/glm-4.6v-flash\",\n\t\tname: \"GLM-4.6V-Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 24000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.7\": {\n\t\tid: \"zai/glm-4.7\",\n\t\tname: \"GLM 4.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.2,\n\t\t\tcacheRead: 0.12,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 120000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.7-flash\": {\n\t\tid: \"zai/glm-4.7-flash\",\n\t\tname: \"GLM 4.7 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.07,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.7-flashx\": {\n\t\tid: \"zai/glm-4.7-flashx\",\n\t\tname: \"GLM 4.7 FlashX\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.06,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.01,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5\": {\n\t\tid: \"zai/glm-5\",\n\t\tname: \"GLM 5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 3.15,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5-turbo\": {\n\t\tid: \"zai/glm-5-turbo\",\n\t\tname: \"GLM 5 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5.1\": {\n\t\tid: \"zai/glm-5.1\",\n\t\tname: \"GLM 5.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.3,\n\t\t\toutput: 4.3,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202000,\n\t\tmaxTokens: 202000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5.2\": {\n\t\tid: \"zai/glm-5.2\",\n\t\tname: \"GLM 5.2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 4.5,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5.2-fast\": {\n\t\tid: \"zai/glm-5.2-fast\",\n\t\tname: \"GLM 5.2 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 10.25,\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<\"anthropic-messages\">,\n\t\"zai/glm-5v-turbo\": {\n\t\tid: \"zai/glm-5v-turbo\",\n\t\tname: \"GLM 5V Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n} as const;\n"]}
1
+ {"version":3,"file":"vercel-ai-gateway.models.d.ts","sourceRoot":"","sources":["../../src/providers/vercel-ai-gateway.models.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkoG3B,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 VERCEL_AI_GATEWAY_MODELS = {\n\t\"alibaba/qwen-3-14b\": {\n\t\tid: \"alibaba/qwen-3-14b\",\n\t\tname: \"Qwen3-14B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.12,\n\t\t\toutput: 0.24,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 40960,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3-235b\": {\n\t\tid: \"alibaba/qwen-3-235b\",\n\t\tname: \"Qwen3 235B A22B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.22,\n\t\t\toutput: 0.88,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3-30b\": {\n\t\tid: \"alibaba/qwen-3-30b\",\n\t\tname: \"Qwen3-30B-A3B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.12,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 40960,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3-32b\": {\n\t\tid: \"alibaba/qwen-3-32b\",\n\t\tname: \"Qwen 3 32B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.16,\n\t\t\toutput: 0.64,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3.6-max-preview\": {\n\t\tid: \"alibaba/qwen-3.6-max-preview\",\n\t\tname: \"Qwen 3.6 Max Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.3,\n\t\t\toutput: 7.8,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 1.625,\n\t\t},\n\t\tcontextWindow: 240000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-235b-a22b-thinking\": {\n\t\tid: \"alibaba/qwen3-235b-a22b-thinking\",\n\t\tname: \"Qwen3 VL 235B A22B Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder\": {\n\t\tid: \"alibaba/qwen3-coder\",\n\t\tname: \"Qwen3 Coder 480B A35B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 7.5,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder-30b-a3b\": {\n\t\tid: \"alibaba/qwen3-coder-30b-a3b\",\n\t\tname: \"Qwen 3 Coder 30B A3B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder-next\": {\n\t\tid: \"alibaba/qwen3-coder-next\",\n\t\tname: \"Qwen3 Coder Next\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder-plus\": {\n\t\tid: \"alibaba/qwen3-coder-plus\",\n\t\tname: \"Qwen3 Coder Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-max\": {\n\t\tid: \"alibaba/qwen3-max\",\n\t\tname: \"Qwen3 Max\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-max-preview\": {\n\t\tid: \"alibaba/qwen3-max-preview\",\n\t\tname: \"Qwen3 Max Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-max-thinking\": {\n\t\tid: \"alibaba/qwen3-max-thinking\",\n\t\tname: \"Qwen 3 Max Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-next-80b-a3b-instruct\": {\n\t\tid: \"alibaba/qwen3-next-80b-a3b-instruct\",\n\t\tname: \"Qwen3 Next 80B A3B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-next-80b-a3b-thinking\": {\n\t\tid: \"alibaba/qwen3-next-80b-a3b-thinking\",\n\t\tname: \"Qwen3 Next 80B A3B Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-vl-235b-a22b-instruct\": {\n\t\tid: \"alibaba/qwen3-vl-235b-a22b-instruct\",\n\t\tname: \"Qwen3 VL 235B A22B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 129024,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-vl-instruct\": {\n\t\tid: \"alibaba/qwen3-vl-instruct\",\n\t\tname: \"Qwen3 VL 235B A22B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 129024,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-vl-thinking\": {\n\t\tid: \"alibaba/qwen3-vl-thinking\",\n\t\tname: \"Qwen3 VL 235B A22B Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.5-flash\": {\n\t\tid: \"alibaba/qwen3.5-flash\",\n\t\tname: \"Qwen 3.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.001,\n\t\t\tcacheWrite: 0.125,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.5-plus\": {\n\t\tid: \"alibaba/qwen3.5-plus\",\n\t\tname: \"Qwen 3.5 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.04,\n\t\t\tcacheWrite: 0.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.6-27b\": {\n\t\tid: \"alibaba/qwen3.6-27b\",\n\t\tname: \"Qwen 3.6 27B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 3.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.6-plus\": {\n\t\tid: \"alibaba/qwen3.6-plus\",\n\t\tname: \"Qwen 3.6 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.1,\n\t\t\tcacheWrite: 0.625,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.7-max\": {\n\t\tid: \"alibaba/qwen3.7-max\",\n\t\tname: \"Qwen 3.7 Max\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 3.75,\n\t\t\tcacheRead: 0.25,\n\t\t\tcacheWrite: 1.5625,\n\t\t},\n\t\tcontextWindow: 991000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.7-plus\": {\n\t\tid: \"alibaba/qwen3.7-plus\",\n\t\tname: \"Qwen 3.7 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-2-lite\": {\n\t\tid: \"amazon/nova-2-lite\",\n\t\tname: \"Nova 2 Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-lite\": {\n\t\tid: \"amazon/nova-lite\",\n\t\tname: \"Nova Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.06,\n\t\t\toutput: 0.24,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 300000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-micro\": {\n\t\tid: \"amazon/nova-micro\",\n\t\tname: \"Nova Micro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.035,\n\t\t\toutput: 0.14,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-pro\": {\n\t\tid: \"amazon/nova-pro\",\n\t\tname: \"Nova Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.8,\n\t\t\toutput: 3.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 300000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-3-haiku\": {\n\t\tid: \"anthropic/claude-3-haiku\",\n\t\tname: \"Claude 3 Haiku\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1.25,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.3,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 4096,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-3.5-haiku\": {\n\t\tid: \"anthropic/claude-3.5-haiku\",\n\t\tname: \"Claude 3.5 Haiku\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.8,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.08,\n\t\t\tcacheWrite: 1,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-fable-5\": {\n\t\tid: \"anthropic/claude-fable-5\",\n\t\tname: \"Claude Fable 5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\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<\"anthropic-messages\">,\n\t\"anthropic/claude-haiku-4.5\": {\n\t\tid: \"anthropic/claude-haiku-4.5\",\n\t\tname: \"Claude Haiku 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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\"anthropic/claude-opus-4\": {\n\t\tid: \"anthropic/claude-opus-4\",\n\t\tname: \"Claude Opus 4\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 75,\n\t\t\tcacheRead: 1.5,\n\t\t\tcacheWrite: 18.75,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.1\": {\n\t\tid: \"anthropic/claude-opus-4.1\",\n\t\tname: \"Claude Opus 4.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 75,\n\t\t\tcacheRead: 1.5,\n\t\t\tcacheWrite: 18.75,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.5\": {\n\t\tid: \"anthropic/claude-opus-4.5\",\n\t\tname: \"Claude Opus 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.6\": {\n\t\tid: \"anthropic/claude-opus-4.6\",\n\t\tname: \"Claude Opus 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.7\": {\n\t\tid: \"anthropic/claude-opus-4.7\",\n\t\tname: \"Claude Opus 4.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\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: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.8\": {\n\t\tid: \"anthropic/claude-opus-4.8\",\n\t\tname: \"Claude Opus 4.8\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\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: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-4\": {\n\t\tid: \"anthropic/claude-sonnet-4\",\n\t\tname: \"Claude Sonnet 4\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-4.5\": {\n\t\tid: \"anthropic/claude-sonnet-4.5\",\n\t\tname: \"Claude Sonnet 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-4.6\": {\n\t\tid: \"anthropic/claude-sonnet-4.6\",\n\t\tname: \"Claude Sonnet 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true},\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: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-5\": {\n\t\tid: \"anthropic/claude-sonnet-5\",\n\t\tname: \"Claude Sonnet 5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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\"arcee-ai/trinity-large-preview\": {\n\t\tid: \"arcee-ai/trinity-large-preview\",\n\t\tname: \"Trinity Large Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131000,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"arcee-ai/trinity-large-thinking\": {\n\t\tid: \"arcee-ai/trinity-large-thinking\",\n\t\tname: \"Trinity Large Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 0.9,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262100,\n\t\tmaxTokens: 80000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"arcee-ai/trinity-mini\": {\n\t\tid: \"arcee-ai/trinity-mini\",\n\t\tname: \"Trinity Mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.045,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"bytedance/seed-1.6\": {\n\t\tid: \"bytedance/seed-1.6\",\n\t\tname: \"Seed 1.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"bytedance/seed-1.8\": {\n\t\tid: \"bytedance/seed-1.8\",\n\t\tname: \"Bytedance Seed 1.8\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"cohere/command-a\": {\n\t\tid: \"cohere/command-a\",\n\t\tname: \"Command A\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.5,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 8000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-r1\": {\n\t\tid: \"deepseek/deepseek-r1\",\n\t\tname: \"DeepSeek-R1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.35,\n\t\t\toutput: 5.4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3\": {\n\t\tid: \"deepseek/deepseek-v3\",\n\t\tname: \"DeepSeek V3 0324\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.27,\n\t\t\toutput: 1.12,\n\t\t\tcacheRead: 0.135,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 163840,\n\t\tmaxTokens: 163840,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.1\": {\n\t\tid: \"deepseek/deepseek-v3.1\",\n\t\tname: \"DeepSeek V3.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 1.7,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.1-terminus\": {\n\t\tid: \"deepseek/deepseek-v3.1-terminus\",\n\t\tname: \"DeepSeek V3.1 Terminus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.27,\n\t\t\toutput: 1,\n\t\t\tcacheRead: 0.135,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.2\": {\n\t\tid: \"deepseek/deepseek-v3.2\",\n\t\tname: \"DeepSeek V3.2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.28,\n\t\t\toutput: 0.42,\n\t\t\tcacheRead: 0.028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.2-thinking\": {\n\t\tid: \"deepseek/deepseek-v3.2-thinking\",\n\t\tname: \"DeepSeek V3.2 Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.62,\n\t\t\toutput: 1.85,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v4-flash\": {\n\t\tid: \"deepseek/deepseek-v4-flash\",\n\t\tname: \"DeepSeek V4 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.0028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v4-pro\": {\n\t\tid: \"deepseek/deepseek-v4-pro\",\n\t\tname: \"DeepSeek V4 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.435,\n\t\t\toutput: 0.87,\n\t\t\tcacheRead: 0.0036,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-2.5-flash\": {\n\t\tid: \"google/gemini-2.5-flash\",\n\t\tname: \"Gemini 2.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-2.5-flash-lite\": {\n\t\tid: \"google/gemini-2.5-flash-lite\",\n\t\tname: \"Gemini 2.5 Flash Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.01,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048576,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-2.5-pro\": {\n\t\tid: \"google/gemini-2.5-pro\",\n\t\tname: \"Gemini 2.5 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1048576,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3-flash\": {\n\t\tid: \"google/gemini-3-flash\",\n\t\tname: \"Gemini 3 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3-pro-preview\": {\n\t\tid: \"google/gemini-3-pro-preview\",\n\t\tname: \"Gemini 3 Pro Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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<\"anthropic-messages\">,\n\t\"google/gemini-3.1-flash-lite\": {\n\t\tid: \"google/gemini-3.1-flash-lite\",\n\t\tname: \"Gemini 3.1 Flash Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3.1-flash-lite-preview\": {\n\t\tid: \"google/gemini-3.1-flash-lite-preview\",\n\t\tname: \"Gemini 3.1 Flash Lite Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3.1-pro-preview\": {\n\t\tid: \"google/gemini-3.1-pro-preview\",\n\t\tname: \"Gemini 3.1 Pro Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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<\"anthropic-messages\">,\n\t\"google/gemini-3.5-flash\": {\n\t\tid: \"google/gemini-3.5-flash\",\n\t\tname: \"Gemini 3.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemma-4-26b-a4b-it\": {\n\t\tid: \"google/gemma-4-26b-a4b-it\",\n\t\tname: \"Gemma 4 26B A4B IT\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\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: 262144,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemma-4-31b-it\": {\n\t\tid: \"google/gemma-4-31b-it\",\n\t\tname: \"Gemma 4 31B IT\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"inception/mercury-2\": {\n\t\tid: \"inception/mercury-2\",\n\t\tname: \"Mercury 2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 0.75,\n\t\t\tcacheRead: 0.025,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"inception/mercury-coder-small\": {\n\t\tid: \"inception/mercury-coder-small\",\n\t\tname: \"Mercury Coder Small Beta\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 32000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"interfaze/interfaze-beta\": {\n\t\tid: \"interfaze/interfaze-beta\",\n\t\tname: \"Interfaze Beta\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 3.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"kwaipilot/kat-coder-pro-v1\": {\n\t\tid: \"kwaipilot/kat-coder-pro-v1\",\n\t\tname: \"KAT-Coder-Pro V1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"kwaipilot/kat-coder-pro-v2\": {\n\t\tid: \"kwaipilot/kat-coder-pro-v2\",\n\t\tname: \"Kat Coder Pro V2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meituan/longcat-flash-chat\": {\n\t\tid: \"meituan/longcat-flash-chat\",\n\t\tname: \"LongCat Flash Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meituan/longcat-flash-thinking-2601\": {\n\t\tid: \"meituan/longcat-flash-thinking-2601\",\n\t\tname: \"LongCat Flash Thinking 2601\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 32768,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.1-70b\": {\n\t\tid: \"meta/llama-3.1-70b\",\n\t\tname: \"Llama 3.1 70B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.72,\n\t\t\toutput: 0.72,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.1-8b\": {\n\t\tid: \"meta/llama-3.1-8b\",\n\t\tname: \"Llama 3.1 8B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.22,\n\t\t\toutput: 0.22,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.2-11b\": {\n\t\tid: \"meta/llama-3.2-11b\",\n\t\tname: \"Llama 3.2 11B Vision Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.16,\n\t\t\toutput: 0.16,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.2-90b\": {\n\t\tid: \"meta/llama-3.2-90b\",\n\t\tname: \"Llama 3.2 90B Vision Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.72,\n\t\t\toutput: 0.72,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.3-70b\": {\n\t\tid: \"meta/llama-3.3-70b\",\n\t\tname: \"Llama 3.3 70B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.72,\n\t\t\toutput: 0.72,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-4-maverick\": {\n\t\tid: \"meta/llama-4-maverick\",\n\t\tname: \"Llama 4 Maverick 17B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.24,\n\t\t\toutput: 0.97,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-4-scout\": {\n\t\tid: \"meta/llama-4-scout\",\n\t\tname: \"Llama 4 Scout 17B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.17,\n\t\t\toutput: 0.66,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2\": {\n\t\tid: \"minimax/minimax-m2\",\n\t\tname: \"MiniMax M2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 205000,\n\t\tmaxTokens: 205000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.1\": {\n\t\tid: \"minimax/minimax-m2.1\",\n\t\tname: \"MiniMax M2.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.1-lightning\": {\n\t\tid: \"minimax/minimax-m2.1-lightning\",\n\t\tname: \"MiniMax M2.1 Lightning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.5\": {\n\t\tid: \"minimax/minimax-m2.5\",\n\t\tname: \"MiniMax M2.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.5-highspeed\": {\n\t\tid: \"minimax/minimax-m2.5-highspeed\",\n\t\tname: \"MiniMax M2.5 High Speed\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.7\": {\n\t\tid: \"minimax/minimax-m2.7\",\n\t\tname: \"MiniMax M2.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.7-highspeed\": {\n\t\tid: \"minimax/minimax-m2.7-highspeed\",\n\t\tname: \"MiniMax M2.7 High Speed\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m3\": {\n\t\tid: \"minimax/minimax-m3\",\n\t\tname: \"MiniMax M3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\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: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/codestral\": {\n\t\tid: \"mistral/codestral\",\n\t\tname: \"Mistral Codestral\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 0.9,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/devstral-2\": {\n\t\tid: \"mistral/devstral-2\",\n\t\tname: \"Devstral 2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/devstral-small\": {\n\t\tid: \"mistral/devstral-small\",\n\t\tname: \"Devstral Small 1.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/devstral-small-2\": {\n\t\tid: \"mistral/devstral-small-2\",\n\t\tname: \"Devstral Small 2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/magistral-medium\": {\n\t\tid: \"mistral/magistral-medium\",\n\t\tname: \"Magistral Medium 2509\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/magistral-small\": {\n\t\tid: \"mistral/magistral-small\",\n\t\tname: \"Magistral Small 2509\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/ministral-14b\": {\n\t\tid: \"mistral/ministral-14b\",\n\t\tname: \"Ministral 14B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/ministral-3b\": {\n\t\tid: \"mistral/ministral-3b\",\n\t\tname: \"Ministral 3B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.1,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/ministral-8b\": {\n\t\tid: \"mistral/ministral-8b\",\n\t\tname: \"Ministral 8B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-large-3\": {\n\t\tid: \"mistral/mistral-large-3\",\n\t\tname: \"Mistral Large 3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-medium\": {\n\t\tid: \"mistral/mistral-medium\",\n\t\tname: \"Mistral Medium 3.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-medium-3.5\": {\n\t\tid: \"mistral/mistral-medium-3.5\",\n\t\tname: \"Mistral Medium Latest\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 7.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-nemo\": {\n\t\tid: \"mistral/mistral-nemo\",\n\t\tname: \"Mistral Nemo 12B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-small\": {\n\t\tid: \"mistral/mistral-small\",\n\t\tname: \"Mistral Small\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 32000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/pixtral-12b\": {\n\t\tid: \"mistral/pixtral-12b\",\n\t\tname: \"Pixtral 12B 2409\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/pixtral-large\": {\n\t\tid: \"mistral/pixtral-large\",\n\t\tname: \"Pixtral Large\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2\": {\n\t\tid: \"moonshotai/kimi-k2\",\n\t\tname: \"Kimi K2 Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.57,\n\t\t\toutput: 2.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2-thinking\": {\n\t\tid: \"moonshotai/kimi-k2-thinking\",\n\t\tname: \"Kimi K2 Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.47,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.141,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 216144,\n\t\tmaxTokens: 216144,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2.5\": {\n\t\tid: \"moonshotai/kimi-k2.5\",\n\t\tname: \"Kimi K2.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 3,\n\t\t\tcacheRead: 0.1,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262114,\n\t\tmaxTokens: 262114,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2.6\": {\n\t\tid: \"moonshotai/kimi-k2.6\",\n\t\tname: \"Kimi K2.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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\"moonshotai/kimi-k2.7-code\": {\n\t\tid: \"moonshotai/kimi-k2.7-code\",\n\t\tname: \"Kimi K2.7 Code\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2.7-code-highspeed\": {\n\t\tid: \"moonshotai/kimi-k2.7-code-highspeed\",\n\t\tname: \"Kimi K2.7 Code High Speed\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 262144,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-3-nano-30b-a3b\": {\n\t\tid: \"nvidia/nemotron-3-nano-30b-a3b\",\n\t\tname: \"Nemotron 3 Nano 30B A3B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.05,\n\t\t\toutput: 0.24,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 262144,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-3-super-120b-a12b\": {\n\t\tid: \"nvidia/nemotron-3-super-120b-a12b\",\n\t\tname: \"NVIDIA Nemotron 3 Super 120B A12B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.65,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-3-ultra-550b-a55b\": {\n\t\tid: \"nvidia/nemotron-3-ultra-550b-a55b\",\n\t\tname: \"Nemotron 3 Ultra\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.12,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-nano-12b-v2-vl\": {\n\t\tid: \"nvidia/nemotron-nano-12b-v2-vl\",\n\t\tname: \"Nvidia Nemotron Nano 12B V2 VL\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-nano-9b-v2\": {\n\t\tid: \"nvidia/nemotron-nano-9b-v2\",\n\t\tname: \"Nvidia Nemotron Nano 9B V2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.06,\n\t\t\toutput: 0.23,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-3.5-turbo\": {\n\t\tid: \"openai/gpt-3.5-turbo\",\n\t\tname: \"GPT-3.5 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 16385,\n\t\tmaxTokens: 4096,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4-turbo\": {\n\t\tid: \"openai/gpt-4-turbo\",\n\t\tname: \"GPT-4 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 10,\n\t\t\toutput: 30,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4096,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4.1\": {\n\t\tid: \"openai/gpt-4.1\",\n\t\tname: \"GPT-4.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1047576,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4.1-mini\": {\n\t\tid: \"openai/gpt-4.1-mini\",\n\t\tname: \"GPT-4.1 mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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.1,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1047576,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4.1-nano\": {\n\t\tid: \"openai/gpt-4.1-nano\",\n\t\tname: \"GPT-4.1 nano\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.025,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1047576,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4o\": {\n\t\tid: \"openai/gpt-4o\",\n\t\tname: \"GPT-4o\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2.5,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 1.25,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4o-mini\": {\n\t\tid: \"openai/gpt-4o-mini\",\n\t\tname: \"GPT-4o mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5\": {\n\t\tid: \"openai/gpt-5\",\n\t\tname: \"GPT-5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-chat\": {\n\t\tid: \"openai/gpt-5-chat\",\n\t\tname: \"GPT 5 Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-codex\": {\n\t\tid: \"openai/gpt-5-codex\",\n\t\tname: \"GPT-5-Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-mini\": {\n\t\tid: \"openai/gpt-5-mini\",\n\t\tname: \"GPT-5 mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-nano\": {\n\t\tid: \"openai/gpt-5-nano\",\n\t\tname: \"GPT-5 nano\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.05,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.005,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-pro\": {\n\t\tid: \"openai/gpt-5-pro\",\n\t\tname: \"GPT-5 pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 120,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 272000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-codex\": {\n\t\tid: \"openai/gpt-5.1-codex\",\n\t\tname: \"GPT-5.1-Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-codex-max\": {\n\t\tid: \"openai/gpt-5.1-codex-max\",\n\t\tname: \"GPT 5.1 Codex Max\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-codex-mini\": {\n\t\tid: \"openai/gpt-5.1-codex-mini\",\n\t\tname: \"GPT 5.1 Codex Mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-instant\": {\n\t\tid: \"openai/gpt-5.1-instant\",\n\t\tname: \"GPT-5.1 Instant\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\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: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-thinking\": {\n\t\tid: \"openai/gpt-5.1-thinking\",\n\t\tname: \"GPT 5.1 Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.2\": {\n\t\tid: \"openai/gpt-5.2\",\n\t\tname: \"GPT 5.2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.2-chat\": {\n\t\tid: \"openai/gpt-5.2-chat\",\n\t\tname: \"GPT 5.2 Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tthinkingLevelMap: {\"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: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.2-codex\": {\n\t\tid: \"openai/gpt-5.2-codex\",\n\t\tname: \"GPT 5.2 Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.2-pro\": {\n\t\tid: \"openai/gpt-5.2-pro\",\n\t\tname: \"GPT 5.2 \",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 21,\n\t\t\toutput: 168,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.3-chat\": {\n\t\tid: \"openai/gpt-5.3-chat\",\n\t\tname: \"GPT-5.3 Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tthinkingLevelMap: {\"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: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.3-codex\": {\n\t\tid: \"openai/gpt-5.3-codex\",\n\t\tname: \"GPT 5.3 Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.4\": {\n\t\tid: \"openai/gpt-5.4\",\n\t\tname: \"GPT 5.4\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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: 1050000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.4-mini\": {\n\t\tid: \"openai/gpt-5.4-mini\",\n\t\tname: \"GPT 5.4 Mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.4-nano\": {\n\t\tid: \"openai/gpt-5.4-nano\",\n\t\tname: \"GPT 5.4 Nano\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.4-pro\": {\n\t\tid: \"openai/gpt-5.4-pro\",\n\t\tname: \"GPT 5.4 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 30,\n\t\t\toutput: 180,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.5\": {\n\t\tid: \"openai/gpt-5.5\",\n\t\tname: \"GPT 5.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"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<\"anthropic-messages\">,\n\t\"openai/gpt-5.5-pro\": {\n\t\tid: \"openai/gpt-5.5-pro\",\n\t\tname: \"GPT 5.5 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"off\":null,\"minimal\":null,\"low\":null},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 30,\n\t\t\toutput: 180,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-oss-120b\": {\n\t\tid: \"openai/gpt-oss-120b\",\n\t\tname: \"GPT OSS 120B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-oss-20b\": {\n\t\tid: \"openai/gpt-oss-20b\",\n\t\tname: \"GPT OSS 20B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.05,\n\t\t\toutput: 0.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-oss-safeguard-20b\": {\n\t\tid: \"openai/gpt-oss-safeguard-20b\",\n\t\tname: \"GPT OSS Safeguard 20B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.075,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.037,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o1\": {\n\t\tid: \"openai/o1\",\n\t\tname: \"o1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 60,\n\t\t\tcacheRead: 7.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3\": {\n\t\tid: \"openai/o3\",\n\t\tname: \"o3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3-deep-research\": {\n\t\tid: \"openai/o3-deep-research\",\n\t\tname: \"o3-deep-research\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 10,\n\t\t\toutput: 40,\n\t\t\tcacheRead: 2.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3-mini\": {\n\t\tid: \"openai/o3-mini\",\n\t\tname: \"o3-mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.1,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.55,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3-pro\": {\n\t\tid: \"openai/o3-pro\",\n\t\tname: \"o3 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 20,\n\t\t\toutput: 80,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o4-mini\": {\n\t\tid: \"openai/o4-mini\",\n\t\tname: \"o4-mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.1,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.275,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"sakana/fugu-ultra\": {\n\t\tid: \"sakana/fugu-ultra\",\n\t\tname: \"Fugu Ultra\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\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: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"stepfun/step-3.5-flash\": {\n\t\tid: \"stepfun/step-3.5-flash\",\n\t\tname: \"StepFun 3.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.09,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.02,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262114,\n\t\tmaxTokens: 262114,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"stepfun/step-3.7-flash\": {\n\t\tid: \"stepfun/step-3.7-flash\",\n\t\tname: \"Step 3.7 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 1.15,\n\t\t\tcacheRead: 0.04,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.1-fast-non-reasoning\": {\n\t\tid: \"xai/grok-4.1-fast-non-reasoning\",\n\t\tname: \"Grok 4.1 Fast Non-Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.1-fast-reasoning\": {\n\t\tid: \"xai/grok-4.1-fast-reasoning\",\n\t\tname: \"Grok 4.1 Fast Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-multi-agent\": {\n\t\tid: \"xai/grok-4.20-multi-agent\",\n\t\tname: \"Grok 4.20 Multi-Agent\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-multi-agent-beta\": {\n\t\tid: \"xai/grok-4.20-multi-agent-beta\",\n\t\tname: \"Grok 4.20 Multi Agent Beta\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-non-reasoning\": {\n\t\tid: \"xai/grok-4.20-non-reasoning\",\n\t\tname: \"Grok 4.20 Non-Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-non-reasoning-beta\": {\n\t\tid: \"xai/grok-4.20-non-reasoning-beta\",\n\t\tname: \"Grok 4.20 Beta Non-Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-reasoning\": {\n\t\tid: \"xai/grok-4.20-reasoning\",\n\t\tname: \"Grok 4.20 Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-reasoning-beta\": {\n\t\tid: \"xai/grok-4.20-reasoning-beta\",\n\t\tname: \"Grok 4.20 Beta Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.3\": {\n\t\tid: \"xai/grok-4.3\",\n\t\tname: \"Grok 4.3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-build-0.1\": {\n\t\tid: \"xai/grok-build-0.1\",\n\t\tname: \"Grok Build 0.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2-flash\": {\n\t\tid: \"xiaomi/mimo-v2-flash\",\n\t\tname: \"MiMo V2 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.01,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2-pro\": {\n\t\tid: \"xiaomi/mimo-v2-pro\",\n\t\tname: \"MiMo V2 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 3,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2.5\": {\n\t\tid: \"xiaomi/mimo-v2.5\",\n\t\tname: \"MiMo M2.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.28,\n\t\t\tcacheRead: 0.0028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2.5-pro\": {\n\t\tid: \"xiaomi/mimo-v2.5-pro\",\n\t\tname: \"MiMo V2.5 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.435,\n\t\t\toutput: 0.87,\n\t\t\tcacheRead: 0.0036,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.5\": {\n\t\tid: \"zai/glm-4.5\",\n\t\tname: \"GLM 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.2,\n\t\t\tcacheRead: 0.11,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 96000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.5-air\": {\n\t\tid: \"zai/glm-4.5-air\",\n\t\tname: \"GLM 4.5 Air\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 1.1,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 96000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.5v\": {\n\t\tid: \"zai/glm-4.5v\",\n\t\tname: \"GLM 4.5V\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 1.8,\n\t\t\tcacheRead: 0.11,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 66000,\n\t\tmaxTokens: 16000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.6\": {\n\t\tid: \"zai/glm-4.6\",\n\t\tname: \"GLM 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.2,\n\t\t\tcacheRead: 0.11,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 96000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.6v\": {\n\t\tid: \"zai/glm-4.6v\",\n\t\tname: \"GLM-4.6V\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 0.9,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 24000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.6v-flash\": {\n\t\tid: \"zai/glm-4.6v-flash\",\n\t\tname: \"GLM-4.6V-Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 24000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.7\": {\n\t\tid: \"zai/glm-4.7\",\n\t\tname: \"GLM 4.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.2,\n\t\t\tcacheRead: 0.12,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 120000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.7-flash\": {\n\t\tid: \"zai/glm-4.7-flash\",\n\t\tname: \"GLM 4.7 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.07,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.7-flashx\": {\n\t\tid: \"zai/glm-4.7-flashx\",\n\t\tname: \"GLM 4.7 FlashX\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.06,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.01,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5\": {\n\t\tid: \"zai/glm-5\",\n\t\tname: \"GLM 5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 3.15,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5-turbo\": {\n\t\tid: \"zai/glm-5-turbo\",\n\t\tname: \"GLM 5 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5.1\": {\n\t\tid: \"zai/glm-5.1\",\n\t\tname: \"GLM 5.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.3,\n\t\t\toutput: 4.3,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202000,\n\t\tmaxTokens: 202000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5.2\": {\n\t\tid: \"zai/glm-5.2\",\n\t\tname: \"GLM 5.2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\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: 1040000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5.2-fast\": {\n\t\tid: \"zai/glm-5.2-fast\",\n\t\tname: \"GLM 5.2 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 10.25,\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<\"anthropic-messages\">,\n\t\"zai/glm-5v-turbo\": {\n\t\tid: \"zai/glm-5v-turbo\",\n\t\tname: \"GLM 5V Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n} as const;\n"]}
@@ -511,6 +511,25 @@ export const VERCEL_AI_GATEWAY_MODELS = {
511
511
  contextWindow: 200000,
512
512
  maxTokens: 8192,
513
513
  },
514
+ "anthropic/claude-fable-5": {
515
+ id: "anthropic/claude-fable-5",
516
+ name: "Claude Fable 5",
517
+ api: "anthropic-messages",
518
+ provider: "vercel-ai-gateway",
519
+ baseUrl: "https://ai-gateway.vercel.sh",
520
+ compat: { "forceAdaptiveThinking": true },
521
+ reasoning: true,
522
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
523
+ input: ["text", "image"],
524
+ cost: {
525
+ input: 10,
526
+ output: 50,
527
+ cacheRead: 1,
528
+ cacheWrite: 12.5,
529
+ },
530
+ contextWindow: 1000000,
531
+ maxTokens: 128000,
532
+ },
514
533
  "anthropic/claude-haiku-4.5": {
515
534
  id: "anthropic/claude-haiku-4.5",
516
535
  name: "Claude Haiku 4.5",
@@ -688,6 +707,24 @@ export const VERCEL_AI_GATEWAY_MODELS = {
688
707
  contextWindow: 1000000,
689
708
  maxTokens: 128000,
690
709
  },
710
+ "anthropic/claude-sonnet-5": {
711
+ id: "anthropic/claude-sonnet-5",
712
+ name: "Claude Sonnet 5",
713
+ api: "anthropic-messages",
714
+ provider: "vercel-ai-gateway",
715
+ baseUrl: "https://ai-gateway.vercel.sh",
716
+ compat: { "forceAdaptiveThinking": true },
717
+ reasoning: true,
718
+ input: ["text", "image"],
719
+ cost: {
720
+ input: 2,
721
+ output: 10,
722
+ cacheRead: 0.2,
723
+ cacheWrite: 2.5,
724
+ },
725
+ contextWindow: 1000000,
726
+ maxTokens: 128000,
727
+ },
691
728
  "arcee-ai/trinity-large-preview": {
692
729
  id: "arcee-ai/trinity-large-preview",
693
730
  name: "Trinity Large Preview",
@@ -3123,12 +3160,12 @@ export const VERCEL_AI_GATEWAY_MODELS = {
3123
3160
  reasoning: true,
3124
3161
  input: ["text"],
3125
3162
  cost: {
3126
- input: 1.5,
3127
- output: 4.5,
3128
- cacheRead: 0.3,
3163
+ input: 1.4,
3164
+ output: 4.4,
3165
+ cacheRead: 0.26,
3129
3166
  cacheWrite: 0,
3130
3167
  },
3131
- contextWindow: 1000000,
3168
+ contextWindow: 1040000,
3132
3169
  maxTokens: 128000,
3133
3170
  },
3134
3171
  "zai/glm-5.2-fast": {