@earendil-works/pi-ai 0.80.9 → 0.81.0

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 (258) hide show
  1. package/README.md +4 -2
  2. package/dist/api/openai-codex-responses.d.ts.map +1 -1
  3. package/dist/api/openai-codex-responses.js +2 -7
  4. package/dist/api/openai-codex-responses.js.map +1 -1
  5. package/dist/api/openai-completions.d.ts.map +1 -1
  6. package/dist/api/openai-completions.js +14 -2
  7. package/dist/api/openai-completions.js.map +1 -1
  8. package/dist/api/pi-messages.d.ts.map +1 -1
  9. package/dist/api/pi-messages.js +2 -4
  10. package/dist/api/pi-messages.js.map +1 -1
  11. package/dist/auth/helpers.d.ts.map +1 -1
  12. package/dist/auth/helpers.js +3 -2
  13. package/dist/auth/helpers.js.map +1 -1
  14. package/dist/env-api-keys.d.ts.map +1 -1
  15. package/dist/env-api-keys.js +2 -0
  16. package/dist/env-api-keys.js.map +1 -1
  17. package/dist/image-models.generated.d.ts +60 -0
  18. package/dist/image-models.generated.d.ts.map +1 -1
  19. package/dist/image-models.generated.js +236 -176
  20. package/dist/image-models.generated.js.map +1 -1
  21. package/dist/index.d.ts +2 -0
  22. package/dist/index.d.ts.map +1 -1
  23. package/dist/index.js +2 -0
  24. package/dist/index.js.map +1 -1
  25. package/dist/models-store.d.ts +2 -0
  26. package/dist/models-store.d.ts.map +1 -1
  27. package/dist/models-store.js.map +1 -1
  28. package/dist/models.generated.d.ts +4379 -22338
  29. package/dist/models.generated.d.ts.map +1 -1
  30. package/dist/models.generated.js +4 -0
  31. package/dist/models.generated.js.map +1 -1
  32. package/dist/providers/all.d.ts +2 -0
  33. package/dist/providers/all.d.ts.map +1 -1
  34. package/dist/providers/all.js +8 -0
  35. package/dist/providers/all.js.map +1 -1
  36. package/dist/providers/amazon-bedrock.d.ts.map +1 -1
  37. package/dist/providers/amazon-bedrock.js +3 -2
  38. package/dist/providers/amazon-bedrock.js.map +1 -1
  39. package/dist/providers/amazon-bedrock.models.d.ts +436 -1988
  40. package/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
  41. package/dist/providers/amazon-bedrock.models.js +2 -1892
  42. package/dist/providers/amazon-bedrock.models.js.map +1 -1
  43. package/dist/providers/ant-ling.models.d.ts +10 -80
  44. package/dist/providers/ant-ling.models.d.ts.map +1 -1
  45. package/dist/providers/ant-ling.models.js +2 -57
  46. package/dist/providers/ant-ling.models.js.map +1 -1
  47. package/dist/providers/anthropic.models.d.ts +43 -267
  48. package/dist/providers/anthropic.models.d.ts.map +1 -1
  49. package/dist/providers/anthropic.models.js +2 -252
  50. package/dist/providers/anthropic.models.js.map +1 -1
  51. package/dist/providers/azure-openai-responses.models.d.ts +184 -883
  52. package/dist/providers/azure-openai-responses.models.d.ts.map +1 -1
  53. package/dist/providers/azure-openai-responses.models.js +2 -811
  54. package/dist/providers/azure-openai-responses.models.js.map +1 -1
  55. package/dist/providers/cerebras.models.d.ts +10 -60
  56. package/dist/providers/cerebras.models.d.ts.map +1 -1
  57. package/dist/providers/cerebras.models.js +2 -56
  58. package/dist/providers/cerebras.models.js.map +1 -1
  59. package/dist/providers/cloudflare-ai-gateway.models.d.ts +168 -884
  60. package/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
  61. package/dist/providers/cloudflare-ai-gateway.models.js +2 -755
  62. package/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
  63. package/dist/providers/cloudflare-workers-ai.models.d.ts +40 -286
  64. package/dist/providers/cloudflare-workers-ai.models.d.ts.map +1 -1
  65. package/dist/providers/cloudflare-workers-ai.models.js +2 -236
  66. package/dist/providers/cloudflare-workers-ai.models.js.map +1 -1
  67. package/dist/providers/data/.manifest.json +1 -0
  68. package/dist/providers/data/amazon-bedrock.json +1 -0
  69. package/dist/providers/data/ant-ling.json +1 -0
  70. package/dist/providers/data/anthropic.json +1 -0
  71. package/dist/providers/data/azure-openai-responses.json +1 -0
  72. package/dist/providers/data/cerebras.json +1 -0
  73. package/dist/providers/data/cloudflare-ai-gateway.json +1 -0
  74. package/dist/providers/data/cloudflare-workers-ai.json +1 -0
  75. package/dist/providers/data/deepseek.json +1 -0
  76. package/dist/providers/data/fireworks.json +1 -0
  77. package/dist/providers/data/github-copilot.json +1 -0
  78. package/dist/providers/data/google-vertex.json +1 -0
  79. package/dist/providers/data/google.json +1 -0
  80. package/dist/providers/data/groq.json +1 -0
  81. package/dist/providers/data/huggingface.json +1 -0
  82. package/dist/providers/data/kimi-coding.json +1 -0
  83. package/dist/providers/data/minimax-cn.json +1 -0
  84. package/dist/providers/data/minimax.json +1 -0
  85. package/dist/providers/data/mistral.json +1 -0
  86. package/dist/providers/data/moonshotai-cn.json +1 -0
  87. package/dist/providers/data/moonshotai.json +1 -0
  88. package/dist/providers/data/nvidia.json +1 -0
  89. package/dist/providers/data/openai-codex.json +1 -0
  90. package/dist/providers/data/openai.json +1 -0
  91. package/dist/providers/data/opencode-go.json +1 -0
  92. package/dist/providers/data/opencode.json +1 -0
  93. package/dist/providers/data/openrouter.json +1 -0
  94. package/dist/providers/data/qwen-token-plan-cn.json +1 -0
  95. package/dist/providers/data/qwen-token-plan.json +1 -0
  96. package/dist/providers/data/together.json +1 -0
  97. package/dist/providers/data/vercel-ai-gateway.json +1 -0
  98. package/dist/providers/data/xai.json +1 -0
  99. package/dist/providers/data/xiaomi-token-plan-ams.json +1 -0
  100. package/dist/providers/data/xiaomi-token-plan-cn.json +1 -0
  101. package/dist/providers/data/xiaomi-token-plan-sgp.json +1 -0
  102. package/dist/providers/data/xiaomi.json +1 -0
  103. package/dist/providers/data/zai-coding-cn.json +1 -0
  104. package/dist/providers/data/zai.json +1 -0
  105. package/dist/providers/deepseek.models.d.ts +7 -58
  106. package/dist/providers/deepseek.models.d.ts.map +1 -1
  107. package/dist/providers/deepseek.models.js +2 -40
  108. package/dist/providers/deepseek.models.js.map +1 -1
  109. package/dist/providers/fireworks.models.d.ts +49 -362
  110. package/dist/providers/fireworks.models.d.ts.map +1 -1
  111. package/dist/providers/fireworks.models.js +2 -292
  112. package/dist/providers/fireworks.models.js.map +1 -1
  113. package/dist/providers/github-copilot.models.d.ts +85 -760
  114. package/dist/providers/github-copilot.models.d.ts.map +1 -1
  115. package/dist/providers/github-copilot.models.js +2 -538
  116. package/dist/providers/github-copilot.models.js.map +1 -1
  117. package/dist/providers/google-vertex.models.d.ts +31 -189
  118. package/dist/providers/google-vertex.models.d.ts.map +1 -1
  119. package/dist/providers/google-vertex.models.js +2 -179
  120. package/dist/providers/google-vertex.models.js.map +1 -1
  121. package/dist/providers/google.models.d.ts +49 -309
  122. package/dist/providers/google.models.d.ts.map +1 -1
  123. package/dist/providers/google.models.js +2 -285
  124. package/dist/providers/google.models.js.map +1 -1
  125. package/dist/providers/groq.models.d.ts +22 -118
  126. package/dist/providers/groq.models.d.ts.map +1 -1
  127. package/dist/providers/groq.models.js +2 -122
  128. package/dist/providers/groq.models.js.map +1 -1
  129. package/dist/providers/huggingface.models.d.ts +196 -979
  130. package/dist/providers/huggingface.models.d.ts.map +1 -1
  131. package/dist/providers/huggingface.models.js +2 -884
  132. package/dist/providers/huggingface.models.js.map +1 -1
  133. package/dist/providers/kimi-coding.models.d.ts +10 -97
  134. package/dist/providers/kimi-coding.models.d.ts.map +1 -1
  135. package/dist/providers/kimi-coding.models.js +2 -92
  136. package/dist/providers/kimi-coding.models.js.map +1 -1
  137. package/dist/providers/minimax-cn.models.d.ts +10 -48
  138. package/dist/providers/minimax-cn.models.d.ts.map +1 -1
  139. package/dist/providers/minimax-cn.models.js +2 -53
  140. package/dist/providers/minimax-cn.models.js.map +1 -1
  141. package/dist/providers/minimax.models.d.ts +10 -48
  142. package/dist/providers/minimax.models.d.ts.map +1 -1
  143. package/dist/providers/minimax.models.js +2 -53
  144. package/dist/providers/minimax.models.js.map +1 -1
  145. package/dist/providers/mistral.models.d.ts +91 -480
  146. package/dist/providers/mistral.models.d.ts.map +1 -1
  147. package/dist/providers/mistral.models.js +2 -512
  148. package/dist/providers/mistral.models.js.map +1 -1
  149. package/dist/providers/moonshotai-cn.models.d.ts +31 -257
  150. package/dist/providers/moonshotai-cn.models.d.ts.map +1 -1
  151. package/dist/providers/moonshotai-cn.models.js +2 -185
  152. package/dist/providers/moonshotai-cn.models.js.map +1 -1
  153. package/dist/providers/moonshotai.models.d.ts +31 -257
  154. package/dist/providers/moonshotai.models.d.ts.map +1 -1
  155. package/dist/providers/moonshotai.models.js +2 -185
  156. package/dist/providers/moonshotai.models.js.map +1 -1
  157. package/dist/providers/nvidia.models.d.ts +58 -541
  158. package/dist/providers/nvidia.models.d.ts.map +1 -1
  159. package/dist/providers/nvidia.models.js +2 -382
  160. package/dist/providers/nvidia.models.js.map +1 -1
  161. package/dist/providers/openai-codex.models.d.ts +22 -196
  162. package/dist/providers/openai-codex.models.d.ts.map +1 -1
  163. package/dist/providers/openai-codex.models.js +2 -139
  164. package/dist/providers/openai-codex.models.js.map +1 -1
  165. package/dist/providers/openai.models.d.ts +184 -954
  166. package/dist/providers/openai.models.d.ts.map +1 -1
  167. package/dist/providers/openai.models.js +2 -825
  168. package/dist/providers/openai.models.js.map +1 -1
  169. package/dist/providers/opencode-go.d.ts +1 -1
  170. package/dist/providers/opencode-go.d.ts.map +1 -1
  171. package/dist/providers/opencode-go.js +2 -0
  172. package/dist/providers/opencode-go.js.map +1 -1
  173. package/dist/providers/opencode-go.models.d.ts +48 -293
  174. package/dist/providers/opencode-go.models.d.ts.map +1 -1
  175. package/dist/providers/opencode-go.models.js +2 -237
  176. package/dist/providers/opencode-go.models.js.map +1 -1
  177. package/dist/providers/opencode.models.d.ts +160 -1185
  178. package/dist/providers/opencode.models.d.ts.map +1 -1
  179. package/dist/providers/opencode.models.js +2 -996
  180. package/dist/providers/opencode.models.js.map +1 -1
  181. package/dist/providers/openrouter.models.d.ts +1076 -5750
  182. package/dist/providers/openrouter.models.d.ts.map +1 -1
  183. package/dist/providers/openrouter.models.js +2 -4910
  184. package/dist/providers/openrouter.models.js.map +1 -1
  185. package/dist/providers/qwen-token-plan-cn.d.ts +3 -0
  186. package/dist/providers/qwen-token-plan-cn.d.ts.map +1 -0
  187. package/dist/providers/qwen-token-plan-cn.js +15 -0
  188. package/dist/providers/qwen-token-plan-cn.js.map +1 -0
  189. package/dist/providers/qwen-token-plan-cn.models.d.ts +64 -0
  190. package/dist/providers/qwen-token-plan-cn.models.d.ts.map +1 -0
  191. package/dist/providers/qwen-token-plan-cn.models.js +5 -0
  192. package/dist/providers/qwen-token-plan-cn.models.js.map +1 -0
  193. package/dist/providers/qwen-token-plan.d.ts +3 -0
  194. package/dist/providers/qwen-token-plan.d.ts.map +1 -0
  195. package/dist/providers/qwen-token-plan.js +15 -0
  196. package/dist/providers/qwen-token-plan.js.map +1 -0
  197. package/dist/providers/qwen-token-plan.models.d.ts +64 -0
  198. package/dist/providers/qwen-token-plan.models.d.ts.map +1 -0
  199. package/dist/providers/qwen-token-plan.models.js +5 -0
  200. package/dist/providers/qwen-token-plan.models.js.map +1 -0
  201. package/dist/providers/radius-config.d.ts.map +1 -1
  202. package/dist/providers/radius-config.js +18 -14
  203. package/dist/providers/radius-config.js.map +1 -1
  204. package/dist/providers/together.models.d.ts +49 -579
  205. package/dist/providers/together.models.d.ts.map +1 -1
  206. package/dist/providers/together.models.js +2 -377
  207. package/dist/providers/together.models.js.map +1 -1
  208. package/dist/providers/vercel-ai-gateway.models.d.ts +752 -3336
  209. package/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
  210. package/dist/providers/vercel-ai-gateway.models.js +2 -3263
  211. package/dist/providers/vercel-ai-gateway.models.js.map +1 -1
  212. package/dist/providers/xai.models.d.ts +10 -175
  213. package/dist/providers/xai.models.d.ts.map +1 -1
  214. package/dist/providers/xai.models.js +2 -147
  215. package/dist/providers/xai.models.js.map +1 -1
  216. package/dist/providers/xiaomi-token-plan-ams.models.d.ts +10 -60
  217. package/dist/providers/xiaomi-token-plan-ams.models.d.ts.map +1 -1
  218. package/dist/providers/xiaomi-token-plan-ams.models.js +2 -56
  219. package/dist/providers/xiaomi-token-plan-ams.models.js.map +1 -1
  220. package/dist/providers/xiaomi-token-plan-cn.models.d.ts +10 -60
  221. package/dist/providers/xiaomi-token-plan-cn.models.d.ts.map +1 -1
  222. package/dist/providers/xiaomi-token-plan-cn.models.js +2 -56
  223. package/dist/providers/xiaomi-token-plan-cn.models.js.map +1 -1
  224. package/dist/providers/xiaomi-token-plan-sgp.models.d.ts +10 -60
  225. package/dist/providers/xiaomi-token-plan-sgp.models.d.ts.map +1 -1
  226. package/dist/providers/xiaomi-token-plan-sgp.models.js +2 -56
  227. package/dist/providers/xiaomi-token-plan-sgp.models.js.map +1 -1
  228. package/dist/providers/xiaomi.models.d.ts +19 -120
  229. package/dist/providers/xiaomi.models.d.ts.map +1 -1
  230. package/dist/providers/xiaomi.models.js +2 -110
  231. package/dist/providers/xiaomi.models.js.map +1 -1
  232. package/dist/providers/zai-coding-cn.models.d.ts +19 -144
  233. package/dist/providers/zai-coding-cn.models.d.ts.map +1 -1
  234. package/dist/providers/zai-coding-cn.models.js +2 -111
  235. package/dist/providers/zai-coding-cn.models.js.map +1 -1
  236. package/dist/providers/zai.models.d.ts +19 -144
  237. package/dist/providers/zai.models.d.ts.map +1 -1
  238. package/dist/providers/zai.models.js +2 -111
  239. package/dist/providers/zai.models.js.map +1 -1
  240. package/dist/types.d.ts +3 -1
  241. package/dist/types.d.ts.map +1 -1
  242. package/dist/types.js.map +1 -1
  243. package/dist/utils/overflow.d.ts +1 -0
  244. package/dist/utils/overflow.d.ts.map +1 -1
  245. package/dist/utils/overflow.js +3 -0
  246. package/dist/utils/overflow.js.map +1 -1
  247. package/dist/utils/retry.d.ts.map +1 -1
  248. package/dist/utils/retry.js +1 -0
  249. package/dist/utils/retry.js.map +1 -1
  250. package/dist/utils/text.d.ts +6 -0
  251. package/dist/utils/text.d.ts.map +1 -0
  252. package/dist/utils/text.js +10 -0
  253. package/dist/utils/text.js.map +1 -0
  254. package/dist/utils/uuid.d.ts +3 -0
  255. package/dist/utils/uuid.d.ts.map +1 -0
  256. package/dist/utils/uuid.js +46 -0
  257. package/dist/utils/uuid.js.map +1 -0
  258. package/package.json +8 -5
