@earendil-works/pi-ai 0.80.2 → 0.80.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/api/anthropic-messages.d.ts.map +1 -1
- package/dist/api/anthropic-messages.js +13 -4
- package/dist/api/anthropic-messages.js.map +1 -1
- package/dist/api/azure-openai-responses.d.ts.map +1 -1
- package/dist/api/azure-openai-responses.js +11 -17
- package/dist/api/azure-openai-responses.js.map +1 -1
- package/dist/api/bedrock-converse-stream.d.ts.map +1 -1
- package/dist/api/bedrock-converse-stream.js +17 -8
- package/dist/api/bedrock-converse-stream.js.map +1 -1
- package/dist/api/google-generative-ai.d.ts.map +1 -1
- package/dist/api/google-generative-ai.js +4 -2
- package/dist/api/google-generative-ai.js.map +1 -1
- package/dist/api/google-vertex.d.ts.map +1 -1
- package/dist/api/google-vertex.js +4 -2
- package/dist/api/google-vertex.js.map +1 -1
- package/dist/api/mistral-conversations.d.ts.map +1 -1
- package/dist/api/mistral-conversations.js +1 -1
- package/dist/api/mistral-conversations.js.map +1 -1
- package/dist/api/openai-codex-responses.d.ts.map +1 -1
- package/dist/api/openai-codex-responses.js +11 -25
- package/dist/api/openai-codex-responses.js.map +1 -1
- package/dist/api/openai-completions.d.ts.map +1 -1
- package/dist/api/openai-completions.js +10 -4
- package/dist/api/openai-completions.js.map +1 -1
- package/dist/api/openai-responses-shared.d.ts.map +1 -1
- package/dist/api/openai-responses-shared.js +152 -175
- package/dist/api/openai-responses-shared.js.map +1 -1
- package/dist/api/openai-responses.d.ts.map +1 -1
- package/dist/api/openai-responses.js +3 -15
- package/dist/api/openai-responses.js.map +1 -1
- package/dist/api/openrouter-images.d.ts.map +1 -1
- package/dist/api/openrouter-images.js +2 -1
- package/dist/api/openrouter-images.js.map +1 -1
- package/dist/api/simple-options.d.ts +3 -2
- package/dist/api/simple-options.d.ts.map +1 -1
- package/dist/api/simple-options.js +11 -2
- package/dist/api/simple-options.js.map +1 -1
- package/dist/image-models.generated.d.ts +34 -19
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +60 -45
- package/dist/image-models.generated.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models.generated.d.ts +754 -198
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.models.d.ts +119 -0
- package/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.models.js +127 -8
- package/dist/providers/amazon-bedrock.models.js.map +1 -1
- package/dist/providers/anthropic.models.d.ts +20 -34
- package/dist/providers/anthropic.models.d.ts.map +1 -1
- package/dist/providers/anthropic.models.js +18 -34
- package/dist/providers/anthropic.models.js.map +1 -1
- package/dist/providers/fireworks.models.d.ts +23 -0
- package/dist/providers/fireworks.models.d.ts.map +1 -1
- package/dist/providers/fireworks.models.js +19 -1
- package/dist/providers/fireworks.models.js.map +1 -1
- package/dist/providers/groq.models.d.ts.map +1 -1
- package/dist/providers/groq.models.js +1 -1
- package/dist/providers/groq.models.js.map +1 -1
- package/dist/providers/huggingface.models.d.ts +80 -0
- package/dist/providers/huggingface.models.d.ts.map +1 -1
- package/dist/providers/huggingface.models.js +72 -0
- package/dist/providers/huggingface.models.js.map +1 -1
- package/dist/providers/minimax-cn.models.d.ts.map +1 -1
- package/dist/providers/minimax-cn.models.js +4 -4
- package/dist/providers/minimax-cn.models.js.map +1 -1
- package/dist/providers/minimax.models.d.ts.map +1 -1
- package/dist/providers/minimax.models.js +4 -4
- package/dist/providers/minimax.models.js.map +1 -1
- package/dist/providers/nvidia.models.d.ts +28 -0
- package/dist/providers/nvidia.models.d.ts.map +1 -1
- package/dist/providers/nvidia.models.js +19 -0
- package/dist/providers/nvidia.models.js.map +1 -1
- package/dist/providers/opencode-go.models.d.ts.map +1 -1
- package/dist/providers/opencode-go.models.js +4 -4
- package/dist/providers/opencode-go.models.js.map +1 -1
- package/dist/providers/openrouter.models.d.ts +29 -32
- package/dist/providers/openrouter.models.d.ts.map +1 -1
- package/dist/providers/openrouter.models.js +93 -94
- package/dist/providers/openrouter.models.js.map +1 -1
- package/dist/providers/together.models.d.ts +31 -0
- package/dist/providers/together.models.d.ts.map +1 -1
- package/dist/providers/together.models.js +19 -0
- package/dist/providers/together.models.js.map +1 -1
- package/dist/providers/vercel-ai-gateway.models.d.ts +343 -51
- package/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
- package/dist/providers/vercel-ai-gateway.models.js +367 -77
- package/dist/providers/vercel-ai-gateway.models.js.map +1 -1
- package/dist/providers/xiaomi-token-plan-ams.models.d.ts.map +1 -1
- package/dist/providers/xiaomi-token-plan-ams.models.js +12 -12
- package/dist/providers/xiaomi-token-plan-ams.models.js.map +1 -1
- package/dist/providers/xiaomi-token-plan-cn.models.d.ts.map +1 -1
- package/dist/providers/xiaomi-token-plan-cn.models.js +12 -12
- package/dist/providers/xiaomi-token-plan-cn.models.js.map +1 -1
- package/dist/providers/xiaomi-token-plan-sgp.models.d.ts.map +1 -1
- package/dist/providers/xiaomi-token-plan-sgp.models.js +12 -12
- package/dist/providers/xiaomi-token-plan-sgp.models.js.map +1 -1
- package/dist/providers/xiaomi.models.d.ts.map +1 -1
- package/dist/providers/xiaomi.models.js +15 -15
- package/dist/providers/xiaomi.models.js.map +1 -1
- package/dist/types.d.ts +6 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/error-body.d.ts +25 -0
- package/dist/utils/error-body.d.ts.map +1 -0
- package/dist/utils/error-body.js +109 -0
- package/dist/utils/error-body.js.map +1 -0
- package/dist/utils/estimate.d.ts +17 -0
- package/dist/utils/estimate.d.ts.map +1 -0
- package/dist/utils/estimate.js +95 -0
- package/dist/utils/estimate.js.map +1 -0
- package/dist/utils/retry.d.ts +12 -0
- package/dist/utils/retry.d.ts.map +1 -0
- package/dist/utils/retry.js +86 -0
- package/dist/utils/retry.js.map +1 -0
- package/package.json +1 -1
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA60F3B,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: true,\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: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0,\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: true,\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-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\"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\"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\"],\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\"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.56,\n\t\t\toutput: 1.68,\n\t\t\tcacheRead: 0.28,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 163840,\n\t\tmaxTokens: 8192,\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: true,\n\t\tinput: [\"text\", \"image\"],\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\", \"image\"],\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\", \"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: 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: false,\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\"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\"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\"],\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/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-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\"],\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.6,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.15,\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.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-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-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: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 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: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 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: 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: 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: 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: 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.35,\n\t\t\toutput: 0.75,\n\t\t\tcacheRead: 0.25,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131000,\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\"perplexity/sonar\": {\n\t\tid: \"perplexity/sonar\",\n\t\tname: \"Sonar\",\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,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 127000,\n\t\tmaxTokens: 8000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"perplexity/sonar-pro\": {\n\t\tid: \"perplexity/sonar-pro\",\n\t\tname: \"Sonar 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,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 8000,\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\", \"image\"],\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: 2.25,\n\t\t\toutput: 2.75,\n\t\t\tcacheRead: 2.25,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131000,\n\t\tmaxTokens: 40000,\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: 1,\n\t\t\toutput: 3.2,\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\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.4,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 64000,\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-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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+mG3B,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\"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.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"]}
|