@averyyy/pi-ai 0.80.3-piclient.5 → 0.80.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/dist/api-registry.d.ts +20 -0
  2. package/dist/api-registry.d.ts.map +1 -0
  3. package/dist/api-registry.js +44 -0
  4. package/dist/api-registry.js.map +1 -0
  5. package/dist/cli.js +0 -0
  6. package/dist/image-models.generated.d.ts.map +1 -1
  7. package/dist/image-models.generated.js +176 -176
  8. package/dist/image-models.generated.js.map +1 -1
  9. package/dist/models.generated.d.ts +28 -203
  10. package/dist/models.generated.d.ts.map +1 -1
  11. package/dist/providers/amazon-bedrock.models.d.ts +0 -21
  12. package/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
  13. package/dist/providers/amazon-bedrock.models.js +0 -18
  14. package/dist/providers/amazon-bedrock.models.js.map +1 -1
  15. package/dist/providers/cerebras.models.d.ts +0 -21
  16. package/dist/providers/cerebras.models.d.ts.map +1 -1
  17. package/dist/providers/cerebras.models.js +0 -18
  18. package/dist/providers/cerebras.models.js.map +1 -1
  19. package/dist/providers/cloudflare-ai-gateway.models.d.ts +0 -21
  20. package/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
  21. package/dist/providers/cloudflare-ai-gateway.models.js +0 -18
  22. package/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
  23. package/dist/providers/cloudflare.d.ts +13 -0
  24. package/dist/providers/cloudflare.d.ts.map +1 -0
  25. package/dist/providers/cloudflare.js +26 -0
  26. package/dist/providers/cloudflare.js.map +1 -0
  27. package/dist/providers/github-copilot-headers.d.ts +8 -0
  28. package/dist/providers/github-copilot-headers.d.ts.map +1 -0
  29. package/dist/providers/github-copilot-headers.js +29 -0
  30. package/dist/providers/github-copilot-headers.js.map +1 -0
  31. package/dist/providers/github-copilot.models.d.ts +0 -28
  32. package/dist/providers/github-copilot.models.d.ts.map +1 -1
  33. package/dist/providers/github-copilot.models.js +0 -19
  34. package/dist/providers/github-copilot.models.js.map +1 -1
  35. package/dist/providers/google-shared.d.ts +70 -0
  36. package/dist/providers/google-shared.d.ts.map +1 -0
  37. package/dist/providers/google-shared.js +329 -0
  38. package/dist/providers/google-shared.js.map +1 -0
  39. package/dist/providers/images/openrouter.d.ts +3 -0
  40. package/dist/providers/images/openrouter.d.ts.map +1 -0
  41. package/dist/providers/images/openrouter.js +128 -0
  42. package/dist/providers/images/openrouter.js.map +1 -0
  43. package/dist/providers/nvidia.models.d.ts +28 -0
  44. package/dist/providers/nvidia.models.d.ts.map +1 -1
  45. package/dist/providers/nvidia.models.js +19 -0
  46. package/dist/providers/nvidia.models.js.map +1 -1
  47. package/dist/providers/openai-codex-responses.d.ts +30 -0
  48. package/dist/providers/openai-codex-responses.d.ts.map +1 -0
  49. package/dist/providers/openai-codex-responses.js +1173 -0
  50. package/dist/providers/openai-codex-responses.js.map +1 -0
  51. package/dist/providers/openai-completions.d.ts +19 -0
  52. package/dist/providers/openai-completions.d.ts.map +1 -0
  53. package/dist/providers/openai-completions.js +977 -0
  54. package/dist/providers/openai-completions.js.map +1 -0
  55. package/dist/providers/openai-prompt-cache.d.ts +3 -0
  56. package/dist/providers/openai-prompt-cache.d.ts.map +1 -0
  57. package/dist/providers/openai-prompt-cache.js +10 -0
  58. package/dist/providers/openai-prompt-cache.js.map +1 -0
  59. package/dist/providers/openai-responses-shared.d.ts +18 -0
  60. package/dist/providers/openai-responses-shared.d.ts.map +1 -0
  61. package/dist/providers/openai-responses-shared.js +496 -0
  62. package/dist/providers/openai-responses-shared.js.map +1 -0
  63. package/dist/providers/openai-responses.d.ts +13 -0
  64. package/dist/providers/openai-responses.d.ts.map +1 -0
  65. package/dist/providers/openai-responses.js +234 -0
  66. package/dist/providers/openai-responses.js.map +1 -0
  67. package/dist/providers/opencode-go.models.d.ts.map +1 -1
  68. package/dist/providers/opencode-go.models.js +2 -2
  69. package/dist/providers/opencode-go.models.js.map +1 -1
  70. package/dist/providers/opencode.models.d.ts +0 -88
  71. package/dist/providers/opencode.models.d.ts.map +1 -1
  72. package/dist/providers/opencode.models.js +2 -75
  73. package/dist/providers/opencode.models.js.map +1 -1
  74. package/dist/providers/openrouter.models.d.ts.map +1 -1
  75. package/dist/providers/openrouter.models.js +21 -21
  76. package/dist/providers/openrouter.models.js.map +1 -1
  77. package/dist/providers/register-builtins.d.ts +35 -0
  78. package/dist/providers/register-builtins.d.ts.map +1 -0
  79. package/dist/providers/register-builtins.js +254 -0
  80. package/dist/providers/register-builtins.js.map +1 -0
  81. package/dist/providers/simple-options.d.ts +8 -0
  82. package/dist/providers/simple-options.d.ts.map +1 -0
  83. package/dist/providers/simple-options.js +42 -0
  84. package/dist/providers/simple-options.js.map +1 -0
  85. package/dist/providers/transform-messages.d.ts +8 -0
  86. package/dist/providers/transform-messages.d.ts.map +1 -0
  87. package/dist/providers/transform-messages.js +184 -0
  88. package/dist/providers/transform-messages.js.map +1 -0
  89. package/dist/providers/vercel-ai-gateway.models.d.ts +0 -24
  90. package/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
  91. package/dist/providers/vercel-ai-gateway.models.js +0 -19
  92. package/dist/providers/vercel-ai-gateway.models.js.map +1 -1
  93. package/dist/stream.d.ts +8 -0
  94. package/dist/stream.d.ts.map +1 -0
  95. package/dist/stream.js +39 -0
  96. package/dist/stream.js.map +1 -0
  97. package/package.json +2 -5
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkoG3B,CAAC","sourcesContent":["// This file is auto-generated by scripts/generate-models.ts\n// Do not edit manually - run 'npm run generate-models' to update\n\nimport type { Model } from \"../types.ts\";\n\nexport const VERCEL_AI_GATEWAY_MODELS = {\n\t\"alibaba/qwen-3-14b\": {\n\t\tid: \"alibaba/qwen-3-14b\",\n\t\tname: \"Qwen3-14B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.12,\n\t\t\toutput: 0.24,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 40960,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3-235b\": {\n\t\tid: \"alibaba/qwen-3-235b\",\n\t\tname: \"Qwen3 235B A22B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.22,\n\t\t\toutput: 0.88,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3-30b\": {\n\t\tid: \"alibaba/qwen-3-30b\",\n\t\tname: \"Qwen3-30B-A3B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.12,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 40960,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3-32b\": {\n\t\tid: \"alibaba/qwen-3-32b\",\n\t\tname: \"Qwen 3 32B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.16,\n\t\t\toutput: 0.64,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen-3.6-max-preview\": {\n\t\tid: \"alibaba/qwen-3.6-max-preview\",\n\t\tname: \"Qwen 3.6 Max Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.3,\n\t\t\toutput: 7.8,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 1.625,\n\t\t},\n\t\tcontextWindow: 240000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-235b-a22b-thinking\": {\n\t\tid: \"alibaba/qwen3-235b-a22b-thinking\",\n\t\tname: \"Qwen3 VL 235B A22B Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder\": {\n\t\tid: \"alibaba/qwen3-coder\",\n\t\tname: \"Qwen3 Coder 480B A35B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 7.5,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder-30b-a3b\": {\n\t\tid: \"alibaba/qwen3-coder-30b-a3b\",\n\t\tname: \"Qwen 3 Coder 30B A3B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder-next\": {\n\t\tid: \"alibaba/qwen3-coder-next\",\n\t\tname: \"Qwen3 Coder Next\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-coder-plus\": {\n\t\tid: \"alibaba/qwen3-coder-plus\",\n\t\tname: \"Qwen3 Coder Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-max\": {\n\t\tid: \"alibaba/qwen3-max\",\n\t\tname: \"Qwen3 Max\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-max-preview\": {\n\t\tid: \"alibaba/qwen3-max-preview\",\n\t\tname: \"Qwen3 Max Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-max-thinking\": {\n\t\tid: \"alibaba/qwen3-max-thinking\",\n\t\tname: \"Qwen 3 Max Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-next-80b-a3b-instruct\": {\n\t\tid: \"alibaba/qwen3-next-80b-a3b-instruct\",\n\t\tname: \"Qwen3 Next 80B A3B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-next-80b-a3b-thinking\": {\n\t\tid: \"alibaba/qwen3-next-80b-a3b-thinking\",\n\t\tname: \"Qwen3 Next 80B A3B Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-vl-235b-a22b-instruct\": {\n\t\tid: \"alibaba/qwen3-vl-235b-a22b-instruct\",\n\t\tname: \"Qwen3 VL 235B A22B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 1.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 129024,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-vl-instruct\": {\n\t\tid: \"alibaba/qwen3-vl-instruct\",\n\t\tname: \"Qwen3 VL 235B A22B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 1.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 129024,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3-vl-thinking\": {\n\t\tid: \"alibaba/qwen3-vl-thinking\",\n\t\tname: \"Qwen3 VL 235B A22B Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.5-flash\": {\n\t\tid: \"alibaba/qwen3.5-flash\",\n\t\tname: \"Qwen 3.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.001,\n\t\t\tcacheWrite: 0.125,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.5-plus\": {\n\t\tid: \"alibaba/qwen3.5-plus\",\n\t\tname: \"Qwen 3.5 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.04,\n\t\t\tcacheWrite: 0.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.6-27b\": {\n\t\tid: \"alibaba/qwen3.6-27b\",\n\t\tname: \"Qwen 3.6 27B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 3.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.6-plus\": {\n\t\tid: \"alibaba/qwen3.6-plus\",\n\t\tname: \"Qwen 3.6 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 3,\n\t\t\tcacheRead: 0.1,\n\t\t\tcacheWrite: 0.625,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.7-max\": {\n\t\tid: \"alibaba/qwen3.7-max\",\n\t\tname: \"Qwen 3.7 Max\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 3.75,\n\t\t\tcacheRead: 0.25,\n\t\t\tcacheWrite: 1.5625,\n\t\t},\n\t\tcontextWindow: 991000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"alibaba/qwen3.7-plus\": {\n\t\tid: \"alibaba/qwen3.7-plus\",\n\t\tname: \"Qwen 3.7 Plus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 1.6,\n\t\t\tcacheRead: 0.08,\n\t\t\tcacheWrite: 0.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-2-lite\": {\n\t\tid: \"amazon/nova-2-lite\",\n\t\tname: \"Nova 2 Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-lite\": {\n\t\tid: \"amazon/nova-lite\",\n\t\tname: \"Nova Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.06,\n\t\t\toutput: 0.24,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 300000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-micro\": {\n\t\tid: \"amazon/nova-micro\",\n\t\tname: \"Nova Micro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.035,\n\t\t\toutput: 0.14,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"amazon/nova-pro\": {\n\t\tid: \"amazon/nova-pro\",\n\t\tname: \"Nova Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.8,\n\t\t\toutput: 3.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 300000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-3-haiku\": {\n\t\tid: \"anthropic/claude-3-haiku\",\n\t\tname: \"Claude 3 Haiku\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1.25,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.3,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 4096,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-3.5-haiku\": {\n\t\tid: \"anthropic/claude-3.5-haiku\",\n\t\tname: \"Claude 3.5 Haiku\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.8,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.08,\n\t\t\tcacheWrite: 1,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-fable-5\": {\n\t\tid: \"anthropic/claude-fable-5\",\n\t\tname: \"Claude Fable 5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 10,\n\t\t\toutput: 50,\n\t\t\tcacheRead: 1,\n\t\t\tcacheWrite: 12.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-haiku-4.5\": {\n\t\tid: \"anthropic/claude-haiku-4.5\",\n\t\tname: \"Claude Haiku 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 5,\n\t\t\tcacheRead: 0.1,\n\t\t\tcacheWrite: 1.25,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4\": {\n\t\tid: \"anthropic/claude-opus-4\",\n\t\tname: \"Claude Opus 4\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 75,\n\t\t\tcacheRead: 1.5,\n\t\t\tcacheWrite: 18.75,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.1\": {\n\t\tid: \"anthropic/claude-opus-4.1\",\n\t\tname: \"Claude Opus 4.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 75,\n\t\t\tcacheRead: 1.5,\n\t\t\tcacheWrite: 18.75,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.5\": {\n\t\tid: \"anthropic/claude-opus-4.5\",\n\t\tname: \"Claude Opus 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.6\": {\n\t\tid: \"anthropic/claude-opus-4.6\",\n\t\tname: \"Claude Opus 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.7\": {\n\t\tid: \"anthropic/claude-opus-4.7\",\n\t\tname: \"Claude Opus 4.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-opus-4.8\": {\n\t\tid: \"anthropic/claude-opus-4.8\",\n\t\tname: \"Claude Opus 4.8\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 6.25,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-4\": {\n\t\tid: \"anthropic/claude-sonnet-4\",\n\t\tname: \"Claude Sonnet 4\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 3.75,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-4.5\": {\n\t\tid: \"anthropic/claude-sonnet-4.5\",\n\t\tname: \"Claude Sonnet 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 3.75,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-4.6\": {\n\t\tid: \"anthropic/claude-sonnet-4.6\",\n\t\tname: \"Claude Sonnet 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 3.75,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"anthropic/claude-sonnet-5\": {\n\t\tid: \"anthropic/claude-sonnet-5\",\n\t\tname: \"Claude Sonnet 5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 2.5,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"arcee-ai/trinity-large-preview\": {\n\t\tid: \"arcee-ai/trinity-large-preview\",\n\t\tname: \"Trinity Large Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131000,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"arcee-ai/trinity-large-thinking\": {\n\t\tid: \"arcee-ai/trinity-large-thinking\",\n\t\tname: \"Trinity Large Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 0.9,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262100,\n\t\tmaxTokens: 80000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"arcee-ai/trinity-mini\": {\n\t\tid: \"arcee-ai/trinity-mini\",\n\t\tname: \"Trinity Mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.045,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"bytedance/seed-1.6\": {\n\t\tid: \"bytedance/seed-1.6\",\n\t\tname: \"Seed 1.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"bytedance/seed-1.8\": {\n\t\tid: \"bytedance/seed-1.8\",\n\t\tname: \"Bytedance Seed 1.8\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"cohere/command-a\": {\n\t\tid: \"cohere/command-a\",\n\t\tname: \"Command A\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 2.5,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 8000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-r1\": {\n\t\tid: \"deepseek/deepseek-r1\",\n\t\tname: \"DeepSeek-R1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.35,\n\t\t\toutput: 5.4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3\": {\n\t\tid: \"deepseek/deepseek-v3\",\n\t\tname: \"DeepSeek V3 0324\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.27,\n\t\t\toutput: 1.12,\n\t\t\tcacheRead: 0.135,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 163840,\n\t\tmaxTokens: 163840,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.1\": {\n\t\tid: \"deepseek/deepseek-v3.1\",\n\t\tname: \"DeepSeek V3.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 1.7,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.1-terminus\": {\n\t\tid: \"deepseek/deepseek-v3.1-terminus\",\n\t\tname: \"DeepSeek V3.1 Terminus\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.27,\n\t\t\toutput: 1,\n\t\t\tcacheRead: 0.135,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.2\": {\n\t\tid: \"deepseek/deepseek-v3.2\",\n\t\tname: \"DeepSeek V3.2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.28,\n\t\t\toutput: 0.42,\n\t\t\tcacheRead: 0.028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v3.2-thinking\": {\n\t\tid: \"deepseek/deepseek-v3.2-thinking\",\n\t\tname: \"DeepSeek V3.2 Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.62,\n\t\t\toutput: 1.85,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v4-flash\": {\n\t\tid: \"deepseek/deepseek-v4-flash\",\n\t\tname: \"DeepSeek V4 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.28,\n\t\t\tcacheRead: 0.0028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"deepseek/deepseek-v4-pro\": {\n\t\tid: \"deepseek/deepseek-v4-pro\",\n\t\tname: \"DeepSeek V4 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.435,\n\t\t\toutput: 0.87,\n\t\t\tcacheRead: 0.0036,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 384000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-2.5-flash\": {\n\t\tid: \"google/gemini-2.5-flash\",\n\t\tname: \"Gemini 2.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-2.5-flash-lite\": {\n\t\tid: \"google/gemini-2.5-flash-lite\",\n\t\tname: \"Gemini 2.5 Flash Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.01,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048576,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-2.5-pro\": {\n\t\tid: \"google/gemini-2.5-pro\",\n\t\tname: \"Gemini 2.5 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1048576,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3-flash\": {\n\t\tid: \"google/gemini-3-flash\",\n\t\tname: \"Gemini 3 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 3,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3-pro-preview\": {\n\t\tid: \"google/gemini-3-pro-preview\",\n\t\tname: \"Gemini 3 Pro Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 12,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3.1-flash-lite\": {\n\t\tid: \"google/gemini-3.1-flash-lite\",\n\t\tname: \"Gemini 3.1 Flash Lite\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3.1-flash-lite-preview\": {\n\t\tid: \"google/gemini-3.1-flash-lite-preview\",\n\t\tname: \"Gemini 3.1 Flash Lite Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3.1-pro-preview\": {\n\t\tid: \"google/gemini-3.1-pro-preview\",\n\t\tname: \"Gemini 3.1 Pro Preview\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 12,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemini-3.5-flash\": {\n\t\tid: \"google/gemini-3.5-flash\",\n\t\tname: \"Gemini 3.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 9,\n\t\t\tcacheRead: 0.15,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemma-4-26b-a4b-it\": {\n\t\tid: \"google/gemma-4-26b-a4b-it\",\n\t\tname: \"Gemma 4 26B A4B IT\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0.015,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"google/gemma-4-31b-it\": {\n\t\tid: \"google/gemma-4-31b-it\",\n\t\tname: \"Gemma 4 31B IT\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"inception/mercury-2\": {\n\t\tid: \"inception/mercury-2\",\n\t\tname: \"Mercury 2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 0.75,\n\t\t\tcacheRead: 0.025,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"inception/mercury-coder-small\": {\n\t\tid: \"inception/mercury-coder-small\",\n\t\tname: \"Mercury Coder Small Beta\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 1,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 32000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"interfaze/interfaze-beta\": {\n\t\tid: \"interfaze/interfaze-beta\",\n\t\tname: \"Interfaze Beta\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 3.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"kwaipilot/kat-coder-pro-v1\": {\n\t\tid: \"kwaipilot/kat-coder-pro-v1\",\n\t\tname: \"KAT-Coder-Pro V1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"kwaipilot/kat-coder-pro-v2\": {\n\t\tid: \"kwaipilot/kat-coder-pro-v2\",\n\t\tname: \"Kat Coder Pro V2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meituan/longcat-flash-chat\": {\n\t\tid: \"meituan/longcat-flash-chat\",\n\t\tname: \"LongCat Flash Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meituan/longcat-flash-thinking-2601\": {\n\t\tid: \"meituan/longcat-flash-thinking-2601\",\n\t\tname: \"LongCat Flash Thinking 2601\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 32768,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.1-70b\": {\n\t\tid: \"meta/llama-3.1-70b\",\n\t\tname: \"Llama 3.1 70B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.72,\n\t\t\toutput: 0.72,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.1-8b\": {\n\t\tid: \"meta/llama-3.1-8b\",\n\t\tname: \"Llama 3.1 8B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.22,\n\t\t\toutput: 0.22,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.2-11b\": {\n\t\tid: \"meta/llama-3.2-11b\",\n\t\tname: \"Llama 3.2 11B Vision Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.16,\n\t\t\toutput: 0.16,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.2-90b\": {\n\t\tid: \"meta/llama-3.2-90b\",\n\t\tname: \"Llama 3.2 90B Vision Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.72,\n\t\t\toutput: 0.72,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-3.3-70b\": {\n\t\tid: \"meta/llama-3.3-70b\",\n\t\tname: \"Llama 3.3 70B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.72,\n\t\t\toutput: 0.72,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-4-maverick\": {\n\t\tid: \"meta/llama-4-maverick\",\n\t\tname: \"Llama 4 Maverick 17B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.24,\n\t\t\toutput: 0.97,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"meta/llama-4-scout\": {\n\t\tid: \"meta/llama-4-scout\",\n\t\tname: \"Llama 4 Scout 17B Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.17,\n\t\t\toutput: 0.66,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2\": {\n\t\tid: \"minimax/minimax-m2\",\n\t\tname: \"MiniMax M2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 205000,\n\t\tmaxTokens: 205000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.1\": {\n\t\tid: \"minimax/minimax-m2.1\",\n\t\tname: \"MiniMax M2.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.1-lightning\": {\n\t\tid: \"minimax/minimax-m2.1-lightning\",\n\t\tname: \"MiniMax M2.1 Lightning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.5\": {\n\t\tid: \"minimax/minimax-m2.5\",\n\t\tname: \"MiniMax M2.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.5-highspeed\": {\n\t\tid: \"minimax/minimax-m2.5-highspeed\",\n\t\tname: \"MiniMax M2.5 High Speed\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.7\": {\n\t\tid: \"minimax/minimax-m2.7\",\n\t\tname: \"MiniMax M2.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m2.7-highspeed\": {\n\t\tid: \"minimax/minimax-m2.7-highspeed\",\n\t\tname: \"MiniMax M2.7 High Speed\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0.375,\n\t\t},\n\t\tcontextWindow: 204800,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"minimax/minimax-m3\": {\n\t\tid: \"minimax/minimax-m3\",\n\t\tname: \"MiniMax M3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 1.2,\n\t\t\tcacheRead: 0.06,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/codestral\": {\n\t\tid: \"mistral/codestral\",\n\t\tname: \"Mistral Codestral\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 0.9,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/devstral-2\": {\n\t\tid: \"mistral/devstral-2\",\n\t\tname: \"Devstral 2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/devstral-small\": {\n\t\tid: \"mistral/devstral-small\",\n\t\tname: \"Devstral Small 1.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/devstral-small-2\": {\n\t\tid: \"mistral/devstral-small-2\",\n\t\tname: \"Devstral Small 2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/magistral-medium\": {\n\t\tid: \"mistral/magistral-medium\",\n\t\tname: \"Magistral Medium 2509\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/magistral-small\": {\n\t\tid: \"mistral/magistral-small\",\n\t\tname: \"Magistral Small 2509\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/ministral-14b\": {\n\t\tid: \"mistral/ministral-14b\",\n\t\tname: \"Ministral 14B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/ministral-3b\": {\n\t\tid: \"mistral/ministral-3b\",\n\t\tname: \"Ministral 3B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.1,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/ministral-8b\": {\n\t\tid: \"mistral/ministral-8b\",\n\t\tname: \"Ministral 8B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-large-3\": {\n\t\tid: \"mistral/mistral-large-3\",\n\t\tname: \"Mistral Large 3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-medium\": {\n\t\tid: \"mistral/mistral-medium\",\n\t\tname: \"Mistral Medium 3.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 64000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-medium-3.5\": {\n\t\tid: \"mistral/mistral-medium-3.5\",\n\t\tname: \"Mistral Medium Latest\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 7.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-nemo\": {\n\t\tid: \"mistral/mistral-nemo\",\n\t\tname: \"Mistral Nemo 12B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/mistral-small\": {\n\t\tid: \"mistral/mistral-small\",\n\t\tname: \"Mistral Small\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 32000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/pixtral-12b\": {\n\t\tid: \"mistral/pixtral-12b\",\n\t\tname: \"Pixtral 12B 2409\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.15,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"mistral/pixtral-large\": {\n\t\tid: \"mistral/pixtral-large\",\n\t\tname: \"Pixtral Large\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2\": {\n\t\tid: \"moonshotai/kimi-k2\",\n\t\tname: \"Kimi K2 Instruct\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.57,\n\t\t\toutput: 2.3,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2-thinking\": {\n\t\tid: \"moonshotai/kimi-k2-thinking\",\n\t\tname: \"Kimi K2 Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.47,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.141,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 216144,\n\t\tmaxTokens: 216144,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2.5\": {\n\t\tid: \"moonshotai/kimi-k2.5\",\n\t\tname: \"Kimi K2.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 3,\n\t\t\tcacheRead: 0.1,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262114,\n\t\tmaxTokens: 262114,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2.6\": {\n\t\tid: \"moonshotai/kimi-k2.6\",\n\t\tname: \"Kimi K2.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.16,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262000,\n\t\tmaxTokens: 262000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2.7-code\": {\n\t\tid: \"moonshotai/kimi-k2.7-code\",\n\t\tname: \"Kimi K2.7 Code\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.19,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"moonshotai/kimi-k2.7-code-highspeed\": {\n\t\tid: \"moonshotai/kimi-k2.7-code-highspeed\",\n\t\tname: \"Kimi K2.7 Code High Speed\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.9,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.38,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-3-nano-30b-a3b\": {\n\t\tid: \"nvidia/nemotron-3-nano-30b-a3b\",\n\t\tname: \"Nemotron 3 Nano 30B A3B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.05,\n\t\t\toutput: 0.24,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 262144,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-3-super-120b-a12b\": {\n\t\tid: \"nvidia/nemotron-3-super-120b-a12b\",\n\t\tname: \"NVIDIA Nemotron 3 Super 120B A12B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.65,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-3-ultra-550b-a55b\": {\n\t\tid: \"nvidia/nemotron-3-ultra-550b-a55b\",\n\t\tname: \"Nemotron 3 Ultra\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.4,\n\t\t\tcacheRead: 0.12,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 65000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-nano-12b-v2-vl\": {\n\t\tid: \"nvidia/nemotron-nano-12b-v2-vl\",\n\t\tname: \"Nvidia Nemotron Nano 12B V2 VL\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"nvidia/nemotron-nano-9b-v2\": {\n\t\tid: \"nvidia/nemotron-nano-9b-v2\",\n\t\tname: \"Nvidia Nemotron Nano 9B V2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.06,\n\t\t\toutput: 0.23,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-3.5-turbo\": {\n\t\tid: \"openai/gpt-3.5-turbo\",\n\t\tname: \"GPT-3.5 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.5,\n\t\t\toutput: 1.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 16385,\n\t\tmaxTokens: 4096,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4-turbo\": {\n\t\tid: \"openai/gpt-4-turbo\",\n\t\tname: \"GPT-4 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 10,\n\t\t\toutput: 30,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 4096,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4.1\": {\n\t\tid: \"openai/gpt-4.1\",\n\t\tname: \"GPT-4.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1047576,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4.1-mini\": {\n\t\tid: \"openai/gpt-4.1-mini\",\n\t\tname: \"GPT-4.1 mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.4,\n\t\t\toutput: 1.6,\n\t\t\tcacheRead: 0.1,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1047576,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4.1-nano\": {\n\t\tid: \"openai/gpt-4.1-nano\",\n\t\tname: \"GPT-4.1 nano\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.025,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1047576,\n\t\tmaxTokens: 32768,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4o\": {\n\t\tid: \"openai/gpt-4o\",\n\t\tname: \"GPT-4o\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2.5,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 1.25,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-4o-mini\": {\n\t\tid: \"openai/gpt-4o-mini\",\n\t\tname: \"GPT-4o mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.15,\n\t\t\toutput: 0.6,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5\": {\n\t\tid: \"openai/gpt-5\",\n\t\tname: \"GPT-5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-chat\": {\n\t\tid: \"openai/gpt-5-chat\",\n\t\tname: \"GPT 5 Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-codex\": {\n\t\tid: \"openai/gpt-5-codex\",\n\t\tname: \"GPT-5-Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-mini\": {\n\t\tid: \"openai/gpt-5-mini\",\n\t\tname: \"GPT-5 mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.025,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-nano\": {\n\t\tid: \"openai/gpt-5-nano\",\n\t\tname: \"GPT-5 nano\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.05,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.005,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5-pro\": {\n\t\tid: \"openai/gpt-5-pro\",\n\t\tname: \"GPT-5 pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 120,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 272000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-codex\": {\n\t\tid: \"openai/gpt-5.1-codex\",\n\t\tname: \"GPT-5.1-Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-codex-max\": {\n\t\tid: \"openai/gpt-5.1-codex-max\",\n\t\tname: \"GPT 5.1 Codex Max\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-codex-mini\": {\n\t\tid: \"openai/gpt-5.1-codex-mini\",\n\t\tname: \"GPT 5.1 Codex Mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.25,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.025,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-instant\": {\n\t\tid: \"openai/gpt-5.1-instant\",\n\t\tname: \"GPT-5.1 Instant\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.1-thinking\": {\n\t\tid: \"openai/gpt-5.1-thinking\",\n\t\tname: \"GPT 5.1 Thinking\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 10,\n\t\t\tcacheRead: 0.125,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.2\": {\n\t\tid: \"openai/gpt-5.2\",\n\t\tname: \"GPT 5.2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.2-chat\": {\n\t\tid: \"openai/gpt-5.2-chat\",\n\t\tname: \"GPT 5.2 Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.2-codex\": {\n\t\tid: \"openai/gpt-5.2-codex\",\n\t\tname: \"GPT 5.2 Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.2-pro\": {\n\t\tid: \"openai/gpt-5.2-pro\",\n\t\tname: \"GPT 5.2 \",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 21,\n\t\t\toutput: 168,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.3-chat\": {\n\t\tid: \"openai/gpt-5.3-chat\",\n\t\tname: \"GPT-5.3 Chat\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 16384,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.3-codex\": {\n\t\tid: \"openai/gpt-5.3-codex\",\n\t\tname: \"GPT 5.3 Codex\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.75,\n\t\t\toutput: 14,\n\t\t\tcacheRead: 0.175,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.4\": {\n\t\tid: \"openai/gpt-5.4\",\n\t\tname: \"GPT 5.4\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2.5,\n\t\t\toutput: 15,\n\t\t\tcacheRead: 0.25,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.4-mini\": {\n\t\tid: \"openai/gpt-5.4-mini\",\n\t\tname: \"GPT 5.4 Mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.75,\n\t\t\toutput: 4.5,\n\t\t\tcacheRead: 0.075,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.4-nano\": {\n\t\tid: \"openai/gpt-5.4-nano\",\n\t\tname: \"GPT 5.4 Nano\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 1.25,\n\t\t\tcacheRead: 0.02,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 400000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.4-pro\": {\n\t\tid: \"openai/gpt-5.4-pro\",\n\t\tname: \"GPT 5.4 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 30,\n\t\t\toutput: 180,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.5\": {\n\t\tid: \"openai/gpt-5.5\",\n\t\tname: \"GPT 5.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 30,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-5.5-pro\": {\n\t\tid: \"openai/gpt-5.5-pro\",\n\t\tname: \"GPT 5.5 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"off\":null,\"minimal\":null,\"low\":null},\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 30,\n\t\t\toutput: 180,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-oss-120b\": {\n\t\tid: \"openai/gpt-oss-120b\",\n\t\tname: \"GPT OSS 120B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 131072,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-oss-20b\": {\n\t\tid: \"openai/gpt-oss-20b\",\n\t\tname: \"GPT OSS 20B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.05,\n\t\t\toutput: 0.2,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 8192,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/gpt-oss-safeguard-20b\": {\n\t\tid: \"openai/gpt-oss-safeguard-20b\",\n\t\tname: \"GPT OSS Safeguard 20B\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.075,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.037,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 131072,\n\t\tmaxTokens: 65536,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o1\": {\n\t\tid: \"openai/o1\",\n\t\tname: \"o1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 15,\n\t\t\toutput: 60,\n\t\t\tcacheRead: 7.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3\": {\n\t\tid: \"openai/o3\",\n\t\tname: \"o3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 2,\n\t\t\toutput: 8,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3-deep-research\": {\n\t\tid: \"openai/o3-deep-research\",\n\t\tname: \"o3-deep-research\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 10,\n\t\t\toutput: 40,\n\t\t\tcacheRead: 2.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3-mini\": {\n\t\tid: \"openai/o3-mini\",\n\t\tname: \"o3-mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.1,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.55,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o3-pro\": {\n\t\tid: \"openai/o3-pro\",\n\t\tname: \"o3 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 20,\n\t\t\toutput: 80,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"openai/o4-mini\": {\n\t\tid: \"openai/o4-mini\",\n\t\tname: \"o4-mini\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.1,\n\t\t\toutput: 4.4,\n\t\t\tcacheRead: 0.275,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 100000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"sakana/fugu-ultra\": {\n\t\tid: \"sakana/fugu-ultra\",\n\t\tname: \"Fugu Ultra\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 5,\n\t\t\toutput: 30,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"stepfun/step-3.5-flash\": {\n\t\tid: \"stepfun/step-3.5-flash\",\n\t\tname: \"StepFun 3.5 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.09,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.02,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262114,\n\t\tmaxTokens: 262114,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"stepfun/step-3.7-flash\": {\n\t\tid: \"stepfun/step-3.7-flash\",\n\t\tname: \"Step 3.7 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 1.15,\n\t\t\tcacheRead: 0.04,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.1-fast-non-reasoning\": {\n\t\tid: \"xai/grok-4.1-fast-non-reasoning\",\n\t\tname: \"Grok 4.1 Fast Non-Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.1-fast-reasoning\": {\n\t\tid: \"xai/grok-4.1-fast-reasoning\",\n\t\tname: \"Grok 4.1 Fast Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 0.5,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-multi-agent\": {\n\t\tid: \"xai/grok-4.20-multi-agent\",\n\t\tname: \"Grok 4.20 Multi-Agent\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-multi-agent-beta\": {\n\t\tid: \"xai/grok-4.20-multi-agent-beta\",\n\t\tname: \"Grok 4.20 Multi Agent Beta\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-non-reasoning\": {\n\t\tid: \"xai/grok-4.20-non-reasoning\",\n\t\tname: \"Grok 4.20 Non-Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-non-reasoning-beta\": {\n\t\tid: \"xai/grok-4.20-non-reasoning-beta\",\n\t\tname: \"Grok 4.20 Beta Non-Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: false,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-reasoning\": {\n\t\tid: \"xai/grok-4.20-reasoning\",\n\t\tname: \"Grok 4.20 Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.20-reasoning-beta\": {\n\t\tid: \"xai/grok-4.20-reasoning-beta\",\n\t\tname: \"Grok 4.20 Beta Reasoning\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 2000000,\n\t\tmaxTokens: 2000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-4.3\": {\n\t\tid: \"xai/grok-4.3\",\n\t\tname: \"Grok 4.3\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.25,\n\t\t\toutput: 2.5,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 1000000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xai/grok-build-0.1\": {\n\t\tid: \"xai/grok-build-0.1\",\n\t\tname: \"Grok Build 0.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 2,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 256000,\n\t\tmaxTokens: 256000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2-flash\": {\n\t\tid: \"xiaomi/mimo-v2-flash\",\n\t\tname: \"MiMo V2 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.1,\n\t\t\toutput: 0.3,\n\t\t\tcacheRead: 0.01,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 262144,\n\t\tmaxTokens: 32000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2-pro\": {\n\t\tid: \"xiaomi/mimo-v2-pro\",\n\t\tname: \"MiMo V2 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1,\n\t\t\toutput: 3,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2.5\": {\n\t\tid: \"xiaomi/mimo-v2.5\",\n\t\tname: \"MiMo M2.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.14,\n\t\t\toutput: 0.28,\n\t\t\tcacheRead: 0.0028,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"xiaomi/mimo-v2.5-pro\": {\n\t\tid: \"xiaomi/mimo-v2.5-pro\",\n\t\tname: \"MiMo V2.5 Pro\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.435,\n\t\t\toutput: 0.87,\n\t\t\tcacheRead: 0.0036,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1050000,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.5\": {\n\t\tid: \"zai/glm-4.5\",\n\t\tname: \"GLM 4.5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.2,\n\t\t\tcacheRead: 0.11,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 96000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.5-air\": {\n\t\tid: \"zai/glm-4.5-air\",\n\t\tname: \"GLM 4.5 Air\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.2,\n\t\t\toutput: 1.1,\n\t\t\tcacheRead: 0.03,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 96000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.5v\": {\n\t\tid: \"zai/glm-4.5v\",\n\t\tname: \"GLM 4.5V\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 1.8,\n\t\t\tcacheRead: 0.11,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 66000,\n\t\tmaxTokens: 16000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.6\": {\n\t\tid: \"zai/glm-4.6\",\n\t\tname: \"GLM 4.6\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.2,\n\t\t\tcacheRead: 0.11,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 96000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.6v\": {\n\t\tid: \"zai/glm-4.6v\",\n\t\tname: \"GLM-4.6V\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0.3,\n\t\t\toutput: 0.9,\n\t\t\tcacheRead: 0.05,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 24000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.6v-flash\": {\n\t\tid: \"zai/glm-4.6v-flash\",\n\t\tname: \"GLM-4.6V-Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 0,\n\t\t\toutput: 0,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 128000,\n\t\tmaxTokens: 24000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.7\": {\n\t\tid: \"zai/glm-4.7\",\n\t\tname: \"GLM 4.7\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.6,\n\t\t\toutput: 2.2,\n\t\t\tcacheRead: 0.12,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 120000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.7-flash\": {\n\t\tid: \"zai/glm-4.7-flash\",\n\t\tname: \"GLM 4.7 Flash\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.07,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 131000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-4.7-flashx\": {\n\t\tid: \"zai/glm-4.7-flashx\",\n\t\tname: \"GLM 4.7 FlashX\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.06,\n\t\t\toutput: 0.4,\n\t\t\tcacheRead: 0.01,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5\": {\n\t\tid: \"zai/glm-5\",\n\t\tname: \"GLM 5\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 0.95,\n\t\t\toutput: 3.15,\n\t\t\tcacheRead: 0.2,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5-turbo\": {\n\t\tid: \"zai/glm-5-turbo\",\n\t\tname: \"GLM 5 Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202800,\n\t\tmaxTokens: 131100,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5.1\": {\n\t\tid: \"zai/glm-5.1\",\n\t\tname: \"GLM 5.1\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.3,\n\t\t\toutput: 4.3,\n\t\t\tcacheRead: 0.26,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 202000,\n\t\tmaxTokens: 202000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5.2\": {\n\t\tid: \"zai/glm-5.2\",\n\t\tname: \"GLM 5.2\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 1.5,\n\t\t\toutput: 4.5,\n\t\t\tcacheRead: 0.3,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5.2-fast\": {\n\t\tid: \"zai/glm-5.2-fast\",\n\t\tname: \"GLM 5.2 Fast\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\"],\n\t\tcost: {\n\t\t\tinput: 3,\n\t\t\toutput: 10.25,\n\t\t\tcacheRead: 0.5,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 1000000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n\t\"zai/glm-5v-turbo\": {\n\t\tid: \"zai/glm-5v-turbo\",\n\t\tname: \"GLM 5V Turbo\",\n\t\tapi: \"anthropic-messages\",\n\t\tprovider: \"vercel-ai-gateway\",\n\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\treasoning: true,\n\t\tinput: [\"text\", \"image\"],\n\t\tcost: {\n\t\t\tinput: 1.2,\n\t\t\toutput: 4,\n\t\t\tcacheRead: 0.24,\n\t\t\tcacheWrite: 0,\n\t\t},\n\t\tcontextWindow: 200000,\n\t\tmaxTokens: 128000,\n\t} satisfies Model<\"anthropic-messages\">,\n} as const;\n"]}
1
+ {"version":3,"file":"vercel-ai-gateway.models.d.ts","sourceRoot":"","sources":["../../src/providers/vercel-ai-gateway.models.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"]}
@@ -511,25 +511,6 @@ export const VERCEL_AI_GATEWAY_MODELS = {
511
511
  contextWindow: 200000,
512
512
  maxTokens: 8192,
513
513
  },
514
- "anthropic/claude-fable-5": {
515
- id: "anthropic/claude-fable-5",
516
- name: "Claude Fable 5",
517
- api: "anthropic-messages",
518
- provider: "vercel-ai-gateway",
519
- baseUrl: "https://ai-gateway.vercel.sh",
520
- compat: { "forceAdaptiveThinking": true },
521
- reasoning: true,
522
- thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
523
- input: ["text", "image"],
524
- cost: {
525
- input: 10,
526
- output: 50,
527
- cacheRead: 1,
528
- cacheWrite: 12.5,
529
- },
530
- contextWindow: 1000000,
531
- maxTokens: 128000,
532
- },
533
514
  "anthropic/claude-haiku-4.5": {
534
515
  id: "anthropic/claude-haiku-4.5",
535
516
  name: "Claude Haiku 4.5",