@@ -1,3266 +1,5 @@
1
1
  // This file is auto-generated by scripts/generate-models.ts
2
2
  // Do not edit manually - run 'npm run generate-models' to update
3
- export const VERCEL_AI_GATEWAY_MODELS = {
4
- "alibaba/qwen-3-14b": {
5
- id: "alibaba/qwen-3-14b",
6
- name: "Qwen3-14B",
7
- api: "anthropic-messages",
8
- provider: "vercel-ai-gateway",
9
- baseUrl: "https://ai-gateway.vercel.sh",
10
- reasoning: true,
11
- input: ["text"],
12
- cost: {
13
- input: 0.12,
14
- output: 0.24,
15
- cacheRead: 0,
16
- cacheWrite: 0,
17
- },
18
- contextWindow: 40960,
19
- maxTokens: 16384,
20
- },
21
- "alibaba/qwen-3-235b": {
22
- id: "alibaba/qwen-3-235b",
23
- name: "Qwen3 235B A22B",
24
- api: "anthropic-messages",
25
- provider: "vercel-ai-gateway",
26
- baseUrl: "https://ai-gateway.vercel.sh",
27
- reasoning: true,
28
- input: ["text"],
29
- cost: {
30
- input: 0.22,
31
- output: 0.88,
32
- cacheRead: 0,
33
- cacheWrite: 0,
34
- },
35
- contextWindow: 262144,
36
- maxTokens: 16384,
37
- },
38
- "alibaba/qwen-3-30b": {
39
- id: "alibaba/qwen-3-30b",
40
- name: "Qwen3-30B-A3B",
41
- api: "anthropic-messages",
42
- provider: "vercel-ai-gateway",
43
- baseUrl: "https://ai-gateway.vercel.sh",
44
- reasoning: true,
45
- input: ["text"],
46
- cost: {
47
- input: 0.12,
48
- output: 0.5,
49
- cacheRead: 0,
50
- cacheWrite: 0,
51
- },
52
- contextWindow: 40960,
53
- maxTokens: 16384,
54
- },
55
- "alibaba/qwen-3-32b": {
56
- id: "alibaba/qwen-3-32b",
57
- name: "Qwen 3 32B",
58
- api: "anthropic-messages",
59
- provider: "vercel-ai-gateway",
60
- baseUrl: "https://ai-gateway.vercel.sh",
61
- reasoning: true,
62
- input: ["text"],
63
- cost: {
64
- input: 0.16,
65
- output: 0.64,
66
- cacheRead: 0,
67
- cacheWrite: 0,
68
- },
69
- contextWindow: 128000,
70
- maxTokens: 8192,
71
- },
72
- "alibaba/qwen-3.6-max-preview": {
73
- id: "alibaba/qwen-3.6-max-preview",
74
- name: "Qwen 3.6 Max Preview",
75
- api: "anthropic-messages",
76
- provider: "vercel-ai-gateway",
77
- baseUrl: "https://ai-gateway.vercel.sh",
78
- reasoning: true,
79
- input: ["text"],
80
- cost: {
81
- input: 1.3,
82
- output: 7.8,
83
- cacheRead: 0.26,
84
- cacheWrite: 1.625,
85
- },
86
- contextWindow: 240000,
87
- maxTokens: 64000,
88
- },
89
- "alibaba/qwen3-235b-a22b-thinking": {
90
- id: "alibaba/qwen3-235b-a22b-thinking",
91
- name: "Qwen3 VL 235B A22B Thinking",
92
- api: "anthropic-messages",
93
- provider: "vercel-ai-gateway",
94
- baseUrl: "https://ai-gateway.vercel.sh",
95
- reasoning: true,
96
- input: ["text", "image"],
97
- cost: {
98
- input: 0.4,
99
- output: 4,
100
- cacheRead: 0,
101
- cacheWrite: 0,
102
- },
103
- contextWindow: 131072,
104
- maxTokens: 32768,
105
- },
106
- "alibaba/qwen3-coder": {
107
- id: "alibaba/qwen3-coder",
108
- name: "Qwen3 Coder 480B A35B Instruct",
109
- api: "anthropic-messages",
110
- provider: "vercel-ai-gateway",
111
- baseUrl: "https://ai-gateway.vercel.sh",
112
- reasoning: false,
113
- input: ["text"],
114
- cost: {
115
- input: 1.5,
116
- output: 7.5,
117
- cacheRead: 0.3,
118
- cacheWrite: 0,
119
- },
120
- contextWindow: 262144,
121
- maxTokens: 65536,
122
- },
123
- "alibaba/qwen3-coder-30b-a3b": {
124
- id: "alibaba/qwen3-coder-30b-a3b",
125
- name: "Qwen 3 Coder 30B A3B Instruct",
126
- api: "anthropic-messages",
127
- provider: "vercel-ai-gateway",
128
- baseUrl: "https://ai-gateway.vercel.sh",
129
- reasoning: false,
130
- input: ["text"],
131
- cost: {
132
- input: 0.15,
133
- output: 0.6,
134
- cacheRead: 0,
135
- cacheWrite: 0,
136
- },
137
- contextWindow: 262144,
138
- maxTokens: 8192,
139
- },
140
- "alibaba/qwen3-coder-next": {
141
- id: "alibaba/qwen3-coder-next",
142
- name: "Qwen3 Coder Next",
143
- api: "anthropic-messages",
144
- provider: "vercel-ai-gateway",
145
- baseUrl: "https://ai-gateway.vercel.sh",
146
- reasoning: false,
147
- input: ["text"],
148
- cost: {
149
- input: 0.5,
150
- output: 1.2,
151
- cacheRead: 0,
152
- cacheWrite: 0,
153
- },
154
- contextWindow: 256000,
155
- maxTokens: 256000,
156
- },
157
- "alibaba/qwen3-coder-plus": {
158
- id: "alibaba/qwen3-coder-plus",
159
- name: "Qwen3 Coder Plus",
160
- api: "anthropic-messages",
161
- provider: "vercel-ai-gateway",
162
- baseUrl: "https://ai-gateway.vercel.sh",
163
- reasoning: false,
164
- input: ["text"],
165
- cost: {
166
- input: 1,
167
- output: 5,
168
- cacheRead: 0.2,
169
- cacheWrite: 0,
170
- },
171
- contextWindow: 1000000,
172
- maxTokens: 65536,
173
- },
174
- "alibaba/qwen3-max": {
175
- id: "alibaba/qwen3-max",
176
- name: "Qwen3 Max",
177
- api: "anthropic-messages",
178
- provider: "vercel-ai-gateway",
179
- baseUrl: "https://ai-gateway.vercel.sh",
180
- reasoning: false,
181
- input: ["text"],
182
- cost: {
183
- input: 1.2,
184
- output: 6,
185
- cacheRead: 0.24,
186
- cacheWrite: 0,
187
- },
188
- contextWindow: 262144,
189
- maxTokens: 32768,
190
- },
191
- "alibaba/qwen3-max-preview": {
192
- id: "alibaba/qwen3-max-preview",
193
- name: "Qwen3 Max Preview",
194
- api: "anthropic-messages",
195
- provider: "vercel-ai-gateway",
196
- baseUrl: "https://ai-gateway.vercel.sh",
197
- reasoning: false,
198
- input: ["text"],
199
- cost: {
200
- input: 1.2,
201
- output: 6,
202
- cacheRead: 0.24,
203
- cacheWrite: 0,
204
- },
205
- contextWindow: 262144,
206
- maxTokens: 32768,
207
- },
208
- "alibaba/qwen3-max-thinking": {
209
- id: "alibaba/qwen3-max-thinking",
210
- name: "Qwen 3 Max Thinking",
211
- api: "anthropic-messages",
212
- provider: "vercel-ai-gateway",
213
- baseUrl: "https://ai-gateway.vercel.sh",
214
- reasoning: true,
215
- input: ["text"],
216
- cost: {
217
- input: 1.2,
218
- output: 6,
219
- cacheRead: 0.24,
220
- cacheWrite: 0,
221
- },
222
- contextWindow: 256000,
223
- maxTokens: 65536,
224
- },
225
- "alibaba/qwen3-next-80b-a3b-instruct": {
226
- id: "alibaba/qwen3-next-80b-a3b-instruct",
227
- name: "Qwen3 Next 80B A3B Instruct",
228
- api: "anthropic-messages",
229
- provider: "vercel-ai-gateway",
230
- baseUrl: "https://ai-gateway.vercel.sh",
231
- reasoning: false,
232
- input: ["text"],
233
- cost: {
234
- input: 0.15,
235
- output: 1.2,
236
- cacheRead: 0,
237
- cacheWrite: 0,
238
- },
239
- contextWindow: 131072,
240
- maxTokens: 32768,
241
- },
242
- "alibaba/qwen3-next-80b-a3b-thinking": {
243
- id: "alibaba/qwen3-next-80b-a3b-thinking",
244
- name: "Qwen3 Next 80B A3B Thinking",
245
- api: "anthropic-messages",
246
- provider: "vercel-ai-gateway",
247
- baseUrl: "https://ai-gateway.vercel.sh",
248
- reasoning: true,
249
- input: ["text"],
250
- cost: {
251
- input: 0.15,
252
- output: 1.2,
253
- cacheRead: 0,
254
- cacheWrite: 0,
255
- },
256
- contextWindow: 131072,
257
- maxTokens: 32768,
258
- },
259
- "alibaba/qwen3-vl-235b-a22b-instruct": {
260
- id: "alibaba/qwen3-vl-235b-a22b-instruct",
261
- name: "Qwen3 VL 235B A22B Instruct",
262
- api: "anthropic-messages",
263
- provider: "vercel-ai-gateway",
264
- baseUrl: "https://ai-gateway.vercel.sh",
265
- reasoning: false,
266
- input: ["text", "image"],
267
- cost: {
268
- input: 0.4,
269
- output: 1.6,
270
- cacheRead: 0,
271
- cacheWrite: 0,
272
- },
273
- contextWindow: 131072,
274
- maxTokens: 129024,
275
- },
276
- "alibaba/qwen3-vl-instruct": {
277
- id: "alibaba/qwen3-vl-instruct",
278
- name: "Qwen3 VL 235B A22B Instruct",
279
- api: "anthropic-messages",
280
- provider: "vercel-ai-gateway",
281
- baseUrl: "https://ai-gateway.vercel.sh",
282
- reasoning: false,
283
- input: ["text", "image"],
284
- cost: {
285
- input: 0.4,
286
- output: 1.6,
287
- cacheRead: 0,
288
- cacheWrite: 0,
289
- },
290
- contextWindow: 131072,
291
- maxTokens: 129024,
292
- },
293
- "alibaba/qwen3-vl-thinking": {
294
- id: "alibaba/qwen3-vl-thinking",
295
- name: "Qwen3 VL 235B A22B Thinking",
296
- api: "anthropic-messages",
297
- provider: "vercel-ai-gateway",
298
- baseUrl: "https://ai-gateway.vercel.sh",
299
- reasoning: true,
300
- input: ["text", "image"],
301
- cost: {
302
- input: 0.4,
303
- output: 4,
304
- cacheRead: 0,
305
- cacheWrite: 0,
306
- },
307
- contextWindow: 131072,
308
- maxTokens: 32768,
309
- },
310
- "alibaba/qwen3.5-flash": {
311
- id: "alibaba/qwen3.5-flash",
312
- name: "Qwen 3.5 Flash",
313
- api: "anthropic-messages",
314
- provider: "vercel-ai-gateway",
315
- baseUrl: "https://ai-gateway.vercel.sh",
316
- reasoning: true,
317
- input: ["text", "image"],
318
- cost: {
319
- input: 0.1,
320
- output: 0.4,
321
- cacheRead: 0.001,
322
- cacheWrite: 0.125,
323
- },
324
- contextWindow: 1000000,
325
- maxTokens: 64000,
326
- },
327
- "alibaba/qwen3.5-plus": {
328
- id: "alibaba/qwen3.5-plus",
329
- name: "Qwen 3.5 Plus",
330
- api: "anthropic-messages",
331
- provider: "vercel-ai-gateway",
332
- baseUrl: "https://ai-gateway.vercel.sh",
333
- reasoning: true,
334
- input: ["text", "image"],
335
- cost: {
336
- input: 0.4,
337
- output: 2.4,
338
- cacheRead: 0.04,
339
- cacheWrite: 0.5,
340
- },
341
- contextWindow: 1000000,
342
- maxTokens: 64000,
343
- },
344
- "alibaba/qwen3.6-27b": {
345
- id: "alibaba/qwen3.6-27b",
346
- name: "Qwen 3.6 27B",
347
- api: "anthropic-messages",
348
- provider: "vercel-ai-gateway",
349
- baseUrl: "https://ai-gateway.vercel.sh",
350
- reasoning: true,
351
- input: ["text", "image"],
352
- cost: {
353
- input: 0.6,
354
- output: 3.6,
355
- cacheRead: 0,
356
- cacheWrite: 0,
357
- },
358
- contextWindow: 256000,
359
- maxTokens: 256000,
360
- },
361
- "alibaba/qwen3.6-plus": {
362
- id: "alibaba/qwen3.6-plus",
363
- name: "Qwen 3.6 Plus",
364
- api: "anthropic-messages",
365
- provider: "vercel-ai-gateway",
366
- baseUrl: "https://ai-gateway.vercel.sh",
367
- reasoning: true,
368
- input: ["text", "image"],
369
- cost: {
370
- input: 0.5,
371
- output: 3,
372
- cacheRead: 0.1,
373
- cacheWrite: 0.625,
374
- },
375
- contextWindow: 1000000,
376
- maxTokens: 64000,
377
- },
378
- "alibaba/qwen3.7-max": {
379
- id: "alibaba/qwen3.7-max",
380
- name: "Qwen 3.7 Max",
381
- api: "anthropic-messages",
382
- provider: "vercel-ai-gateway",
383
- baseUrl: "https://ai-gateway.vercel.sh",
384
- reasoning: true,
385
- input: ["text"],
386
- cost: {
387
- input: 1.25,
388
- output: 3.75,
389
- cacheRead: 0.25,
390
- cacheWrite: 1.5625,
391
- },
392
- contextWindow: 991000,
393
- maxTokens: 64000,
394
- },
395
- "alibaba/qwen3.7-plus": {
396
- id: "alibaba/qwen3.7-plus",
397
- name: "Qwen 3.7 Plus",
398
- api: "anthropic-messages",
399
- provider: "vercel-ai-gateway",
400
- baseUrl: "https://ai-gateway.vercel.sh",
401
- reasoning: true,
402
- input: ["text", "image"],
403
- cost: {
404
- input: 0.4,
405
- output: 1.6,
406
- cacheRead: 0.08,
407
- cacheWrite: 0.5,
408
- },
409
- contextWindow: 1000000,
410
- maxTokens: 64000,
411
- },
412
- "amazon/nova-2-lite": {
413
- id: "amazon/nova-2-lite",
414
- name: "Nova 2 Lite",
415
- api: "anthropic-messages",
416
- provider: "vercel-ai-gateway",
417
- baseUrl: "https://ai-gateway.vercel.sh",
418
- reasoning: true,
419
- input: ["text", "image"],
420
- cost: {
421
- input: 0.3,
422
- output: 2.5,
423
- cacheRead: 0.075,
424
- cacheWrite: 0,
425
- },
426
- contextWindow: 1000000,
427
- maxTokens: 1000000,
428
- },
429
- "amazon/nova-lite": {
430
- id: "amazon/nova-lite",
431
- name: "Nova Lite",
432
- api: "anthropic-messages",
433
- provider: "vercel-ai-gateway",
434
- baseUrl: "https://ai-gateway.vercel.sh",
435
- reasoning: false,
436
- input: ["text", "image"],
437
- cost: {
438
- input: 0.06,
439
- output: 0.24,
440
- cacheRead: 0,
441
- cacheWrite: 0,
442
- },
443
- contextWindow: 300000,
444
- maxTokens: 8192,
445
- },
446
- "amazon/nova-micro": {
447
- id: "amazon/nova-micro",
448
- name: "Nova Micro",
449
- api: "anthropic-messages",
450
- provider: "vercel-ai-gateway",
451
- baseUrl: "https://ai-gateway.vercel.sh",
452
- reasoning: false,
453
- input: ["text"],
454
- cost: {
455
- input: 0.035,
456
- output: 0.14,
457
- cacheRead: 0,
458
- cacheWrite: 0,
459
- },
460
- contextWindow: 128000,
461
- maxTokens: 8192,
462
- },
463
- "amazon/nova-pro": {
464
- id: "amazon/nova-pro",
465
- name: "Nova Pro",
466
- api: "anthropic-messages",
467
- provider: "vercel-ai-gateway",
468
- baseUrl: "https://ai-gateway.vercel.sh",
469
- reasoning: false,
470
- input: ["text", "image"],
471
- cost: {
472
- input: 0.8,
473
- output: 3.2,
474
- cacheRead: 0,
475
- cacheWrite: 0,
476
- },
477
- contextWindow: 300000,
478
- maxTokens: 8192,
479
- },
480
- "anthropic/claude-3-haiku": {
481
- id: "anthropic/claude-3-haiku",
482
- name: "Claude 3 Haiku",
483
- api: "anthropic-messages",
484
- provider: "vercel-ai-gateway",
485
- baseUrl: "https://ai-gateway.vercel.sh",
486
- reasoning: false,
487
- input: ["text", "image"],
488
- cost: {
489
- input: 0.25,
490
- output: 1.25,
491
- cacheRead: 0.03,
492
- cacheWrite: 0.3,
493
- },
494
- contextWindow: 200000,
495
- maxTokens: 4096,
496
- },
497
- "anthropic/claude-fable-5": {
498
- id: "anthropic/claude-fable-5",
499
- name: "Claude Fable 5",
500
- api: "anthropic-messages",
501
- provider: "vercel-ai-gateway",
502
- baseUrl: "https://ai-gateway.vercel.sh",
503
- compat: { "forceAdaptiveThinking": true },
504
- reasoning: true,
505
- thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
506
- input: ["text", "image"],
507
- cost: {
508
- input: 10,
509
- output: 50,
510
- cacheRead: 1,
511
- cacheWrite: 12.5,
512
- },
513
- contextWindow: 1000000,
514
- maxTokens: 128000,
515
- },
516
- "anthropic/claude-haiku-4.5": {
517
- id: "anthropic/claude-haiku-4.5",
518
- name: "Claude Haiku 4.5",
519
- api: "anthropic-messages",
520
- provider: "vercel-ai-gateway",
521
- baseUrl: "https://ai-gateway.vercel.sh",
522
- reasoning: true,
523
- input: ["text", "image"],
524
- cost: {
525
- input: 1,
526
- output: 5,
527
- cacheRead: 0.1,
528
- cacheWrite: 1.25,
529
- },
530
- contextWindow: 200000,
531
- maxTokens: 64000,
532
- },
533
- "anthropic/claude-opus-4": {
534
- id: "anthropic/claude-opus-4",
535
- name: "Claude Opus 4",
536
- api: "anthropic-messages",
537
- provider: "vercel-ai-gateway",
538
- baseUrl: "https://ai-gateway.vercel.sh",
539
- reasoning: true,
540
- input: ["text", "image"],
541
- cost: {
542
- input: 15,
543
- output: 75,
544
- cacheRead: 1.5,
545
- cacheWrite: 18.75,
546
- },
547
- contextWindow: 200000,
548
- maxTokens: 8192,
549
- },
550
- "anthropic/claude-opus-4.1": {
551
- id: "anthropic/claude-opus-4.1",
552
- name: "Claude Opus 4.1",
553
- api: "anthropic-messages",
554
- provider: "vercel-ai-gateway",
555
- baseUrl: "https://ai-gateway.vercel.sh",
556
- reasoning: true,
557
- input: ["text", "image"],
558
- cost: {
559
- input: 15,
560
- output: 75,
561
- cacheRead: 1.5,
562
- cacheWrite: 18.75,
563
- },
564
- contextWindow: 200000,
565
- maxTokens: 32000,
566
- },
567
- "anthropic/claude-opus-4.5": {
568
- id: "anthropic/claude-opus-4.5",
569
- name: "Claude Opus 4.5",
570
- api: "anthropic-messages",
571
- provider: "vercel-ai-gateway",
572
- baseUrl: "https://ai-gateway.vercel.sh",
573
- reasoning: true,
574
- input: ["text", "image"],
575
- cost: {
576
- input: 5,
577
- output: 25,
578
- cacheRead: 0.5,
579
- cacheWrite: 6.25,
580
- },
581
- contextWindow: 200000,
582
- maxTokens: 64000,
583
- },
584
- "anthropic/claude-opus-4.6": {
585
- id: "anthropic/claude-opus-4.6",
586
- name: "Claude Opus 4.6",
587
- api: "anthropic-messages",
588
- provider: "vercel-ai-gateway",
589
- baseUrl: "https://ai-gateway.vercel.sh",
590
- compat: { "forceAdaptiveThinking": true },
591
- reasoning: true,
592
- thinkingLevelMap: { "max": "max" },
593
- input: ["text", "image"],
594
- cost: {
595
- input: 5,
596
- output: 25,
597
- cacheRead: 0.5,
598
- cacheWrite: 6.25,
599
- },
600
- contextWindow: 1000000,
601
- maxTokens: 128000,
602
- },
603
- "anthropic/claude-opus-4.7": {
604
- id: "anthropic/claude-opus-4.7",
605
- name: "Claude Opus 4.7",
606
- api: "anthropic-messages",
607
- provider: "vercel-ai-gateway",
608
- baseUrl: "https://ai-gateway.vercel.sh",
609
- compat: { "forceAdaptiveThinking": true, "supportsTemperature": false },
610
- reasoning: true,
611
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
612
- input: ["text", "image"],
613
- cost: {
614
- input: 5,
615
- output: 25,
616
- cacheRead: 0.5,
617
- cacheWrite: 6.25,
618
- },
619
- contextWindow: 1000000,
620
- maxTokens: 128000,
621
- },
622
- "anthropic/claude-opus-4.7-fast": {
623
- id: "anthropic/claude-opus-4.7-fast",
624
- name: "Claude Opus 4.7 (Fast)",
625
- api: "anthropic-messages",
626
- provider: "vercel-ai-gateway",
627
- baseUrl: "https://ai-gateway.vercel.sh",
628
- compat: { "forceAdaptiveThinking": true, "supportsTemperature": false },
629
- reasoning: true,
630
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
631
- input: ["text", "image"],
632
- cost: {
633
- input: 30,
634
- output: 150,
635
- cacheRead: 3,
636
- cacheWrite: 37.5,
637
- },
638
- contextWindow: 1000000,
639
- maxTokens: 128000,
640
- },
641
- "anthropic/claude-opus-4.8": {
642
- id: "anthropic/claude-opus-4.8",
643
- name: "Claude Opus 4.8",
644
- api: "anthropic-messages",
645
- provider: "vercel-ai-gateway",
646
- baseUrl: "https://ai-gateway.vercel.sh",
647
- compat: { "forceAdaptiveThinking": true, "supportsTemperature": false },
648
- reasoning: true,
649
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
650
- input: ["text", "image"],
651
- cost: {
652
- input: 5,
653
- output: 25,
654
- cacheRead: 0.5,
655
- cacheWrite: 6.25,
656
- },
657
- contextWindow: 1000000,
658
- maxTokens: 128000,
659
- },
660
- "anthropic/claude-opus-4.8-fast": {
661
- id: "anthropic/claude-opus-4.8-fast",
662
- name: "Claude Opus 4.8 (Fast)",
663
- api: "anthropic-messages",
664
- provider: "vercel-ai-gateway",
665
- baseUrl: "https://ai-gateway.vercel.sh",
666
- compat: { "forceAdaptiveThinking": true, "supportsTemperature": false },
667
- reasoning: true,
668
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
669
- input: ["text", "image"],
670
- cost: {
671
- input: 10,
672
- output: 50,
673
- cacheRead: 1,
674
- cacheWrite: 12.5,
675
- },
676
- contextWindow: 1000000,
677
- maxTokens: 128000,
678
- },
679
- "anthropic/claude-sonnet-4": {
680
- id: "anthropic/claude-sonnet-4",
681
- name: "Claude Sonnet 4",
682
- api: "anthropic-messages",
683
- provider: "vercel-ai-gateway",
684
- baseUrl: "https://ai-gateway.vercel.sh",
685
- reasoning: true,
686
- input: ["text", "image"],
687
- cost: {
688
- input: 3,
689
- output: 15,
690
- cacheRead: 0.3,
691
- cacheWrite: 3.75,
692
- },
693
- contextWindow: 1000000,
694
- maxTokens: 8192,
695
- },
696
- "anthropic/claude-sonnet-4.5": {
697
- id: "anthropic/claude-sonnet-4.5",
698
- name: "Claude Sonnet 4.5",
699
- api: "anthropic-messages",
700
- provider: "vercel-ai-gateway",
701
- baseUrl: "https://ai-gateway.vercel.sh",
702
- reasoning: true,
703
- input: ["text", "image"],
704
- cost: {
705
- input: 3,
706
- output: 15,
707
- cacheRead: 0.3,
708
- cacheWrite: 3.75,
709
- },
710
- contextWindow: 1000000,
711
- maxTokens: 64000,
712
- },
713
- "anthropic/claude-sonnet-4.6": {
714
- id: "anthropic/claude-sonnet-4.6",
715
- name: "Claude Sonnet 4.6",
716
- api: "anthropic-messages",
717
- provider: "vercel-ai-gateway",
718
- baseUrl: "https://ai-gateway.vercel.sh",
719
- compat: { "forceAdaptiveThinking": true },
720
- reasoning: true,
721
- thinkingLevelMap: { "max": "max" },
722
- input: ["text", "image"],
723
- cost: {
724
- input: 3,
725
- output: 15,
726
- cacheRead: 0.3,
727
- cacheWrite: 3.75,
728
- },
729
- contextWindow: 1000000,
730
- maxTokens: 128000,
731
- },
732
- "anthropic/claude-sonnet-5": {
733
- id: "anthropic/claude-sonnet-5",
734
- name: "Claude Sonnet 5",
735
- api: "anthropic-messages",
736
- provider: "vercel-ai-gateway",
737
- baseUrl: "https://ai-gateway.vercel.sh",
738
- compat: { "forceAdaptiveThinking": true },
739
- reasoning: true,
740
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
741
- input: ["text", "image"],
742
- cost: {
743
- input: 2,
744
- output: 10,
745
- cacheRead: 0.2,
746
- cacheWrite: 2.5,
747
- },
748
- contextWindow: 1000000,
749
- maxTokens: 128000,
750
- },
751
- "arcee-ai/trinity-large-thinking": {
752
- id: "arcee-ai/trinity-large-thinking",
753
- name: "Trinity Large Thinking",
754
- api: "anthropic-messages",
755
- provider: "vercel-ai-gateway",
756
- baseUrl: "https://ai-gateway.vercel.sh",
757
- reasoning: true,
758
- input: ["text"],
759
- cost: {
760
- input: 0.25,
761
- output: 0.9,
762
- cacheRead: 0,
763
- cacheWrite: 0,
764
- },
765
- contextWindow: 262100,
766
- maxTokens: 80000,
767
- },
768
- "arcee-ai/trinity-mini": {
769
- id: "arcee-ai/trinity-mini",
770
- name: "Trinity Mini",
771
- api: "anthropic-messages",
772
- provider: "vercel-ai-gateway",
773
- baseUrl: "https://ai-gateway.vercel.sh",
774
- reasoning: false,
775
- input: ["text"],
776
- cost: {
777
- input: 0.045,
778
- output: 0.15,
779
- cacheRead: 0,
780
- cacheWrite: 0,
781
- },
782
- contextWindow: 131072,
783
- maxTokens: 131072,
784
- },
785
- "bytedance/seed-1.6": {
786
- id: "bytedance/seed-1.6",
787
- name: "Seed 1.6",
788
- api: "anthropic-messages",
789
- provider: "vercel-ai-gateway",
790
- baseUrl: "https://ai-gateway.vercel.sh",
791
- reasoning: true,
792
- input: ["text", "image"],
793
- cost: {
794
- input: 0.25,
795
- output: 2,
796
- cacheRead: 0.05,
797
- cacheWrite: 0,
798
- },
799
- contextWindow: 256000,
800
- maxTokens: 32000,
801
- },
802
- "bytedance/seed-1.8": {
803
- id: "bytedance/seed-1.8",
804
- name: "Bytedance Seed 1.8",
805
- api: "anthropic-messages",
806
- provider: "vercel-ai-gateway",
807
- baseUrl: "https://ai-gateway.vercel.sh",
808
- reasoning: true,
809
- input: ["text", "image"],
810
- cost: {
811
- input: 0.25,
812
- output: 2,
813
- cacheRead: 0.05,
814
- cacheWrite: 0,
815
- },
816
- contextWindow: 256000,
817
- maxTokens: 64000,
818
- },
819
- "cohere/command-a": {
820
- id: "cohere/command-a",
821
- name: "Command A",
822
- api: "anthropic-messages",
823
- provider: "vercel-ai-gateway",
824
- baseUrl: "https://ai-gateway.vercel.sh",
825
- reasoning: false,
826
- input: ["text"],
827
- cost: {
828
- input: 2.5,
829
- output: 10,
830
- cacheRead: 0,
831
- cacheWrite: 0,
832
- },
833
- contextWindow: 256000,
834
- maxTokens: 8000,
835
- },
836
- "deepseek/deepseek-r1": {
837
- id: "deepseek/deepseek-r1",
838
- name: "DeepSeek-R1",
839
- api: "anthropic-messages",
840
- provider: "vercel-ai-gateway",
841
- baseUrl: "https://ai-gateway.vercel.sh",
842
- reasoning: true,
843
- input: ["text"],
844
- cost: {
845
- input: 1.35,
846
- output: 5.4,
847
- cacheRead: 0,
848
- cacheWrite: 0,
849
- },
850
- contextWindow: 128000,
851
- maxTokens: 8192,
852
- },
853
- "deepseek/deepseek-v3": {
854
- id: "deepseek/deepseek-v3",
855
- name: "DeepSeek V3 0324",
856
- api: "anthropic-messages",
857
- provider: "vercel-ai-gateway",
858
- baseUrl: "https://ai-gateway.vercel.sh",
859
- reasoning: false,
860
- input: ["text"],
861
- cost: {
862
- input: 0.27,
863
- output: 1.12,
864
- cacheRead: 0.135,
865
- cacheWrite: 0,
866
- },
867
- contextWindow: 163840,
868
- maxTokens: 163840,
869
- },
870
- "deepseek/deepseek-v3.1": {
871
- id: "deepseek/deepseek-v3.1",
872
- name: "DeepSeek V3.1",
873
- api: "anthropic-messages",
874
- provider: "vercel-ai-gateway",
875
- baseUrl: "https://ai-gateway.vercel.sh",
876
- reasoning: true,
877
- input: ["text"],
878
- cost: {
879
- input: 0.25,
880
- output: 0.95,
881
- cacheRead: 0.13,
882
- cacheWrite: 0,
883
- },
884
- contextWindow: 163840,
885
- maxTokens: 128000,
886
- },
887
- "deepseek/deepseek-v3.1-terminus": {
888
- id: "deepseek/deepseek-v3.1-terminus",
889
- name: "DeepSeek V3.1 Terminus",
890
- api: "anthropic-messages",
891
- provider: "vercel-ai-gateway",
892
- baseUrl: "https://ai-gateway.vercel.sh",
893
- reasoning: true,
894
- input: ["text"],
895
- cost: {
896
- input: 0.27,
897
- output: 1,
898
- cacheRead: 0.135,
899
- cacheWrite: 0,
900
- },
901
- contextWindow: 131072,
902
- maxTokens: 65536,
903
- },
904
- "deepseek/deepseek-v3.2": {
905
- id: "deepseek/deepseek-v3.2",
906
- name: "DeepSeek V3.2",
907
- api: "anthropic-messages",
908
- provider: "vercel-ai-gateway",
909
- baseUrl: "https://ai-gateway.vercel.sh",
910
- reasoning: false,
911
- input: ["text"],
912
- cost: {
913
- input: 0.28,
914
- output: 0.42,
915
- cacheRead: 0.028,
916
- cacheWrite: 0,
917
- },
918
- contextWindow: 128000,
919
- maxTokens: 8000,
920
- },
921
- "deepseek/deepseek-v3.2-thinking": {
922
- id: "deepseek/deepseek-v3.2-thinking",
923
- name: "DeepSeek V3.2 Thinking",
924
- api: "anthropic-messages",
925
- provider: "vercel-ai-gateway",
926
- baseUrl: "https://ai-gateway.vercel.sh",
927
- reasoning: true,
928
- input: ["text"],
929
- cost: {
930
- input: 0.62,
931
- output: 1.85,
932
- cacheRead: 0,
933
- cacheWrite: 0,
934
- },
935
- contextWindow: 128000,
936
- maxTokens: 8000,
937
- },
938
- "deepseek/deepseek-v4-flash": {
939
- id: "deepseek/deepseek-v4-flash",
940
- name: "DeepSeek V4 Flash",
941
- api: "anthropic-messages",
942
- provider: "vercel-ai-gateway",
943
- baseUrl: "https://ai-gateway.vercel.sh",
944
- reasoning: true,
945
- input: ["text"],
946
- cost: {
947
- input: 0.14,
948
- output: 0.28,
949
- cacheRead: 0.028,
950
- cacheWrite: 0,
951
- },
952
- contextWindow: 1000000,
953
- maxTokens: 384000,
954
- },
955
- "deepseek/deepseek-v4-pro": {
956
- id: "deepseek/deepseek-v4-pro",
957
- name: "DeepSeek V4 Pro",
958
- api: "anthropic-messages",
959
- provider: "vercel-ai-gateway",
960
- baseUrl: "https://ai-gateway.vercel.sh",
961
- reasoning: true,
962
- input: ["text"],
963
- cost: {
964
- input: 0.435,
965
- output: 0.87,
966
- cacheRead: 0.0036,
967
- cacheWrite: 0,
968
- },
969
- contextWindow: 1000000,
970
- maxTokens: 384000,
971
- },
972
- "google/gemini-2.5-flash": {
973
- id: "google/gemini-2.5-flash",
974
- name: "Gemini 2.5 Flash",
975
- api: "anthropic-messages",
976
- provider: "vercel-ai-gateway",
977
- baseUrl: "https://ai-gateway.vercel.sh",
978
- reasoning: true,
979
- input: ["text", "image"],
980
- cost: {
981
- input: 0.3,
982
- output: 2.5,
983
- cacheRead: 0.03,
984
- cacheWrite: 0,
985
- },
986
- contextWindow: 1000000,
987
- maxTokens: 65536,
988
- },
989
- "google/gemini-2.5-flash-lite": {
990
- id: "google/gemini-2.5-flash-lite",
991
- name: "Gemini 2.5 Flash Lite",
992
- api: "anthropic-messages",
993
- provider: "vercel-ai-gateway",
994
- baseUrl: "https://ai-gateway.vercel.sh",
995
- reasoning: true,
996
- input: ["text", "image"],
997
- cost: {
998
- input: 0.1,
999
- output: 0.4,
1000
- cacheRead: 0.01,
1001
- cacheWrite: 0,
1002
- },
1003
- contextWindow: 1048576,
1004
- maxTokens: 65536,
1005
- },
1006
- "google/gemini-2.5-pro": {
1007
- id: "google/gemini-2.5-pro",
1008
- name: "Gemini 2.5 Pro",
1009
- api: "anthropic-messages",
1010
- provider: "vercel-ai-gateway",
1011
- baseUrl: "https://ai-gateway.vercel.sh",
1012
- reasoning: true,
1013
- input: ["text", "image"],
1014
- cost: {
1015
- input: 1.25,
1016
- output: 10,
1017
- cacheRead: 0.125,
1018
- cacheWrite: 0,
1019
- },
1020
- contextWindow: 1048576,
1021
- maxTokens: 65536,
1022
- },
1023
- "google/gemini-3-flash": {
1024
- id: "google/gemini-3-flash",
1025
- name: "Gemini 3 Flash",
1026
- api: "anthropic-messages",
1027
- provider: "vercel-ai-gateway",
1028
- baseUrl: "https://ai-gateway.vercel.sh",
1029
- reasoning: true,
1030
- input: ["text", "image"],
1031
- cost: {
1032
- input: 0.5,
1033
- output: 3,
1034
- cacheRead: 0.05,
1035
- cacheWrite: 0,
1036
- },
1037
- contextWindow: 1000000,
1038
- maxTokens: 65000,
1039
- },
1040
- "google/gemini-3-pro-preview": {
1041
- id: "google/gemini-3-pro-preview",
1042
- name: "Gemini 3 Pro Preview",
1043
- api: "anthropic-messages",
1044
- provider: "vercel-ai-gateway",
1045
- baseUrl: "https://ai-gateway.vercel.sh",
1046
- reasoning: true,
1047
- input: ["text", "image"],
1048
- cost: {
1049
- input: 2,
1050
- output: 12,
1051
- cacheRead: 0.2,
1052
- cacheWrite: 0,
1053
- },
1054
- contextWindow: 1000000,
1055
- maxTokens: 64000,
1056
- },
1057
- "google/gemini-3.1-flash-lite": {
1058
- id: "google/gemini-3.1-flash-lite",
1059
- name: "Gemini 3.1 Flash Lite",
1060
- api: "anthropic-messages",
1061
- provider: "vercel-ai-gateway",
1062
- baseUrl: "https://ai-gateway.vercel.sh",
1063
- reasoning: true,
1064
- input: ["text", "image"],
1065
- cost: {
1066
- input: 0.25,
1067
- output: 1.5,
1068
- cacheRead: 0.03,
1069
- cacheWrite: 0,
1070
- },
1071
- contextWindow: 1000000,
1072
- maxTokens: 65000,
1073
- },
1074
- "google/gemini-3.1-flash-lite-preview": {
1075
- id: "google/gemini-3.1-flash-lite-preview",
1076
- name: "Gemini 3.1 Flash Lite Preview",
1077
- api: "anthropic-messages",
1078
- provider: "vercel-ai-gateway",
1079
- baseUrl: "https://ai-gateway.vercel.sh",
1080
- reasoning: true,
1081
- input: ["text", "image"],
1082
- cost: {
1083
- input: 0.25,
1084
- output: 1.5,
1085
- cacheRead: 0.03,
1086
- cacheWrite: 0,
1087
- },
1088
- contextWindow: 1000000,
1089
- maxTokens: 65000,
1090
- },
1091
- "google/gemini-3.1-pro-preview": {
1092
- id: "google/gemini-3.1-pro-preview",
1093
- name: "Gemini 3.1 Pro Preview",
1094
- api: "anthropic-messages",
1095
- provider: "vercel-ai-gateway",
1096
- baseUrl: "https://ai-gateway.vercel.sh",
1097
- reasoning: true,
1098
- input: ["text", "image"],
1099
- cost: {
1100
- input: 2,
1101
- output: 12,
1102
- cacheRead: 0.2,
1103
- cacheWrite: 0,
1104
- },
1105
- contextWindow: 1000000,
1106
- maxTokens: 64000,
1107
- },
1108
- "google/gemini-3.5-flash": {
1109
- id: "google/gemini-3.5-flash",
1110
- name: "Gemini 3.5 Flash",
1111
- api: "anthropic-messages",
1112
- provider: "vercel-ai-gateway",
1113
- baseUrl: "https://ai-gateway.vercel.sh",
1114
- reasoning: true,
1115
- input: ["text", "image"],
1116
- cost: {
1117
- input: 1.5,
1118
- output: 9,
1119
- cacheRead: 0.15,
1120
- cacheWrite: 0,
1121
- },
1122
- contextWindow: 1000000,
1123
- maxTokens: 64000,
1124
- },
1125
- "google/gemma-4-26b-a4b-it": {
1126
- id: "google/gemma-4-26b-a4b-it",
1127
- name: "Gemma 4 26B A4B IT",
1128
- api: "anthropic-messages",
1129
- provider: "vercel-ai-gateway",
1130
- baseUrl: "https://ai-gateway.vercel.sh",
1131
- reasoning: true,
1132
- input: ["text", "image"],
1133
- cost: {
1134
- input: 0.15,
1135
- output: 0.6,
1136
- cacheRead: 0.015,
1137
- cacheWrite: 0,
1138
- },
1139
- contextWindow: 262144,
1140
- maxTokens: 131072,
1141
- },
1142
- "google/gemma-4-31b-it": {
1143
- id: "google/gemma-4-31b-it",
1144
- name: "Gemma 4 31B IT",
1145
- api: "anthropic-messages",
1146
- provider: "vercel-ai-gateway",
1147
- baseUrl: "https://ai-gateway.vercel.sh",
1148
- reasoning: true,
1149
- input: ["text", "image"],
1150
- cost: {
1151
- input: 0.14,
1152
- output: 0.4,
1153
- cacheRead: 0,
1154
- cacheWrite: 0,
1155
- },
1156
- contextWindow: 262144,
1157
- maxTokens: 131072,
1158
- },
1159
- "inception/mercury-2": {
1160
- id: "inception/mercury-2",
1161
- name: "Mercury 2",
1162
- api: "anthropic-messages",
1163
- provider: "vercel-ai-gateway",
1164
- baseUrl: "https://ai-gateway.vercel.sh",
1165
- reasoning: true,
1166
- input: ["text"],
1167
- cost: {
1168
- input: 0.25,
1169
- output: 0.75,
1170
- cacheRead: 0.025,
1171
- cacheWrite: 0,
1172
- },
1173
- contextWindow: 128000,
1174
- maxTokens: 128000,
1175
- },
1176
- "inception/mercury-coder-small": {
1177
- id: "inception/mercury-coder-small",
1178
- name: "Mercury Coder Small Beta",
1179
- api: "anthropic-messages",
1180
- provider: "vercel-ai-gateway",
1181
- baseUrl: "https://ai-gateway.vercel.sh",
1182
- reasoning: false,
1183
- input: ["text"],
1184
- cost: {
1185
- input: 0.25,
1186
- output: 1,
1187
- cacheRead: 0,
1188
- cacheWrite: 0,
1189
- },
1190
- contextWindow: 32000,
1191
- maxTokens: 16384,
1192
- },
1193
- "interfaze/interfaze-beta": {
1194
- id: "interfaze/interfaze-beta",
1195
- name: "Interfaze Beta",
1196
- api: "anthropic-messages",
1197
- provider: "vercel-ai-gateway",
1198
- baseUrl: "https://ai-gateway.vercel.sh",
1199
- reasoning: true,
1200
- input: ["text", "image"],
1201
- cost: {
1202
- input: 1.5,
1203
- output: 3.5,
1204
- cacheRead: 0,
1205
- cacheWrite: 0,
1206
- },
1207
- contextWindow: 1000000,
1208
- maxTokens: 32000,
1209
- },
1210
- "kwaipilot/kat-coder-air-v2.5": {
1211
- id: "kwaipilot/kat-coder-air-v2.5",
1212
- name: "Kat Coder Air V2.5",
1213
- api: "anthropic-messages",
1214
- provider: "vercel-ai-gateway",
1215
- baseUrl: "https://ai-gateway.vercel.sh",
1216
- reasoning: true,
1217
- input: ["text"],
1218
- cost: {
1219
- input: 0.15,
1220
- output: 0.6,
1221
- cacheRead: 0.03,
1222
- cacheWrite: 0,
1223
- },
1224
- contextWindow: 256000,
1225
- maxTokens: 80000,
1226
- },
1227
- "kwaipilot/kat-coder-pro-v1": {
1228
- id: "kwaipilot/kat-coder-pro-v1",
1229
- name: "KAT-Coder-Pro V1",
1230
- api: "anthropic-messages",
1231
- provider: "vercel-ai-gateway",
1232
- baseUrl: "https://ai-gateway.vercel.sh",
1233
- reasoning: false,
1234
- input: ["text"],
1235
- cost: {
1236
- input: 0.3,
1237
- output: 1.2,
1238
- cacheRead: 0.06,
1239
- cacheWrite: 0,
1240
- },
1241
- contextWindow: 256000,
1242
- maxTokens: 32000,
1243
- },
1244
- "kwaipilot/kat-coder-pro-v2": {
1245
- id: "kwaipilot/kat-coder-pro-v2",
1246
- name: "Kat Coder Pro V2",
1247
- api: "anthropic-messages",
1248
- provider: "vercel-ai-gateway",
1249
- baseUrl: "https://ai-gateway.vercel.sh",
1250
- reasoning: true,
1251
- input: ["text"],
1252
- cost: {
1253
- input: 0.3,
1254
- output: 1.2,
1255
- cacheRead: 0.06,
1256
- cacheWrite: 0,
1257
- },
1258
- contextWindow: 256000,
1259
- maxTokens: 256000,
1260
- },
1261
- "kwaipilot/kat-coder-pro-v2.5": {
1262
- id: "kwaipilot/kat-coder-pro-v2.5",
1263
- name: "Kat Coder Pro V2.5",
1264
- api: "anthropic-messages",
1265
- provider: "vercel-ai-gateway",
1266
- baseUrl: "https://ai-gateway.vercel.sh",
1267
- reasoning: true,
1268
- input: ["text"],
1269
- cost: {
1270
- input: 0.74,
1271
- output: 2.96,
1272
- cacheRead: 0.15,
1273
- cacheWrite: 0,
1274
- },
1275
- contextWindow: 256000,
1276
- maxTokens: 80000,
1277
- },
1278
- "meta/llama-3.1-70b": {
1279
- id: "meta/llama-3.1-70b",
1280
- name: "Llama 3.1 70B Instruct",
1281
- api: "anthropic-messages",
1282
- provider: "vercel-ai-gateway",
1283
- baseUrl: "https://ai-gateway.vercel.sh",
1284
- reasoning: false,
1285
- input: ["text"],
1286
- cost: {
1287
- input: 0.72,
1288
- output: 0.72,
1289
- cacheRead: 0,
1290
- cacheWrite: 0,
1291
- },
1292
- contextWindow: 128000,
1293
- maxTokens: 8192,
1294
- },
1295
- "meta/llama-3.1-8b": {
1296
- id: "meta/llama-3.1-8b",
1297
- name: "Llama 3.1 8B Instruct",
1298
- api: "anthropic-messages",
1299
- provider: "vercel-ai-gateway",
1300
- baseUrl: "https://ai-gateway.vercel.sh",
1301
- reasoning: false,
1302
- input: ["text"],
1303
- cost: {
1304
- input: 0.22,
1305
- output: 0.22,
1306
- cacheRead: 0,
1307
- cacheWrite: 0,
1308
- },
1309
- contextWindow: 128000,
1310
- maxTokens: 8192,
1311
- },
1312
- "meta/llama-3.2-11b": {
1313
- id: "meta/llama-3.2-11b",
1314
- name: "Llama 3.2 11B Vision Instruct",
1315
- api: "anthropic-messages",
1316
- provider: "vercel-ai-gateway",
1317
- baseUrl: "https://ai-gateway.vercel.sh",
1318
- reasoning: false,
1319
- input: ["text", "image"],
1320
- cost: {
1321
- input: 0.16,
1322
- output: 0.16,
1323
- cacheRead: 0,
1324
- cacheWrite: 0,
1325
- },
1326
- contextWindow: 128000,
1327
- maxTokens: 8192,
1328
- },
1329
- "meta/llama-3.2-90b": {
1330
- id: "meta/llama-3.2-90b",
1331
- name: "Llama 3.2 90B Vision Instruct",
1332
- api: "anthropic-messages",
1333
- provider: "vercel-ai-gateway",
1334
- baseUrl: "https://ai-gateway.vercel.sh",
1335
- reasoning: false,
1336
- input: ["text", "image"],
1337
- cost: {
1338
- input: 0.72,
1339
- output: 0.72,
1340
- cacheRead: 0,
1341
- cacheWrite: 0,
1342
- },
1343
- contextWindow: 128000,
1344
- maxTokens: 8192,
1345
- },
1346
- "meta/llama-3.3-70b": {
1347
- id: "meta/llama-3.3-70b",
1348
- name: "Llama 3.3 70B Instruct",
1349
- api: "anthropic-messages",
1350
- provider: "vercel-ai-gateway",
1351
- baseUrl: "https://ai-gateway.vercel.sh",
1352
- reasoning: false,
1353
- input: ["text"],
1354
- cost: {
1355
- input: 0.72,
1356
- output: 0.72,
1357
- cacheRead: 0,
1358
- cacheWrite: 0,
1359
- },
1360
- contextWindow: 128000,
1361
- maxTokens: 8192,
1362
- },
1363
- "meta/llama-4-maverick": {
1364
- id: "meta/llama-4-maverick",
1365
- name: "Llama 4 Maverick 17B Instruct",
1366
- api: "anthropic-messages",
1367
- provider: "vercel-ai-gateway",
1368
- baseUrl: "https://ai-gateway.vercel.sh",
1369
- reasoning: false,
1370
- input: ["text", "image"],
1371
- cost: {
1372
- input: 0.24,
1373
- output: 0.97,
1374
- cacheRead: 0,
1375
- cacheWrite: 0,
1376
- },
1377
- contextWindow: 128000,
1378
- maxTokens: 8192,
1379
- },
1380
- "meta/llama-4-scout": {
1381
- id: "meta/llama-4-scout",
1382
- name: "Llama 4 Scout 17B Instruct",
1383
- api: "anthropic-messages",
1384
- provider: "vercel-ai-gateway",
1385
- baseUrl: "https://ai-gateway.vercel.sh",
1386
- reasoning: false,
1387
- input: ["text", "image"],
1388
- cost: {
1389
- input: 0.17,
1390
- output: 0.66,
1391
- cacheRead: 0,
1392
- cacheWrite: 0,
1393
- },
1394
- contextWindow: 128000,
1395
- maxTokens: 8192,
1396
- },
1397
- "meta/muse-spark-1.1": {
1398
- id: "meta/muse-spark-1.1",
1399
- name: "Muse Spark 1.1",
1400
- api: "anthropic-messages",
1401
- provider: "vercel-ai-gateway",
1402
- baseUrl: "https://ai-gateway.vercel.sh",
1403
- reasoning: true,
1404
- input: ["text", "image"],
1405
- cost: {
1406
- input: 1.25,
1407
- output: 4.25,
1408
- cacheRead: 0.15,
1409
- cacheWrite: 0,
1410
- },
1411
- contextWindow: 1048576,
1412
- maxTokens: 1048576,
1413
- },
1414
- "minimax/minimax-m2": {
1415
- id: "minimax/minimax-m2",
1416
- name: "MiniMax M2",
1417
- api: "anthropic-messages",
1418
- provider: "vercel-ai-gateway",
1419
- baseUrl: "https://ai-gateway.vercel.sh",
1420
- reasoning: true,
1421
- input: ["text"],
1422
- cost: {
1423
- input: 0.3,
1424
- output: 1.2,
1425
- cacheRead: 0.03,
1426
- cacheWrite: 0.375,
1427
- },
1428
- contextWindow: 205000,
1429
- maxTokens: 205000,
1430
- },
1431
- "minimax/minimax-m2.1": {
1432
- id: "minimax/minimax-m2.1",
1433
- name: "MiniMax M2.1",
1434
- api: "anthropic-messages",
1435
- provider: "vercel-ai-gateway",
1436
- baseUrl: "https://ai-gateway.vercel.sh",
1437
- reasoning: true,
1438
- input: ["text"],
1439
- cost: {
1440
- input: 0.3,
1441
- output: 1.2,
1442
- cacheRead: 0.03,
1443
- cacheWrite: 0.375,
1444
- },
1445
- contextWindow: 204800,
1446
- maxTokens: 131072,
1447
- },
1448
- "minimax/minimax-m2.1-lightning": {
1449
- id: "minimax/minimax-m2.1-lightning",
1450
- name: "MiniMax M2.1 Lightning",
1451
- api: "anthropic-messages",
1452
- provider: "vercel-ai-gateway",
1453
- baseUrl: "https://ai-gateway.vercel.sh",
1454
- reasoning: true,
1455
- input: ["text"],
1456
- cost: {
1457
- input: 0.3,
1458
- output: 2.4,
1459
- cacheRead: 0.03,
1460
- cacheWrite: 0.375,
1461
- },
1462
- contextWindow: 204800,
1463
- maxTokens: 131072,
1464
- },
1465
- "minimax/minimax-m2.5": {
1466
- id: "minimax/minimax-m2.5",
1467
- name: "MiniMax M2.5",
1468
- api: "anthropic-messages",
1469
- provider: "vercel-ai-gateway",
1470
- baseUrl: "https://ai-gateway.vercel.sh",
1471
- reasoning: true,
1472
- input: ["text"],
1473
- cost: {
1474
- input: 0.3,
1475
- output: 1.2,
1476
- cacheRead: 0.03,
1477
- cacheWrite: 0.375,
1478
- },
1479
- contextWindow: 204800,
1480
- maxTokens: 131000,
1481
- },
1482
- "minimax/minimax-m2.5-highspeed": {
1483
- id: "minimax/minimax-m2.5-highspeed",
1484
- name: "MiniMax M2.5 High Speed",
1485
- api: "anthropic-messages",
1486
- provider: "vercel-ai-gateway",
1487
- baseUrl: "https://ai-gateway.vercel.sh",
1488
- reasoning: true,
1489
- input: ["text"],
1490
- cost: {
1491
- input: 0.6,
1492
- output: 2.4,
1493
- cacheRead: 0.03,
1494
- cacheWrite: 0.375,
1495
- },
1496
- contextWindow: 204800,
1497
- maxTokens: 131000,
1498
- },
1499
- "minimax/minimax-m2.7": {
1500
- id: "minimax/minimax-m2.7",
1501
- name: "MiniMax M2.7",
1502
- api: "anthropic-messages",
1503
- provider: "vercel-ai-gateway",
1504
- baseUrl: "https://ai-gateway.vercel.sh",
1505
- reasoning: true,
1506
- input: ["text"],
1507
- cost: {
1508
- input: 0.3,
1509
- output: 1.2,
1510
- cacheRead: 0.06,
1511
- cacheWrite: 0.375,
1512
- },
1513
- contextWindow: 204800,
1514
- maxTokens: 131000,
1515
- },
1516
- "minimax/minimax-m2.7-highspeed": {
1517
- id: "minimax/minimax-m2.7-highspeed",
1518
- name: "MiniMax M2.7 High Speed",
1519
- api: "anthropic-messages",
1520
- provider: "vercel-ai-gateway",
1521
- baseUrl: "https://ai-gateway.vercel.sh",
1522
- reasoning: true,
1523
- input: ["text"],
1524
- cost: {
1525
- input: 0.6,
1526
- output: 2.4,
1527
- cacheRead: 0.06,
1528
- cacheWrite: 0.375,
1529
- },
1530
- contextWindow: 204800,
1531
- maxTokens: 131100,
1532
- },
1533
- "minimax/minimax-m3": {
1534
- id: "minimax/minimax-m3",
1535
- name: "MiniMax M3",
1536
- api: "anthropic-messages",
1537
- provider: "vercel-ai-gateway",
1538
- baseUrl: "https://ai-gateway.vercel.sh",
1539
- reasoning: true,
1540
- input: ["text", "image"],
1541
- cost: {
1542
- input: 0.3,
1543
- output: 1.2,
1544
- cacheRead: 0.06,
1545
- cacheWrite: 0,
1546
- },
1547
- contextWindow: 1000000,
1548
- maxTokens: 1000000,
1549
- },
1550
- "mistral/codestral": {
1551
- id: "mistral/codestral",
1552
- name: "Mistral Codestral",
1553
- api: "anthropic-messages",
1554
- provider: "vercel-ai-gateway",
1555
- baseUrl: "https://ai-gateway.vercel.sh",
1556
- reasoning: false,
1557
- input: ["text"],
1558
- cost: {
1559
- input: 0.3,
1560
- output: 0.9,
1561
- cacheRead: 0,
1562
- cacheWrite: 0,
1563
- },
1564
- contextWindow: 128000,
1565
- maxTokens: 4000,
1566
- },
1567
- "mistral/devstral-2": {
1568
- id: "mistral/devstral-2",
1569
- name: "Devstral 2",
1570
- api: "anthropic-messages",
1571
- provider: "vercel-ai-gateway",
1572
- baseUrl: "https://ai-gateway.vercel.sh",
1573
- reasoning: false,
1574
- input: ["text"],
1575
- cost: {
1576
- input: 0.4,
1577
- output: 2,
1578
- cacheRead: 0,
1579
- cacheWrite: 0,
1580
- },
1581
- contextWindow: 256000,
1582
- maxTokens: 256000,
1583
- },
1584
- "mistral/devstral-small-2": {
1585
- id: "mistral/devstral-small-2",
1586
- name: "Devstral Small 2",
1587
- api: "anthropic-messages",
1588
- provider: "vercel-ai-gateway",
1589
- baseUrl: "https://ai-gateway.vercel.sh",
1590
- reasoning: false,
1591
- input: ["text", "image"],
1592
- cost: {
1593
- input: 0.1,
1594
- output: 0.3,
1595
- cacheRead: 0,
1596
- cacheWrite: 0,
1597
- },
1598
- contextWindow: 256000,
1599
- maxTokens: 256000,
1600
- },
1601
- "mistral/magistral-medium": {
1602
- id: "mistral/magistral-medium",
1603
- name: "Magistral Medium 2509",
1604
- api: "anthropic-messages",
1605
- provider: "vercel-ai-gateway",
1606
- baseUrl: "https://ai-gateway.vercel.sh",
1607
- reasoning: true,
1608
- input: ["text", "image"],
1609
- cost: {
1610
- input: 2,
1611
- output: 5,
1612
- cacheRead: 0,
1613
- cacheWrite: 0,
1614
- },
1615
- contextWindow: 128000,
1616
- maxTokens: 64000,
1617
- },
1618
- "mistral/magistral-small": {
1619
- id: "mistral/magistral-small",
1620
- name: "Magistral Small 2509",
1621
- api: "anthropic-messages",
1622
- provider: "vercel-ai-gateway",
1623
- baseUrl: "https://ai-gateway.vercel.sh",
1624
- reasoning: true,
1625
- input: ["text", "image"],
1626
- cost: {
1627
- input: 0.5,
1628
- output: 1.5,
1629
- cacheRead: 0,
1630
- cacheWrite: 0,
1631
- },
1632
- contextWindow: 128000,
1633
- maxTokens: 64000,
1634
- },
1635
- "mistral/ministral-14b": {
1636
- id: "mistral/ministral-14b",
1637
- name: "Ministral 14B",
1638
- api: "anthropic-messages",
1639
- provider: "vercel-ai-gateway",
1640
- baseUrl: "https://ai-gateway.vercel.sh",
1641
- reasoning: false,
1642
- input: ["text", "image"],
1643
- cost: {
1644
- input: 0.2,
1645
- output: 0.2,
1646
- cacheRead: 0,
1647
- cacheWrite: 0,
1648
- },
1649
- contextWindow: 256000,
1650
- maxTokens: 256000,
1651
- },
1652
- "mistral/ministral-3b": {
1653
- id: "mistral/ministral-3b",
1654
- name: "Ministral 3B",
1655
- api: "anthropic-messages",
1656
- provider: "vercel-ai-gateway",
1657
- baseUrl: "https://ai-gateway.vercel.sh",
1658
- reasoning: false,
1659
- input: ["text"],
1660
- cost: {
1661
- input: 0.1,
1662
- output: 0.1,
1663
- cacheRead: 0,
1664
- cacheWrite: 0,
1665
- },
1666
- contextWindow: 128000,
1667
- maxTokens: 4000,
1668
- },
1669
- "mistral/ministral-8b": {
1670
- id: "mistral/ministral-8b",
1671
- name: "Ministral 8B",
1672
- api: "anthropic-messages",
1673
- provider: "vercel-ai-gateway",
1674
- baseUrl: "https://ai-gateway.vercel.sh",
1675
- reasoning: false,
1676
- input: ["text"],
1677
- cost: {
1678
- input: 0.15,
1679
- output: 0.15,
1680
- cacheRead: 0,
1681
- cacheWrite: 0,
1682
- },
1683
- contextWindow: 128000,
1684
- maxTokens: 4000,
1685
- },
1686
- "mistral/mistral-large-3": {
1687
- id: "mistral/mistral-large-3",
1688
- name: "Mistral Large 3",
1689
- api: "anthropic-messages",
1690
- provider: "vercel-ai-gateway",
1691
- baseUrl: "https://ai-gateway.vercel.sh",
1692
- reasoning: false,
1693
- input: ["text", "image"],
1694
- cost: {
1695
- input: 0.5,
1696
- output: 1.5,
1697
- cacheRead: 0,
1698
- cacheWrite: 0,
1699
- },
1700
- contextWindow: 256000,
1701
- maxTokens: 256000,
1702
- },
1703
- "mistral/mistral-medium": {
1704
- id: "mistral/mistral-medium",
1705
- name: "Mistral Medium 3.1",
1706
- api: "anthropic-messages",
1707
- provider: "vercel-ai-gateway",
1708
- baseUrl: "https://ai-gateway.vercel.sh",
1709
- reasoning: false,
1710
- input: ["text", "image"],
1711
- cost: {
1712
- input: 0.4,
1713
- output: 2,
1714
- cacheRead: 0,
1715
- cacheWrite: 0,
1716
- },
1717
- contextWindow: 128000,
1718
- maxTokens: 64000,
1719
- },
1720
- "mistral/mistral-medium-3.5": {
1721
- id: "mistral/mistral-medium-3.5",
1722
- name: "Mistral Medium Latest",
1723
- api: "anthropic-messages",
1724
- provider: "vercel-ai-gateway",
1725
- baseUrl: "https://ai-gateway.vercel.sh",
1726
- reasoning: true,
1727
- input: ["text", "image"],
1728
- cost: {
1729
- input: 1.5,
1730
- output: 7.5,
1731
- cacheRead: 0,
1732
- cacheWrite: 0,
1733
- },
1734
- contextWindow: 256000,
1735
- maxTokens: 256000,
1736
- },
1737
- "mistral/mistral-nemo": {
1738
- id: "mistral/mistral-nemo",
1739
- name: "Mistral Nemo 12B",
1740
- api: "anthropic-messages",
1741
- provider: "vercel-ai-gateway",
1742
- baseUrl: "https://ai-gateway.vercel.sh",
1743
- reasoning: false,
1744
- input: ["text"],
1745
- cost: {
1746
- input: 0.15,
1747
- output: 0.15,
1748
- cacheRead: 0,
1749
- cacheWrite: 0,
1750
- },
1751
- contextWindow: 128000,
1752
- maxTokens: 128000,
1753
- },
1754
- "mistral/mistral-small": {
1755
- id: "mistral/mistral-small",
1756
- name: "Mistral Small",
1757
- api: "anthropic-messages",
1758
- provider: "vercel-ai-gateway",
1759
- baseUrl: "https://ai-gateway.vercel.sh",
1760
- reasoning: false,
1761
- input: ["text", "image"],
1762
- cost: {
1763
- input: 0.1,
1764
- output: 0.3,
1765
- cacheRead: 0,
1766
- cacheWrite: 0,
1767
- },
1768
- contextWindow: 32000,
1769
- maxTokens: 4000,
1770
- },
1771
- "mistral/pixtral-12b": {
1772
- id: "mistral/pixtral-12b",
1773
- name: "Pixtral 12B 2409",
1774
- api: "anthropic-messages",
1775
- provider: "vercel-ai-gateway",
1776
- baseUrl: "https://ai-gateway.vercel.sh",
1777
- reasoning: false,
1778
- input: ["text", "image"],
1779
- cost: {
1780
- input: 0.15,
1781
- output: 0.15,
1782
- cacheRead: 0,
1783
- cacheWrite: 0,
1784
- },
1785
- contextWindow: 128000,
1786
- maxTokens: 4000,
1787
- },
1788
- "moonshotai/kimi-k2": {
1789
- id: "moonshotai/kimi-k2",
1790
- name: "Kimi K2 Instruct",
1791
- api: "anthropic-messages",
1792
- provider: "vercel-ai-gateway",
1793
- baseUrl: "https://ai-gateway.vercel.sh",
1794
- reasoning: false,
1795
- input: ["text"],
1796
- cost: {
1797
- input: 0.57,
1798
- output: 2.3,
1799
- cacheRead: 0,
1800
- cacheWrite: 0,
1801
- },
1802
- contextWindow: 131072,
1803
- maxTokens: 131072,
1804
- },
1805
- "moonshotai/kimi-k2-thinking": {
1806
- id: "moonshotai/kimi-k2-thinking",
1807
- name: "Kimi K2 Thinking",
1808
- api: "anthropic-messages",
1809
- provider: "vercel-ai-gateway",
1810
- baseUrl: "https://ai-gateway.vercel.sh",
1811
- reasoning: true,
1812
- input: ["text"],
1813
- cost: {
1814
- input: 0.47,
1815
- output: 2,
1816
- cacheRead: 0.141,
1817
- cacheWrite: 0,
1818
- },
1819
- contextWindow: 216144,
1820
- maxTokens: 216144,
1821
- },
1822
- "moonshotai/kimi-k2.5": {
1823
- id: "moonshotai/kimi-k2.5",
1824
- name: "Kimi K2.5",
1825
- api: "anthropic-messages",
1826
- provider: "vercel-ai-gateway",
1827
- baseUrl: "https://ai-gateway.vercel.sh",
1828
- reasoning: true,
1829
- input: ["text", "image"],
1830
- cost: {
1831
- input: 0.6,
1832
- output: 3,
1833
- cacheRead: 0.1,
1834
- cacheWrite: 0,
1835
- },
1836
- contextWindow: 262114,
1837
- maxTokens: 262114,
1838
- },
1839
- "moonshotai/kimi-k2.6": {
1840
- id: "moonshotai/kimi-k2.6",
1841
- name: "Kimi K2.6",
1842
- api: "anthropic-messages",
1843
- provider: "vercel-ai-gateway",
1844
- baseUrl: "https://ai-gateway.vercel.sh",
1845
- reasoning: true,
1846
- input: ["text", "image"],
1847
- cost: {
1848
- input: 0.95,
1849
- output: 4,
1850
- cacheRead: 0.16,
1851
- cacheWrite: 0,
1852
- },
1853
- contextWindow: 262000,
1854
- maxTokens: 262000,
1855
- },
1856
- "moonshotai/kimi-k2.7-code": {
1857
- id: "moonshotai/kimi-k2.7-code",
1858
- name: "Kimi K2.7 Code",
1859
- api: "anthropic-messages",
1860
- provider: "vercel-ai-gateway",
1861
- baseUrl: "https://ai-gateway.vercel.sh",
1862
- reasoning: true,
1863
- input: ["text", "image"],
1864
- cost: {
1865
- input: 0.95,
1866
- output: 4,
1867
- cacheRead: 0.19,
1868
- cacheWrite: 0,
1869
- },
1870
- contextWindow: 256000,
1871
- maxTokens: 32768,
1872
- },
1873
- "moonshotai/kimi-k2.7-code-highspeed": {
1874
- id: "moonshotai/kimi-k2.7-code-highspeed",
1875
- name: "Kimi K2.7 Code High Speed",
1876
- api: "anthropic-messages",
1877
- provider: "vercel-ai-gateway",
1878
- baseUrl: "https://ai-gateway.vercel.sh",
1879
- reasoning: true,
1880
- input: ["text", "image"],
1881
- cost: {
1882
- input: 1.9,
1883
- output: 8,
1884
- cacheRead: 0.38,
1885
- cacheWrite: 0,
1886
- },
1887
- contextWindow: 262144,
1888
- maxTokens: 32768,
1889
- },
1890
- "moonshotai/kimi-k3": {
1891
- id: "moonshotai/kimi-k3",
1892
- name: "Kimi K3",
1893
- api: "anthropic-messages",
1894
- provider: "vercel-ai-gateway",
1895
- baseUrl: "https://ai-gateway.vercel.sh",
1896
- reasoning: true,
1897
- input: ["text", "image"],
1898
- cost: {
1899
- input: 3,
1900
- output: 15,
1901
- cacheRead: 0.3,
1902
- cacheWrite: 0,
1903
- },
1904
- contextWindow: 1000000,
1905
- maxTokens: 131072,
1906
- },
1907
- "nvidia/nemotron-3-nano-30b-a3b": {
1908
- id: "nvidia/nemotron-3-nano-30b-a3b",
1909
- name: "Nemotron 3 Nano 30B A3B",
1910
- api: "anthropic-messages",
1911
- provider: "vercel-ai-gateway",
1912
- baseUrl: "https://ai-gateway.vercel.sh",
1913
- reasoning: true,
1914
- input: ["text"],
1915
- cost: {
1916
- input: 0.05,
1917
- output: 0.24,
1918
- cacheRead: 0,
1919
- cacheWrite: 0,
1920
- },
1921
- contextWindow: 262144,
1922
- maxTokens: 262144,
1923
- },
1924
- "nvidia/nemotron-3-super-120b-a12b": {
1925
- id: "nvidia/nemotron-3-super-120b-a12b",
1926
- name: "NVIDIA Nemotron 3 Super 120B A12B",
1927
- api: "anthropic-messages",
1928
- provider: "vercel-ai-gateway",
1929
- baseUrl: "https://ai-gateway.vercel.sh",
1930
- reasoning: true,
1931
- input: ["text"],
1932
- cost: {
1933
- input: 0.15,
1934
- output: 0.65,
1935
- cacheRead: 0,
1936
- cacheWrite: 0,
1937
- },
1938
- contextWindow: 256000,
1939
- maxTokens: 32000,
1940
- },
1941
- "nvidia/nemotron-3-ultra-550b-a55b": {
1942
- id: "nvidia/nemotron-3-ultra-550b-a55b",
1943
- name: "Nemotron 3 Ultra",
1944
- api: "anthropic-messages",
1945
- provider: "vercel-ai-gateway",
1946
- baseUrl: "https://ai-gateway.vercel.sh",
1947
- reasoning: true,
1948
- input: ["text"],
1949
- cost: {
1950
- input: 0.6,
1951
- output: 2.4,
1952
- cacheRead: 0.12,
1953
- cacheWrite: 0,
1954
- },
1955
- contextWindow: 1000000,
1956
- maxTokens: 65000,
1957
- },
1958
- "nvidia/nemotron-nano-12b-v2-vl": {
1959
- id: "nvidia/nemotron-nano-12b-v2-vl",
1960
- name: "Nvidia Nemotron Nano 12B V2 VL",
1961
- api: "anthropic-messages",
1962
- provider: "vercel-ai-gateway",
1963
- baseUrl: "https://ai-gateway.vercel.sh",
1964
- reasoning: true,
1965
- input: ["text", "image"],
1966
- cost: {
1967
- input: 0.2,
1968
- output: 0.6,
1969
- cacheRead: 0,
1970
- cacheWrite: 0,
1971
- },
1972
- contextWindow: 131072,
1973
- maxTokens: 131072,
1974
- },
1975
- "nvidia/nemotron-nano-9b-v2": {
1976
- id: "nvidia/nemotron-nano-9b-v2",
1977
- name: "Nvidia Nemotron Nano 9B V2",
1978
- api: "anthropic-messages",
1979
- provider: "vercel-ai-gateway",
1980
- baseUrl: "https://ai-gateway.vercel.sh",
1981
- reasoning: true,
1982
- input: ["text"],
1983
- cost: {
1984
- input: 0.06,
1985
- output: 0.23,
1986
- cacheRead: 0,
1987
- cacheWrite: 0,
1988
- },
1989
- contextWindow: 131072,
1990
- maxTokens: 131072,
1991
- },
1992
- "openai/gpt-3.5-turbo": {
1993
- id: "openai/gpt-3.5-turbo",
1994
- name: "GPT-3.5 Turbo",
1995
- api: "anthropic-messages",
1996
- provider: "vercel-ai-gateway",
1997
- baseUrl: "https://ai-gateway.vercel.sh",
1998
- reasoning: false,
1999
- input: ["text"],
2000
- cost: {
2001
- input: 0.5,
2002
- output: 1.5,
2003
- cacheRead: 0,
2004
- cacheWrite: 0,
2005
- },
2006
- contextWindow: 16385,
2007
- maxTokens: 4096,
2008
- },
2009
- "openai/gpt-4-turbo": {
2010
- id: "openai/gpt-4-turbo",
2011
- name: "GPT-4 Turbo",
2012
- api: "anthropic-messages",
2013
- provider: "vercel-ai-gateway",
2014
- baseUrl: "https://ai-gateway.vercel.sh",
2015
- reasoning: false,
2016
- input: ["text", "image"],
2017
- cost: {
2018
- input: 10,
2019
- output: 30,
2020
- cacheRead: 0,
2021
- cacheWrite: 0,
2022
- },
2023
- contextWindow: 128000,
2024
- maxTokens: 4096,
2025
- },
2026
- "openai/gpt-4.1": {
2027
- id: "openai/gpt-4.1",
2028
- name: "GPT-4.1",
2029
- api: "anthropic-messages",
2030
- provider: "vercel-ai-gateway",
2031
- baseUrl: "https://ai-gateway.vercel.sh",
2032
- reasoning: false,
2033
- input: ["text", "image"],
2034
- cost: {
2035
- input: 2,
2036
- output: 8,
2037
- cacheRead: 0.5,
2038
- cacheWrite: 0,
2039
- },
2040
- contextWindow: 1047576,
2041
- maxTokens: 32768,
2042
- },
2043
- "openai/gpt-4.1-mini": {
2044
- id: "openai/gpt-4.1-mini",
2045
- name: "GPT-4.1 mini",
2046
- api: "anthropic-messages",
2047
- provider: "vercel-ai-gateway",
2048
- baseUrl: "https://ai-gateway.vercel.sh",
2049
- reasoning: false,
2050
- input: ["text", "image"],
2051
- cost: {
2052
- input: 0.4,
2053
- output: 1.6,
2054
- cacheRead: 0.1,
2055
- cacheWrite: 0,
2056
- },
2057
- contextWindow: 1047576,
2058
- maxTokens: 32768,
2059
- },
2060
- "openai/gpt-4.1-nano": {
2061
- id: "openai/gpt-4.1-nano",
2062
- name: "GPT-4.1 nano",
2063
- api: "anthropic-messages",
2064
- provider: "vercel-ai-gateway",
2065
- baseUrl: "https://ai-gateway.vercel.sh",
2066
- reasoning: false,
2067
- input: ["text", "image"],
2068
- cost: {
2069
- input: 0.1,
2070
- output: 0.4,
2071
- cacheRead: 0.025,
2072
- cacheWrite: 0,
2073
- },
2074
- contextWindow: 1047576,
2075
- maxTokens: 32768,
2076
- },
2077
- "openai/gpt-4o": {
2078
- id: "openai/gpt-4o",
2079
- name: "GPT-4o",
2080
- api: "anthropic-messages",
2081
- provider: "vercel-ai-gateway",
2082
- baseUrl: "https://ai-gateway.vercel.sh",
2083
- reasoning: false,
2084
- input: ["text", "image"],
2085
- cost: {
2086
- input: 2.5,
2087
- output: 10,
2088
- cacheRead: 1.25,
2089
- cacheWrite: 0,
2090
- },
2091
- contextWindow: 128000,
2092
- maxTokens: 16384,
2093
- },
2094
- "openai/gpt-4o-mini": {
2095
- id: "openai/gpt-4o-mini",
2096
- name: "GPT-4o mini",
2097
- api: "anthropic-messages",
2098
- provider: "vercel-ai-gateway",
2099
- baseUrl: "https://ai-gateway.vercel.sh",
2100
- reasoning: false,
2101
- input: ["text", "image"],
2102
- cost: {
2103
- input: 0.15,
2104
- output: 0.6,
2105
- cacheRead: 0.075,
2106
- cacheWrite: 0,
2107
- },
2108
- contextWindow: 128000,
2109
- maxTokens: 16384,
2110
- },
2111
- "openai/gpt-5": {
2112
- id: "openai/gpt-5",
2113
- name: "GPT-5",
2114
- api: "anthropic-messages",
2115
- provider: "vercel-ai-gateway",
2116
- baseUrl: "https://ai-gateway.vercel.sh",
2117
- reasoning: true,
2118
- input: ["text", "image"],
2119
- cost: {
2120
- input: 1.25,
2121
- output: 10,
2122
- cacheRead: 0.125,
2123
- cacheWrite: 0,
2124
- },
2125
- contextWindow: 400000,
2126
- maxTokens: 128000,
2127
- },
2128
- "openai/gpt-5-chat": {
2129
- id: "openai/gpt-5-chat",
2130
- name: "GPT 5 Chat",
2131
- api: "anthropic-messages",
2132
- provider: "vercel-ai-gateway",
2133
- baseUrl: "https://ai-gateway.vercel.sh",
2134
- reasoning: false,
2135
- input: ["text", "image"],
2136
- cost: {
2137
- input: 1.25,
2138
- output: 10,
2139
- cacheRead: 0.125,
2140
- cacheWrite: 0,
2141
- },
2142
- contextWindow: 128000,
2143
- maxTokens: 16384,
2144
- },
2145
- "openai/gpt-5-codex": {
2146
- id: "openai/gpt-5-codex",
2147
- name: "GPT-5-Codex",
2148
- api: "anthropic-messages",
2149
- provider: "vercel-ai-gateway",
2150
- baseUrl: "https://ai-gateway.vercel.sh",
2151
- reasoning: true,
2152
- input: ["text", "image"],
2153
- cost: {
2154
- input: 1.25,
2155
- output: 10,
2156
- cacheRead: 0.125,
2157
- cacheWrite: 0,
2158
- },
2159
- contextWindow: 400000,
2160
- maxTokens: 128000,
2161
- },
2162
- "openai/gpt-5-mini": {
2163
- id: "openai/gpt-5-mini",
2164
- name: "GPT-5 mini",
2165
- api: "anthropic-messages",
2166
- provider: "vercel-ai-gateway",
2167
- baseUrl: "https://ai-gateway.vercel.sh",
2168
- reasoning: true,
2169
- input: ["text", "image"],
2170
- cost: {
2171
- input: 0.25,
2172
- output: 2,
2173
- cacheRead: 0.025,
2174
- cacheWrite: 0,
2175
- },
2176
- contextWindow: 400000,
2177
- maxTokens: 128000,
2178
- },
2179
- "openai/gpt-5-nano": {
2180
- id: "openai/gpt-5-nano",
2181
- name: "GPT-5 nano",
2182
- api: "anthropic-messages",
2183
- provider: "vercel-ai-gateway",
2184
- baseUrl: "https://ai-gateway.vercel.sh",
2185
- reasoning: true,
2186
- input: ["text", "image"],
2187
- cost: {
2188
- input: 0.05,
2189
- output: 0.4,
2190
- cacheRead: 0.005,
2191
- cacheWrite: 0,
2192
- },
2193
- contextWindow: 400000,
2194
- maxTokens: 128000,
2195
- },
2196
- "openai/gpt-5-pro": {
2197
- id: "openai/gpt-5-pro",
2198
- name: "GPT-5 pro",
2199
- api: "anthropic-messages",
2200
- provider: "vercel-ai-gateway",
2201
- baseUrl: "https://ai-gateway.vercel.sh",
2202
- reasoning: true,
2203
- input: ["text", "image"],
2204
- cost: {
2205
- input: 15,
2206
- output: 120,
2207
- cacheRead: 0,
2208
- cacheWrite: 0,
2209
- },
2210
- contextWindow: 400000,
2211
- maxTokens: 272000,
2212
- },
2213
- "openai/gpt-5.1-codex": {
2214
- id: "openai/gpt-5.1-codex",
2215
- name: "GPT-5.1-Codex",
2216
- api: "anthropic-messages",
2217
- provider: "vercel-ai-gateway",
2218
- baseUrl: "https://ai-gateway.vercel.sh",
2219
- reasoning: true,
2220
- input: ["text", "image"],
2221
- cost: {
2222
- input: 1.25,
2223
- output: 10,
2224
- cacheRead: 0.125,
2225
- cacheWrite: 0,
2226
- },
2227
- contextWindow: 400000,
2228
- maxTokens: 128000,
2229
- },
2230
- "openai/gpt-5.1-codex-max": {
2231
- id: "openai/gpt-5.1-codex-max",
2232
- name: "GPT 5.1 Codex Max",
2233
- api: "anthropic-messages",
2234
- provider: "vercel-ai-gateway",
2235
- baseUrl: "https://ai-gateway.vercel.sh",
2236
- reasoning: true,
2237
- input: ["text", "image"],
2238
- cost: {
2239
- input: 1.25,
2240
- output: 10,
2241
- cacheRead: 0.125,
2242
- cacheWrite: 0,
2243
- },
2244
- contextWindow: 400000,
2245
- maxTokens: 128000,
2246
- },
2247
- "openai/gpt-5.1-codex-mini": {
2248
- id: "openai/gpt-5.1-codex-mini",
2249
- name: "GPT 5.1 Codex Mini",
2250
- api: "anthropic-messages",
2251
- provider: "vercel-ai-gateway",
2252
- baseUrl: "https://ai-gateway.vercel.sh",
2253
- reasoning: true,
2254
- input: ["text", "image"],
2255
- cost: {
2256
- input: 0.25,
2257
- output: 2,
2258
- cacheRead: 0.025,
2259
- cacheWrite: 0,
2260
- },
2261
- contextWindow: 400000,
2262
- maxTokens: 128000,
2263
- },
2264
- "openai/gpt-5.1-instant": {
2265
- id: "openai/gpt-5.1-instant",
2266
- name: "GPT-5.1 Instant",
2267
- api: "anthropic-messages",
2268
- provider: "vercel-ai-gateway",
2269
- baseUrl: "https://ai-gateway.vercel.sh",
2270
- reasoning: false,
2271
- input: ["text", "image"],
2272
- cost: {
2273
- input: 1.25,
2274
- output: 10,
2275
- cacheRead: 0.125,
2276
- cacheWrite: 0,
2277
- },
2278
- contextWindow: 128000,
2279
- maxTokens: 16384,
2280
- },
2281
- "openai/gpt-5.1-thinking": {
2282
- id: "openai/gpt-5.1-thinking",
2283
- name: "GPT 5.1 Thinking",
2284
- api: "anthropic-messages",
2285
- provider: "vercel-ai-gateway",
2286
- baseUrl: "https://ai-gateway.vercel.sh",
2287
- reasoning: true,
2288
- input: ["text", "image"],
2289
- cost: {
2290
- input: 1.25,
2291
- output: 10,
2292
- cacheRead: 0.125,
2293
- cacheWrite: 0,
2294
- },
2295
- contextWindow: 400000,
2296
- maxTokens: 128000,
2297
- },
2298
- "openai/gpt-5.2": {
2299
- id: "openai/gpt-5.2",
2300
- name: "GPT 5.2",
2301
- api: "anthropic-messages",
2302
- provider: "vercel-ai-gateway",
2303
- baseUrl: "https://ai-gateway.vercel.sh",
2304
- reasoning: true,
2305
- thinkingLevelMap: { "xhigh": "xhigh" },
2306
- input: ["text", "image"],
2307
- cost: {
2308
- input: 1.75,
2309
- output: 14,
2310
- cacheRead: 0.175,
2311
- cacheWrite: 0,
2312
- },
2313
- contextWindow: 400000,
2314
- maxTokens: 128000,
2315
- },
2316
- "openai/gpt-5.2-chat": {
2317
- id: "openai/gpt-5.2-chat",
2318
- name: "GPT 5.2 Chat",
2319
- api: "anthropic-messages",
2320
- provider: "vercel-ai-gateway",
2321
- baseUrl: "https://ai-gateway.vercel.sh",
2322
- reasoning: false,
2323
- thinkingLevelMap: { "xhigh": "xhigh" },
2324
- input: ["text", "image"],
2325
- cost: {
2326
- input: 1.75,
2327
- output: 14,
2328
- cacheRead: 0.175,
2329
- cacheWrite: 0,
2330
- },
2331
- contextWindow: 128000,
2332
- maxTokens: 16384,
2333
- },
2334
- "openai/gpt-5.2-codex": {
2335
- id: "openai/gpt-5.2-codex",
2336
- name: "GPT 5.2 Codex",
2337
- api: "anthropic-messages",
2338
- provider: "vercel-ai-gateway",
2339
- baseUrl: "https://ai-gateway.vercel.sh",
2340
- reasoning: true,
2341
- thinkingLevelMap: { "xhigh": "xhigh" },
2342
- input: ["text", "image"],
2343
- cost: {
2344
- input: 1.75,
2345
- output: 14,
2346
- cacheRead: 0.175,
2347
- cacheWrite: 0,
2348
- },
2349
- contextWindow: 400000,
2350
- maxTokens: 128000,
2351
- },
2352
- "openai/gpt-5.2-pro": {
2353
- id: "openai/gpt-5.2-pro",
2354
- name: "GPT 5.2 ",
2355
- api: "anthropic-messages",
2356
- provider: "vercel-ai-gateway",
2357
- baseUrl: "https://ai-gateway.vercel.sh",
2358
- reasoning: true,
2359
- thinkingLevelMap: { "xhigh": "xhigh" },
2360
- input: ["text", "image"],
2361
- cost: {
2362
- input: 21,
2363
- output: 168,
2364
- cacheRead: 0,
2365
- cacheWrite: 0,
2366
- },
2367
- contextWindow: 400000,
2368
- maxTokens: 128000,
2369
- },
2370
- "openai/gpt-5.3-chat": {
2371
- id: "openai/gpt-5.3-chat",
2372
- name: "GPT-5.3 Chat",
2373
- api: "anthropic-messages",
2374
- provider: "vercel-ai-gateway",
2375
- baseUrl: "https://ai-gateway.vercel.sh",
2376
- reasoning: false,
2377
- thinkingLevelMap: { "xhigh": "xhigh" },
2378
- input: ["text", "image"],
2379
- cost: {
2380
- input: 1.75,
2381
- output: 14,
2382
- cacheRead: 0.175,
2383
- cacheWrite: 0,
2384
- },
2385
- contextWindow: 128000,
2386
- maxTokens: 16384,
2387
- },
2388
- "openai/gpt-5.3-codex": {
2389
- id: "openai/gpt-5.3-codex",
2390
- name: "GPT 5.3 Codex",
2391
- api: "anthropic-messages",
2392
- provider: "vercel-ai-gateway",
2393
- baseUrl: "https://ai-gateway.vercel.sh",
2394
- reasoning: true,
2395
- thinkingLevelMap: { "xhigh": "xhigh" },
2396
- input: ["text", "image"],
2397
- cost: {
2398
- input: 1.75,
2399
- output: 14,
2400
- cacheRead: 0.175,
2401
- cacheWrite: 0,
2402
- },
2403
- contextWindow: 400000,
2404
- maxTokens: 128000,
2405
- },
2406
- "openai/gpt-5.4": {
2407
- id: "openai/gpt-5.4",
2408
- name: "GPT 5.4",
2409
- api: "anthropic-messages",
2410
- provider: "vercel-ai-gateway",
2411
- baseUrl: "https://ai-gateway.vercel.sh",
2412
- reasoning: true,
2413
- thinkingLevelMap: { "xhigh": "xhigh" },
2414
- input: ["text", "image"],
2415
- cost: {
2416
- input: 2.5,
2417
- output: 15,
2418
- cacheRead: 0.25,
2419
- cacheWrite: 0,
2420
- },
2421
- contextWindow: 1050000,
2422
- maxTokens: 128000,
2423
- },
2424
- "openai/gpt-5.4-mini": {
2425
- id: "openai/gpt-5.4-mini",
2426
- name: "GPT 5.4 Mini",
2427
- api: "anthropic-messages",
2428
- provider: "vercel-ai-gateway",
2429
- baseUrl: "https://ai-gateway.vercel.sh",
2430
- reasoning: true,
2431
- thinkingLevelMap: { "xhigh": "xhigh" },
2432
- input: ["text", "image"],
2433
- cost: {
2434
- input: 0.75,
2435
- output: 4.5,
2436
- cacheRead: 0.075,
2437
- cacheWrite: 0,
2438
- },
2439
- contextWindow: 400000,
2440
- maxTokens: 128000,
2441
- },
2442
- "openai/gpt-5.4-nano": {
2443
- id: "openai/gpt-5.4-nano",
2444
- name: "GPT 5.4 Nano",
2445
- api: "anthropic-messages",
2446
- provider: "vercel-ai-gateway",
2447
- baseUrl: "https://ai-gateway.vercel.sh",
2448
- reasoning: true,
2449
- thinkingLevelMap: { "xhigh": "xhigh" },
2450
- input: ["text", "image"],
2451
- cost: {
2452
- input: 0.2,
2453
- output: 1.25,
2454
- cacheRead: 0.02,
2455
- cacheWrite: 0,
2456
- },
2457
- contextWindow: 400000,
2458
- maxTokens: 128000,
2459
- },
2460
- "openai/gpt-5.4-pro": {
2461
- id: "openai/gpt-5.4-pro",
2462
- name: "GPT 5.4 Pro",
2463
- api: "anthropic-messages",
2464
- provider: "vercel-ai-gateway",
2465
- baseUrl: "https://ai-gateway.vercel.sh",
2466
- reasoning: true,
2467
- thinkingLevelMap: { "xhigh": "xhigh" },
2468
- input: ["text", "image"],
2469
- cost: {
2470
- input: 30,
2471
- output: 180,
2472
- cacheRead: 0,
2473
- cacheWrite: 0,
2474
- },
2475
- contextWindow: 1050000,
2476
- maxTokens: 128000,
2477
- },
2478
- "openai/gpt-5.5": {
2479
- id: "openai/gpt-5.5",
2480
- name: "GPT 5.5",
2481
- api: "anthropic-messages",
2482
- provider: "vercel-ai-gateway",
2483
- baseUrl: "https://ai-gateway.vercel.sh",
2484
- reasoning: true,
2485
- thinkingLevelMap: { "xhigh": "xhigh" },
2486
- input: ["text", "image"],
2487
- cost: {
2488
- input: 5,
2489
- output: 30,
2490
- cacheRead: 0.5,
2491
- cacheWrite: 0,
2492
- },
2493
- contextWindow: 1000000,
2494
- maxTokens: 128000,
2495
- },
2496
- "openai/gpt-5.5-pro": {
2497
- id: "openai/gpt-5.5-pro",
2498
- name: "GPT 5.5 Pro",
2499
- api: "anthropic-messages",
2500
- provider: "vercel-ai-gateway",
2501
- baseUrl: "https://ai-gateway.vercel.sh",
2502
- reasoning: true,
2503
- thinkingLevelMap: { "xhigh": "xhigh", "off": null, "minimal": null, "low": null },
2504
- input: ["text", "image"],
2505
- cost: {
2506
- input: 30,
2507
- output: 180,
2508
- cacheRead: 0,
2509
- cacheWrite: 0,
2510
- },
2511
- contextWindow: 1000000,
2512
- maxTokens: 128000,
2513
- },
2514
- "openai/gpt-5.6-luna": {
2515
- id: "openai/gpt-5.6-luna",
2516
- name: "GPT 5.6 Luna",
2517
- api: "anthropic-messages",
2518
- provider: "vercel-ai-gateway",
2519
- baseUrl: "https://ai-gateway.vercel.sh",
2520
- reasoning: true,
2521
- thinkingLevelMap: { "xhigh": "xhigh" },
2522
- input: ["text", "image"],
2523
- cost: {
2524
- input: 1,
2525
- output: 6,
2526
- cacheRead: 0.1,
2527
- cacheWrite: 1.25,
2528
- },
2529
- contextWindow: 1050000,
2530
- maxTokens: 128000,
2531
- },
2532
- "openai/gpt-5.6-sol": {
2533
- id: "openai/gpt-5.6-sol",
2534
- name: "GPT 5.6 Sol",
2535
- api: "anthropic-messages",
2536
- provider: "vercel-ai-gateway",
2537
- baseUrl: "https://ai-gateway.vercel.sh",
2538
- reasoning: true,
2539
- thinkingLevelMap: { "xhigh": "xhigh" },
2540
- input: ["text", "image"],
2541
- cost: {
2542
- input: 5,
2543
- output: 30,
2544
- cacheRead: 0.5,
2545
- cacheWrite: 6.25,
2546
- },
2547
- contextWindow: 1050000,
2548
- maxTokens: 128000,
2549
- },
2550
- "openai/gpt-5.6-terra": {
2551
- id: "openai/gpt-5.6-terra",
2552
- name: "GPT 5.6 Terra",
2553
- api: "anthropic-messages",
2554
- provider: "vercel-ai-gateway",
2555
- baseUrl: "https://ai-gateway.vercel.sh",
2556
- reasoning: true,
2557
- thinkingLevelMap: { "xhigh": "xhigh" },
2558
- input: ["text", "image"],
2559
- cost: {
2560
- input: 2.5,
2561
- output: 15,
2562
- cacheRead: 0.25,
2563
- cacheWrite: 3.125,
2564
- },
2565
- contextWindow: 1050000,
2566
- maxTokens: 128000,
2567
- },
2568
- "openai/gpt-oss-120b": {
2569
- id: "openai/gpt-oss-120b",
2570
- name: "GPT OSS 120B",
2571
- api: "anthropic-messages",
2572
- provider: "vercel-ai-gateway",
2573
- baseUrl: "https://ai-gateway.vercel.sh",
2574
- reasoning: true,
2575
- input: ["text"],
2576
- cost: {
2577
- input: 0.1,
2578
- output: 0.5,
2579
- cacheRead: 0,
2580
- cacheWrite: 0,
2581
- },
2582
- contextWindow: 131072,
2583
- maxTokens: 131072,
2584
- },
2585
- "openai/gpt-oss-20b": {
2586
- id: "openai/gpt-oss-20b",
2587
- name: "GPT OSS 20B",
2588
- api: "anthropic-messages",
2589
- provider: "vercel-ai-gateway",
2590
- baseUrl: "https://ai-gateway.vercel.sh",
2591
- reasoning: true,
2592
- input: ["text"],
2593
- cost: {
2594
- input: 0.05,
2595
- output: 0.2,
2596
- cacheRead: 0,
2597
- cacheWrite: 0,
2598
- },
2599
- contextWindow: 131072,
2600
- maxTokens: 8192,
2601
- },
2602
- "openai/gpt-oss-safeguard-20b": {
2603
- id: "openai/gpt-oss-safeguard-20b",
2604
- name: "GPT OSS Safeguard 20B",
2605
- api: "anthropic-messages",
2606
- provider: "vercel-ai-gateway",
2607
- baseUrl: "https://ai-gateway.vercel.sh",
2608
- reasoning: true,
2609
- input: ["text"],
2610
- cost: {
2611
- input: 0.075,
2612
- output: 0.3,
2613
- cacheRead: 0.037,
2614
- cacheWrite: 0,
2615
- },
2616
- contextWindow: 131072,
2617
- maxTokens: 65536,
2618
- },
2619
- "openai/o1": {
2620
- id: "openai/o1",
2621
- name: "o1",
2622
- api: "anthropic-messages",
2623
- provider: "vercel-ai-gateway",
2624
- baseUrl: "https://ai-gateway.vercel.sh",
2625
- reasoning: true,
2626
- input: ["text", "image"],
2627
- cost: {
2628
- input: 15,
2629
- output: 60,
2630
- cacheRead: 7.5,
2631
- cacheWrite: 0,
2632
- },
2633
- contextWindow: 200000,
2634
- maxTokens: 100000,
2635
- },
2636
- "openai/o3": {
2637
- id: "openai/o3",
2638
- name: "o3",
2639
- api: "anthropic-messages",
2640
- provider: "vercel-ai-gateway",
2641
- baseUrl: "https://ai-gateway.vercel.sh",
2642
- reasoning: true,
2643
- input: ["text", "image"],
2644
- cost: {
2645
- input: 2,
2646
- output: 8,
2647
- cacheRead: 0.5,
2648
- cacheWrite: 0,
2649
- },
2650
- contextWindow: 200000,
2651
- maxTokens: 100000,
2652
- },
2653
- "openai/o3-deep-research": {
2654
- id: "openai/o3-deep-research",
2655
- name: "o3-deep-research",
2656
- api: "anthropic-messages",
2657
- provider: "vercel-ai-gateway",
2658
- baseUrl: "https://ai-gateway.vercel.sh",
2659
- reasoning: true,
2660
- input: ["text", "image"],
2661
- cost: {
2662
- input: 10,
2663
- output: 40,
2664
- cacheRead: 2.5,
2665
- cacheWrite: 0,
2666
- },
2667
- contextWindow: 200000,
2668
- maxTokens: 100000,
2669
- },
2670
- "openai/o3-mini": {
2671
- id: "openai/o3-mini",
2672
- name: "o3-mini",
2673
- api: "anthropic-messages",
2674
- provider: "vercel-ai-gateway",
2675
- baseUrl: "https://ai-gateway.vercel.sh",
2676
- reasoning: true,
2677
- input: ["text"],
2678
- cost: {
2679
- input: 1.1,
2680
- output: 4.4,
2681
- cacheRead: 0.55,
2682
- cacheWrite: 0,
2683
- },
2684
- contextWindow: 200000,
2685
- maxTokens: 100000,
2686
- },
2687
- "openai/o3-pro": {
2688
- id: "openai/o3-pro",
2689
- name: "o3 Pro",
2690
- api: "anthropic-messages",
2691
- provider: "vercel-ai-gateway",
2692
- baseUrl: "https://ai-gateway.vercel.sh",
2693
- reasoning: true,
2694
- input: ["text", "image"],
2695
- cost: {
2696
- input: 20,
2697
- output: 80,
2698
- cacheRead: 0,
2699
- cacheWrite: 0,
2700
- },
2701
- contextWindow: 200000,
2702
- maxTokens: 100000,
2703
- },
2704
- "openai/o4-mini": {
2705
- id: "openai/o4-mini",
2706
- name: "o4-mini",
2707
- api: "anthropic-messages",
2708
- provider: "vercel-ai-gateway",
2709
- baseUrl: "https://ai-gateway.vercel.sh",
2710
- reasoning: true,
2711
- input: ["text", "image"],
2712
- cost: {
2713
- input: 1.1,
2714
- output: 4.4,
2715
- cacheRead: 0.275,
2716
- cacheWrite: 0,
2717
- },
2718
- contextWindow: 200000,
2719
- maxTokens: 100000,
2720
- },
2721
- "sakana/fugu-ultra": {
2722
- id: "sakana/fugu-ultra",
2723
- name: "Fugu Ultra",
2724
- api: "anthropic-messages",
2725
- provider: "vercel-ai-gateway",
2726
- baseUrl: "https://ai-gateway.vercel.sh",
2727
- reasoning: true,
2728
- input: ["text", "image"],
2729
- cost: {
2730
- input: 5,
2731
- output: 30,
2732
- cacheRead: 0.5,
2733
- cacheWrite: 0,
2734
- },
2735
- contextWindow: 1000000,
2736
- maxTokens: 1000000,
2737
- },
2738
- "stepfun/step-3.5-flash": {
2739
- id: "stepfun/step-3.5-flash",
2740
- name: "StepFun 3.5 Flash",
2741
- api: "anthropic-messages",
2742
- provider: "vercel-ai-gateway",
2743
- baseUrl: "https://ai-gateway.vercel.sh",
2744
- reasoning: true,
2745
- input: ["text"],
2746
- cost: {
2747
- input: 0.09,
2748
- output: 0.3,
2749
- cacheRead: 0.02,
2750
- cacheWrite: 0,
2751
- },
2752
- contextWindow: 262114,
2753
- maxTokens: 262114,
2754
- },
2755
- "stepfun/step-3.7-flash": {
2756
- id: "stepfun/step-3.7-flash",
2757
- name: "Step 3.7 Flash",
2758
- api: "anthropic-messages",
2759
- provider: "vercel-ai-gateway",
2760
- baseUrl: "https://ai-gateway.vercel.sh",
2761
- reasoning: true,
2762
- input: ["text", "image"],
2763
- cost: {
2764
- input: 0.2,
2765
- output: 1.15,
2766
- cacheRead: 0.04,
2767
- cacheWrite: 0,
2768
- },
2769
- contextWindow: 256000,
2770
- maxTokens: 256000,
2771
- },
2772
- "thinkingmachines/inkling": {
2773
- id: "thinkingmachines/inkling",
2774
- name: "Inkling",
2775
- api: "anthropic-messages",
2776
- provider: "vercel-ai-gateway",
2777
- baseUrl: "https://ai-gateway.vercel.sh",
2778
- reasoning: true,
2779
- input: ["text", "image"],
2780
- cost: {
2781
- input: 1,
2782
- output: 4.05,
2783
- cacheRead: 0.17,
2784
- cacheWrite: 0,
2785
- },
2786
- contextWindow: 256000,
2787
- maxTokens: 256000,
2788
- },
2789
- "xai/grok-4.1-fast-non-reasoning": {
2790
- id: "xai/grok-4.1-fast-non-reasoning",
2791
- name: "Grok 4.1 Fast Non-Reasoning",
2792
- api: "anthropic-messages",
2793
- provider: "vercel-ai-gateway",
2794
- baseUrl: "https://ai-gateway.vercel.sh",
2795
- reasoning: false,
2796
- input: ["text", "image"],
2797
- cost: {
2798
- input: 0.2,
2799
- output: 0.5,
2800
- cacheRead: 0.05,
2801
- cacheWrite: 0,
2802
- },
2803
- contextWindow: 1000000,
2804
- maxTokens: 1000000,
2805
- },
2806
- "xai/grok-4.1-fast-reasoning": {
2807
- id: "xai/grok-4.1-fast-reasoning",
2808
- name: "Grok 4.1 Fast Reasoning",
2809
- api: "anthropic-messages",
2810
- provider: "vercel-ai-gateway",
2811
- baseUrl: "https://ai-gateway.vercel.sh",
2812
- reasoning: true,
2813
- input: ["text", "image"],
2814
- cost: {
2815
- input: 0.2,
2816
- output: 0.5,
2817
- cacheRead: 0.05,
2818
- cacheWrite: 0,
2819
- },
2820
- contextWindow: 1000000,
2821
- maxTokens: 1000000,
2822
- },
2823
- "xai/grok-4.20-multi-agent": {
2824
- id: "xai/grok-4.20-multi-agent",
2825
- name: "Grok 4.20 Multi-Agent",
2826
- api: "anthropic-messages",
2827
- provider: "vercel-ai-gateway",
2828
- baseUrl: "https://ai-gateway.vercel.sh",
2829
- reasoning: true,
2830
- input: ["text", "image"],
2831
- cost: {
2832
- input: 1.25,
2833
- output: 2.5,
2834
- cacheRead: 0.2,
2835
- cacheWrite: 0,
2836
- },
2837
- contextWindow: 2000000,
2838
- maxTokens: 2000000,
2839
- },
2840
- "xai/grok-4.20-multi-agent-beta": {
2841
- id: "xai/grok-4.20-multi-agent-beta",
2842
- name: "Grok 4.20 Multi Agent Beta",
2843
- api: "anthropic-messages",
2844
- provider: "vercel-ai-gateway",
2845
- baseUrl: "https://ai-gateway.vercel.sh",
2846
- reasoning: true,
2847
- input: ["text", "image"],
2848
- cost: {
2849
- input: 1.25,
2850
- output: 2.5,
2851
- cacheRead: 0.2,
2852
- cacheWrite: 0,
2853
- },
2854
- contextWindow: 2000000,
2855
- maxTokens: 2000000,
2856
- },
2857
- "xai/grok-4.20-non-reasoning": {
2858
- id: "xai/grok-4.20-non-reasoning",
2859
- name: "Grok 4.20 Non-Reasoning",
2860
- api: "anthropic-messages",
2861
- provider: "vercel-ai-gateway",
2862
- baseUrl: "https://ai-gateway.vercel.sh",
2863
- reasoning: false,
2864
- input: ["text", "image"],
2865
- cost: {
2866
- input: 1.25,
2867
- output: 2.5,
2868
- cacheRead: 0.2,
2869
- cacheWrite: 0,
2870
- },
2871
- contextWindow: 2000000,
2872
- maxTokens: 2000000,
2873
- },
2874
- "xai/grok-4.20-non-reasoning-beta": {
2875
- id: "xai/grok-4.20-non-reasoning-beta",
2876
- name: "Grok 4.20 Beta Non-Reasoning",
2877
- api: "anthropic-messages",
2878
- provider: "vercel-ai-gateway",
2879
- baseUrl: "https://ai-gateway.vercel.sh",
2880
- reasoning: false,
2881
- input: ["text", "image"],
2882
- cost: {
2883
- input: 1.25,
2884
- output: 2.5,
2885
- cacheRead: 0.2,
2886
- cacheWrite: 0,
2887
- },
2888
- contextWindow: 2000000,
2889
- maxTokens: 2000000,
2890
- },
2891
- "xai/grok-4.20-reasoning": {
2892
- id: "xai/grok-4.20-reasoning",
2893
- name: "Grok 4.20 Reasoning",
2894
- api: "anthropic-messages",
2895
- provider: "vercel-ai-gateway",
2896
- baseUrl: "https://ai-gateway.vercel.sh",
2897
- reasoning: true,
2898
- input: ["text", "image"],
2899
- cost: {
2900
- input: 1.25,
2901
- output: 2.5,
2902
- cacheRead: 0.2,
2903
- cacheWrite: 0,
2904
- },
2905
- contextWindow: 2000000,
2906
- maxTokens: 2000000,
2907
- },
2908
- "xai/grok-4.20-reasoning-beta": {
2909
- id: "xai/grok-4.20-reasoning-beta",
2910
- name: "Grok 4.20 Beta Reasoning",
2911
- api: "anthropic-messages",
2912
- provider: "vercel-ai-gateway",
2913
- baseUrl: "https://ai-gateway.vercel.sh",
2914
- reasoning: true,
2915
- input: ["text", "image"],
2916
- cost: {
2917
- input: 1.25,
2918
- output: 2.5,
2919
- cacheRead: 0.2,
2920
- cacheWrite: 0,
2921
- },
2922
- contextWindow: 2000000,
2923
- maxTokens: 2000000,
2924
- },
2925
- "xai/grok-4.3": {
2926
- id: "xai/grok-4.3",
2927
- name: "Grok 4.3",
2928
- api: "anthropic-messages",
2929
- provider: "vercel-ai-gateway",
2930
- baseUrl: "https://ai-gateway.vercel.sh",
2931
- reasoning: true,
2932
- input: ["text", "image"],
2933
- cost: {
2934
- input: 1.25,
2935
- output: 2.5,
2936
- cacheRead: 0.2,
2937
- cacheWrite: 0,
2938
- },
2939
- contextWindow: 1000000,
2940
- maxTokens: 1000000,
2941
- },
2942
- "xai/grok-4.5": {
2943
- id: "xai/grok-4.5",
2944
- name: "Grok 4.5",
2945
- api: "anthropic-messages",
2946
- provider: "vercel-ai-gateway",
2947
- baseUrl: "https://ai-gateway.vercel.sh",
2948
- reasoning: true,
2949
- input: ["text", "image"],
2950
- cost: {
2951
- input: 2,
2952
- output: 6,
2953
- cacheRead: 0.5,
2954
- cacheWrite: 0,
2955
- },
2956
- contextWindow: 500000,
2957
- maxTokens: 500000,
2958
- },
2959
- "xai/grok-build-0.1": {
2960
- id: "xai/grok-build-0.1",
2961
- name: "Grok Build 0.1",
2962
- api: "anthropic-messages",
2963
- provider: "vercel-ai-gateway",
2964
- baseUrl: "https://ai-gateway.vercel.sh",
2965
- reasoning: true,
2966
- input: ["text", "image"],
2967
- cost: {
2968
- input: 1,
2969
- output: 2,
2970
- cacheRead: 0.2,
2971
- cacheWrite: 0,
2972
- },
2973
- contextWindow: 256000,
2974
- maxTokens: 256000,
2975
- },
2976
- "xiaomi/mimo-v2.5": {
2977
- id: "xiaomi/mimo-v2.5",
2978
- name: "MiMo M2.5",
2979
- api: "anthropic-messages",
2980
- provider: "vercel-ai-gateway",
2981
- baseUrl: "https://ai-gateway.vercel.sh",
2982
- reasoning: true,
2983
- input: ["text", "image"],
2984
- cost: {
2985
- input: 0.14,
2986
- output: 0.28,
2987
- cacheRead: 0.0028,
2988
- cacheWrite: 0,
2989
- },
2990
- contextWindow: 1050000,
2991
- maxTokens: 131100,
2992
- },
2993
- "xiaomi/mimo-v2.5-pro": {
2994
- id: "xiaomi/mimo-v2.5-pro",
2995
- name: "MiMo V2.5 Pro",
2996
- api: "anthropic-messages",
2997
- provider: "vercel-ai-gateway",
2998
- baseUrl: "https://ai-gateway.vercel.sh",
2999
- reasoning: true,
3000
- input: ["text"],
3001
- cost: {
3002
- input: 0.435,
3003
- output: 0.87,
3004
- cacheRead: 0.0036,
3005
- cacheWrite: 0,
3006
- },
3007
- contextWindow: 1050000,
3008
- maxTokens: 131000,
3009
- },
3010
- "zai/glm-4.5": {
3011
- id: "zai/glm-4.5",
3012
- name: "GLM 4.5",
3013
- api: "anthropic-messages",
3014
- provider: "vercel-ai-gateway",
3015
- baseUrl: "https://ai-gateway.vercel.sh",
3016
- reasoning: true,
3017
- input: ["text"],
3018
- cost: {
3019
- input: 0.6,
3020
- output: 2.2,
3021
- cacheRead: 0.11,
3022
- cacheWrite: 0,
3023
- },
3024
- contextWindow: 128000,
3025
- maxTokens: 96000,
3026
- },
3027
- "zai/glm-4.5-air": {
3028
- id: "zai/glm-4.5-air",
3029
- name: "GLM 4.5 Air",
3030
- api: "anthropic-messages",
3031
- provider: "vercel-ai-gateway",
3032
- baseUrl: "https://ai-gateway.vercel.sh",
3033
- reasoning: true,
3034
- input: ["text"],
3035
- cost: {
3036
- input: 0.2,
3037
- output: 1.1,
3038
- cacheRead: 0.03,
3039
- cacheWrite: 0,
3040
- },
3041
- contextWindow: 128000,
3042
- maxTokens: 96000,
3043
- },
3044
- "zai/glm-4.5v": {
3045
- id: "zai/glm-4.5v",
3046
- name: "GLM 4.5V",
3047
- api: "anthropic-messages",
3048
- provider: "vercel-ai-gateway",
3049
- baseUrl: "https://ai-gateway.vercel.sh",
3050
- reasoning: true,
3051
- input: ["text", "image"],
3052
- cost: {
3053
- input: 0.6,
3054
- output: 1.8,
3055
- cacheRead: 0.11,
3056
- cacheWrite: 0,
3057
- },
3058
- contextWindow: 66000,
3059
- maxTokens: 16000,
3060
- },
3061
- "zai/glm-4.6": {
3062
- id: "zai/glm-4.6",
3063
- name: "GLM 4.6",
3064
- api: "anthropic-messages",
3065
- provider: "vercel-ai-gateway",
3066
- baseUrl: "https://ai-gateway.vercel.sh",
3067
- reasoning: true,
3068
- input: ["text"],
3069
- cost: {
3070
- input: 0.6,
3071
- output: 2.2,
3072
- cacheRead: 0.11,
3073
- cacheWrite: 0,
3074
- },
3075
- contextWindow: 200000,
3076
- maxTokens: 96000,
3077
- },
3078
- "zai/glm-4.6v": {
3079
- id: "zai/glm-4.6v",
3080
- name: "GLM-4.6V",
3081
- api: "anthropic-messages",
3082
- provider: "vercel-ai-gateway",
3083
- baseUrl: "https://ai-gateway.vercel.sh",
3084
- reasoning: true,
3085
- input: ["text", "image"],
3086
- cost: {
3087
- input: 0.3,
3088
- output: 0.9,
3089
- cacheRead: 0.05,
3090
- cacheWrite: 0,
3091
- },
3092
- contextWindow: 128000,
3093
- maxTokens: 24000,
3094
- },
3095
- "zai/glm-4.6v-flash": {
3096
- id: "zai/glm-4.6v-flash",
3097
- name: "GLM-4.6V-Flash",
3098
- api: "anthropic-messages",
3099
- provider: "vercel-ai-gateway",
3100
- baseUrl: "https://ai-gateway.vercel.sh",
3101
- reasoning: true,
3102
- input: ["text", "image"],
3103
- cost: {
3104
- input: 0,
3105
- output: 0,
3106
- cacheRead: 0,
3107
- cacheWrite: 0,
3108
- },
3109
- contextWindow: 128000,
3110
- maxTokens: 24000,
3111
- },
3112
- "zai/glm-4.7": {
3113
- id: "zai/glm-4.7",
3114
- name: "GLM 4.7",
3115
- api: "anthropic-messages",
3116
- provider: "vercel-ai-gateway",
3117
- baseUrl: "https://ai-gateway.vercel.sh",
3118
- reasoning: true,
3119
- input: ["text"],
3120
- cost: {
3121
- input: 0.6,
3122
- output: 2.2,
3123
- cacheRead: 0.12,
3124
- cacheWrite: 0,
3125
- },
3126
- contextWindow: 200000,
3127
- maxTokens: 120000,
3128
- },
3129
- "zai/glm-4.7-flash": {
3130
- id: "zai/glm-4.7-flash",
3131
- name: "GLM 4.7 Flash",
3132
- api: "anthropic-messages",
3133
- provider: "vercel-ai-gateway",
3134
- baseUrl: "https://ai-gateway.vercel.sh",
3135
- reasoning: true,
3136
- input: ["text"],
3137
- cost: {
3138
- input: 0.07,
3139
- output: 0.4,
3140
- cacheRead: 0,
3141
- cacheWrite: 0,
3142
- },
3143
- contextWindow: 200000,
3144
- maxTokens: 131000,
3145
- },
3146
- "zai/glm-4.7-flashx": {
3147
- id: "zai/glm-4.7-flashx",
3148
- name: "GLM 4.7 FlashX",
3149
- api: "anthropic-messages",
3150
- provider: "vercel-ai-gateway",
3151
- baseUrl: "https://ai-gateway.vercel.sh",
3152
- reasoning: true,
3153
- input: ["text"],
3154
- cost: {
3155
- input: 0.06,
3156
- output: 0.4,
3157
- cacheRead: 0.01,
3158
- cacheWrite: 0,
3159
- },
3160
- contextWindow: 200000,
3161
- maxTokens: 128000,
3162
- },
3163
- "zai/glm-5": {
3164
- id: "zai/glm-5",
3165
- name: "GLM 5",
3166
- api: "anthropic-messages",
3167
- provider: "vercel-ai-gateway",
3168
- baseUrl: "https://ai-gateway.vercel.sh",
3169
- reasoning: true,
3170
- input: ["text"],
3171
- cost: {
3172
- input: 0.95,
3173
- output: 3.15,
3174
- cacheRead: 0.2,
3175
- cacheWrite: 0,
3176
- },
3177
- contextWindow: 202800,
3178
- maxTokens: 131100,
3179
- },
3180
- "zai/glm-5-turbo": {
3181
- id: "zai/glm-5-turbo",
3182
- name: "GLM 5 Turbo",
3183
- api: "anthropic-messages",
3184
- provider: "vercel-ai-gateway",
3185
- baseUrl: "https://ai-gateway.vercel.sh",
3186
- reasoning: true,
3187
- input: ["text"],
3188
- cost: {
3189
- input: 1.2,
3190
- output: 4,
3191
- cacheRead: 0.24,
3192
- cacheWrite: 0,
3193
- },
3194
- contextWindow: 202800,
3195
- maxTokens: 131100,
3196
- },
3197
- "zai/glm-5.1": {
3198
- id: "zai/glm-5.1",
3199
- name: "GLM 5.1",
3200
- api: "anthropic-messages",
3201
- provider: "vercel-ai-gateway",
3202
- baseUrl: "https://ai-gateway.vercel.sh",
3203
- reasoning: true,
3204
- input: ["text"],
3205
- cost: {
3206
- input: 1.3,
3207
- output: 4.3,
3208
- cacheRead: 0.26,
3209
- cacheWrite: 0,
3210
- },
3211
- contextWindow: 202000,
3212
- maxTokens: 202000,
3213
- },
3214
- "zai/glm-5.2": {
3215
- id: "zai/glm-5.2",
3216
- name: "GLM 5.2",
3217
- api: "anthropic-messages",
3218
- provider: "vercel-ai-gateway",
3219
- baseUrl: "https://ai-gateway.vercel.sh",
3220
- reasoning: true,
3221
- input: ["text"],
3222
- cost: {
3223
- input: 1.4,
3224
- output: 4.4,
3225
- cacheRead: 0.26,
3226
- cacheWrite: 0,
3227
- },
3228
- contextWindow: 1040000,
3229
- maxTokens: 128000,
3230
- },
3231
- "zai/glm-5.2-fast": {
3232
- id: "zai/glm-5.2-fast",
3233
- name: "GLM 5.2 Fast",
3234
- api: "anthropic-messages",
3235
- provider: "vercel-ai-gateway",
3236
- baseUrl: "https://ai-gateway.vercel.sh",
3237
- reasoning: true,
3238
- input: ["text"],
3239
- cost: {
3240
- input: 2.1,
3241
- output: 6.6,
3242
- cacheRead: 0.21,
3243
- cacheWrite: 0,
3244
- },
3245
- contextWindow: 1000000,
3246
- maxTokens: 128000,
3247
- },
3248
- "zai/glm-5v-turbo": {
3249
- id: "zai/glm-5v-turbo",
3250
- name: "GLM 5V Turbo",
3251
- api: "anthropic-messages",
3252
- provider: "vercel-ai-gateway",
3253
- baseUrl: "https://ai-gateway.vercel.sh",
3254
- reasoning: true,
3255
- input: ["text", "image"],
3256
- cost: {
3257
- input: 1.2,
3258
- output: 4,
3259
- cacheRead: 0.24,
3260
- cacheWrite: 0,
3261
- },
3262
- contextWindow: 200000,
3263
- maxTokens: 128000,
3264
- },
3265
- };
3
+ import values from "./data/vercel-ai-gateway.json" with { type: "json" };
4
+ export const VERCEL_AI_GATEWAY_MODELS = values;
3266
5
  //# sourceMappingURL=vercel-ai-gateway.models.js.map