@code-yeongyu/senpi 2026.6.4 → 2026.6.10

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 (1142) hide show
  1. package/CHANGELOG.md +64 -1
  2. package/README.md +127 -110
  3. package/dist/bun/cli.d.ts.map +1 -1
  4. package/dist/bun/cli.js.map +1 -1
  5. package/dist/bun/register-bedrock.d.ts.map +1 -1
  6. package/dist/bun/restore-sandbox-env.d.ts.map +1 -1
  7. package/dist/bun/restore-sandbox-env.js.map +1 -1
  8. package/dist/cli/args.d.ts +1 -0
  9. package/dist/cli/args.d.ts.map +1 -1
  10. package/dist/cli/args.js +13 -4
  11. package/dist/cli/args.js.map +1 -1
  12. package/dist/cli/config-selector.d.ts.map +1 -1
  13. package/dist/cli/config-selector.js.map +1 -1
  14. package/dist/cli/file-processor.d.ts.map +1 -1
  15. package/dist/cli/file-processor.js.map +1 -1
  16. package/dist/cli/initial-message.d.ts +1 -1
  17. package/dist/cli/initial-message.d.ts.map +1 -1
  18. package/dist/cli/initial-message.js.map +1 -1
  19. package/dist/cli/list-models.d.ts.map +1 -1
  20. package/dist/cli/list-models.js.map +1 -1
  21. package/dist/cli/project-trust.d.ts +10 -0
  22. package/dist/cli/project-trust.d.ts.map +1 -0
  23. package/dist/cli/project-trust.js +48 -0
  24. package/dist/cli/project-trust.js.map +1 -0
  25. package/dist/cli/session-picker.d.ts.map +1 -1
  26. package/dist/cli/session-picker.js.map +1 -1
  27. package/dist/cli/startup-ui.d.ts +7 -0
  28. package/dist/cli/startup-ui.d.ts.map +1 -0
  29. package/dist/cli/startup-ui.js +59 -0
  30. package/dist/cli/startup-ui.js.map +1 -0
  31. package/dist/cli-main.d.ts.map +1 -1
  32. package/dist/cli-main.js.map +1 -1
  33. package/dist/cli.d.ts.map +1 -1
  34. package/dist/cli.js +10 -1
  35. package/dist/cli.js.map +1 -1
  36. package/dist/config.d.ts.map +1 -1
  37. package/dist/config.js.map +1 -1
  38. package/dist/core/agent-session-runtime.d.ts +3 -1
  39. package/dist/core/agent-session-runtime.d.ts.map +1 -1
  40. package/dist/core/agent-session-runtime.js +4 -9
  41. package/dist/core/agent-session-runtime.js.map +1 -1
  42. package/dist/core/agent-session-services.d.ts +2 -1
  43. package/dist/core/agent-session-services.d.ts.map +1 -1
  44. package/dist/core/agent-session-services.js +2 -2
  45. package/dist/core/agent-session-services.js.map +1 -1
  46. package/dist/core/agent-session.d.ts +33 -0
  47. package/dist/core/agent-session.d.ts.map +1 -1
  48. package/dist/core/agent-session.js +57 -79
  49. package/dist/core/agent-session.js.map +1 -1
  50. package/dist/core/auth-guidance.d.ts.map +1 -1
  51. package/dist/core/auth-guidance.js.map +1 -1
  52. package/dist/core/auth-storage.d.ts +4 -0
  53. package/dist/core/auth-storage.d.ts.map +1 -1
  54. package/dist/core/auth-storage.js +4 -8
  55. package/dist/core/auth-storage.js.map +1 -1
  56. package/dist/core/bash-executor.d.ts.map +1 -1
  57. package/dist/core/bash-executor.js.map +1 -1
  58. package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
  59. package/dist/core/compaction/branch-summarization.js.map +1 -1
  60. package/dist/core/compaction/compaction.d.ts.map +1 -1
  61. package/dist/core/compaction/compaction.js.map +1 -1
  62. package/dist/core/compaction/index.d.ts.map +1 -1
  63. package/dist/core/compaction/utils.d.ts +1 -1
  64. package/dist/core/compaction/utils.d.ts.map +1 -1
  65. package/dist/core/compaction/utils.js +1 -1
  66. package/dist/core/compaction/utils.js.map +1 -1
  67. package/dist/core/defaults.d.ts.map +1 -1
  68. package/dist/core/diagnostics.d.ts.map +1 -1
  69. package/dist/core/dynamic-prompt/build.d.ts.map +1 -1
  70. package/dist/core/dynamic-prompt/build.js.map +1 -1
  71. package/dist/core/dynamic-prompt/exploration.d.ts.map +1 -1
  72. package/dist/core/dynamic-prompt/exploration.js.map +1 -1
  73. package/dist/core/dynamic-prompt/identity.d.ts.map +1 -1
  74. package/dist/core/dynamic-prompt/identity.js.map +1 -1
  75. package/dist/core/dynamic-prompt/index.d.ts.map +1 -1
  76. package/dist/core/dynamic-prompt/intent-gate.d.ts.map +1 -1
  77. package/dist/core/dynamic-prompt/intent-gate.js.map +1 -1
  78. package/dist/core/dynamic-prompt/parallel-tools.d.ts.map +1 -1
  79. package/dist/core/dynamic-prompt/parallel-tools.js.map +1 -1
  80. package/dist/core/dynamic-prompt/policies.d.ts.map +1 -1
  81. package/dist/core/dynamic-prompt/policies.js.map +1 -1
  82. package/dist/core/dynamic-prompt/style.d.ts.map +1 -1
  83. package/dist/core/dynamic-prompt/style.js.map +1 -1
  84. package/dist/core/dynamic-prompt/tool-categorization.d.ts.map +1 -1
  85. package/dist/core/dynamic-prompt/tool-categorization.js.map +1 -1
  86. package/dist/core/dynamic-prompt/tool-section.d.ts.map +1 -1
  87. package/dist/core/dynamic-prompt/tool-section.js.map +1 -1
  88. package/dist/core/dynamic-prompt/types.d.ts.map +1 -1
  89. package/dist/core/dynamic-prompt/verification.d.ts.map +1 -1
  90. package/dist/core/dynamic-prompt/verification.js.map +1 -1
  91. package/dist/core/event-bus.d.ts.map +1 -1
  92. package/dist/core/event-bus.js.map +1 -1
  93. package/dist/core/exec.d.ts.map +1 -1
  94. package/dist/core/exec.js.map +1 -1
  95. package/dist/core/experimental.d.ts +2 -0
  96. package/dist/core/experimental.d.ts.map +1 -0
  97. package/dist/core/experimental.js +4 -0
  98. package/dist/core/experimental.js.map +1 -0
  99. package/dist/core/export-html/ansi-to-html.d.ts.map +1 -1
  100. package/dist/core/export-html/ansi-to-html.js.map +1 -1
  101. package/dist/core/export-html/index.d.ts.map +1 -1
  102. package/dist/core/export-html/index.js.map +1 -1
  103. package/dist/core/export-html/tool-renderer.d.ts.map +1 -1
  104. package/dist/core/export-html/tool-renderer.js.map +1 -1
  105. package/dist/core/extensions/builtin/anthropic-bash/index.d.ts.map +1 -1
  106. package/dist/core/extensions/builtin/anthropic-bash/index.js.map +1 -1
  107. package/dist/core/extensions/builtin/anthropic-web-search/index.d.ts.map +1 -1
  108. package/dist/core/extensions/builtin/anthropic-web-search/index.js.map +1 -1
  109. package/dist/core/extensions/builtin/bash-timeout/index.d.ts.map +1 -1
  110. package/dist/core/extensions/builtin/bash-timeout/index.js.map +1 -1
  111. package/dist/core/extensions/builtin/bash-timeout/timeout.d.ts.map +1 -1
  112. package/dist/core/extensions/builtin/bash-timeout/timeout.js.map +1 -1
  113. package/dist/core/extensions/builtin/compaction/checkpoint-state.d.ts.map +1 -1
  114. package/dist/core/extensions/builtin/compaction/checkpoint-state.js.map +1 -1
  115. package/dist/core/extensions/builtin/compaction/circuit-breaker.d.ts.map +1 -1
  116. package/dist/core/extensions/builtin/compaction/circuit-breaker.js.map +1 -1
  117. package/dist/core/extensions/builtin/compaction/context-reduction.d.ts.map +1 -1
  118. package/dist/core/extensions/builtin/compaction/context-reduction.js +1 -1
  119. package/dist/core/extensions/builtin/compaction/context-reduction.js.map +1 -1
  120. package/dist/core/extensions/builtin/compaction/degradation-monitor.d.ts.map +1 -1
  121. package/dist/core/extensions/builtin/compaction/degradation-monitor.js.map +1 -1
  122. package/dist/core/extensions/builtin/compaction/index.d.ts.map +1 -1
  123. package/dist/core/extensions/builtin/compaction/index.js.map +1 -1
  124. package/dist/core/extensions/builtin/compaction/openai-remote.d.ts.map +1 -1
  125. package/dist/core/extensions/builtin/compaction/openai-remote.js.map +1 -1
  126. package/dist/core/extensions/builtin/compaction/overflow-detection.d.ts.map +1 -1
  127. package/dist/core/extensions/builtin/compaction/overflow-detection.js.map +1 -1
  128. package/dist/core/extensions/builtin/compaction/per-turn-cap.d.ts.map +1 -1
  129. package/dist/core/extensions/builtin/compaction/per-turn-cap.js.map +1 -1
  130. package/dist/core/extensions/builtin/compaction/policy.d.ts.map +1 -1
  131. package/dist/core/extensions/builtin/compaction/policy.js.map +1 -1
  132. package/dist/core/extensions/builtin/compaction/prompts.d.ts.map +1 -1
  133. package/dist/core/extensions/builtin/compaction/prompts.js.map +1 -1
  134. package/dist/core/extensions/builtin/compaction/repair-tool-pairs.d.ts.map +1 -1
  135. package/dist/core/extensions/builtin/compaction/repair-tool-pairs.js.map +1 -1
  136. package/dist/core/extensions/builtin/compaction/restoration-tracker.d.ts.map +1 -1
  137. package/dist/core/extensions/builtin/compaction/restoration-tracker.js.map +1 -1
  138. package/dist/core/extensions/builtin/compaction/speculative.d.ts.map +1 -1
  139. package/dist/core/extensions/builtin/compaction/speculative.js.map +1 -1
  140. package/dist/core/extensions/builtin/compaction/state.d.ts.map +1 -1
  141. package/dist/core/extensions/builtin/compaction/state.js.map +1 -1
  142. package/dist/core/extensions/builtin/compaction/todo-bridge.d.ts.map +1 -1
  143. package/dist/core/extensions/builtin/compaction/todo-bridge.js.map +1 -1
  144. package/dist/core/extensions/builtin/compaction/tool-truncation.d.ts.map +1 -1
  145. package/dist/core/extensions/builtin/compaction/tool-truncation.js.map +1 -1
  146. package/dist/core/extensions/builtin/diff.d.ts.map +1 -1
  147. package/dist/core/extensions/builtin/diff.js.map +1 -1
  148. package/dist/core/extensions/builtin/files.d.ts.map +1 -1
  149. package/dist/core/extensions/builtin/files.js.map +1 -1
  150. package/dist/core/extensions/builtin/gpt-apply-patch/apply.d.ts.map +1 -1
  151. package/dist/core/extensions/builtin/gpt-apply-patch/apply.js.map +1 -1
  152. package/dist/core/extensions/builtin/gpt-apply-patch/constants.d.ts.map +1 -1
  153. package/dist/core/extensions/builtin/gpt-apply-patch/constants.js.map +1 -1
  154. package/dist/core/extensions/builtin/gpt-apply-patch/errors.d.ts.map +1 -1
  155. package/dist/core/extensions/builtin/gpt-apply-patch/errors.js +0 -2
  156. package/dist/core/extensions/builtin/gpt-apply-patch/errors.js.map +1 -1
  157. package/dist/core/extensions/builtin/gpt-apply-patch/extension.d.ts.map +1 -1
  158. package/dist/core/extensions/builtin/gpt-apply-patch/extension.js.map +1 -1
  159. package/dist/core/extensions/builtin/gpt-apply-patch/index.d.ts.map +1 -1
  160. package/dist/core/extensions/builtin/gpt-apply-patch/params.d.ts.map +1 -1
  161. package/dist/core/extensions/builtin/gpt-apply-patch/params.js.map +1 -1
  162. package/dist/core/extensions/builtin/gpt-apply-patch/parser.d.ts.map +1 -1
  163. package/dist/core/extensions/builtin/gpt-apply-patch/parser.js.map +1 -1
  164. package/dist/core/extensions/builtin/gpt-apply-patch/patch-diff.d.ts.map +1 -1
  165. package/dist/core/extensions/builtin/gpt-apply-patch/patch-diff.js.map +1 -1
  166. package/dist/core/extensions/builtin/gpt-apply-patch/patch-replace.d.ts.map +1 -1
  167. package/dist/core/extensions/builtin/gpt-apply-patch/patch-replace.js.map +1 -1
  168. package/dist/core/extensions/builtin/gpt-apply-patch/preview-format.d.ts.map +1 -1
  169. package/dist/core/extensions/builtin/gpt-apply-patch/preview-format.js.map +1 -1
  170. package/dist/core/extensions/builtin/gpt-apply-patch/preview.d.ts.map +1 -1
  171. package/dist/core/extensions/builtin/gpt-apply-patch/preview.js.map +1 -1
  172. package/dist/core/extensions/builtin/gpt-apply-patch/seek-sequence.d.ts.map +1 -1
  173. package/dist/core/extensions/builtin/gpt-apply-patch/seek-sequence.js.map +1 -1
  174. package/dist/core/extensions/builtin/gpt-apply-patch/streaming-parser.d.ts.map +1 -1
  175. package/dist/core/extensions/builtin/gpt-apply-patch/streaming-parser.js +7 -5
  176. package/dist/core/extensions/builtin/gpt-apply-patch/streaming-parser.js.map +1 -1
  177. package/dist/core/extensions/builtin/gpt-apply-patch/streaming-render.d.ts.map +1 -1
  178. package/dist/core/extensions/builtin/gpt-apply-patch/streaming-render.js.map +1 -1
  179. package/dist/core/extensions/builtin/gpt-apply-patch/text.d.ts.map +1 -1
  180. package/dist/core/extensions/builtin/gpt-apply-patch/text.js.map +1 -1
  181. package/dist/core/extensions/builtin/gpt-apply-patch/tool.d.ts.map +1 -1
  182. package/dist/core/extensions/builtin/gpt-apply-patch/tool.js.map +1 -1
  183. package/dist/core/extensions/builtin/gpt-apply-patch/types.d.ts.map +1 -1
  184. package/dist/core/extensions/builtin/gpt-apply-patch/workspace.d.ts.map +1 -1
  185. package/dist/core/extensions/builtin/gpt-apply-patch/workspace.js.map +1 -1
  186. package/dist/core/extensions/builtin/history-search/filter.d.ts.map +1 -1
  187. package/dist/core/extensions/builtin/history-search/filter.js.map +1 -1
  188. package/dist/core/extensions/builtin/history-search/index.d.ts.map +1 -1
  189. package/dist/core/extensions/builtin/history-search/index.js.map +1 -1
  190. package/dist/core/extensions/builtin/history-search/indexer.d.ts.map +1 -1
  191. package/dist/core/extensions/builtin/history-search/indexer.js.map +1 -1
  192. package/dist/core/extensions/builtin/history-search/overlay.d.ts.map +1 -1
  193. package/dist/core/extensions/builtin/history-search/overlay.js +3 -6
  194. package/dist/core/extensions/builtin/history-search/overlay.js.map +1 -1
  195. package/dist/core/extensions/builtin/history-search/types.d.ts.map +1 -1
  196. package/dist/core/extensions/builtin/index.d.ts.map +1 -1
  197. package/dist/core/extensions/builtin/kimi-web-search/index.d.ts.map +1 -1
  198. package/dist/core/extensions/builtin/kimi-web-search/index.js.map +1 -1
  199. package/dist/core/extensions/builtin/openai-web-search/index.d.ts.map +1 -1
  200. package/dist/core/extensions/builtin/openai-web-search/index.js.map +1 -1
  201. package/dist/core/extensions/builtin/permission-system/arity.d.ts.map +1 -1
  202. package/dist/core/extensions/builtin/permission-system/arity.js.map +1 -1
  203. package/dist/core/extensions/builtin/permission-system/cli.d.ts.map +1 -1
  204. package/dist/core/extensions/builtin/permission-system/cli.js.map +1 -1
  205. package/dist/core/extensions/builtin/permission-system/config.d.ts.map +1 -1
  206. package/dist/core/extensions/builtin/permission-system/config.js.map +1 -1
  207. package/dist/core/extensions/builtin/permission-system/evaluate.d.ts.map +1 -1
  208. package/dist/core/extensions/builtin/permission-system/evaluate.js.map +1 -1
  209. package/dist/core/extensions/builtin/permission-system/events.d.ts.map +1 -1
  210. package/dist/core/extensions/builtin/permission-system/events.js.map +1 -1
  211. package/dist/core/extensions/builtin/permission-system/external-dir.d.ts.map +1 -1
  212. package/dist/core/extensions/builtin/permission-system/external-dir.js.map +1 -1
  213. package/dist/core/extensions/builtin/permission-system/index.d.ts.map +1 -1
  214. package/dist/core/extensions/builtin/permission-system/index.js.map +1 -1
  215. package/dist/core/extensions/builtin/permission-system/non-interactive.d.ts.map +1 -1
  216. package/dist/core/extensions/builtin/permission-system/non-interactive.js.map +1 -1
  217. package/dist/core/extensions/builtin/permission-system/parsers.d.ts.map +1 -1
  218. package/dist/core/extensions/builtin/permission-system/parsers.js +3 -1
  219. package/dist/core/extensions/builtin/permission-system/parsers.js.map +1 -1
  220. package/dist/core/extensions/builtin/permission-system/prompt.d.ts.map +1 -1
  221. package/dist/core/extensions/builtin/permission-system/prompt.js.map +1 -1
  222. package/dist/core/extensions/builtin/permission-system/service.d.ts.map +1 -1
  223. package/dist/core/extensions/builtin/permission-system/service.js +2 -5
  224. package/dist/core/extensions/builtin/permission-system/service.js.map +1 -1
  225. package/dist/core/extensions/builtin/permission-system/settings.d.ts.map +1 -1
  226. package/dist/core/extensions/builtin/permission-system/settings.js.map +1 -1
  227. package/dist/core/extensions/builtin/permission-system/storage.d.ts.map +1 -1
  228. package/dist/core/extensions/builtin/permission-system/storage.js.map +1 -1
  229. package/dist/core/extensions/builtin/permission-system/types.d.ts.map +1 -1
  230. package/dist/core/extensions/builtin/permission-system/types.js +3 -5
  231. package/dist/core/extensions/builtin/permission-system/types.js.map +1 -1
  232. package/dist/core/extensions/builtin/permission-system/wildcard.d.ts.map +1 -1
  233. package/dist/core/extensions/builtin/permission-system/wildcard.js.map +1 -1
  234. package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-5.d.ts.map +1 -1
  235. package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-5.js.map +1 -1
  236. package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-6.d.ts.map +1 -1
  237. package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-6.js.map +1 -1
  238. package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-7.d.ts.map +1 -1
  239. package/dist/core/extensions/builtin/prompt-preset/claude-opus-4-7.js.map +1 -1
  240. package/dist/core/extensions/builtin/prompt-preset/file-operations.d.ts.map +1 -1
  241. package/dist/core/extensions/builtin/prompt-preset/file-operations.js.map +1 -1
  242. package/dist/core/extensions/builtin/prompt-preset/gpt-5.2.d.ts.map +1 -1
  243. package/dist/core/extensions/builtin/prompt-preset/gpt-5.2.js.map +1 -1
  244. package/dist/core/extensions/builtin/prompt-preset/gpt-5.3-codex.d.ts.map +1 -1
  245. package/dist/core/extensions/builtin/prompt-preset/gpt-5.3-codex.js.map +1 -1
  246. package/dist/core/extensions/builtin/prompt-preset/gpt-5.4.d.ts.map +1 -1
  247. package/dist/core/extensions/builtin/prompt-preset/gpt-5.4.js.map +1 -1
  248. package/dist/core/extensions/builtin/prompt-preset/gpt-5.5.d.ts.map +1 -1
  249. package/dist/core/extensions/builtin/prompt-preset/gpt-5.5.js.map +1 -1
  250. package/dist/core/extensions/builtin/prompt-preset/gpt-5.d.ts.map +1 -1
  251. package/dist/core/extensions/builtin/prompt-preset/gpt-5.js.map +1 -1
  252. package/dist/core/extensions/builtin/prompt-preset/index.d.ts.map +1 -1
  253. package/dist/core/extensions/builtin/prompt-preset/index.js.map +1 -1
  254. package/dist/core/extensions/builtin/prompt-preset/kimi-k2-6.d.ts.map +1 -1
  255. package/dist/core/extensions/builtin/prompt-preset/kimi-k2-6.js.map +1 -1
  256. package/dist/core/extensions/builtin/prompt-preset/presets.d.ts.map +1 -1
  257. package/dist/core/extensions/builtin/prompt-preset/presets.js.map +1 -1
  258. package/dist/core/extensions/builtin/prompt-preset/settings.d.ts.map +1 -1
  259. package/dist/core/extensions/builtin/prompt-preset/settings.js.map +1 -1
  260. package/dist/core/extensions/builtin/prompt-url-widget.d.ts.map +1 -1
  261. package/dist/core/extensions/builtin/prompt-url-widget.js.map +1 -1
  262. package/dist/core/extensions/builtin/redraws.d.ts.map +1 -1
  263. package/dist/core/extensions/builtin/redraws.js.map +1 -1
  264. package/dist/core/extensions/builtin/service-tier.d.ts.map +1 -1
  265. package/dist/core/extensions/builtin/service-tier.js.map +1 -1
  266. package/dist/core/extensions/builtin/session-observer/index.d.ts.map +1 -1
  267. package/dist/core/extensions/builtin/session-observer/index.js.map +1 -1
  268. package/dist/core/extensions/builtin/session-observer/loader.d.ts.map +1 -1
  269. package/dist/core/extensions/builtin/session-observer/loader.js.map +1 -1
  270. package/dist/core/extensions/builtin/session-observer/overlay-format.d.ts.map +1 -1
  271. package/dist/core/extensions/builtin/session-observer/overlay-format.js.map +1 -1
  272. package/dist/core/extensions/builtin/session-observer/overlay.d.ts.map +1 -1
  273. package/dist/core/extensions/builtin/session-observer/overlay.js +13 -18
  274. package/dist/core/extensions/builtin/session-observer/overlay.js.map +1 -1
  275. package/dist/core/extensions/builtin/session-observer/scanner.d.ts.map +1 -1
  276. package/dist/core/extensions/builtin/session-observer/scanner.js.map +1 -1
  277. package/dist/core/extensions/builtin/session-observer/text.d.ts.map +1 -1
  278. package/dist/core/extensions/builtin/session-observer/text.js.map +1 -1
  279. package/dist/core/extensions/builtin/session-observer/transcript-entries.d.ts.map +1 -1
  280. package/dist/core/extensions/builtin/session-observer/transcript-entries.js.map +1 -1
  281. package/dist/core/extensions/builtin/session-observer/transcript-format.d.ts.map +1 -1
  282. package/dist/core/extensions/builtin/session-observer/transcript-format.js.map +1 -1
  283. package/dist/core/extensions/builtin/session-observer/transcript.d.ts.map +1 -1
  284. package/dist/core/extensions/builtin/session-observer/transcript.js.map +1 -1
  285. package/dist/core/extensions/builtin/session-observer/types.d.ts.map +1 -1
  286. package/dist/core/extensions/builtin/system-messages.d.ts.map +1 -1
  287. package/dist/core/extensions/builtin/system-messages.js.map +1 -1
  288. package/dist/core/extensions/builtin/todotools/index.d.ts.map +1 -1
  289. package/dist/core/extensions/builtin/todotools/index.js +0 -2
  290. package/dist/core/extensions/builtin/todotools/index.js.map +1 -1
  291. package/dist/core/extensions/builtin/todotools/prompt.d.ts +1 -1
  292. package/dist/core/extensions/builtin/todotools/prompt.d.ts.map +1 -1
  293. package/dist/core/extensions/builtin/todotools/prompt.js +0 -2
  294. package/dist/core/extensions/builtin/todotools/prompt.js.map +1 -1
  295. package/dist/core/extensions/builtin/todotools/state.d.ts.map +1 -1
  296. package/dist/core/extensions/builtin/todotools/state.js.map +1 -1
  297. package/dist/core/extensions/builtin/todotools/tools/todoread.d.ts.map +1 -1
  298. package/dist/core/extensions/builtin/todotools/tools/todoread.js.map +1 -1
  299. package/dist/core/extensions/builtin/todotools/tools/todowrite.d.ts.map +1 -1
  300. package/dist/core/extensions/builtin/todotools/tools/todowrite.js.map +1 -1
  301. package/dist/core/extensions/builtin/tool-pair-guard/index.d.ts.map +1 -1
  302. package/dist/core/extensions/builtin/tool-pair-guard/index.js.map +1 -1
  303. package/dist/core/extensions/builtin/tool-pair-guard/sanitize-anthropic-payload.d.ts.map +1 -1
  304. package/dist/core/extensions/builtin/tool-pair-guard/sanitize-anthropic-payload.js.map +1 -1
  305. package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-chat-completions-payload.d.ts.map +1 -1
  306. package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-chat-completions-payload.js.map +1 -1
  307. package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-responses-payload.d.ts.map +1 -1
  308. package/dist/core/extensions/builtin/tool-pair-guard/sanitize-openai-responses-payload.js.map +1 -1
  309. package/dist/core/extensions/builtin/tps.d.ts.map +1 -1
  310. package/dist/core/extensions/builtin/tps.js.map +1 -1
  311. package/dist/core/extensions/index.d.ts +1 -1
  312. package/dist/core/extensions/index.d.ts.map +1 -1
  313. package/dist/core/extensions/index.js.map +1 -1
  314. package/dist/core/extensions/loader.d.ts +1 -1
  315. package/dist/core/extensions/loader.d.ts.map +1 -1
  316. package/dist/core/extensions/loader.js +4 -4
  317. package/dist/core/extensions/loader.js.map +1 -1
  318. package/dist/core/extensions/runner.d.ts +7 -2
  319. package/dist/core/extensions/runner.d.ts.map +1 -1
  320. package/dist/core/extensions/runner.js +69 -43
  321. package/dist/core/extensions/runner.js.map +1 -1
  322. package/dist/core/extensions/types.d.ts +22 -2
  323. package/dist/core/extensions/types.d.ts.map +1 -1
  324. package/dist/core/extensions/types.js.map +1 -1
  325. package/dist/core/extensions/wrapper.d.ts.map +1 -1
  326. package/dist/core/extensions/wrapper.js.map +1 -1
  327. package/dist/core/footer-data-provider.d.ts.map +1 -1
  328. package/dist/core/footer-data-provider.js +17 -18
  329. package/dist/core/footer-data-provider.js.map +1 -1
  330. package/dist/core/http-dispatcher.d.ts.map +1 -1
  331. package/dist/core/http-dispatcher.js.map +1 -1
  332. package/dist/core/index.d.ts +1 -0
  333. package/dist/core/index.d.ts.map +1 -1
  334. package/dist/core/index.js +1 -0
  335. package/dist/core/index.js.map +1 -1
  336. package/dist/core/keybindings.d.ts +1 -1
  337. package/dist/core/keybindings.d.ts.map +1 -1
  338. package/dist/core/keybindings.js +0 -1
  339. package/dist/core/keybindings.js.map +1 -1
  340. package/dist/core/messages.d.ts.map +1 -1
  341. package/dist/core/messages.js.map +1 -1
  342. package/dist/core/model-registry.d.ts +3 -1
  343. package/dist/core/model-registry.d.ts.map +1 -1
  344. package/dist/core/model-registry.js +30 -13
  345. package/dist/core/model-registry.js.map +1 -1
  346. package/dist/core/model-resolver.d.ts.map +1 -1
  347. package/dist/core/model-resolver.js.map +1 -1
  348. package/dist/core/output-guard.d.ts.map +1 -1
  349. package/dist/core/output-guard.js.map +1 -1
  350. package/dist/core/package-manager.d.ts +1 -0
  351. package/dist/core/package-manager.d.ts.map +1 -1
  352. package/dist/core/package-manager.js +25 -13
  353. package/dist/core/package-manager.js.map +1 -1
  354. package/dist/core/project-trust.d.ts +15 -0
  355. package/dist/core/project-trust.d.ts.map +1 -0
  356. package/dist/core/project-trust.js +58 -0
  357. package/dist/core/project-trust.js.map +1 -0
  358. package/dist/core/prompt-templates.d.ts +2 -1
  359. package/dist/core/prompt-templates.d.ts.map +1 -1
  360. package/dist/core/prompt-templates.js +24 -26
  361. package/dist/core/prompt-templates.js.map +1 -1
  362. package/dist/core/provider-attribution.d.ts.map +1 -1
  363. package/dist/core/provider-attribution.js.map +1 -1
  364. package/dist/core/provider-display-names.d.ts.map +1 -1
  365. package/dist/core/resolve-config-value.d.ts.map +1 -1
  366. package/dist/core/resolve-config-value.js.map +1 -1
  367. package/dist/core/resource-loader.d.ts +14 -2
  368. package/dist/core/resource-loader.d.ts.map +1 -1
  369. package/dist/core/resource-loader.js +117 -74
  370. package/dist/core/resource-loader.js.map +1 -1
  371. package/dist/core/sdk.d.ts.map +1 -1
  372. package/dist/core/sdk.js.map +1 -1
  373. package/dist/core/session-cwd.d.ts.map +1 -1
  374. package/dist/core/session-cwd.js +0 -1
  375. package/dist/core/session-cwd.js.map +1 -1
  376. package/dist/core/session-manager.d.ts +3 -0
  377. package/dist/core/session-manager.d.ts.map +1 -1
  378. package/dist/core/session-manager.js +41 -28
  379. package/dist/core/session-manager.js.map +1 -1
  380. package/dist/core/session-resident-store.d.ts +16 -0
  381. package/dist/core/session-resident-store.d.ts.map +1 -0
  382. package/dist/core/session-resident-store.js +48 -0
  383. package/dist/core/session-resident-store.js.map +1 -0
  384. package/dist/core/session-work-barrier.d.ts.map +1 -1
  385. package/dist/core/session-work-barrier.js +5 -3
  386. package/dist/core/session-work-barrier.js.map +1 -1
  387. package/dist/core/settings-manager.d.ts +14 -2
  388. package/dist/core/settings-manager.d.ts.map +1 -1
  389. package/dist/core/settings-manager.js +86 -46
  390. package/dist/core/settings-manager.js.map +1 -1
  391. package/dist/core/skills.d.ts.map +1 -1
  392. package/dist/core/skills.js.map +1 -1
  393. package/dist/core/slash-commands.d.ts.map +1 -1
  394. package/dist/core/slash-commands.js +1 -0
  395. package/dist/core/slash-commands.js.map +1 -1
  396. package/dist/core/source-info.d.ts.map +1 -1
  397. package/dist/core/source-info.js.map +1 -1
  398. package/dist/core/system-prompt.d.ts.map +1 -1
  399. package/dist/core/system-prompt.js.map +1 -1
  400. package/dist/core/telemetry.d.ts.map +1 -1
  401. package/dist/core/telemetry.js.map +1 -1
  402. package/dist/core/thinking-levels.d.ts.map +1 -1
  403. package/dist/core/thinking-levels.js.map +1 -1
  404. package/dist/core/timings.d.ts.map +1 -1
  405. package/dist/core/timings.js.map +1 -1
  406. package/dist/core/tools/bash.d.ts.map +1 -1
  407. package/dist/core/tools/bash.js +9 -6
  408. package/dist/core/tools/bash.js.map +1 -1
  409. package/dist/core/tools/diff-render.d.ts.map +1 -1
  410. package/dist/core/tools/diff-render.js.map +1 -1
  411. package/dist/core/tools/edit-diff.d.ts.map +1 -1
  412. package/dist/core/tools/edit-diff.js.map +1 -1
  413. package/dist/core/tools/edit.d.ts.map +1 -1
  414. package/dist/core/tools/edit.js.map +1 -1
  415. package/dist/core/tools/file-mutation-queue.d.ts.map +1 -1
  416. package/dist/core/tools/file-mutation-queue.js.map +1 -1
  417. package/dist/core/tools/find.d.ts.map +1 -1
  418. package/dist/core/tools/find.js +1 -1
  419. package/dist/core/tools/find.js.map +1 -1
  420. package/dist/core/tools/grep.d.ts.map +1 -1
  421. package/dist/core/tools/grep.js +1 -1
  422. package/dist/core/tools/grep.js.map +1 -1
  423. package/dist/core/tools/index.d.ts.map +1 -1
  424. package/dist/core/tools/index.js.map +1 -1
  425. package/dist/core/tools/ls.d.ts.map +1 -1
  426. package/dist/core/tools/ls.js +1 -1
  427. package/dist/core/tools/ls.js.map +1 -1
  428. package/dist/core/tools/output-accumulator.d.ts.map +1 -1
  429. package/dist/core/tools/output-accumulator.js +12 -18
  430. package/dist/core/tools/output-accumulator.js.map +1 -1
  431. package/dist/core/tools/path-utils.d.ts.map +1 -1
  432. package/dist/core/tools/path-utils.js.map +1 -1
  433. package/dist/core/tools/read.d.ts.map +1 -1
  434. package/dist/core/tools/read.js +1 -1
  435. package/dist/core/tools/read.js.map +1 -1
  436. package/dist/core/tools/render-utils.d.ts.map +1 -1
  437. package/dist/core/tools/render-utils.js.map +1 -1
  438. package/dist/core/tools/tool-definition-wrapper.d.ts.map +1 -1
  439. package/dist/core/tools/tool-definition-wrapper.js.map +1 -1
  440. package/dist/core/tools/truncate.d.ts.map +1 -1
  441. package/dist/core/tools/truncate.js.map +1 -1
  442. package/dist/core/tools/write.d.ts.map +1 -1
  443. package/dist/core/tools/write.js +1 -2
  444. package/dist/core/tools/write.js.map +1 -1
  445. package/dist/core/trust-manager.d.ts +31 -0
  446. package/dist/core/trust-manager.d.ts.map +1 -0
  447. package/dist/core/trust-manager.js +186 -0
  448. package/dist/core/trust-manager.js.map +1 -0
  449. package/dist/index.d.ts +5 -4
  450. package/dist/index.d.ts.map +1 -1
  451. package/dist/index.js +2 -1
  452. package/dist/index.js.map +1 -1
  453. package/dist/main.d.ts.map +1 -1
  454. package/dist/main.js +101 -86
  455. package/dist/main.js.map +1 -1
  456. package/dist/migrations.d.ts.map +1 -1
  457. package/dist/migrations.js +39 -34
  458. package/dist/migrations.js.map +1 -1
  459. package/dist/modes/index.d.ts +1 -1
  460. package/dist/modes/index.d.ts.map +1 -1
  461. package/dist/modes/index.js.map +1 -1
  462. package/dist/modes/interactive/components/armin.d.ts.map +1 -1
  463. package/dist/modes/interactive/components/armin.js +6 -10
  464. package/dist/modes/interactive/components/armin.js.map +1 -1
  465. package/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
  466. package/dist/modes/interactive/components/assistant-message.js +2 -11
  467. package/dist/modes/interactive/components/assistant-message.js.map +1 -1
  468. package/dist/modes/interactive/components/bash-execution.d.ts.map +1 -1
  469. package/dist/modes/interactive/components/bash-execution.js +6 -11
  470. package/dist/modes/interactive/components/bash-execution.js.map +1 -1
  471. package/dist/modes/interactive/components/bordered-loader.d.ts.map +1 -1
  472. package/dist/modes/interactive/components/bordered-loader.js +0 -3
  473. package/dist/modes/interactive/components/bordered-loader.js.map +1 -1
  474. package/dist/modes/interactive/components/branch-summary-message.d.ts.map +1 -1
  475. package/dist/modes/interactive/components/branch-summary-message.js +1 -3
  476. package/dist/modes/interactive/components/branch-summary-message.js.map +1 -1
  477. package/dist/modes/interactive/components/compaction-summary-message.d.ts.map +1 -1
  478. package/dist/modes/interactive/components/compaction-summary-message.js +1 -3
  479. package/dist/modes/interactive/components/compaction-summary-message.js.map +1 -1
  480. package/dist/modes/interactive/components/config-selector.d.ts.map +1 -1
  481. package/dist/modes/interactive/components/config-selector.js +5 -15
  482. package/dist/modes/interactive/components/config-selector.js.map +1 -1
  483. package/dist/modes/interactive/components/countdown-timer.d.ts.map +1 -1
  484. package/dist/modes/interactive/components/countdown-timer.js +0 -5
  485. package/dist/modes/interactive/components/countdown-timer.js.map +1 -1
  486. package/dist/modes/interactive/components/custom-editor.d.ts.map +1 -1
  487. package/dist/modes/interactive/components/custom-editor.js +1 -8
  488. package/dist/modes/interactive/components/custom-editor.js.map +1 -1
  489. package/dist/modes/interactive/components/custom-message.d.ts.map +1 -1
  490. package/dist/modes/interactive/components/custom-message.js +1 -6
  491. package/dist/modes/interactive/components/custom-message.js.map +1 -1
  492. package/dist/modes/interactive/components/daxnuts.d.ts.map +1 -1
  493. package/dist/modes/interactive/components/daxnuts.js +6 -8
  494. package/dist/modes/interactive/components/daxnuts.js.map +1 -1
  495. package/dist/modes/interactive/components/diff.d.ts.map +1 -1
  496. package/dist/modes/interactive/components/diff.js +2 -2
  497. package/dist/modes/interactive/components/diff.js.map +1 -1
  498. package/dist/modes/interactive/components/dynamic-border.d.ts.map +1 -1
  499. package/dist/modes/interactive/components/dynamic-border.js +0 -1
  500. package/dist/modes/interactive/components/dynamic-border.js.map +1 -1
  501. package/dist/modes/interactive/components/earendil-announcement.d.ts.map +1 -1
  502. package/dist/modes/interactive/components/earendil-announcement.js.map +1 -1
  503. package/dist/modes/interactive/components/extension-editor.d.ts.map +1 -1
  504. package/dist/modes/interactive/components/extension-editor.js +1 -6
  505. package/dist/modes/interactive/components/extension-editor.js.map +1 -1
  506. package/dist/modes/interactive/components/extension-input.d.ts.map +1 -1
  507. package/dist/modes/interactive/components/extension-input.js +2 -8
  508. package/dist/modes/interactive/components/extension-input.js.map +1 -1
  509. package/dist/modes/interactive/components/extension-selector.d.ts.map +1 -1
  510. package/dist/modes/interactive/components/extension-selector.js +1 -9
  511. package/dist/modes/interactive/components/extension-selector.js.map +1 -1
  512. package/dist/modes/interactive/components/favorite-models-selector.d.ts.map +1 -1
  513. package/dist/modes/interactive/components/favorite-models-selector.js +9 -15
  514. package/dist/modes/interactive/components/favorite-models-selector.js.map +1 -1
  515. package/dist/modes/interactive/components/footer.d.ts.map +1 -1
  516. package/dist/modes/interactive/components/footer.js +10 -3
  517. package/dist/modes/interactive/components/footer.js.map +1 -1
  518. package/dist/modes/interactive/components/index.d.ts +1 -0
  519. package/dist/modes/interactive/components/index.d.ts.map +1 -1
  520. package/dist/modes/interactive/components/index.js +1 -0
  521. package/dist/modes/interactive/components/index.js.map +1 -1
  522. package/dist/modes/interactive/components/keybinding-hints.d.ts.map +1 -1
  523. package/dist/modes/interactive/components/keybinding-hints.js.map +1 -1
  524. package/dist/modes/interactive/components/login-dialog.d.ts +1 -0
  525. package/dist/modes/interactive/components/login-dialog.d.ts.map +1 -1
  526. package/dist/modes/interactive/components/login-dialog.js +10 -10
  527. package/dist/modes/interactive/components/login-dialog.js.map +1 -1
  528. package/dist/modes/interactive/components/model-favorites.d.ts.map +1 -1
  529. package/dist/modes/interactive/components/model-favorites.js.map +1 -1
  530. package/dist/modes/interactive/components/model-selector.d.ts.map +1 -1
  531. package/dist/modes/interactive/components/model-selector.js +9 -22
  532. package/dist/modes/interactive/components/model-selector.js.map +1 -1
  533. package/dist/modes/interactive/components/oauth-selector.d.ts.map +1 -1
  534. package/dist/modes/interactive/components/oauth-selector.js +3 -12
  535. package/dist/modes/interactive/components/oauth-selector.js.map +1 -1
  536. package/dist/modes/interactive/components/session-selector-search.d.ts.map +1 -1
  537. package/dist/modes/interactive/components/session-selector-search.js.map +1 -1
  538. package/dist/modes/interactive/components/session-selector.d.ts.map +1 -1
  539. package/dist/modes/interactive/components/session-selector.js +33 -58
  540. package/dist/modes/interactive/components/session-selector.js.map +1 -1
  541. package/dist/modes/interactive/components/settings-selector.d.ts +3 -1
  542. package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
  543. package/dist/modes/interactive/components/settings-selector.js +20 -4
  544. package/dist/modes/interactive/components/settings-selector.js.map +1 -1
  545. package/dist/modes/interactive/components/show-images-selector.d.ts.map +1 -1
  546. package/dist/modes/interactive/components/show-images-selector.js +0 -1
  547. package/dist/modes/interactive/components/show-images-selector.js.map +1 -1
  548. package/dist/modes/interactive/components/skill-invocation-message.d.ts.map +1 -1
  549. package/dist/modes/interactive/components/skill-invocation-message.js +1 -3
  550. package/dist/modes/interactive/components/skill-invocation-message.js.map +1 -1
  551. package/dist/modes/interactive/components/theme-selector.d.ts.map +1 -1
  552. package/dist/modes/interactive/components/theme-selector.js +0 -2
  553. package/dist/modes/interactive/components/theme-selector.js.map +1 -1
  554. package/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -1
  555. package/dist/modes/interactive/components/thinking-selector.js +0 -1
  556. package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
  557. package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
  558. package/dist/modes/interactive/components/tool-execution.js +35 -32
  559. package/dist/modes/interactive/components/tool-execution.js.map +1 -1
  560. package/dist/modes/interactive/components/tree-selector.d.ts.map +1 -1
  561. package/dist/modes/interactive/components/tree-selector.js +18 -32
  562. package/dist/modes/interactive/components/tree-selector.js.map +1 -1
  563. package/dist/modes/interactive/components/trust-selector.d.ts +23 -0
  564. package/dist/modes/interactive/components/trust-selector.d.ts.map +1 -0
  565. package/dist/modes/interactive/components/trust-selector.js +85 -0
  566. package/dist/modes/interactive/components/trust-selector.js.map +1 -0
  567. package/dist/modes/interactive/components/user-message-selector.d.ts.map +1 -1
  568. package/dist/modes/interactive/components/user-message-selector.js +3 -6
  569. package/dist/modes/interactive/components/user-message-selector.js.map +1 -1
  570. package/dist/modes/interactive/components/user-message.d.ts.map +1 -1
  571. package/dist/modes/interactive/components/user-message.js +0 -1
  572. package/dist/modes/interactive/components/user-message.js.map +1 -1
  573. package/dist/modes/interactive/components/visual-truncate.d.ts.map +1 -1
  574. package/dist/modes/interactive/components/visual-truncate.js.map +1 -1
  575. package/dist/modes/interactive/interactive-mode.d.ts +39 -0
  576. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  577. package/dist/modes/interactive/interactive-mode.js +264 -114
  578. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  579. package/dist/modes/interactive/session-info-format.d.ts.map +1 -1
  580. package/dist/modes/interactive/session-info-format.js.map +1 -1
  581. package/dist/modes/interactive/startup-tools.d.ts.map +1 -1
  582. package/dist/modes/interactive/startup-tools.js.map +1 -1
  583. package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
  584. package/dist/modes/interactive/theme/theme.js +0 -6
  585. package/dist/modes/interactive/theme/theme.js.map +1 -1
  586. package/dist/modes/interactive/working-status.d.ts +2 -0
  587. package/dist/modes/interactive/working-status.d.ts.map +1 -1
  588. package/dist/modes/interactive/working-status.js +34 -0
  589. package/dist/modes/interactive/working-status.js.map +1 -1
  590. package/dist/modes/print-mode.d.ts.map +1 -1
  591. package/dist/modes/print-mode.js.map +1 -1
  592. package/dist/modes/provider-native-rendering.d.ts.map +1 -1
  593. package/dist/modes/provider-native-rendering.js.map +1 -1
  594. package/dist/modes/rpc/jsonl.d.ts.map +1 -1
  595. package/dist/modes/rpc/jsonl.js.map +1 -1
  596. package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
  597. package/dist/modes/rpc/rpc-client.js +7 -8
  598. package/dist/modes/rpc/rpc-client.js.map +1 -1
  599. package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
  600. package/dist/modes/rpc/rpc-mode.js.map +1 -1
  601. package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
  602. package/dist/package-manager-cli.d.ts +6 -2
  603. package/dist/package-manager-cli.d.ts.map +1 -1
  604. package/dist/package-manager-cli.js +105 -11
  605. package/dist/package-manager-cli.js.map +1 -1
  606. package/dist/self-update-bootstrap.d.ts.map +1 -1
  607. package/dist/self-update-bootstrap.js.map +1 -1
  608. package/dist/senpi +10 -1
  609. package/dist/utils/ansi.d.ts.map +1 -1
  610. package/dist/utils/ansi.js.map +1 -1
  611. package/dist/utils/changelog.d.ts +1 -0
  612. package/dist/utils/changelog.d.ts.map +1 -1
  613. package/dist/utils/changelog.js +78 -0
  614. package/dist/utils/changelog.js.map +1 -1
  615. package/dist/utils/child-process.d.ts.map +1 -1
  616. package/dist/utils/child-process.js.map +1 -1
  617. package/dist/utils/clipboard-image.d.ts.map +1 -1
  618. package/dist/utils/clipboard-image.js.map +1 -1
  619. package/dist/utils/clipboard-native.d.ts.map +1 -1
  620. package/dist/utils/clipboard-native.js.map +1 -1
  621. package/dist/utils/clipboard.d.ts.map +1 -1
  622. package/dist/utils/clipboard.js.map +1 -1
  623. package/dist/utils/deprecation.d.ts.map +1 -1
  624. package/dist/utils/deprecation.js.map +1 -1
  625. package/dist/utils/exif-orientation.d.ts.map +1 -1
  626. package/dist/utils/exif-orientation.js.map +1 -1
  627. package/dist/utils/frontmatter.d.ts.map +1 -1
  628. package/dist/utils/frontmatter.js.map +1 -1
  629. package/dist/utils/fs-watch.d.ts.map +1 -1
  630. package/dist/utils/fs-watch.js.map +1 -1
  631. package/dist/utils/git.d.ts.map +1 -1
  632. package/dist/utils/git.js.map +1 -1
  633. package/dist/utils/html.d.ts.map +1 -1
  634. package/dist/utils/html.js.map +1 -1
  635. package/dist/utils/image-convert.d.ts.map +1 -1
  636. package/dist/utils/image-convert.js.map +1 -1
  637. package/dist/utils/image-resize-core.d.ts.map +1 -1
  638. package/dist/utils/image-resize-core.js.map +1 -1
  639. package/dist/utils/image-resize-worker.d.ts.map +1 -1
  640. package/dist/utils/image-resize-worker.js.map +1 -1
  641. package/dist/utils/image-resize.d.ts.map +1 -1
  642. package/dist/utils/image-resize.js.map +1 -1
  643. package/dist/utils/json.d.ts.map +1 -1
  644. package/dist/utils/json.js.map +1 -1
  645. package/dist/utils/mime.d.ts.map +1 -1
  646. package/dist/utils/mime.js.map +1 -1
  647. package/dist/utils/open-browser.d.ts.map +1 -1
  648. package/dist/utils/open-browser.js.map +1 -1
  649. package/dist/utils/paths.d.ts.map +1 -1
  650. package/dist/utils/paths.js.map +1 -1
  651. package/dist/utils/photon.d.ts.map +1 -1
  652. package/dist/utils/photon.js.map +1 -1
  653. package/dist/utils/pi-user-agent.d.ts.map +1 -1
  654. package/dist/utils/pi-user-agent.js.map +1 -1
  655. package/dist/utils/shell.d.ts.map +1 -1
  656. package/dist/utils/shell.js.map +1 -1
  657. package/dist/utils/sleep.d.ts.map +1 -1
  658. package/dist/utils/sleep.js.map +1 -1
  659. package/dist/utils/syntax-highlight.d.ts.map +1 -1
  660. package/dist/utils/syntax-highlight.js.map +1 -1
  661. package/dist/utils/tools-manager.d.ts.map +1 -1
  662. package/dist/utils/tools-manager.js.map +1 -1
  663. package/dist/utils/version-check.d.ts.map +1 -1
  664. package/dist/utils/version-check.js.map +1 -1
  665. package/dist/utils/windows-self-update.d.ts.map +1 -1
  666. package/dist/utils/windows-self-update.js.map +1 -1
  667. package/docs/docs.json +4 -0
  668. package/docs/extensions.md +31 -2
  669. package/docs/index.md +1 -0
  670. package/docs/models.md +6 -39
  671. package/docs/packages.md +1 -1
  672. package/docs/prompt-templates.md +9 -2
  673. package/docs/sdk.md +5 -0
  674. package/docs/security.md +55 -0
  675. package/docs/settings.md +13 -0
  676. package/docs/skills.md +3 -3
  677. package/docs/terminal-setup.md +36 -2
  678. package/docs/themes.md +1 -1
  679. package/docs/tmux.md +4 -2
  680. package/docs/usage.md +18 -1
  681. package/examples/extensions/README.md +1 -0
  682. package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
  683. package/examples/extensions/custom-provider-anthropic/package.json +1 -1
  684. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  685. package/examples/extensions/gondolin/package-lock.json +2 -2
  686. package/examples/extensions/gondolin/package.json +1 -1
  687. package/examples/extensions/minimal-mode.ts +6 -6
  688. package/examples/extensions/project-trust.ts +64 -0
  689. package/examples/extensions/sandbox/package-lock.json +2 -2
  690. package/examples/extensions/sandbox/package.json +1 -1
  691. package/examples/extensions/with-deps/package-lock.json +2 -2
  692. package/examples/extensions/with-deps/package.json +1 -1
  693. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts.map +1 -1
  694. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +125 -77
  695. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
  696. package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts +7 -0
  697. package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts.map +1 -1
  698. package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +2 -27
  699. package/node_modules/@earendil-works/pi-agent-core/dist/agent.js.map +1 -1
  700. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.d.ts.map +1 -1
  701. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +7 -20
  702. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js.map +1 -1
  703. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.d.ts.map +1 -1
  704. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js.map +1 -1
  705. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts +1 -1
  706. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -1
  707. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +1 -1
  708. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -1
  709. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.d.ts.map +1 -1
  710. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.js.map +1 -1
  711. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts.map +1 -1
  712. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +0 -3
  713. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js.map +1 -1
  714. package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.d.ts.map +1 -1
  715. package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.js.map +1 -1
  716. package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.d.ts.map +1 -1
  717. package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js.map +1 -1
  718. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.d.ts.map +1 -1
  719. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js +0 -3
  720. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js.map +1 -1
  721. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.d.ts.map +1 -1
  722. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js +0 -7
  723. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js.map +1 -1
  724. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.d.ts.map +1 -1
  725. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.js +3 -1
  726. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.js.map +1 -1
  727. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.d.ts.map +1 -1
  728. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js +0 -5
  729. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js.map +1 -1
  730. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.d.ts.map +1 -1
  731. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.js.map +1 -1
  732. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts.map +1 -1
  733. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js +0 -1
  734. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js.map +1 -1
  735. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.d.ts.map +1 -1
  736. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.js.map +1 -1
  737. package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts.map +1 -1
  738. package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js.map +1 -1
  739. package/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.d.ts.map +1 -1
  740. package/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.js.map +1 -1
  741. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts.map +1 -1
  742. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js +0 -16
  743. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js.map +1 -1
  744. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.d.ts.map +1 -1
  745. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js.map +1 -1
  746. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.d.ts.map +1 -1
  747. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js.map +1 -1
  748. package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts.map +1 -1
  749. package/node_modules/@earendil-works/pi-agent-core/dist/node.d.ts.map +1 -1
  750. package/node_modules/@earendil-works/pi-agent-core/dist/proxy.d.ts.map +1 -1
  751. package/node_modules/@earendil-works/pi-agent-core/dist/proxy.js.map +1 -1
  752. package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +6 -3
  753. package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
  754. package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
  755. package/node_modules/@earendil-works/pi-agent-core/package.json +6 -6
  756. package/node_modules/@earendil-works/pi-ai/README.md +2 -1
  757. package/node_modules/@earendil-works/pi-ai/dist/api-registry.d.ts.map +1 -1
  758. package/node_modules/@earendil-works/pi-ai/dist/api-registry.js.map +1 -1
  759. package/node_modules/@earendil-works/pi-ai/dist/bedrock-provider.d.ts.map +1 -1
  760. package/node_modules/@earendil-works/pi-ai/dist/cli.d.ts.map +1 -1
  761. package/node_modules/@earendil-works/pi-ai/dist/cli.js.map +1 -1
  762. package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.d.ts.map +1 -1
  763. package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js.map +1 -1
  764. package/node_modules/@earendil-works/pi-ai/dist/image-models.d.ts.map +1 -1
  765. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +30 -0
  766. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts.map +1 -1
  767. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +30 -0
  768. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
  769. package/node_modules/@earendil-works/pi-ai/dist/image-models.js.map +1 -1
  770. package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.d.ts.map +1 -1
  771. package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.js.map +1 -1
  772. package/node_modules/@earendil-works/pi-ai/dist/images.d.ts.map +1 -1
  773. package/node_modules/@earendil-works/pi-ai/dist/images.js.map +1 -1
  774. package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -1
  775. package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
  776. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +533 -131
  777. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
  778. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +530 -255
  779. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
  780. package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
  781. package/node_modules/@earendil-works/pi-ai/dist/oauth.d.ts.map +1 -1
  782. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
  783. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +15 -7
  784. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
  785. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts +1 -1
  786. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts.map +1 -1
  787. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +17 -7
  788. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -1
  789. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.d.ts.map +1 -1
  790. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +1 -0
  791. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js.map +1 -1
  792. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare.d.ts.map +1 -1
  793. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare.js.map +1 -1
  794. package/node_modules/@earendil-works/pi-ai/dist/providers/faux.d.ts.map +1 -1
  795. package/node_modules/@earendil-works/pi-ai/dist/providers/faux.js.map +1 -1
  796. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot-headers.d.ts.map +1 -1
  797. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot-headers.js.map +1 -1
  798. package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.d.ts.map +1 -1
  799. package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.js.map +1 -1
  800. package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.d.ts.map +1 -1
  801. package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js.map +1 -1
  802. package/node_modules/@earendil-works/pi-ai/dist/providers/google.d.ts.map +1 -1
  803. package/node_modules/@earendil-works/pi-ai/dist/providers/google.js.map +1 -1
  804. package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.d.ts.map +1 -1
  805. package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js.map +1 -1
  806. package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.d.ts.map +1 -1
  807. package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.js.map +1 -1
  808. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.d.ts.map +1 -1
  809. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js +3 -3
  810. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js.map +1 -1
  811. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.d.ts.map +1 -1
  812. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +0 -7
  813. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js.map +1 -1
  814. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.d.ts.map +1 -1
  815. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +5 -4
  816. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js.map +1 -1
  817. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-prompt-cache.d.ts.map +1 -1
  818. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-prompt-cache.js.map +1 -1
  819. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.d.ts.map +1 -1
  820. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +2 -1
  821. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js.map +1 -1
  822. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.d.ts.map +1 -1
  823. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +3 -2
  824. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js.map +1 -1
  825. package/node_modules/@earendil-works/pi-ai/dist/providers/register-builtins.d.ts.map +1 -1
  826. package/node_modules/@earendil-works/pi-ai/dist/providers/register-builtins.js.map +1 -1
  827. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts +1 -1
  828. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts.map +1 -1
  829. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +2 -2
  830. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js.map +1 -1
  831. package/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.d.ts.map +1 -1
  832. package/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.js.map +1 -1
  833. package/node_modules/@earendil-works/pi-ai/dist/session-resources.d.ts.map +1 -1
  834. package/node_modules/@earendil-works/pi-ai/dist/session-resources.js.map +1 -1
  835. package/node_modules/@earendil-works/pi-ai/dist/stream.d.ts.map +1 -1
  836. package/node_modules/@earendil-works/pi-ai/dist/stream.js.map +1 -1
  837. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/context-transformer.d.ts.map +1 -1
  838. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/context-transformer.js.map +1 -1
  839. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.d.ts.map +1 -1
  840. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.js.map +1 -1
  841. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/gemma4.d.ts.map +1 -1
  842. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/gemma4.js +10 -8
  843. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/gemma4.js.map +1 -1
  844. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/hermes.d.ts.map +1 -1
  845. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/hermes.js.map +1 -1
  846. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/json-mix.d.ts.map +1 -1
  847. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/json-mix.js.map +1 -1
  848. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/morph-xml.d.ts.map +1 -1
  849. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/morph-xml.js.map +1 -1
  850. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/xml-tool-tag-scanner.d.ts.map +1 -1
  851. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/xml-tool-tag-scanner.js.map +1 -1
  852. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/yaml-xml.d.ts.map +1 -1
  853. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/yaml-xml.js.map +1 -1
  854. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/stream-wrapper.d.ts.map +1 -1
  855. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/stream-wrapper.js.map +1 -1
  856. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/types.d.ts.map +1 -1
  857. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +6 -2
  858. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
  859. package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
  860. package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.d.ts.map +1 -1
  861. package/node_modules/@earendil-works/pi-ai/dist/utils/abort-signals.js.map +1 -1
  862. package/node_modules/@earendil-works/pi-ai/dist/utils/diagnostics.d.ts.map +1 -1
  863. package/node_modules/@earendil-works/pi-ai/dist/utils/diagnostics.js.map +1 -1
  864. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts.map +1 -1
  865. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +3 -7
  866. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js.map +1 -1
  867. package/node_modules/@earendil-works/pi-ai/dist/utils/hash.d.ts.map +1 -1
  868. package/node_modules/@earendil-works/pi-ai/dist/utils/hash.js.map +1 -1
  869. package/node_modules/@earendil-works/pi-ai/dist/utils/headers.d.ts.map +1 -1
  870. package/node_modules/@earendil-works/pi-ai/dist/utils/headers.js.map +1 -1
  871. package/node_modules/@earendil-works/pi-ai/dist/utils/json-parse.d.ts.map +1 -1
  872. package/node_modules/@earendil-works/pi-ai/dist/utils/json-parse.js.map +1 -1
  873. package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.d.ts.map +1 -1
  874. package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.js.map +1 -1
  875. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/anthropic.d.ts.map +1 -1
  876. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/anthropic.js.map +1 -1
  877. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.d.ts.map +1 -1
  878. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js.map +1 -1
  879. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.d.ts.map +1 -1
  880. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js.map +1 -1
  881. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.d.ts.map +1 -1
  882. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js.map +1 -1
  883. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/oauth-page.d.ts.map +1 -1
  884. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/oauth-page.js.map +1 -1
  885. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.d.ts.map +1 -1
  886. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js.map +1 -1
  887. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/pkce.d.ts.map +1 -1
  888. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/pkce.js.map +1 -1
  889. package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/types.d.ts.map +1 -1
  890. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -1
  891. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -1
  892. package/node_modules/@earendil-works/pi-ai/dist/utils/sanitize-unicode.d.ts.map +1 -1
  893. package/node_modules/@earendil-works/pi-ai/dist/utils/sanitize-unicode.js.map +1 -1
  894. package/node_modules/@earendil-works/pi-ai/dist/utils/tool-pair-repair.d.ts.map +1 -1
  895. package/node_modules/@earendil-works/pi-ai/dist/utils/tool-pair-repair.js.map +1 -1
  896. package/node_modules/@earendil-works/pi-ai/dist/utils/typebox-helpers.d.ts.map +1 -1
  897. package/node_modules/@earendil-works/pi-ai/dist/utils/typebox-helpers.js.map +1 -1
  898. package/node_modules/@earendil-works/pi-ai/dist/utils/validation.d.ts.map +1 -1
  899. package/node_modules/@earendil-works/pi-ai/dist/utils/validation.js.map +1 -1
  900. package/node_modules/@earendil-works/pi-ai/package.json +5 -5
  901. package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts +3 -1
  902. package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts.map +1 -1
  903. package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js +0 -3
  904. package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js.map +1 -1
  905. package/node_modules/@earendil-works/pi-tui/dist/components/box.d.ts.map +1 -1
  906. package/node_modules/@earendil-works/pi-tui/dist/components/box.js +1 -6
  907. package/node_modules/@earendil-works/pi-tui/dist/components/box.js.map +1 -1
  908. package/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.d.ts.map +1 -1
  909. package/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.js +4 -3
  910. package/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.js.map +1 -1
  911. package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts +6 -1
  912. package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts.map +1 -1
  913. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +132 -93
  914. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
  915. package/node_modules/@earendil-works/pi-tui/dist/components/image.d.ts.map +1 -1
  916. package/node_modules/@earendil-works/pi-tui/dist/components/image.js +0 -8
  917. package/node_modules/@earendil-works/pi-tui/dist/components/image.js.map +1 -1
  918. package/node_modules/@earendil-works/pi-tui/dist/components/input.d.ts.map +1 -1
  919. package/node_modules/@earendil-works/pi-tui/dist/components/input.js +14 -14
  920. package/node_modules/@earendil-works/pi-tui/dist/components/input.js.map +1 -1
  921. package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts +5 -0
  922. package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts.map +1 -1
  923. package/node_modules/@earendil-works/pi-tui/dist/components/loader.js +29 -17
  924. package/node_modules/@earendil-works/pi-tui/dist/components/loader.js.map +1 -1
  925. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts.map +1 -1
  926. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +0 -11
  927. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js.map +1 -1
  928. package/node_modules/@earendil-works/pi-tui/dist/components/select-list.d.ts.map +1 -1
  929. package/node_modules/@earendil-works/pi-tui/dist/components/select-list.js +4 -9
  930. package/node_modules/@earendil-works/pi-tui/dist/components/select-list.js.map +1 -1
  931. package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.d.ts.map +1 -1
  932. package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js +4 -12
  933. package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js.map +1 -1
  934. package/node_modules/@earendil-works/pi-tui/dist/components/spacer.d.ts.map +1 -1
  935. package/node_modules/@earendil-works/pi-tui/dist/components/spacer.js +0 -1
  936. package/node_modules/@earendil-works/pi-tui/dist/components/spacer.js.map +1 -1
  937. package/node_modules/@earendil-works/pi-tui/dist/components/text.d.ts.map +1 -1
  938. package/node_modules/@earendil-works/pi-tui/dist/components/text.js +0 -8
  939. package/node_modules/@earendil-works/pi-tui/dist/components/text.js.map +1 -1
  940. package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.d.ts.map +1 -1
  941. package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.js +0 -3
  942. package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.js.map +1 -1
  943. package/node_modules/@earendil-works/pi-tui/dist/editor-component.d.ts.map +1 -1
  944. package/node_modules/@earendil-works/pi-tui/dist/fuzzy.d.ts.map +1 -1
  945. package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js +131 -61
  946. package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js.map +1 -1
  947. package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
  948. package/node_modules/@earendil-works/pi-tui/dist/keybindings.d.ts.map +1 -1
  949. package/node_modules/@earendil-works/pi-tui/dist/keybindings.js +2 -4
  950. package/node_modules/@earendil-works/pi-tui/dist/keybindings.js.map +1 -1
  951. package/node_modules/@earendil-works/pi-tui/dist/keys.d.ts.map +1 -1
  952. package/node_modules/@earendil-works/pi-tui/dist/keys.js.map +1 -1
  953. package/node_modules/@earendil-works/pi-tui/dist/kill-ring.d.ts.map +1 -1
  954. package/node_modules/@earendil-works/pi-tui/dist/kill-ring.js +3 -1
  955. package/node_modules/@earendil-works/pi-tui/dist/kill-ring.js.map +1 -1
  956. package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.d.ts.map +1 -1
  957. package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.js.map +1 -1
  958. package/node_modules/@earendil-works/pi-tui/dist/slash-command-autocomplete.d.ts.map +1 -1
  959. package/node_modules/@earendil-works/pi-tui/dist/slash-command-autocomplete.js.map +1 -1
  960. package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.d.ts.map +1 -1
  961. package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js +4 -6
  962. package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js.map +1 -1
  963. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts.map +1 -1
  964. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js.map +1 -1
  965. package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts +4 -7
  966. package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
  967. package/node_modules/@earendil-works/pi-tui/dist/terminal.js +60 -103
  968. package/node_modules/@earendil-works/pi-tui/dist/terminal.js.map +1 -1
  969. package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
  970. package/node_modules/@earendil-works/pi-tui/dist/tui.js +39 -31
  971. package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
  972. package/node_modules/@earendil-works/pi-tui/dist/undo-stack.d.ts.map +1 -1
  973. package/node_modules/@earendil-works/pi-tui/dist/undo-stack.js +3 -1
  974. package/node_modules/@earendil-works/pi-tui/dist/undo-stack.js.map +1 -1
  975. package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts.map +1 -1
  976. package/node_modules/@earendil-works/pi-tui/dist/utils.js +57 -27
  977. package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
  978. package/node_modules/@earendil-works/pi-tui/dist/word-navigation.d.ts.map +1 -1
  979. package/node_modules/@earendil-works/pi-tui/dist/word-navigation.js.map +1 -1
  980. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  981. package/node_modules/@types/node/README.md +3 -3
  982. package/node_modules/@types/node/assert/strict.d.ts +3 -55
  983. package/node_modules/@types/node/assert.d.ts +49 -177
  984. package/node_modules/@types/node/async_hooks.d.ts +151 -43
  985. package/node_modules/@types/node/buffer.buffer.d.ts +2 -8
  986. package/node_modules/@types/node/buffer.d.ts +43 -212
  987. package/node_modules/@types/node/child_process.d.ts +23 -133
  988. package/node_modules/@types/node/cluster.d.ts +238 -384
  989. package/node_modules/@types/node/compatibility/iterators.d.ts +1 -0
  990. package/node_modules/@types/node/console.d.ts +45 -404
  991. package/node_modules/@types/node/constants.d.ts +3 -10
  992. package/node_modules/@types/node/crypto.d.ts +640 -1127
  993. package/node_modules/@types/node/dgram.d.ts +14 -77
  994. package/node_modules/@types/node/diagnostics_channel.d.ts +3 -29
  995. package/node_modules/@types/node/dns/promises.d.ts +4 -10
  996. package/node_modules/@types/node/dns.d.ts +130 -177
  997. package/node_modules/@types/node/domain.d.ts +12 -32
  998. package/node_modules/@types/node/events.d.ts +872 -840
  999. package/node_modules/@types/node/fs/promises.d.ts +193 -20
  1000. package/node_modules/@types/node/fs.d.ts +754 -435
  1001. package/node_modules/@types/node/globals.d.ts +8 -30
  1002. package/node_modules/@types/node/globals.typedarray.d.ts +63 -0
  1003. package/node_modules/@types/node/http.d.ts +363 -305
  1004. package/node_modules/@types/node/http2.d.ts +545 -781
  1005. package/node_modules/@types/node/https.d.ts +64 -243
  1006. package/node_modules/@types/node/index.d.ts +26 -6
  1007. package/node_modules/@types/node/inspector/promises.d.ts +35 -0
  1008. package/node_modules/@types/node/inspector.d.ts +68 -57
  1009. package/node_modules/@types/node/inspector.generated.d.ts +764 -410
  1010. package/node_modules/@types/node/module.d.ts +53 -189
  1011. package/node_modules/@types/node/net.d.ts +101 -207
  1012. package/node_modules/@types/node/os.d.ts +11 -19
  1013. package/node_modules/@types/node/package.json +13 -3
  1014. package/node_modules/@types/node/path/posix.d.ts +8 -0
  1015. package/node_modules/@types/node/path/win32.d.ts +8 -0
  1016. package/node_modules/@types/node/path.d.ts +119 -141
  1017. package/node_modules/@types/node/perf_hooks.d.ts +317 -673
  1018. package/node_modules/@types/node/process.d.ts +277 -157
  1019. package/node_modules/@types/node/punycode.d.ts +3 -31
  1020. package/node_modules/@types/node/querystring.d.ts +3 -16
  1021. package/node_modules/@types/node/quic.d.ts +897 -0
  1022. package/node_modules/@types/node/readline/promises.d.ts +3 -6
  1023. package/node_modules/@types/node/readline.d.ts +65 -152
  1024. package/node_modules/@types/node/repl.d.ts +101 -109
  1025. package/node_modules/@types/node/sea.d.ts +9 -115
  1026. package/node_modules/@types/node/sqlite.d.ts +415 -68
  1027. package/node_modules/@types/node/stream/consumers.d.ts +91 -15
  1028. package/node_modules/@types/node/stream/iter.d.ts +301 -0
  1029. package/node_modules/@types/node/stream/promises.d.ts +136 -15
  1030. package/node_modules/@types/node/stream/web.d.ts +179 -501
  1031. package/node_modules/@types/node/stream.d.ts +577 -490
  1032. package/node_modules/@types/node/string_decoder.d.ts +3 -43
  1033. package/node_modules/@types/node/test/reporters.d.ts +59 -0
  1034. package/node_modules/@types/node/test.d.ts +402 -286
  1035. package/node_modules/@types/node/timers/promises.d.ts +3 -18
  1036. package/node_modules/@types/node/timers.d.ts +3 -141
  1037. package/node_modules/@types/node/tls.d.ts +115 -241
  1038. package/node_modules/@types/node/trace_events.d.ts +3 -97
  1039. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +2 -8
  1040. package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  1041. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +2 -0
  1042. package/node_modules/@types/node/ts5.6/index.d.ts +28 -6
  1043. package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  1044. package/node_modules/@types/node/ts5.7/index.d.ts +119 -0
  1045. package/node_modules/@types/node/tty.d.ts +57 -40
  1046. package/node_modules/@types/node/url.d.ts +156 -584
  1047. package/node_modules/@types/node/util/types.d.ts +558 -0
  1048. package/node_modules/@types/node/util.d.ts +167 -1096
  1049. package/node_modules/@types/node/v8.d.ts +75 -15
  1050. package/node_modules/@types/node/vm.d.ts +334 -198
  1051. package/node_modules/@types/node/wasi.d.ts +24 -74
  1052. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
  1053. package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  1054. package/node_modules/@types/node/web-globals/console.d.ts +9 -0
  1055. package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  1056. package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  1057. package/node_modules/@types/node/web-globals/events.d.ts +9 -0
  1058. package/node_modules/@types/node/web-globals/fetch.d.ts +14 -0
  1059. package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  1060. package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  1061. package/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
  1062. package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  1063. package/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  1064. package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  1065. package/node_modules/@types/node/web-globals/url.d.ts +24 -0
  1066. package/node_modules/@types/node/worker_threads.d.ts +280 -393
  1067. package/node_modules/@types/node/zlib/iter.d.ts +131 -0
  1068. package/node_modules/@types/node/zlib.d.ts +7 -165
  1069. package/node_modules/undici-types/agent.d.ts +13 -12
  1070. package/node_modules/undici-types/api.d.ts +26 -26
  1071. package/node_modules/undici-types/balanced-pool.d.ts +13 -12
  1072. package/node_modules/undici-types/cache-interceptor.d.ts +179 -0
  1073. package/node_modules/undici-types/client-stats.d.ts +15 -0
  1074. package/node_modules/undici-types/client.d.ts +34 -19
  1075. package/node_modules/undici-types/connector.d.ts +4 -2
  1076. package/node_modules/undici-types/cookies.d.ts +2 -0
  1077. package/node_modules/undici-types/diagnostics-channel.d.ts +18 -10
  1078. package/node_modules/undici-types/dispatcher.d.ts +127 -104
  1079. package/node_modules/undici-types/env-http-proxy-agent.d.ts +4 -3
  1080. package/node_modules/undici-types/errors.d.ts +82 -54
  1081. package/node_modules/undici-types/eventsource.d.ts +9 -4
  1082. package/node_modules/undici-types/fetch.d.ts +22 -20
  1083. package/node_modules/undici-types/formdata.d.ts +7 -7
  1084. package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  1085. package/node_modules/undici-types/global-origin.d.ts +5 -5
  1086. package/node_modules/undici-types/h2c-client.d.ts +73 -0
  1087. package/node_modules/undici-types/handlers.d.ts +8 -8
  1088. package/node_modules/undici-types/header.d.ts +157 -1
  1089. package/node_modules/undici-types/index.d.ts +67 -47
  1090. package/node_modules/undici-types/interceptors.d.ts +71 -8
  1091. package/node_modules/undici-types/mock-agent.d.ts +36 -18
  1092. package/node_modules/undici-types/mock-call-history.d.ts +111 -0
  1093. package/node_modules/undici-types/mock-client.d.ts +6 -4
  1094. package/node_modules/undici-types/mock-errors.d.ts +3 -3
  1095. package/node_modules/undici-types/mock-interceptor.d.ts +21 -20
  1096. package/node_modules/undici-types/mock-pool.d.ts +6 -4
  1097. package/node_modules/undici-types/package.json +1 -1
  1098. package/node_modules/undici-types/patch.d.ts +0 -4
  1099. package/node_modules/undici-types/pool-stats.d.ts +8 -8
  1100. package/node_modules/undici-types/pool.d.ts +15 -13
  1101. package/node_modules/undici-types/proxy-agent.d.ts +5 -4
  1102. package/node_modules/undici-types/readable.d.ts +19 -16
  1103. package/node_modules/undici-types/retry-agent.d.ts +1 -1
  1104. package/node_modules/undici-types/retry-handler.d.ts +19 -10
  1105. package/node_modules/undici-types/round-robin-pool.d.ts +41 -0
  1106. package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  1107. package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
  1108. package/node_modules/undici-types/util.d.ts +3 -3
  1109. package/node_modules/undici-types/utility.d.ts +7 -0
  1110. package/node_modules/undici-types/webidl.d.ts +148 -29
  1111. package/node_modules/undici-types/websocket.d.ts +48 -10
  1112. package/npm-shrinkwrap.json +21 -21
  1113. package/package.json +13 -12
  1114. package/dist/core/extensions/builtin/todotools/continuation/config.d.ts +0 -10
  1115. package/dist/core/extensions/builtin/todotools/continuation/config.d.ts.map +0 -1
  1116. package/dist/core/extensions/builtin/todotools/continuation/config.js +0 -33
  1117. package/dist/core/extensions/builtin/todotools/continuation/config.js.map +0 -1
  1118. package/dist/core/extensions/builtin/todotools/continuation/index.d.ts +0 -2
  1119. package/dist/core/extensions/builtin/todotools/continuation/index.d.ts.map +0 -1
  1120. package/dist/core/extensions/builtin/todotools/continuation/index.js +0 -2
  1121. package/dist/core/extensions/builtin/todotools/continuation/index.js.map +0 -1
  1122. package/dist/core/extensions/builtin/todotools/continuation/prompt.d.ts +0 -5
  1123. package/dist/core/extensions/builtin/todotools/continuation/prompt.d.ts.map +0 -1
  1124. package/dist/core/extensions/builtin/todotools/continuation/prompt.js +0 -34
  1125. package/dist/core/extensions/builtin/todotools/continuation/prompt.js.map +0 -1
  1126. package/dist/core/extensions/builtin/todotools/continuation/runtime.d.ts +0 -11
  1127. package/dist/core/extensions/builtin/todotools/continuation/runtime.d.ts.map +0 -1
  1128. package/dist/core/extensions/builtin/todotools/continuation/runtime.js +0 -201
  1129. package/dist/core/extensions/builtin/todotools/continuation/runtime.js.map +0 -1
  1130. package/dist/core/extensions/builtin/todotools/settings.d.ts +0 -6
  1131. package/dist/core/extensions/builtin/todotools/settings.d.ts.map +0 -1
  1132. package/dist/core/extensions/builtin/todotools/settings.js +0 -58
  1133. package/dist/core/extensions/builtin/todotools/settings.js.map +0 -1
  1134. package/dist/core/extensions/builtin/todotools/system-messages.d.ts +0 -34
  1135. package/dist/core/extensions/builtin/todotools/system-messages.d.ts.map +0 -1
  1136. package/dist/core/extensions/builtin/todotools/system-messages.js +0 -82
  1137. package/dist/core/extensions/builtin/todotools/system-messages.js.map +0 -1
  1138. package/node_modules/@types/node/compatibility/disposable.d.ts +0 -14
  1139. package/node_modules/@types/node/compatibility/index.d.ts +0 -9
  1140. package/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
  1141. package/node_modules/undici-types/file.d.ts +0 -39
  1142. package/node_modules/undici-types/filereader.d.ts +0 -54
@@ -1 +1 @@
1
- {"version":3,"file":"models.generated.d.ts","sourceRoot":"","sources":["../src/models.generated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2khBT,CAAC","sourcesContent":["// This file is auto-generated by scripts/generate-models.ts\n// Do not edit manually - run 'npm run generate-models' to update\n\nimport type { Model } from \"./types.ts\";\n\nexport const MODELS = {\n\t\"amazon-bedrock\": {\n\t\t\"amazon.nova-2-lite-v1:0\": {\n\t\t\tid: \"amazon.nova-2-lite-v1:0\",\n\t\t\tname: \"Nova 2 Lite\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.33,\n\t\t\t\toutput: 2.75,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"amazon.nova-lite-v1:0\": {\n\t\t\tid: \"amazon.nova-lite-v1:0\",\n\t\t\tname: \"Nova Lite\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.24,\n\t\t\t\tcacheRead: 0.015,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 300000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"amazon.nova-micro-v1:0\": {\n\t\t\tid: \"amazon.nova-micro-v1:0\",\n\t\t\tname: \"Nova Micro\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.035,\n\t\t\t\toutput: 0.14,\n\t\t\t\tcacheRead: 0.00875,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"amazon.nova-pro-v1:0\": {\n\t\t\tid: \"amazon.nova-pro-v1:0\",\n\t\t\tname: \"Nova Pro\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.8,\n\t\t\t\toutput: 3.2,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 300000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"anthropic.claude-haiku-4-5-20251001-v1:0\": {\n\t\t\tid: \"anthropic.claude-haiku-4-5-20251001-v1:0\",\n\t\t\tname: \"Claude Haiku 4.5\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"anthropic.claude-opus-4-1-20250805-v1:0\": {\n\t\t\tid: \"anthropic.claude-opus-4-1-20250805-v1:0\",\n\t\t\tname: \"Claude Opus 4.1\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"anthropic.claude-opus-4-5-20251101-v1:0\": {\n\t\t\tid: \"anthropic.claude-opus-4-5-20251101-v1:0\",\n\t\t\tname: \"Claude Opus 4.5\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"anthropic.claude-opus-4-6-v1\": {\n\t\t\tid: \"anthropic.claude-opus-4-6-v1\",\n\t\t\tname: \"Claude Opus 4.6\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"anthropic.claude-opus-4-7\": {\n\t\t\tid: \"anthropic.claude-opus-4-7\",\n\t\t\tname: \"Claude Opus 4.7\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"anthropic.claude-opus-4-7-v1\": {\n\t\t\tid: \"anthropic.claude-opus-4-7-v1\",\n\t\t\tname: \"Claude Opus 4.7\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"anthropic.claude-opus-4-8\": {\n\t\t\tid: \"anthropic.claude-opus-4-8\",\n\t\t\tname: \"Claude Opus 4.8\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"anthropic.claude-sonnet-4-5-20250929-v1:0\": {\n\t\t\tid: \"anthropic.claude-sonnet-4-5-20250929-v1:0\",\n\t\t\tname: \"Claude Sonnet 4.5\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"anthropic.claude-sonnet-4-6\": {\n\t\t\tid: \"anthropic.claude-sonnet-4-6\",\n\t\t\tname: \"Claude Sonnet 4.6\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"au.anthropic.claude-haiku-4-5-20251001-v1:0\": {\n\t\t\tid: \"au.anthropic.claude-haiku-4-5-20251001-v1:0\",\n\t\t\tname: \"Claude Haiku 4.5 (AU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"au.anthropic.claude-opus-4-6-v1\": {\n\t\t\tid: \"au.anthropic.claude-opus-4-6-v1\",\n\t\t\tname: \"AU Anthropic Claude Opus 4.6\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 16.5,\n\t\t\t\toutput: 82.5,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"au.anthropic.claude-opus-4-8\": {\n\t\t\tid: \"au.anthropic.claude-opus-4-8\",\n\t\t\tname: \"Claude Opus 4.8 (AU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"au.anthropic.claude-sonnet-4-5-20250929-v1:0\": {\n\t\t\tid: \"au.anthropic.claude-sonnet-4-5-20250929-v1:0\",\n\t\t\tname: \"Claude Sonnet 4.5 (AU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"au.anthropic.claude-sonnet-4-6\": {\n\t\t\tid: \"au.anthropic.claude-sonnet-4-6\",\n\t\t\tname: \"AU Anthropic Claude Sonnet 4.6\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3.3,\n\t\t\t\toutput: 16.5,\n\t\t\t\tcacheRead: 0.33,\n\t\t\t\tcacheWrite: 4.125,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"deepseek.r1-v1:0\": {\n\t\t\tid: \"deepseek.r1-v1:0\",\n\t\t\tname: \"DeepSeek-R1\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.35,\n\t\t\t\toutput: 5.4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"deepseek.v3-v1:0\": {\n\t\t\tid: \"deepseek.v3-v1:0\",\n\t\t\tname: \"DeepSeek-V3.1\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.58,\n\t\t\t\toutput: 1.68,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 81920,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"deepseek.v3.2\": {\n\t\t\tid: \"deepseek.v3.2\",\n\t\t\tname: \"DeepSeek-V3.2\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.62,\n\t\t\t\toutput: 1.85,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 81920,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"eu.anthropic.claude-haiku-4-5-20251001-v1:0\": {\n\t\t\tid: \"eu.anthropic.claude-haiku-4-5-20251001-v1:0\",\n\t\t\tname: \"Claude Haiku 4.5 (EU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.eu-central-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"eu.anthropic.claude-opus-4-5-20251101-v1:0\": {\n\t\t\tid: \"eu.anthropic.claude-opus-4-5-20251101-v1:0\",\n\t\t\tname: \"Claude Opus 4.5 (EU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.eu-central-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"eu.anthropic.claude-opus-4-6-v1\": {\n\t\t\tid: \"eu.anthropic.claude-opus-4-6-v1\",\n\t\t\tname: \"Claude Opus 4.6 (EU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.eu-central-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5.5,\n\t\t\t\toutput: 27.5,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"eu.anthropic.claude-opus-4-7\": {\n\t\t\tid: \"eu.anthropic.claude-opus-4-7\",\n\t\t\tname: \"Claude Opus 4.7 (EU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.eu-central-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5.5,\n\t\t\t\toutput: 27.5,\n\t\t\t\tcacheRead: 0.55,\n\t\t\t\tcacheWrite: 6.875,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"eu.anthropic.claude-opus-4-7-v1\": {\n\t\t\tid: \"eu.anthropic.claude-opus-4-7-v1\",\n\t\t\tname: \"Claude Opus 4.7 (EU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"eu.anthropic.claude-opus-4-8\": {\n\t\t\tid: \"eu.anthropic.claude-opus-4-8\",\n\t\t\tname: \"Claude Opus 4.8 (EU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.eu-central-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5.5,\n\t\t\t\toutput: 27.5,\n\t\t\t\tcacheRead: 0.55,\n\t\t\t\tcacheWrite: 6.875,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"eu.anthropic.claude-sonnet-4-5-20250929-v1:0\": {\n\t\t\tid: \"eu.anthropic.claude-sonnet-4-5-20250929-v1:0\",\n\t\t\tname: \"Claude Sonnet 4.5 (EU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.eu-central-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3.3,\n\t\t\t\toutput: 16.5,\n\t\t\t\tcacheRead: 0.33,\n\t\t\t\tcacheWrite: 4.125,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"eu.anthropic.claude-sonnet-4-6\": {\n\t\t\tid: \"eu.anthropic.claude-sonnet-4-6\",\n\t\t\tname: \"Claude Sonnet 4.6 (EU)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.eu-central-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3.3,\n\t\t\t\toutput: 16.5,\n\t\t\t\tcacheRead: 0.33,\n\t\t\t\tcacheWrite: 4.125,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"global.anthropic.claude-haiku-4-5-20251001-v1:0\": {\n\t\t\tid: \"global.anthropic.claude-haiku-4-5-20251001-v1:0\",\n\t\t\tname: \"Claude Haiku 4.5 (Global)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"global.anthropic.claude-opus-4-5-20251101-v1:0\": {\n\t\t\tid: \"global.anthropic.claude-opus-4-5-20251101-v1:0\",\n\t\t\tname: \"Claude Opus 4.5 (Global)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"global.anthropic.claude-opus-4-6-v1\": {\n\t\t\tid: \"global.anthropic.claude-opus-4-6-v1\",\n\t\t\tname: \"Claude Opus 4.6 (Global)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"global.anthropic.claude-opus-4-7\": {\n\t\t\tid: \"global.anthropic.claude-opus-4-7\",\n\t\t\tname: \"Claude Opus 4.7 (Global)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"global.anthropic.claude-opus-4-7-v1\": {\n\t\t\tid: \"global.anthropic.claude-opus-4-7-v1\",\n\t\t\tname: \"Claude Opus 4.7 (Global)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"global.anthropic.claude-opus-4-8\": {\n\t\t\tid: \"global.anthropic.claude-opus-4-8\",\n\t\t\tname: \"Claude Opus 4.8 (Global)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"global.anthropic.claude-sonnet-4-5-20250929-v1:0\": {\n\t\t\tid: \"global.anthropic.claude-sonnet-4-5-20250929-v1:0\",\n\t\t\tname: \"Claude Sonnet 4.5 (Global)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"global.anthropic.claude-sonnet-4-6\": {\n\t\t\tid: \"global.anthropic.claude-sonnet-4-6\",\n\t\t\tname: \"Claude Sonnet 4.6 (Global)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"google.gemma-3-27b-it\": {\n\t\t\tid: \"google.gemma-3-27b-it\",\n\t\t\tname: \"Google Gemma 3 27B Instruct\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.12,\n\t\t\t\toutput: 0.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"google.gemma-3-4b-it\": {\n\t\t\tid: \"google.gemma-3-4b-it\",\n\t\t\tname: \"Gemma 3 4B IT\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.04,\n\t\t\t\toutput: 0.08,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"jp.anthropic.claude-opus-4-7\": {\n\t\t\tid: \"jp.anthropic.claude-opus-4-7\",\n\t\t\tname: \"Claude Opus 4.7 (JP)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"jp.anthropic.claude-opus-4-8\": {\n\t\t\tid: \"jp.anthropic.claude-opus-4-8\",\n\t\t\tname: \"Claude Opus 4.8 (JP)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"jp.anthropic.claude-sonnet-4-5-20250929-v1:0\": {\n\t\t\tid: \"jp.anthropic.claude-sonnet-4-5-20250929-v1:0\",\n\t\t\tname: \"Claude Sonnet 4.5 (JP)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"jp.anthropic.claude-sonnet-4-6\": {\n\t\t\tid: \"jp.anthropic.claude-sonnet-4-6\",\n\t\t\tname: \"Claude Sonnet 4.6 (JP)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"meta.llama3-1-70b-instruct-v1:0\": {\n\t\t\tid: \"meta.llama3-1-70b-instruct-v1:0\",\n\t\t\tname: \"Llama 3.1 70B Instruct\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.72,\n\t\t\t\toutput: 0.72,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"meta.llama3-1-8b-instruct-v1:0\": {\n\t\t\tid: \"meta.llama3-1-8b-instruct-v1:0\",\n\t\t\tname: \"Llama 3.1 8B Instruct\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.22,\n\t\t\t\toutput: 0.22,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"meta.llama3-3-70b-instruct-v1:0\": {\n\t\t\tid: \"meta.llama3-3-70b-instruct-v1:0\",\n\t\t\tname: \"Llama 3.3 70B Instruct\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.72,\n\t\t\t\toutput: 0.72,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"meta.llama4-maverick-17b-instruct-v1:0\": {\n\t\t\tid: \"meta.llama4-maverick-17b-instruct-v1:0\",\n\t\t\tname: \"Llama 4 Maverick 17B Instruct\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.24,\n\t\t\t\toutput: 0.97,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"meta.llama4-scout-17b-instruct-v1:0\": {\n\t\t\tid: \"meta.llama4-scout-17b-instruct-v1:0\",\n\t\t\tname: \"Llama 4 Scout 17B Instruct\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.17,\n\t\t\t\toutput: 0.66,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 3500000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"minimax.minimax-m2\": {\n\t\t\tid: \"minimax.minimax-m2\",\n\t\t\tname: \"MiniMax M2\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204608,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"minimax.minimax-m2.1\": {\n\t\t\tid: \"minimax.minimax-m2.1\",\n\t\t\tname: \"MiniMax M2.1\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"minimax.minimax-m2.5\": {\n\t\t\tid: \"minimax.minimax-m2.5\",\n\t\t\tname: \"MiniMax M2.5\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 196608,\n\t\t\tmaxTokens: 98304,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"mistral.devstral-2-123b\": {\n\t\t\tid: \"mistral.devstral-2-123b\",\n\t\t\tname: \"Devstral 2 123B\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"mistral.magistral-small-2509\": {\n\t\t\tid: \"mistral.magistral-small-2509\",\n\t\t\tname: \"Magistral Small 1.2\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 40000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"mistral.ministral-3-14b-instruct\": {\n\t\t\tid: \"mistral.ministral-3-14b-instruct\",\n\t\t\tname: \"Ministral 14B 3.0\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 0.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"mistral.ministral-3-3b-instruct\": {\n\t\t\tid: \"mistral.ministral-3-3b-instruct\",\n\t\t\tname: \"Ministral 3 3B\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.1,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"mistral.ministral-3-8b-instruct\": {\n\t\t\tid: \"mistral.ministral-3-8b-instruct\",\n\t\t\tname: \"Ministral 3 8B\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"mistral.mistral-large-3-675b-instruct\": {\n\t\t\tid: \"mistral.mistral-large-3-675b-instruct\",\n\t\t\tname: \"Mistral Large 3\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"mistral.pixtral-large-2502-v1:0\": {\n\t\t\tid: \"mistral.pixtral-large-2502-v1:0\",\n\t\t\tname: \"Pixtral Large (25.02)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"mistral.voxtral-mini-3b-2507\": {\n\t\t\tid: \"mistral.voxtral-mini-3b-2507\",\n\t\t\tname: \"Voxtral Mini 3B 2507\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.04,\n\t\t\t\toutput: 0.04,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"mistral.voxtral-small-24b-2507\": {\n\t\t\tid: \"mistral.voxtral-small-24b-2507\",\n\t\t\tname: \"Voxtral Small 24B 2507\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.35,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"moonshot.kimi-k2-thinking\": {\n\t\t\tid: \"moonshot.kimi-k2-thinking\",\n\t\t\tname: \"Kimi K2 Thinking\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262143,\n\t\t\tmaxTokens: 16000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"moonshotai.kimi-k2.5\": {\n\t\t\tid: \"moonshotai.kimi-k2.5\",\n\t\t\tname: \"Kimi K2.5\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262143,\n\t\t\tmaxTokens: 16000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"nvidia.nemotron-nano-12b-v2\": {\n\t\t\tid: \"nvidia.nemotron-nano-12b-v2\",\n\t\t\tname: \"NVIDIA Nemotron Nano 12B v2 VL BF16\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"nvidia.nemotron-nano-3-30b\": {\n\t\t\tid: \"nvidia.nemotron-nano-3-30b\",\n\t\t\tname: \"NVIDIA Nemotron Nano 3 30B\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.24,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"nvidia.nemotron-nano-9b-v2\": {\n\t\t\tid: \"nvidia.nemotron-nano-9b-v2\",\n\t\t\tname: \"NVIDIA Nemotron Nano 9B v2\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.23,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"nvidia.nemotron-super-3-120b\": {\n\t\t\tid: \"nvidia.nemotron-super-3-120b\",\n\t\t\tname: \"NVIDIA Nemotron 3 Super 120B A12B\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.65,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"openai.gpt-oss-120b-1:0\": {\n\t\t\tid: \"openai.gpt-oss-120b-1:0\",\n\t\t\tname: \"gpt-oss-120b\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"openai.gpt-oss-20b-1:0\": {\n\t\t\tid: \"openai.gpt-oss-20b-1:0\",\n\t\t\tname: \"gpt-oss-20b\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.07,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"openai.gpt-oss-safeguard-120b\": {\n\t\t\tid: \"openai.gpt-oss-safeguard-120b\",\n\t\t\tname: \"GPT OSS Safeguard 120B\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"openai.gpt-oss-safeguard-20b\": {\n\t\t\tid: \"openai.gpt-oss-safeguard-20b\",\n\t\t\tname: \"GPT OSS Safeguard 20B\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.07,\n\t\t\t\toutput: 0.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"qwen.qwen3-235b-a22b-2507-v1:0\": {\n\t\t\tid: \"qwen.qwen3-235b-a22b-2507-v1:0\",\n\t\t\tname: \"Qwen3 235B A22B 2507\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.22,\n\t\t\t\toutput: 0.88,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"qwen.qwen3-32b-v1:0\": {\n\t\t\tid: \"qwen.qwen3-32b-v1:0\",\n\t\t\tname: \"Qwen3 32B (dense)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 16384,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"qwen.qwen3-coder-30b-a3b-v1:0\": {\n\t\t\tid: \"qwen.qwen3-coder-30b-a3b-v1:0\",\n\t\t\tname: \"Qwen3 Coder 30B A3B Instruct\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"qwen.qwen3-coder-480b-a35b-v1:0\": {\n\t\t\tid: \"qwen.qwen3-coder-480b-a35b-v1:0\",\n\t\t\tname: \"Qwen3 Coder 480B A35B Instruct\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.22,\n\t\t\t\toutput: 1.8,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"qwen.qwen3-coder-next\": {\n\t\t\tid: \"qwen.qwen3-coder-next\",\n\t\t\tname: \"Qwen3 Coder Next\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.22,\n\t\t\t\toutput: 1.8,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"qwen.qwen3-next-80b-a3b\": {\n\t\t\tid: \"qwen.qwen3-next-80b-a3b\",\n\t\t\tname: \"Qwen/Qwen3-Next-80B-A3B-Instruct\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 1.4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262000,\n\t\t\tmaxTokens: 262000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"qwen.qwen3-vl-235b-a22b\": {\n\t\t\tid: \"qwen.qwen3-vl-235b-a22b\",\n\t\t\tname: \"Qwen/Qwen3-VL-235B-A22B-Instruct\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262000,\n\t\t\tmaxTokens: 262000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.anthropic.claude-haiku-4-5-20251001-v1:0\": {\n\t\t\tid: \"us.anthropic.claude-haiku-4-5-20251001-v1:0\",\n\t\t\tname: \"Claude Haiku 4.5 (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.anthropic.claude-opus-4-1-20250805-v1:0\": {\n\t\t\tid: \"us.anthropic.claude-opus-4-1-20250805-v1:0\",\n\t\t\tname: \"Claude Opus 4.1 (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.anthropic.claude-opus-4-5-20251101-v1:0\": {\n\t\t\tid: \"us.anthropic.claude-opus-4-5-20251101-v1:0\",\n\t\t\tname: \"Claude Opus 4.5 (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.anthropic.claude-opus-4-6-v1\": {\n\t\t\tid: \"us.anthropic.claude-opus-4-6-v1\",\n\t\t\tname: \"Claude Opus 4.6 (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.anthropic.claude-opus-4-7\": {\n\t\t\tid: \"us.anthropic.claude-opus-4-7\",\n\t\t\tname: \"Claude Opus 4.7 (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.anthropic.claude-opus-4-7-v1\": {\n\t\t\tid: \"us.anthropic.claude-opus-4-7-v1\",\n\t\t\tname: \"Claude Opus 4.7 (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.anthropic.claude-opus-4-8\": {\n\t\t\tid: \"us.anthropic.claude-opus-4-8\",\n\t\t\tname: \"Claude Opus 4.8 (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.anthropic.claude-sonnet-4-5-20250929-v1:0\": {\n\t\t\tid: \"us.anthropic.claude-sonnet-4-5-20250929-v1:0\",\n\t\t\tname: \"Claude Sonnet 4.5 (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.anthropic.claude-sonnet-4-6\": {\n\t\t\tid: \"us.anthropic.claude-sonnet-4-6\",\n\t\t\tname: \"Claude Sonnet 4.6 (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.deepseek.r1-v1:0\": {\n\t\t\tid: \"us.deepseek.r1-v1:0\",\n\t\t\tname: \"DeepSeek-R1 (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.35,\n\t\t\t\toutput: 5.4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.meta.llama4-maverick-17b-instruct-v1:0\": {\n\t\t\tid: \"us.meta.llama4-maverick-17b-instruct-v1:0\",\n\t\t\tname: \"Llama 4 Maverick 17B Instruct (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.24,\n\t\t\t\toutput: 0.97,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"us.meta.llama4-scout-17b-instruct-v1:0\": {\n\t\t\tid: \"us.meta.llama4-scout-17b-instruct-v1:0\",\n\t\t\tname: \"Llama 4 Scout 17B Instruct (US)\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.17,\n\t\t\t\toutput: 0.66,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 3500000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"writer.palmyra-x4-v1:0\": {\n\t\t\tid: \"writer.palmyra-x4-v1:0\",\n\t\t\tname: \"Palmyra X4\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 122880,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"writer.palmyra-x5-v1:0\": {\n\t\t\tid: \"writer.palmyra-x5-v1:0\",\n\t\t\tname: \"Palmyra X5\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1040000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"zai.glm-4.7\": {\n\t\t\tid: \"zai.glm-4.7\",\n\t\t\tname: \"GLM-4.7\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"zai.glm-4.7-flash\": {\n\t\t\tid: \"zai.glm-4.7-flash\",\n\t\t\tname: \"GLM-4.7-Flash\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.07,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t\t\"zai.glm-5\": {\n\t\t\tid: \"zai.glm-5\",\n\t\t\tname: \"GLM-5\",\n\t\t\tapi: \"bedrock-converse-stream\",\n\t\t\tprovider: \"amazon-bedrock\",\n\t\t\tbaseUrl: \"https://bedrock-runtime.us-east-1.amazonaws.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 101376,\n\t\t} satisfies Model<\"bedrock-converse-stream\">,\n\t},\n\t\"ant-ling\": {\n\t\t\"Ling-2.6-1T\": {\n\t\t\tid: \"Ling-2.6-1T\",\n\t\t\tname: \"Ling 2.6 1T\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"ant-ling\",\n\t\t\tbaseUrl: \"https://api.ant-ling.com/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.25,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Ling-2.6-flash\": {\n\t\t\tid: \"Ling-2.6-flash\",\n\t\t\tname: \"Ling 2.6 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"ant-ling\",\n\t\t\tbaseUrl: \"https://api.ant-ling.com/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.01,\n\t\t\t\toutput: 0.02,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Ring-2.6-1T\": {\n\t\t\tid: \"Ring-2.6-1T\",\n\t\t\tname: \"Ring 2.6 1T\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"ant-ling\",\n\t\t\tbaseUrl: \"https://api.ant-ling.com/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"ant-ling\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"high\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.25,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"anthropic\": {\n\t\t\"claude-3-5-haiku-20241022\": {\n\t\t\tid: \"claude-3-5-haiku-20241022\",\n\t\t\tname: \"Claude Haiku 3.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.8,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 1,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3-5-haiku-latest\": {\n\t\t\tid: \"claude-3-5-haiku-latest\",\n\t\t\tname: \"Claude Haiku 3.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.8,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 1,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3-5-sonnet-20240620\": {\n\t\t\tid: \"claude-3-5-sonnet-20240620\",\n\t\t\tname: \"Claude Sonnet 3.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3-5-sonnet-20241022\": {\n\t\t\tid: \"claude-3-5-sonnet-20241022\",\n\t\t\tname: \"Claude Sonnet 3.5 v2\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3-7-sonnet-20250219\": {\n\t\t\tid: \"claude-3-7-sonnet-20250219\",\n\t\t\tname: \"Claude Sonnet 3.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3-haiku-20240307\": {\n\t\t\tid: \"claude-3-haiku-20240307\",\n\t\t\tname: \"Claude Haiku 3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0.3,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3-opus-20240229\": {\n\t\t\tid: \"claude-3-opus-20240229\",\n\t\t\tname: \"Claude Opus 3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3-sonnet-20240229\": {\n\t\t\tid: \"claude-3-sonnet-20240229\",\n\t\t\tname: \"Claude Sonnet 3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 0.3,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-haiku-4-5\": {\n\t\t\tid: \"claude-haiku-4-5\",\n\t\t\tname: \"Claude Haiku 4.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-haiku-4-5-20251001\": {\n\t\t\tid: \"claude-haiku-4-5-20251001\",\n\t\t\tname: \"Claude Haiku 4.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-0\": {\n\t\t\tid: \"claude-opus-4-0\",\n\t\t\tname: \"Claude Opus 4 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-1\": {\n\t\t\tid: \"claude-opus-4-1\",\n\t\t\tname: \"Claude Opus 4.1 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-1-20250805\": {\n\t\t\tid: \"claude-opus-4-1-20250805\",\n\t\t\tname: \"Claude Opus 4.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-20250514\": {\n\t\t\tid: \"claude-opus-4-20250514\",\n\t\t\tname: \"Claude Opus 4\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-5\": {\n\t\t\tid: \"claude-opus-4-5\",\n\t\t\tname: \"Claude Opus 4.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-5-20251101\": {\n\t\t\tid: \"claude-opus-4-5-20251101\",\n\t\t\tname: \"Claude Opus 4.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-6\": {\n\t\t\tid: \"claude-opus-4-6\",\n\t\t\tname: \"Claude Opus 4.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-7\": {\n\t\t\tid: \"claude-opus-4-7\",\n\t\t\tname: \"Claude Opus 4.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-8\": {\n\t\t\tid: \"claude-opus-4-8\",\n\t\t\tname: \"Claude Opus 4.8\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4-0\": {\n\t\t\tid: \"claude-sonnet-4-0\",\n\t\t\tname: \"Claude Sonnet 4 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4-20250514\": {\n\t\t\tid: \"claude-sonnet-4-20250514\",\n\t\t\tname: \"Claude Sonnet 4\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4-5\": {\n\t\t\tid: \"claude-sonnet-4-5\",\n\t\t\tname: \"Claude Sonnet 4.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4-5-20250929\": {\n\t\t\tid: \"claude-sonnet-4-5-20250929\",\n\t\t\tname: \"Claude Sonnet 4.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4-6\": {\n\t\t\tid: \"claude-sonnet-4-6\",\n\t\t\tname: \"Claude Sonnet 4.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"anthropic\",\n\t\t\tbaseUrl: \"https://api.anthropic.com\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t},\n\t\"azure-openai-responses\": {\n\t\t\"gpt-4\": {\n\t\t\tid: \"gpt-4\",\n\t\t\tname: \"GPT-4\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 60,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 8192,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-4-turbo\": {\n\t\t\tid: \"gpt-4-turbo\",\n\t\t\tname: \"GPT-4 Turbo\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-4.1\": {\n\t\t\tid: \"gpt-4.1\",\n\t\t\tname: \"GPT-4.1\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-4.1-mini\": {\n\t\t\tid: \"gpt-4.1-mini\",\n\t\t\tname: \"GPT-4.1 mini\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 1.6,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-4.1-nano\": {\n\t\t\tid: \"gpt-4.1-nano\",\n\t\t\tname: \"GPT-4.1 nano\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-4o\": {\n\t\t\tid: \"gpt-4o\",\n\t\t\tname: \"GPT-4o\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-4o-2024-05-13\": {\n\t\t\tid: \"gpt-4o-2024-05-13\",\n\t\t\tname: \"GPT-4o (2024-05-13)\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-4o-2024-08-06\": {\n\t\t\tid: \"gpt-4o-2024-08-06\",\n\t\t\tname: \"GPT-4o (2024-08-06)\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-4o-2024-11-20\": {\n\t\t\tid: \"gpt-4o-2024-11-20\",\n\t\t\tname: \"GPT-4o (2024-11-20)\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-4o-mini\": {\n\t\t\tid: \"gpt-4o-mini\",\n\t\t\tname: \"GPT-4o mini\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5\": {\n\t\t\tid: \"gpt-5\",\n\t\t\tname: \"GPT-5\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5-chat-latest\": {\n\t\t\tid: \"gpt-5-chat-latest\",\n\t\t\tname: \"GPT-5 Chat Latest\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5-codex\": {\n\t\t\tid: \"gpt-5-codex\",\n\t\t\tname: \"GPT-5-Codex\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5-mini\": {\n\t\t\tid: \"gpt-5-mini\",\n\t\t\tname: \"GPT-5 Mini\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5-nano\": {\n\t\t\tid: \"gpt-5-nano\",\n\t\t\tname: \"GPT-5 Nano\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.05,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0.005,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5-pro\": {\n\t\t\tid: \"gpt-5-pro\",\n\t\t\tname: \"GPT-5 Pro\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 120,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 272000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.1\": {\n\t\t\tid: \"gpt-5.1\",\n\t\t\tname: \"GPT-5.1\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.1-chat-latest\": {\n\t\t\tid: \"gpt-5.1-chat-latest\",\n\t\t\tname: \"GPT-5.1 Chat\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.1-codex\": {\n\t\t\tid: \"gpt-5.1-codex\",\n\t\t\tname: \"GPT-5.1 Codex\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.1-codex-max\": {\n\t\t\tid: \"gpt-5.1-codex-max\",\n\t\t\tname: \"GPT-5.1 Codex Max\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.1-codex-mini\": {\n\t\t\tid: \"gpt-5.1-codex-mini\",\n\t\t\tname: \"GPT-5.1 Codex mini\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.2\": {\n\t\t\tid: \"gpt-5.2\",\n\t\t\tname: \"GPT-5.2\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.2-chat-latest\": {\n\t\t\tid: \"gpt-5.2-chat-latest\",\n\t\t\tname: \"GPT-5.2 Chat\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.2-codex\": {\n\t\t\tid: \"gpt-5.2-codex\",\n\t\t\tname: \"GPT-5.2 Codex\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.2-pro\": {\n\t\t\tid: \"gpt-5.2-pro\",\n\t\t\tname: \"GPT-5.2 Pro\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 21,\n\t\t\t\toutput: 168,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.3-chat-latest\": {\n\t\t\tid: \"gpt-5.3-chat-latest\",\n\t\t\tname: \"GPT-5.3 Chat (latest)\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: false,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.3-codex\": {\n\t\t\tid: \"gpt-5.3-codex\",\n\t\t\tname: \"GPT-5.3 Codex\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.3-codex-spark\": {\n\t\t\tid: \"gpt-5.3-codex-spark\",\n\t\t\tname: \"GPT-5.3 Codex Spark\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.4\": {\n\t\t\tid: \"gpt-5.4\",\n\t\t\tname: \"GPT-5.4\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 272000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.4-mini\": {\n\t\t\tid: \"gpt-5.4-mini\",\n\t\t\tname: \"GPT-5.4 mini\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.75,\n\t\t\t\toutput: 4.5,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.4-nano\": {\n\t\t\tid: \"gpt-5.4-nano\",\n\t\t\tname: \"GPT-5.4 nano\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.4-pro\": {\n\t\t\tid: \"gpt-5.4-pro\",\n\t\t\tname: \"GPT-5.4 Pro\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 180,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.5\": {\n\t\t\tid: \"gpt-5.5\",\n\t\t\tname: \"GPT-5.5\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 272000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"gpt-5.5-pro\": {\n\t\t\tid: \"gpt-5.5-pro\",\n\t\t\tname: \"GPT-5.5 Pro\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\",\"minimal\":null,\"low\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 180,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"o1\": {\n\t\t\tid: \"o1\",\n\t\t\tname: \"o1\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 60,\n\t\t\t\tcacheRead: 7.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"o1-pro\": {\n\t\t\tid: \"o1-pro\",\n\t\t\tname: \"o1-pro\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 150,\n\t\t\t\toutput: 600,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"o3\": {\n\t\t\tid: \"o3\",\n\t\t\tname: \"o3\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"o3-deep-research\": {\n\t\t\tid: \"o3-deep-research\",\n\t\t\tname: \"o3-deep-research\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 40,\n\t\t\t\tcacheRead: 2.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"o3-mini\": {\n\t\t\tid: \"o3-mini\",\n\t\t\tname: \"o3-mini\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.55,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"o3-pro\": {\n\t\t\tid: \"o3-pro\",\n\t\t\tname: \"o3-pro\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 20,\n\t\t\t\toutput: 80,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"o4-mini\": {\n\t\t\tid: \"o4-mini\",\n\t\t\tname: \"o4-mini\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.275,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t\t\"o4-mini-deep-research\": {\n\t\t\tid: \"o4-mini-deep-research\",\n\t\t\tname: \"o4-mini-deep-research\",\n\t\t\tapi: \"azure-openai-responses\",\n\t\t\tprovider: \"azure-openai-responses\",\n\t\t\tbaseUrl: \"\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"azure-openai-responses\">,\n\t},\n\t\"cerebras\": {\n\t\t\"gpt-oss-120b\": {\n\t\t\tid: \"gpt-oss-120b\",\n\t\t\tname: \"GPT OSS 120B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cerebras\",\n\t\t\tbaseUrl: \"https://api.cerebras.ai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 0.69,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"llama3.1-8b\": {\n\t\t\tid: \"llama3.1-8b\",\n\t\t\tname: \"Llama 3.1 8B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cerebras\",\n\t\t\tbaseUrl: \"https://api.cerebras.ai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.1,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32000,\n\t\t\tmaxTokens: 8000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"zai-glm-4.7\": {\n\t\t\tid: \"zai-glm-4.7\",\n\t\t\tname: \"Z.AI GLM-4.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cerebras\",\n\t\t\tbaseUrl: \"https://api.cerebras.ai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.25,\n\t\t\t\toutput: 2.75,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 40000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"cloudflare-ai-gateway\": {\n\t\t\"claude-3-5-haiku\": {\n\t\t\tid: \"claude-3-5-haiku\",\n\t\t\tname: \"Claude Haiku 3.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.8,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 1,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3-haiku\": {\n\t\t\tid: \"claude-3-haiku\",\n\t\t\tname: \"Claude Haiku 3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0.3,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3-opus\": {\n\t\t\tid: \"claude-3-opus\",\n\t\t\tname: \"Claude Opus 3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3-sonnet\": {\n\t\t\tid: \"claude-3-sonnet\",\n\t\t\tname: \"Claude Sonnet 3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 0.3,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3.5-haiku\": {\n\t\t\tid: \"claude-3.5-haiku\",\n\t\t\tname: \"Claude Haiku 3.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.8,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 1,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-3.5-sonnet\": {\n\t\t\tid: \"claude-3.5-sonnet\",\n\t\t\tname: \"Claude Sonnet 3.5 v2\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-haiku-4-5\": {\n\t\t\tid: \"claude-haiku-4-5\",\n\t\t\tname: \"Claude Haiku 4.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4\": {\n\t\t\tid: \"claude-opus-4\",\n\t\t\tname: \"Claude Opus 4 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-1\": {\n\t\t\tid: \"claude-opus-4-1\",\n\t\t\tname: \"Claude Opus 4.1 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-5\": {\n\t\t\tid: \"claude-opus-4-5\",\n\t\t\tname: \"Claude Opus 4.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-6\": {\n\t\t\tid: \"claude-opus-4-6\",\n\t\t\tname: \"Claude Opus 4.6 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-7\": {\n\t\t\tid: \"claude-opus-4-7\",\n\t\t\tname: \"Claude Opus 4.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-8\": {\n\t\t\tid: \"claude-opus-4-8\",\n\t\t\tname: \"Claude Opus 4.8\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4\": {\n\t\t\tid: \"claude-sonnet-4\",\n\t\t\tname: \"Claude Sonnet 4 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4-5\": {\n\t\t\tid: \"claude-sonnet-4-5\",\n\t\t\tname: \"Claude Sonnet 4.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4-6\": {\n\t\t\tid: \"claude-sonnet-4-6\",\n\t\t\tname: \"Claude Sonnet 4.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"gpt-4\": {\n\t\t\tid: \"gpt-4\",\n\t\t\tname: \"GPT-4\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 60,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 8192,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4-turbo\": {\n\t\t\tid: \"gpt-4-turbo\",\n\t\t\tname: \"GPT-4 Turbo\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4o\": {\n\t\t\tid: \"gpt-4o\",\n\t\t\tname: \"GPT-4o\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4o-mini\": {\n\t\t\tid: \"gpt-4o-mini\",\n\t\t\tname: \"GPT-4o mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1\": {\n\t\t\tid: \"gpt-5.1\",\n\t\t\tname: \"GPT-5.1\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.13,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1-codex\": {\n\t\t\tid: \"gpt-5.1-codex\",\n\t\t\tname: \"GPT-5.1 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.2\": {\n\t\t\tid: \"gpt-5.2\",\n\t\t\tname: \"GPT-5.2\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.2-codex\": {\n\t\t\tid: \"gpt-5.2-codex\",\n\t\t\tname: \"GPT-5.2 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.3-codex\": {\n\t\t\tid: \"gpt-5.3-codex\",\n\t\t\tname: \"GPT-5.3 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4\": {\n\t\t\tid: \"gpt-5.4\",\n\t\t\tname: \"GPT-5.4\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.5\": {\n\t\t\tid: \"gpt-5.5\",\n\t\t\tname: \"GPT-5.5\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o1\": {\n\t\t\tid: \"o1\",\n\t\t\tname: \"o1\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 60,\n\t\t\t\tcacheRead: 7.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o3\": {\n\t\t\tid: \"o3\",\n\t\t\tname: \"o3\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o3-mini\": {\n\t\t\tid: \"o3-mini\",\n\t\t\tname: \"o3-mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.55,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o3-pro\": {\n\t\t\tid: \"o3-pro\",\n\t\t\tname: \"o3-pro\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 20,\n\t\t\t\toutput: 80,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o4-mini\": {\n\t\t\tid: \"o4-mini\",\n\t\t\tname: \"o4-mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.28,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"workers-ai/@cf/moonshotai/kimi-k2.5\": {\n\t\t\tid: \"workers-ai/@cf/moonshotai/kimi-k2.5\",\n\t\t\tname: \"Kimi K2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"workers-ai/@cf/moonshotai/kimi-k2.6\": {\n\t\t\tid: \"workers-ai/@cf/moonshotai/kimi-k2.6\",\n\t\t\tname: \"Kimi K2.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.95,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.16,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"workers-ai/@cf/nvidia/nemotron-3-120b-a12b\": {\n\t\t\tid: \"workers-ai/@cf/nvidia/nemotron-3-120b-a12b\",\n\t\t\tname: \"Nemotron 3 Super 120B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"workers-ai/@cf/zai-org/glm-4.7-flash\": {\n\t\t\tid: \"workers-ai/@cf/zai-org/glm-4.7-flash\",\n\t\t\tname: \"GLM-4.7-Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-ai-gateway\",\n\t\t\tbaseUrl: \"https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/compat\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"cloudflare-workers-ai\": {\n\t\t\"@cf/google/gemma-4-26b-a4b-it\": {\n\t\t\tid: \"@cf/google/gemma-4-26b-a4b-it\",\n\t\t\tname: \"Gemma 4 26B A4B IT\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"@cf/ibm-granite/granite-4.0-h-micro\": {\n\t\t\tid: \"@cf/ibm-granite/granite-4.0-h-micro\",\n\t\t\tname: \"Granite 4.0 H Micro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.017,\n\t\t\t\toutput: 0.112,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131000,\n\t\t\tmaxTokens: 131000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"@cf/meta/llama-3.3-70b-instruct-fp8-fast\": {\n\t\t\tid: \"@cf/meta/llama-3.3-70b-instruct-fp8-fast\",\n\t\t\tname: \"Llama 3.3 70B Instruct fp8 Fast\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.293,\n\t\t\t\toutput: 2.253,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 24000,\n\t\t\tmaxTokens: 24000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"@cf/meta/llama-4-scout-17b-16e-instruct\": {\n\t\t\tid: \"@cf/meta/llama-4-scout-17b-16e-instruct\",\n\t\t\tname: \"Llama 4 Scout 17B 16E Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.27,\n\t\t\t\toutput: 0.85,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"@cf/mistralai/mistral-small-3.1-24b-instruct\": {\n\t\t\tid: \"@cf/mistralai/mistral-small-3.1-24b-instruct\",\n\t\t\tname: \"Mistral Small 3.1 24B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.351,\n\t\t\t\toutput: 0.555,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"@cf/moonshotai/kimi-k2.6\": {\n\t\t\tid: \"@cf/moonshotai/kimi-k2.6\",\n\t\t\tname: \"Kimi K2.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.95,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.16,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"@cf/nvidia/nemotron-3-120b-a12b\": {\n\t\t\tid: \"@cf/nvidia/nemotron-3-120b-a12b\",\n\t\t\tname: \"Nemotron 3 Super 120B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"@cf/openai/gpt-oss-120b\": {\n\t\t\tid: \"@cf/openai/gpt-oss-120b\",\n\t\t\tname: \"GPT OSS 120B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.35,\n\t\t\t\toutput: 0.75,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"@cf/openai/gpt-oss-20b\": {\n\t\t\tid: \"@cf/openai/gpt-oss-20b\",\n\t\t\tname: \"GPT OSS 20B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"@cf/qwen/qwen3-30b-a3b-fp8\": {\n\t\t\tid: \"@cf/qwen/qwen3-30b-a3b-fp8\",\n\t\t\tname: \"Qwen3 30B A3b fp8\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.0509,\n\t\t\t\toutput: 0.335,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32768,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"@cf/zai-org/glm-4.7-flash\": {\n\t\t\tid: \"@cf/zai-org/glm-4.7-flash\",\n\t\t\tname: \"GLM-4.7-Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"cloudflare-workers-ai\",\n\t\t\tbaseUrl: \"https://api.cloudflare.com/client/v4/accounts/{CLOUDFLARE_ACCOUNT_ID}/ai/v1\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.0605,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"deepseek\": {\n\t\t\"deepseek-v4-flash\": {\n\t\t\tid: \"deepseek-v4-flash\",\n\t\t\tname: \"DeepSeek V4 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"deepseek\",\n\t\t\tbaseUrl: \"https://api.deepseek.com\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"high\",\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 0.28,\n\t\t\t\tcacheRead: 0.0028,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek-v4-pro\": {\n\t\t\tid: \"deepseek-v4-pro\",\n\t\t\tname: \"DeepSeek V4 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"deepseek\",\n\t\t\tbaseUrl: \"https://api.deepseek.com\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"high\",\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.435,\n\t\t\t\toutput: 0.87,\n\t\t\t\tcacheRead: 0.003625,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"fireworks\": {\n\t\t\"accounts/fireworks/models/deepseek-v4-flash\": {\n\t\t\tid: \"accounts/fireworks/models/deepseek-v4-flash\",\n\t\t\tname: \"DeepSeek V4 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 0.28,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/models/deepseek-v4-pro\": {\n\t\t\tid: \"accounts/fireworks/models/deepseek-v4-pro\",\n\t\t\tname: \"DeepSeek V4 Pro\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.74,\n\t\t\t\toutput: 3.48,\n\t\t\t\tcacheRead: 0.145,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/models/glm-5p1\": {\n\t\t\tid: \"accounts/fireworks/models/glm-5p1\",\n\t\t\tname: \"GLM 5.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.4,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.26,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/models/gpt-oss-120b\": {\n\t\t\tid: \"accounts/fireworks/models/gpt-oss-120b\",\n\t\t\tname: \"GPT OSS 120B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.015,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/models/gpt-oss-20b\": {\n\t\t\tid: \"accounts/fireworks/models/gpt-oss-20b\",\n\t\t\tname: \"GPT OSS 20B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.07,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.035,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/models/kimi-k2p5\": {\n\t\t\tid: \"accounts/fireworks/models/kimi-k2p5\",\n\t\t\tname: \"Kimi K2.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/models/kimi-k2p6\": {\n\t\t\tid: \"accounts/fireworks/models/kimi-k2p6\",\n\t\t\tname: \"Kimi K2.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.95,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.16,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262000,\n\t\t\tmaxTokens: 262000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/models/minimax-m2p5\": {\n\t\t\tid: \"accounts/fireworks/models/minimax-m2p5\",\n\t\t\tname: \"MiniMax-M2.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 196608,\n\t\t\tmaxTokens: 196608,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/models/minimax-m2p7\": {\n\t\t\tid: \"accounts/fireworks/models/minimax-m2p7\",\n\t\t\tname: \"MiniMax-M2.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 196608,\n\t\t\tmaxTokens: 196608,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/models/qwen3p6-plus\": {\n\t\t\tid: \"accounts/fireworks/models/qwen3p6-plus\",\n\t\t\tname: \"Qwen 3.6 Plus\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/routers/glm-5p1-fast\": {\n\t\t\tid: \"accounts/fireworks/routers/glm-5p1-fast\",\n\t\t\tname: \"GLM 5.1 Fast\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.8,\n\t\t\t\toutput: 8.8,\n\t\t\t\tcacheRead: 0.52,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"accounts/fireworks/routers/kimi-k2p6-turbo\": {\n\t\t\tid: \"accounts/fireworks/routers/kimi-k2p6-turbo\",\n\t\t\tname: \"Kimi K2.6 Turbo\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"fireworks\",\n\t\t\tbaseUrl: \"https://api.fireworks.ai/inference\",\n\t\t\tcompat: {\"sendSessionAffinityHeaders\":true,\"supportsEagerToolInputStreaming\":false,\"supportsCacheControlOnTools\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262000,\n\t\t\tmaxTokens: 262000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t},\n\t\"github-copilot\": {\n\t\t\"claude-haiku-4.5\": {\n\t\t\tid: \"claude-haiku-4.5\",\n\t\t\tname: \"Claude Haiku 4.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"supportsEagerToolInputStreaming\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4.5\": {\n\t\t\tid: \"claude-opus-4.5\",\n\t\t\tname: \"Claude Opus 4.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4.6\": {\n\t\t\tid: \"claude-opus-4.6\",\n\t\t\tname: \"Claude Opus 4.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4.7\": {\n\t\t\tid: \"claude-opus-4.7\",\n\t\t\tname: \"Claude Opus 4.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4.8\": {\n\t\t\tid: \"claude-opus-4.8\",\n\t\t\tname: \"Claude Opus 4.8\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4\": {\n\t\t\tid: \"claude-sonnet-4\",\n\t\t\tname: \"Claude Sonnet 4 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"supportsEagerToolInputStreaming\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 216000,\n\t\t\tmaxTokens: 16000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4.5\": {\n\t\t\tid: \"claude-sonnet-4.5\",\n\t\t\tname: \"Claude Sonnet 4.5 (latest)\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"supportsEagerToolInputStreaming\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4.6\": {\n\t\t\tid: \"claude-sonnet-4.6\",\n\t\t\tname: \"Claude Sonnet 4.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"gemini-2.5-pro\": {\n\t\t\tid: \"gemini-2.5-pro\",\n\t\t\tname: \"Gemini 2.5 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"gemini-3-flash-preview\": {\n\t\t\tid: \"gemini-3-flash-preview\",\n\t\t\tname: \"Gemini 3 Flash Preview\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.05,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"gemini-3.1-pro-preview\": {\n\t\t\tid: \"gemini-3.1-pro-preview\",\n\t\t\tname: \"Gemini 3.1 Pro Preview\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"gemini-3.5-flash\": {\n\t\t\tid: \"gemini-3.5-flash\",\n\t\t\tname: \"Gemini 3.5 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 9,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"gpt-4.1\": {\n\t\t\tid: \"gpt-4.1\",\n\t\t\tname: \"GPT-4.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"gpt-5-mini\": {\n\t\t\tid: \"gpt-5-mini\",\n\t\t\tname: \"GPT-5 Mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 264000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.2\": {\n\t\t\tid: \"gpt-5.2\",\n\t\t\tname: \"GPT-5.2\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.2-codex\": {\n\t\t\tid: \"gpt-5.2-codex\",\n\t\t\tname: \"GPT-5.2 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.3-codex\": {\n\t\t\tid: \"gpt-5.3-codex\",\n\t\t\tname: \"GPT-5.3 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4\": {\n\t\t\tid: \"gpt-5.4\",\n\t\t\tname: \"GPT-5.4\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4-mini\": {\n\t\t\tid: \"gpt-5.4-mini\",\n\t\t\tname: \"GPT-5.4 mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.75,\n\t\t\t\toutput: 4.5,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4-nano\": {\n\t\t\tid: \"gpt-5.4-nano\",\n\t\t\tname: \"GPT-5.4 nano\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.5\": {\n\t\t\tid: \"gpt-5.5\",\n\t\t\tname: \"GPT-5.5\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"low\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"raptor-mini\": {\n\t\t\tid: \"raptor-mini\",\n\t\t\tname: \"Raptor mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"github-copilot\",\n\t\t\tbaseUrl: \"https://api.individual.githubcopilot.com\",\n\t\t\theaders: {\"User-Agent\":\"GitHubCopilotChat/0.35.0\",\"Editor-Version\":\"vscode/1.107.0\",\"Editor-Plugin-Version\":\"copilot-chat/0.35.0\",\"Copilot-Integration-Id\":\"vscode-chat\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"google\": {\n\t\t\"gemini-2.0-flash\": {\n\t\t\tid: \"gemini-2.0-flash\",\n\t\t\tname: \"Gemini 2.0 Flash\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-2.0-flash-lite\": {\n\t\t\tid: \"gemini-2.0-flash-lite\",\n\t\t\tname: \"Gemini 2.0 Flash-Lite\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-2.5-flash\": {\n\t\t\tid: \"gemini-2.5-flash\",\n\t\t\tname: \"Gemini 2.5 Flash\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-2.5-flash-lite\": {\n\t\t\tid: \"gemini-2.5-flash-lite\",\n\t\t\tname: \"Gemini 2.5 Flash-Lite\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-2.5-pro\": {\n\t\t\tid: \"gemini-2.5-pro\",\n\t\t\tname: \"Gemini 2.5 Pro\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-3-flash-preview\": {\n\t\t\tid: \"gemini-3-flash-preview\",\n\t\t\tname: \"Gemini 3 Flash Preview\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.05,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-3-pro-preview\": {\n\t\t\tid: \"gemini-3-pro-preview\",\n\t\t\tname: \"Gemini 3 Pro Preview\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":\"LOW\",\"medium\":null,\"high\":\"HIGH\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-3.1-flash-lite\": {\n\t\t\tid: \"gemini-3.1-flash-lite\",\n\t\t\tname: \"Gemini 3.1 Flash Lite\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-3.1-flash-lite-preview\": {\n\t\t\tid: \"gemini-3.1-flash-lite-preview\",\n\t\t\tname: \"Gemini 3.1 Flash Lite Preview\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-3.1-pro-preview\": {\n\t\t\tid: \"gemini-3.1-pro-preview\",\n\t\t\tname: \"Gemini 3.1 Pro Preview\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":\"LOW\",\"medium\":null,\"high\":\"HIGH\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-3.1-pro-preview-customtools\": {\n\t\t\tid: \"gemini-3.1-pro-preview-customtools\",\n\t\t\tname: \"Gemini 3.1 Pro Preview Custom Tools\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":\"LOW\",\"medium\":null,\"high\":\"HIGH\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-3.5-flash\": {\n\t\t\tid: \"gemini-3.5-flash\",\n\t\t\tname: \"Gemini 3.5 Flash\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 9,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-flash-latest\": {\n\t\t\tid: \"gemini-flash-latest\",\n\t\t\tname: \"Gemini Flash Latest\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-flash-lite-latest\": {\n\t\t\tid: \"gemini-flash-lite-latest\",\n\t\t\tname: \"Gemini Flash-Lite Latest\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemma-4-26b-a4b-it\": {\n\t\t\tid: \"gemma-4-26b-a4b-it\",\n\t\t\tname: \"Gemma 4 26B A4B IT\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"MINIMAL\",\"low\":null,\"medium\":null,\"high\":\"HIGH\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemma-4-31b-it\": {\n\t\t\tid: \"gemma-4-31b-it\",\n\t\t\tname: \"Gemma 4 31B IT\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"google\",\n\t\t\tbaseUrl: \"https://generativelanguage.googleapis.com/v1beta\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":\"MINIMAL\",\"low\":null,\"medium\":null,\"high\":\"HIGH\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t},\n\t\"google-vertex\": {\n\t\t\"gemini-1.5-flash\": {\n\t\t\tid: \"gemini-1.5-flash\",\n\t\t\tname: \"Gemini 1.5 Flash (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.01875,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-1.5-flash-8b\": {\n\t\t\tid: \"gemini-1.5-flash-8b\",\n\t\t\tname: \"Gemini 1.5 Flash-8B (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.0375,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-1.5-pro\": {\n\t\t\tid: \"gemini-1.5-pro\",\n\t\t\tname: \"Gemini 1.5 Pro (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.3125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-2.0-flash\": {\n\t\t\tid: \"gemini-2.0-flash\",\n\t\t\tname: \"Gemini 2.0 Flash (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.0375,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-2.0-flash-lite\": {\n\t\t\tid: \"gemini-2.0-flash-lite\",\n\t\t\tname: \"Gemini 2.0 Flash Lite (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.01875,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-2.5-flash\": {\n\t\t\tid: \"gemini-2.5-flash\",\n\t\t\tname: \"Gemini 2.5 Flash (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-2.5-flash-lite\": {\n\t\t\tid: \"gemini-2.5-flash-lite\",\n\t\t\tname: \"Gemini 2.5 Flash Lite (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-2.5-flash-lite-preview-09-2025\": {\n\t\t\tid: \"gemini-2.5-flash-lite-preview-09-2025\",\n\t\t\tname: \"Gemini 2.5 Flash Lite Preview 09-25 (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-2.5-pro\": {\n\t\t\tid: \"gemini-2.5-pro\",\n\t\t\tname: \"Gemini 2.5 Pro (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-3-flash-preview\": {\n\t\t\tid: \"gemini-3-flash-preview\",\n\t\t\tname: \"Gemini 3 Flash Preview (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.05,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-3-pro-preview\": {\n\t\t\tid: \"gemini-3-pro-preview\",\n\t\t\tname: \"Gemini 3 Pro Preview (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":\"LOW\",\"medium\":null,\"high\":\"HIGH\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-3.1-pro-preview\": {\n\t\t\tid: \"gemini-3.1-pro-preview\",\n\t\t\tname: \"Gemini 3.1 Pro Preview (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":\"LOW\",\"medium\":null,\"high\":\"HIGH\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-vertex\">,\n\t\t\"gemini-3.1-pro-preview-customtools\": {\n\t\t\tid: \"gemini-3.1-pro-preview-customtools\",\n\t\t\tname: \"Gemini 3.1 Pro Preview Custom Tools (Vertex)\",\n\t\t\tapi: \"google-vertex\",\n\t\t\tprovider: \"google-vertex\",\n\t\t\tbaseUrl: \"https://{location}-aiplatform.googleapis.com\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":\"LOW\",\"medium\":null,\"high\":\"HIGH\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-vertex\">,\n\t},\n\t\"groq\": {\n\t\t\"deepseek-r1-distill-llama-70b\": {\n\t\t\tid: \"deepseek-r1-distill-llama-70b\",\n\t\t\tname: \"DeepSeek R1 Distill Llama 70B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.75,\n\t\t\t\toutput: 0.99,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"gemma2-9b-it\": {\n\t\t\tid: \"gemma2-9b-it\",\n\t\t\tname: \"Gemma 2 9B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 0.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 8192,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"groq/compound\": {\n\t\t\tid: \"groq/compound\",\n\t\t\tname: \"Compound\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"groq/compound-mini\": {\n\t\t\tid: \"groq/compound-mini\",\n\t\t\tname: \"Compound Mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"llama-3.1-8b-instant\": {\n\t\t\tid: \"llama-3.1-8b-instant\",\n\t\t\tname: \"Llama 3.1 8B Instant\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.05,\n\t\t\t\toutput: 0.08,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"llama-3.3-70b-versatile\": {\n\t\t\tid: \"llama-3.3-70b-versatile\",\n\t\t\tname: \"Llama 3.3 70B Versatile\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.59,\n\t\t\t\toutput: 0.79,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"llama3-70b-8192\": {\n\t\t\tid: \"llama3-70b-8192\",\n\t\t\tname: \"Llama 3 70B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.59,\n\t\t\t\toutput: 0.79,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 8192,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"llama3-8b-8192\": {\n\t\t\tid: \"llama3-8b-8192\",\n\t\t\tname: \"Llama 3 8B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.05,\n\t\t\t\toutput: 0.08,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 8192,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta-llama/llama-4-maverick-17b-128e-instruct\": {\n\t\t\tid: \"meta-llama/llama-4-maverick-17b-128e-instruct\",\n\t\t\tname: \"Llama 4 Maverick 17B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta-llama/llama-4-scout-17b-16e-instruct\": {\n\t\t\tid: \"meta-llama/llama-4-scout-17b-16e-instruct\",\n\t\t\tname: \"Llama 4 Scout 17B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.11,\n\t\t\t\toutput: 0.34,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistral-saba-24b\": {\n\t\t\tid: \"mistral-saba-24b\",\n\t\t\tname: \"Mistral Saba 24B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.79,\n\t\t\t\toutput: 0.79,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32768,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/kimi-k2-instruct\": {\n\t\t\tid: \"moonshotai/kimi-k2-instruct\",\n\t\t\tname: \"Kimi K2 Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/kimi-k2-instruct-0905\": {\n\t\t\tid: \"moonshotai/kimi-k2-instruct-0905\",\n\t\t\tname: \"Kimi K2 Instruct 0905\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-oss-120b\": {\n\t\t\tid: \"openai/gpt-oss-120b\",\n\t\t\tname: \"GPT OSS 120B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-oss-20b\": {\n\t\t\tid: \"openai/gpt-oss-20b\",\n\t\t\tname: \"GPT OSS 20B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.0375,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-oss-safeguard-20b\": {\n\t\t\tid: \"openai/gpt-oss-safeguard-20b\",\n\t\t\tname: \"Safety GPT OSS 20B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.037,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen-qwq-32b\": {\n\t\t\tid: \"qwen-qwq-32b\",\n\t\t\tname: \"Qwen QwQ 32B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.29,\n\t\t\t\toutput: 0.39,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-32b\": {\n\t\t\tid: \"qwen/qwen3-32b\",\n\t\t\tname: \"Qwen3 32B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"groq\",\n\t\t\tbaseUrl: \"https://api.groq.com/openai/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"default\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.29,\n\t\t\t\toutput: 0.59,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 40960,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"huggingface\": {\n\t\t\"MiniMaxAI/MiniMax-M2.1\": {\n\t\t\tid: \"MiniMaxAI/MiniMax-M2.1\",\n\t\t\tname: \"MiniMax-M2.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"MiniMaxAI/MiniMax-M2.5\": {\n\t\t\tid: \"MiniMaxAI/MiniMax-M2.5\",\n\t\t\tname: \"MiniMax-M2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"MiniMaxAI/MiniMax-M2.7\": {\n\t\t\tid: \"MiniMaxAI/MiniMax-M2.7\",\n\t\t\tname: \"MiniMax-M2.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3-235B-A22B-Thinking-2507\": {\n\t\t\tid: \"Qwen/Qwen3-235B-A22B-Thinking-2507\",\n\t\t\tname: \"Qwen3-235B-A22B-Thinking-2507\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3-Coder-480B-A35B-Instruct\": {\n\t\t\tid: \"Qwen/Qwen3-Coder-480B-A35B-Instruct\",\n\t\t\tname: \"Qwen3-Coder-480B-A35B-Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 66536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3-Coder-Next\": {\n\t\t\tid: \"Qwen/Qwen3-Coder-Next\",\n\t\t\tname: \"Qwen3-Coder-Next\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3-Next-80B-A3B-Instruct\": {\n\t\t\tid: \"Qwen/Qwen3-Next-80B-A3B-Instruct\",\n\t\t\tname: \"Qwen3-Next-80B-A3B-Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 66536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3-Next-80B-A3B-Thinking\": {\n\t\t\tid: \"Qwen/Qwen3-Next-80B-A3B-Thinking\",\n\t\t\tname: \"Qwen3-Next-80B-A3B-Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3.5-397B-A17B\": {\n\t\t\tid: \"Qwen/Qwen3.5-397B-A17B\",\n\t\t\tname: \"Qwen3.5-397B-A17B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"XiaomiMiMo/MiMo-V2-Flash\": {\n\t\t\tid: \"XiaomiMiMo/MiMo-V2-Flash\",\n\t\t\tname: \"MiMo-V2-Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek-ai/DeepSeek-R1-0528\": {\n\t\t\tid: \"deepseek-ai/DeepSeek-R1-0528\",\n\t\t\tname: \"DeepSeek-R1-0528\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 163840,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek-ai/DeepSeek-V3.2\": {\n\t\t\tid: \"deepseek-ai/DeepSeek-V3.2\",\n\t\t\tname: \"DeepSeek-V3.2\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.28,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek-ai/DeepSeek-V4-Pro\": {\n\t\t\tid: \"deepseek-ai/DeepSeek-V4-Pro\",\n\t\t\tname: \"DeepSeek V4 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.435,\n\t\t\t\toutput: 0.87,\n\t\t\t\tcacheRead: 0.003625,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 393216,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/Kimi-K2-Instruct\": {\n\t\t\tid: \"moonshotai/Kimi-K2-Instruct\",\n\t\t\tname: \"Kimi-K2-Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/Kimi-K2-Instruct-0905\": {\n\t\t\tid: \"moonshotai/Kimi-K2-Instruct-0905\",\n\t\t\tname: \"Kimi-K2-Instruct-0905\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/Kimi-K2-Thinking\": {\n\t\t\tid: \"moonshotai/Kimi-K2-Thinking\",\n\t\t\tname: \"Kimi-K2-Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/Kimi-K2.5\": {\n\t\t\tid: \"moonshotai/Kimi-K2.5\",\n\t\t\tname: \"Kimi-K2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/Kimi-K2.6\": {\n\t\t\tid: \"moonshotai/Kimi-K2.6\",\n\t\t\tname: \"Kimi-K2.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.95,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.16,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"zai-org/GLM-4.7\": {\n\t\t\tid: \"zai-org/GLM-4.7\",\n\t\t\tname: \"GLM-4.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.2,\n\t\t\t\tcacheRead: 0.11,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"zai-org/GLM-4.7-Flash\": {\n\t\t\tid: \"zai-org/GLM-4.7-Flash\",\n\t\t\tname: \"GLM-4.7-Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"zai-org/GLM-5\": {\n\t\t\tid: \"zai-org/GLM-5\",\n\t\t\tname: \"GLM-5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3.2,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"zai-org/GLM-5.1\": {\n\t\t\tid: \"zai-org/GLM-5.1\",\n\t\t\tname: \"GLM-5.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"huggingface\",\n\t\t\tbaseUrl: \"https://router.huggingface.co/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3.2,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"kimi-coding\": {\n\t\t\"kimi-for-coding\": {\n\t\t\tid: \"kimi-for-coding\",\n\t\t\tname: \"Kimi For Coding\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"kimi-coding\",\n\t\t\tbaseUrl: \"https://api.kimi.com/coding\",\n\t\t\theaders: {\"User-Agent\":\"KimiCLI/1.5\"},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"kimi-k2-thinking\": {\n\t\t\tid: \"kimi-k2-thinking\",\n\t\t\tname: \"Kimi K2 Thinking\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"kimi-coding\",\n\t\t\tbaseUrl: \"https://api.kimi.com/coding\",\n\t\t\theaders: {\"User-Agent\":\"KimiCLI/1.5\"},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t},\n\t\"minimax\": {\n\t\t\"MiniMax-M2.7\": {\n\t\t\tid: \"MiniMax-M2.7\",\n\t\t\tname: \"MiniMax-M2.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"minimax\",\n\t\t\tbaseUrl: \"https://api.minimax.io/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"MiniMax-M2.7-highspeed\": {\n\t\t\tid: \"MiniMax-M2.7-highspeed\",\n\t\t\tname: \"MiniMax-M2.7-highspeed\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"minimax\",\n\t\t\tbaseUrl: \"https://api.minimax.io/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.4,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"MiniMax-M3\": {\n\t\t\tid: \"MiniMax-M3\",\n\t\t\tname: \"MiniMax-M3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"minimax\",\n\t\t\tbaseUrl: \"https://api.minimax.io/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.4,\n\t\t\t\tcacheRead: 0.12,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 512000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t},\n\t\"minimax-cn\": {\n\t\t\"MiniMax-M2.7\": {\n\t\t\tid: \"MiniMax-M2.7\",\n\t\t\tname: \"MiniMax-M2.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"minimax-cn\",\n\t\t\tbaseUrl: \"https://api.minimaxi.com/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"MiniMax-M2.7-highspeed\": {\n\t\t\tid: \"MiniMax-M2.7-highspeed\",\n\t\t\tname: \"MiniMax-M2.7-highspeed\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"minimax-cn\",\n\t\t\tbaseUrl: \"https://api.minimaxi.com/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.4,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"MiniMax-M3\": {\n\t\t\tid: \"MiniMax-M3\",\n\t\t\tname: \"MiniMax-M3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"minimax-cn\",\n\t\t\tbaseUrl: \"https://api.minimaxi.com/anthropic\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.4,\n\t\t\t\tcacheRead: 0.12,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 512000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t},\n\t\"mistral\": {\n\t\t\"codestral-latest\": {\n\t\t\tid: \"codestral-latest\",\n\t\t\tname: \"Codestral (latest)\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 0.9,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"devstral-2512\": {\n\t\t\tid: \"devstral-2512\",\n\t\t\tname: \"Devstral 2\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"devstral-latest\": {\n\t\t\tid: \"devstral-latest\",\n\t\t\tname: \"Devstral 2\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"devstral-medium-2507\": {\n\t\t\tid: \"devstral-medium-2507\",\n\t\t\tname: \"Devstral Medium\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"devstral-medium-latest\": {\n\t\t\tid: \"devstral-medium-latest\",\n\t\t\tname: \"Devstral 2 (latest)\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"devstral-small-2505\": {\n\t\t\tid: \"devstral-small-2505\",\n\t\t\tname: \"Devstral Small 2505\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"devstral-small-2507\": {\n\t\t\tid: \"devstral-small-2507\",\n\t\t\tname: \"Devstral Small\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"labs-devstral-small-2512\": {\n\t\t\tid: \"labs-devstral-small-2512\",\n\t\t\tname: \"Devstral Small 2\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"magistral-medium-latest\": {\n\t\t\tid: \"magistral-medium-latest\",\n\t\t\tname: \"Magistral Medium (latest)\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"magistral-small\": {\n\t\t\tid: \"magistral-small\",\n\t\t\tname: \"Magistral Small\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"ministral-3b-latest\": {\n\t\t\tid: \"ministral-3b-latest\",\n\t\t\tname: \"Ministral 3B (latest)\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.04,\n\t\t\t\toutput: 0.04,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"ministral-8b-latest\": {\n\t\t\tid: \"ministral-8b-latest\",\n\t\t\tname: \"Ministral 8B (latest)\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.1,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-large-2411\": {\n\t\t\tid: \"mistral-large-2411\",\n\t\t\tname: \"Mistral Large 2.1\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-large-2512\": {\n\t\t\tid: \"mistral-large-2512\",\n\t\t\tname: \"Mistral Large 3\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-large-latest\": {\n\t\t\tid: \"mistral-large-latest\",\n\t\t\tname: \"Mistral Large (latest)\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-medium-2505\": {\n\t\t\tid: \"mistral-medium-2505\",\n\t\t\tname: \"Mistral Medium 3\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-medium-2508\": {\n\t\t\tid: \"mistral-medium-2508\",\n\t\t\tname: \"Mistral Medium 3.1\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-medium-2604\": {\n\t\t\tid: \"mistral-medium-2604\",\n\t\t\tname: \"Mistral Medium 3.5\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 7.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-medium-3.5\": {\n\t\t\tid: \"mistral-medium-3.5\",\n\t\t\tname: \"Mistral Medium 3.5\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 7.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-medium-latest\": {\n\t\t\tid: \"mistral-medium-latest\",\n\t\t\tname: \"Mistral Medium (latest)\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 7.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-nemo\": {\n\t\t\tid: \"mistral-nemo\",\n\t\t\tname: \"Mistral Nemo\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-small-2506\": {\n\t\t\tid: \"mistral-small-2506\",\n\t\t\tname: \"Mistral Small 3.2\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-small-2603\": {\n\t\t\tid: \"mistral-small-2603\",\n\t\t\tname: \"Mistral Small 4\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"mistral-small-latest\": {\n\t\t\tid: \"mistral-small-latest\",\n\t\t\tname: \"Mistral Small (latest)\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"open-mistral-7b\": {\n\t\t\tid: \"open-mistral-7b\",\n\t\t\tname: \"Mistral 7B\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 0.25,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 8000,\n\t\t\tmaxTokens: 8000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"open-mistral-nemo\": {\n\t\t\tid: \"open-mistral-nemo\",\n\t\t\tname: \"Open Mistral Nemo\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"open-mixtral-8x22b\": {\n\t\t\tid: \"open-mixtral-8x22b\",\n\t\t\tname: \"Mixtral 8x22B\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 64000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"open-mixtral-8x7b\": {\n\t\t\tid: \"open-mixtral-8x7b\",\n\t\t\tname: \"Mixtral 8x7B\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.7,\n\t\t\t\toutput: 0.7,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"pixtral-12b\": {\n\t\t\tid: \"pixtral-12b\",\n\t\t\tname: \"Pixtral 12B\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t\t\"pixtral-large-latest\": {\n\t\t\tid: \"pixtral-large-latest\",\n\t\t\tname: \"Pixtral Large (latest)\",\n\t\t\tapi: \"mistral-conversations\",\n\t\t\tprovider: \"mistral\",\n\t\t\tbaseUrl: \"https://api.mistral.ai\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"mistral-conversations\">,\n\t},\n\t\"moonshotai\": {\n\t\t\"kimi-k2-0711-preview\": {\n\t\t\tid: \"kimi-k2-0711-preview\",\n\t\t\tname: \"Kimi K2 0711\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai\",\n\t\t\tbaseUrl: \"https://api.moonshot.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2-0905-preview\": {\n\t\t\tid: \"kimi-k2-0905-preview\",\n\t\t\tname: \"Kimi K2 0905\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai\",\n\t\t\tbaseUrl: \"https://api.moonshot.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2-thinking\": {\n\t\t\tid: \"kimi-k2-thinking\",\n\t\t\tname: \"Kimi K2 Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai\",\n\t\t\tbaseUrl: \"https://api.moonshot.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2-thinking-turbo\": {\n\t\t\tid: \"kimi-k2-thinking-turbo\",\n\t\t\tname: \"Kimi K2 Thinking Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai\",\n\t\t\tbaseUrl: \"https://api.moonshot.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.15,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2-turbo-preview\": {\n\t\t\tid: \"kimi-k2-turbo-preview\",\n\t\t\tname: \"Kimi K2 Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai\",\n\t\t\tbaseUrl: \"https://api.moonshot.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.4,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.6,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2.5\": {\n\t\t\tid: \"kimi-k2.5\",\n\t\t\tname: \"Kimi K2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai\",\n\t\t\tbaseUrl: \"https://api.moonshot.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2.6\": {\n\t\t\tid: \"kimi-k2.6\",\n\t\t\tname: \"Kimi K2.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai\",\n\t\t\tbaseUrl: \"https://api.moonshot.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.95,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.16,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"moonshotai-cn\": {\n\t\t\"kimi-k2-0711-preview\": {\n\t\t\tid: \"kimi-k2-0711-preview\",\n\t\t\tname: \"Kimi K2 0711\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai-cn\",\n\t\t\tbaseUrl: \"https://api.moonshot.cn/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2-0905-preview\": {\n\t\t\tid: \"kimi-k2-0905-preview\",\n\t\t\tname: \"Kimi K2 0905\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai-cn\",\n\t\t\tbaseUrl: \"https://api.moonshot.cn/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2-thinking\": {\n\t\t\tid: \"kimi-k2-thinking\",\n\t\t\tname: \"Kimi K2 Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai-cn\",\n\t\t\tbaseUrl: \"https://api.moonshot.cn/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2-thinking-turbo\": {\n\t\t\tid: \"kimi-k2-thinking-turbo\",\n\t\t\tname: \"Kimi K2 Thinking Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai-cn\",\n\t\t\tbaseUrl: \"https://api.moonshot.cn/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.15,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2-turbo-preview\": {\n\t\t\tid: \"kimi-k2-turbo-preview\",\n\t\t\tname: \"Kimi K2 Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai-cn\",\n\t\t\tbaseUrl: \"https://api.moonshot.cn/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.4,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.6,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2.5\": {\n\t\t\tid: \"kimi-k2.5\",\n\t\t\tname: \"Kimi K2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai-cn\",\n\t\t\tbaseUrl: \"https://api.moonshot.cn/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2.6\": {\n\t\t\tid: \"kimi-k2.6\",\n\t\t\tname: \"Kimi K2.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"moonshotai-cn\",\n\t\t\tbaseUrl: \"https://api.moonshot.cn/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.95,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.16,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"nvidia\": {\n\t\t\"meta/llama-3.1-70b-instruct\": {\n\t\t\tid: \"meta/llama-3.1-70b-instruct\",\n\t\t\tname: \"Llama 3.1 70b Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta/llama-3.1-8b-instruct\": {\n\t\t\tid: \"meta/llama-3.1-8b-instruct\",\n\t\t\tname: \"Llama 3.1 8B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 16000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta/llama-3.2-11b-vision-instruct\": {\n\t\t\tid: \"meta/llama-3.2-11b-vision-instruct\",\n\t\t\tname: \"Llama 3.2 11b Vision Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta/llama-3.2-90b-vision-instruct\": {\n\t\t\tid: \"meta/llama-3.2-90b-vision-instruct\",\n\t\t\tname: \"Llama-3.2-90B-Vision-Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta/llama-3.3-70b-instruct\": {\n\t\t\tid: \"meta/llama-3.3-70b-instruct\",\n\t\t\tname: \"Llama 3.3 70b Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-large-3-675b-instruct-2512\": {\n\t\t\tid: \"mistralai/mistral-large-3-675b-instruct-2512\",\n\t\t\tname: \"Mistral Large 3 675B Instruct 2512\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-small-4-119b-2603\": {\n\t\t\tid: \"mistralai/mistral-small-4-119b-2603\",\n\t\t\tname: \"mistral-small-4-119b-2603\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/kimi-k2.6\": {\n\t\t\tid: \"moonshotai/kimi-k2.6\",\n\t\t\tname: \"Kimi K2.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/llama-3.3-nemotron-super-49b-v1\": {\n\t\t\tid: \"nvidia/llama-3.3-nemotron-super-49b-v1\",\n\t\t\tname: \"Llama 3.3 Nemotron Super 49B v1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/llama-3.3-nemotron-super-49b-v1.5\": {\n\t\t\tid: \"nvidia/llama-3.3-nemotron-super-49b-v1.5\",\n\t\t\tname: \"Llama 3.3 Nemotron Super 49B v1.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-3-nano-30b-a3b\": {\n\t\t\tid: \"nvidia/nemotron-3-nano-30b-a3b\",\n\t\t\tname: \"nemotron-3-nano-30b-a3b\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning\": {\n\t\t\tid: \"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning\",\n\t\t\tname: \"Nemotron 3 Nano Omni\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-3-super-120b-a12b\": {\n\t\t\tid: \"nvidia/nemotron-3-super-120b-a12b\",\n\t\t\tname: \"Nemotron 3 Super\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 0.8,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nvidia-nemotron-nano-9b-v2\": {\n\t\t\tid: \"nvidia/nvidia-nemotron-nano-9b-v2\",\n\t\t\tname: \"nvidia-nemotron-nano-9b-v2\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-oss-20b\": {\n\t\t\tid: \"openai/gpt-oss-20b\",\n\t\t\tname: \"GPT OSS 20B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-coder-480b-a35b-instruct\": {\n\t\t\tid: \"qwen/qwen3-coder-480b-a35b-instruct\",\n\t\t\tname: \"Qwen3 Coder 480B A35B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 66536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.5-122b-a10b\": {\n\t\t\tid: \"qwen/qwen3.5-122b-a10b\",\n\t\t\tname: \"Qwen3.5 122B-A10B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"stepfun-ai/step-3.5-flash\": {\n\t\t\tid: \"stepfun-ai/step-3.5-flash\",\n\t\t\tname: \"Step 3.5 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"stepfun-ai/step-3.7-flash\": {\n\t\t\tid: \"stepfun-ai/step-3.7-flash\",\n\t\t\tname: \"Step 3.7 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-5.1\": {\n\t\t\tid: \"z-ai/glm-5.1\",\n\t\t\tname: \"GLM-5.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"nvidia\",\n\t\t\tbaseUrl: \"https://integrate.api.nvidia.com/v1\",\n\t\t\theaders: {\"NVCF-POLL-SECONDS\":\"3600\"},\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"openai\": {\n\t\t\"gpt-4\": {\n\t\t\tid: \"gpt-4\",\n\t\t\tname: \"GPT-4\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 60,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 8192,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4-turbo\": {\n\t\t\tid: \"gpt-4-turbo\",\n\t\t\tname: \"GPT-4 Turbo\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4.1\": {\n\t\t\tid: \"gpt-4.1\",\n\t\t\tname: \"GPT-4.1\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4.1-mini\": {\n\t\t\tid: \"gpt-4.1-mini\",\n\t\t\tname: \"GPT-4.1 mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 1.6,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4.1-nano\": {\n\t\t\tid: \"gpt-4.1-nano\",\n\t\t\tname: \"GPT-4.1 nano\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4o\": {\n\t\t\tid: \"gpt-4o\",\n\t\t\tname: \"GPT-4o\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4o-2024-05-13\": {\n\t\t\tid: \"gpt-4o-2024-05-13\",\n\t\t\tname: \"GPT-4o (2024-05-13)\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4o-2024-08-06\": {\n\t\t\tid: \"gpt-4o-2024-08-06\",\n\t\t\tname: \"GPT-4o (2024-08-06)\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4o-2024-11-20\": {\n\t\t\tid: \"gpt-4o-2024-11-20\",\n\t\t\tname: \"GPT-4o (2024-11-20)\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-4o-mini\": {\n\t\t\tid: \"gpt-4o-mini\",\n\t\t\tname: \"GPT-4o mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5\": {\n\t\t\tid: \"gpt-5\",\n\t\t\tname: \"GPT-5\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5-chat-latest\": {\n\t\t\tid: \"gpt-5-chat-latest\",\n\t\t\tname: \"GPT-5 Chat Latest\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5-codex\": {\n\t\t\tid: \"gpt-5-codex\",\n\t\t\tname: \"GPT-5-Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5-mini\": {\n\t\t\tid: \"gpt-5-mini\",\n\t\t\tname: \"GPT-5 Mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5-nano\": {\n\t\t\tid: \"gpt-5-nano\",\n\t\t\tname: \"GPT-5 Nano\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.05,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0.005,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5-pro\": {\n\t\t\tid: \"gpt-5-pro\",\n\t\t\tname: \"GPT-5 Pro\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 120,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 272000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1\": {\n\t\t\tid: \"gpt-5.1\",\n\t\t\tname: \"GPT-5.1\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":\"none\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1-chat-latest\": {\n\t\t\tid: \"gpt-5.1-chat-latest\",\n\t\t\tname: \"GPT-5.1 Chat\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1-codex\": {\n\t\t\tid: \"gpt-5.1-codex\",\n\t\t\tname: \"GPT-5.1 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1-codex-max\": {\n\t\t\tid: \"gpt-5.1-codex-max\",\n\t\t\tname: \"GPT-5.1 Codex Max\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1-codex-mini\": {\n\t\t\tid: \"gpt-5.1-codex-mini\",\n\t\t\tname: \"GPT-5.1 Codex mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.2\": {\n\t\t\tid: \"gpt-5.2\",\n\t\t\tname: \"GPT-5.2\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":\"none\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.2-chat-latest\": {\n\t\t\tid: \"gpt-5.2-chat-latest\",\n\t\t\tname: \"GPT-5.2 Chat\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.2-codex\": {\n\t\t\tid: \"gpt-5.2-codex\",\n\t\t\tname: \"GPT-5.2 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.2-pro\": {\n\t\t\tid: \"gpt-5.2-pro\",\n\t\t\tname: \"GPT-5.2 Pro\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 21,\n\t\t\t\toutput: 168,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.3-chat-latest\": {\n\t\t\tid: \"gpt-5.3-chat-latest\",\n\t\t\tname: \"GPT-5.3 Chat (latest)\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: false,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.3-codex\": {\n\t\t\tid: \"gpt-5.3-codex\",\n\t\t\tname: \"GPT-5.3 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":\"none\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.3-codex-spark\": {\n\t\t\tid: \"gpt-5.3-codex-spark\",\n\t\t\tname: \"GPT-5.3 Codex Spark\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4\": {\n\t\t\tid: \"gpt-5.4\",\n\t\t\tname: \"GPT-5.4\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":\"none\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 272000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4-mini\": {\n\t\t\tid: \"gpt-5.4-mini\",\n\t\t\tname: \"GPT-5.4 mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":\"none\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.75,\n\t\t\t\toutput: 4.5,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4-nano\": {\n\t\t\tid: \"gpt-5.4-nano\",\n\t\t\tname: \"GPT-5.4 nano\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":\"none\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4-pro\": {\n\t\t\tid: \"gpt-5.4-pro\",\n\t\t\tname: \"GPT-5.4 Pro\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 180,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.5\": {\n\t\t\tid: \"gpt-5.5\",\n\t\t\tname: \"GPT-5.5\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":\"none\",\"xhigh\":\"xhigh\",\"minimal\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 272000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.5-pro\": {\n\t\t\tid: \"gpt-5.5-pro\",\n\t\t\tname: \"GPT-5.5 Pro\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\",\"minimal\":null,\"low\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 180,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o1\": {\n\t\t\tid: \"o1\",\n\t\t\tname: \"o1\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 60,\n\t\t\t\tcacheRead: 7.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o1-pro\": {\n\t\t\tid: \"o1-pro\",\n\t\t\tname: \"o1-pro\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 150,\n\t\t\t\toutput: 600,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o3\": {\n\t\t\tid: \"o3\",\n\t\t\tname: \"o3\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o3-deep-research\": {\n\t\t\tid: \"o3-deep-research\",\n\t\t\tname: \"o3-deep-research\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 40,\n\t\t\t\tcacheRead: 2.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o3-mini\": {\n\t\t\tid: \"o3-mini\",\n\t\t\tname: \"o3-mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.55,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o3-pro\": {\n\t\t\tid: \"o3-pro\",\n\t\t\tname: \"o3-pro\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 20,\n\t\t\t\toutput: 80,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o4-mini\": {\n\t\t\tid: \"o4-mini\",\n\t\t\tname: \"o4-mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.275,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"o4-mini-deep-research\": {\n\t\t\tid: \"o4-mini-deep-research\",\n\t\t\tname: \"o4-mini-deep-research\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"openai\",\n\t\t\tbaseUrl: \"https://api.openai.com/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t},\n\t\"openai-codex\": {\n\t\t\"gpt-5.3-codex-spark\": {\n\t\t\tid: \"gpt-5.3-codex-spark\",\n\t\t\tname: \"GPT-5.3 Codex Spark\",\n\t\t\tapi: \"openai-codex-responses\",\n\t\t\tprovider: \"openai-codex\",\n\t\t\tbaseUrl: \"https://chatgpt.com/backend-api\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"minimal\":\"low\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-codex-responses\">,\n\t\t\"gpt-5.4\": {\n\t\t\tid: \"gpt-5.4\",\n\t\t\tname: \"GPT-5.4\",\n\t\t\tapi: \"openai-codex-responses\",\n\t\t\tprovider: \"openai-codex\",\n\t\t\tbaseUrl: \"https://chatgpt.com/backend-api\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"minimal\":\"low\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 272000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-codex-responses\">,\n\t\t\"gpt-5.4-mini\": {\n\t\t\tid: \"gpt-5.4-mini\",\n\t\t\tname: \"GPT-5.4 mini\",\n\t\t\tapi: \"openai-codex-responses\",\n\t\t\tprovider: \"openai-codex\",\n\t\t\tbaseUrl: \"https://chatgpt.com/backend-api\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"minimal\":\"low\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.75,\n\t\t\t\toutput: 4.5,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 272000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-codex-responses\">,\n\t\t\"gpt-5.5\": {\n\t\t\tid: \"gpt-5.5\",\n\t\t\tname: \"GPT-5.5\",\n\t\t\tapi: \"openai-codex-responses\",\n\t\t\tprovider: \"openai-codex\",\n\t\t\tbaseUrl: \"https://chatgpt.com/backend-api\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"minimal\":\"low\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 272000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-codex-responses\">,\n\t},\n\t\"opencode\": {\n\t\t\"big-pickle\": {\n\t\t\tid: \"big-pickle\",\n\t\t\tname: \"Big Pickle\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"claude-haiku-4-5\": {\n\t\t\tid: \"claude-haiku-4-5\",\n\t\t\tname: \"Claude Haiku 4.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-1\": {\n\t\t\tid: \"claude-opus-4-1\",\n\t\t\tname: \"Claude Opus 4.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-5\": {\n\t\t\tid: \"claude-opus-4-5\",\n\t\t\tname: \"Claude Opus 4.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-6\": {\n\t\t\tid: \"claude-opus-4-6\",\n\t\t\tname: \"Claude Opus 4.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-7\": {\n\t\t\tid: \"claude-opus-4-7\",\n\t\t\tname: \"Claude Opus 4.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-opus-4-8\": {\n\t\t\tid: \"claude-opus-4-8\",\n\t\t\tname: \"Claude Opus 4.8\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4\": {\n\t\t\tid: \"claude-sonnet-4\",\n\t\t\tname: \"Claude Sonnet 4\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4-5\": {\n\t\t\tid: \"claude-sonnet-4-5\",\n\t\t\tname: \"Claude Sonnet 4.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"claude-sonnet-4-6\": {\n\t\t\tid: \"claude-sonnet-4-6\",\n\t\t\tname: \"Claude Sonnet 4.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"deepseek-v4-flash\": {\n\t\t\tid: \"deepseek-v4-flash\",\n\t\t\tname: \"DeepSeek V4 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"high\",\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 0.28,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek-v4-flash-free\": {\n\t\t\tid: \"deepseek-v4-flash-free\",\n\t\t\tname: \"DeepSeek V4 Flash Free\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"high\",\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"gemini-3-flash\": {\n\t\t\tid: \"gemini-3-flash\",\n\t\t\tname: \"Gemini 3 Flash\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.05,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-3.1-pro\": {\n\t\t\tid: \"gemini-3.1-pro\",\n\t\t\tname: \"Gemini 3.1 Pro Preview\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":\"LOW\",\"medium\":null,\"high\":\"HIGH\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"gemini-3.5-flash\": {\n\t\t\tid: \"gemini-3.5-flash\",\n\t\t\tname: \"Gemini 3.5 Flash\",\n\t\t\tapi: \"google-generative-ai\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 9,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"google-generative-ai\">,\n\t\t\"glm-5\": {\n\t\t\tid: \"glm-5\",\n\t\t\tname: \"GLM-5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3.2,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-5.1\": {\n\t\t\tid: \"glm-5.1\",\n\t\t\tname: \"GLM-5.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.4,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.26,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"gpt-5\": {\n\t\t\tid: \"gpt-5\",\n\t\t\tname: \"GPT-5\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.07,\n\t\t\t\toutput: 8.5,\n\t\t\t\tcacheRead: 0.107,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5-codex\": {\n\t\t\tid: \"gpt-5-codex\",\n\t\t\tname: \"GPT-5 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.07,\n\t\t\t\toutput: 8.5,\n\t\t\t\tcacheRead: 0.107,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5-nano\": {\n\t\t\tid: \"gpt-5-nano\",\n\t\t\tname: \"GPT-5 Nano\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.05,\n\t\t\t\toutput: 0.4,\n\t\t\t\tcacheRead: 0.005,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1\": {\n\t\t\tid: \"gpt-5.1\",\n\t\t\tname: \"GPT-5.1\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.07,\n\t\t\t\toutput: 8.5,\n\t\t\t\tcacheRead: 0.107,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1-codex\": {\n\t\t\tid: \"gpt-5.1-codex\",\n\t\t\tname: \"GPT-5.1 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.07,\n\t\t\t\toutput: 8.5,\n\t\t\t\tcacheRead: 0.107,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1-codex-max\": {\n\t\t\tid: \"gpt-5.1-codex-max\",\n\t\t\tname: \"GPT-5.1 Codex Max\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.1-codex-mini\": {\n\t\t\tid: \"gpt-5.1-codex-mini\",\n\t\t\tname: \"GPT-5.1 Codex Mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.025,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.2\": {\n\t\t\tid: \"gpt-5.2\",\n\t\t\tname: \"GPT-5.2\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.2-codex\": {\n\t\t\tid: \"gpt-5.2-codex\",\n\t\t\tname: \"GPT-5.2 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.3-codex\": {\n\t\t\tid: \"gpt-5.3-codex\",\n\t\t\tname: \"GPT-5.3 Codex\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4\": {\n\t\t\tid: \"gpt-5.4\",\n\t\t\tname: \"GPT-5.4\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 272000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4-mini\": {\n\t\t\tid: \"gpt-5.4-mini\",\n\t\t\tname: \"GPT-5.4 Mini\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.75,\n\t\t\t\toutput: 4.5,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4-nano\": {\n\t\t\tid: \"gpt-5.4-nano\",\n\t\t\tname: \"GPT-5.4 Nano\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.4-pro\": {\n\t\t\tid: \"gpt-5.4-pro\",\n\t\t\tname: \"GPT-5.4 Pro\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 180,\n\t\t\t\tcacheRead: 30,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.5\": {\n\t\t\tid: \"gpt-5.5\",\n\t\t\tname: \"GPT-5.5\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"gpt-5.5-pro\": {\n\t\t\tid: \"gpt-5.5-pro\",\n\t\t\tname: \"GPT-5.5 Pro\",\n\t\t\tapi: \"openai-responses\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"xhigh\":\"xhigh\",\"minimal\":null,\"low\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 180,\n\t\t\t\tcacheRead: 30,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-responses\">,\n\t\t\"grok-build-0.1\": {\n\t\t\tid: \"grok-build-0.1\",\n\t\t\tname: \"Grok Build 0.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\tcompat: {\"supportsReasoningEffort\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2.5\": {\n\t\t\tid: \"kimi-k2.5\",\n\t\t\tname: \"Kimi K2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2.6\": {\n\t\t\tid: \"kimi-k2.6\",\n\t\t\tname: \"Kimi K2.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\tcompat: {\"thinkingFormat\":\"deepseek\",\"supportsReasoningEffort\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.95,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.16,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5-free\": {\n\t\t\tid: \"mimo-v2.5-free\",\n\t\t\tname: \"MiMo V2.5 Free\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax-m2.5\": {\n\t\t\tid: \"minimax-m2.5\",\n\t\t\tname: \"MiniMax M2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax-m2.7\": {\n\t\t\tid: \"minimax-m2.7\",\n\t\t\tname: \"MiniMax M2.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax-m3-free\": {\n\t\t\tid: \"minimax-m3-free\",\n\t\t\tname: \"MiniMax M3 Free\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"nemotron-3-super-free\": {\n\t\t\tid: \"nemotron-3-super-free\",\n\t\t\tname: \"Nemotron 3 Super Free\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen3.5-plus\": {\n\t\t\tid: \"qwen3.5-plus\",\n\t\t\tname: \"Qwen3.5 Plus\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0.25,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"qwen3.6-plus\": {\n\t\t\tid: \"qwen3.6-plus\",\n\t\t\tname: \"Qwen3.6 Plus\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.05,\n\t\t\t\tcacheWrite: 0.625,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t},\n\t\"opencode-go\": {\n\t\t\"deepseek-v4-flash\": {\n\t\t\tid: \"deepseek-v4-flash\",\n\t\t\tname: \"DeepSeek V4 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"high\",\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 0.28,\n\t\t\t\tcacheRead: 0.0028,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek-v4-pro\": {\n\t\t\tid: \"deepseek-v4-pro\",\n\t\t\tname: \"DeepSeek V4 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"high\",\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.74,\n\t\t\t\toutput: 3.48,\n\t\t\t\tcacheRead: 0.0145,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-5\": {\n\t\t\tid: \"glm-5\",\n\t\t\tname: \"GLM-5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3.2,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-5.1\": {\n\t\t\tid: \"glm-5.1\",\n\t\t\tname: \"GLM-5.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.4,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.26,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2.5\": {\n\t\t\tid: \"kimi-k2.5\",\n\t\t\tname: \"Kimi K2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.1,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kimi-k2.6\": {\n\t\t\tid: \"kimi-k2.6\",\n\t\t\tname: \"Kimi K2.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go/v1\",\n\t\t\tcompat: {\"thinkingFormat\":\"deepseek\",\"supportsReasoningEffort\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.95,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.16,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5\": {\n\t\t\tid: \"mimo-v2.5\",\n\t\t\tname: \"MiMo V2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 0.28,\n\t\t\t\tcacheRead: 0.0028,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5-pro\": {\n\t\t\tid: \"mimo-v2.5-pro\",\n\t\t\tname: \"MiMo V2.5 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.74,\n\t\t\t\toutput: 3.48,\n\t\t\t\tcacheRead: 0.0145,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax-m2.5\": {\n\t\t\tid: \"minimax-m2.5\",\n\t\t\tname: \"MiniMax M2.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"minimax-m2.7\": {\n\t\t\tid: \"minimax-m2.7\",\n\t\t\tname: \"MiniMax M2.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax-m3\": {\n\t\t\tid: \"minimax-m3\",\n\t\t\tname: \"MiniMax M3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.4,\n\t\t\t\tcacheRead: 0.12,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 512000,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"qwen3.6-plus\": {\n\t\t\tid: \"qwen3.6-plus\",\n\t\t\tname: \"Qwen3.6 Plus\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go/v1\",\n\t\t\tcompat: {\"thinkingFormat\":\"qwen\"},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.05,\n\t\t\t\tcacheWrite: 0.625,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen3.7-max\": {\n\t\t\tid: \"qwen3.7-max\",\n\t\t\tname: \"Qwen3.7 Max\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 7.5,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 3.125,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"qwen3.7-plus\": {\n\t\t\tid: \"qwen3.7-plus\",\n\t\t\tname: \"Qwen3.7 Plus\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"opencode-go\",\n\t\t\tbaseUrl: \"https://opencode.ai/zen/go\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 1.6,\n\t\t\t\tcacheRead: 0.04,\n\t\t\t\tcacheWrite: 0.5,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t},\n\t\"openrouter\": {\n\t\t\"ai21/jamba-large-1.7\": {\n\t\t\tid: \"ai21/jamba-large-1.7\",\n\t\t\tname: \"AI21: Jamba Large 1.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"amazon/nova-2-lite-v1\": {\n\t\t\tid: \"amazon/nova-2-lite-v1\",\n\t\t\tname: \"Amazon: Nova 2 Lite\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65535,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"amazon/nova-lite-v1\": {\n\t\t\tid: \"amazon/nova-lite-v1\",\n\t\t\tname: \"Amazon: Nova Lite 1.0\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.24,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 300000,\n\t\t\tmaxTokens: 5120,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"amazon/nova-micro-v1\": {\n\t\t\tid: \"amazon/nova-micro-v1\",\n\t\t\tname: \"Amazon: Nova Micro 1.0\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.035,\n\t\t\t\toutput: 0.14,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 5120,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"amazon/nova-premier-v1\": {\n\t\t\tid: \"amazon/nova-premier-v1\",\n\t\t\tname: \"Amazon: Nova Premier 1.0\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 12.5,\n\t\t\t\tcacheRead: 0.625,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"amazon/nova-pro-v1\": {\n\t\t\tid: \"amazon/nova-pro-v1\",\n\t\t\tname: \"Amazon: Nova Pro 1.0\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.7999999999999999,\n\t\t\t\toutput: 3.1999999999999997,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 300000,\n\t\t\tmaxTokens: 5120,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-3-haiku\": {\n\t\t\tid: \"anthropic/claude-3-haiku\",\n\t\t\tname: \"Anthropic: Claude 3 Haiku\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0.3,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-3.5-haiku\": {\n\t\t\tid: \"anthropic/claude-3.5-haiku\",\n\t\t\tname: \"Anthropic: Claude 3.5 Haiku\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.7999999999999999,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 1,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-haiku-4.5\": {\n\t\t\tid: \"anthropic/claude-haiku-4.5\",\n\t\t\tname: \"Anthropic: Claude Haiku 4.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.09999999999999999,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-opus-4\": {\n\t\t\tid: \"anthropic/claude-opus-4\",\n\t\t\tname: \"Anthropic: Claude Opus 4\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-opus-4.1\": {\n\t\t\tid: \"anthropic/claude-opus-4.1\",\n\t\t\tname: \"Anthropic: Claude Opus 4.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-opus-4.5\": {\n\t\t\tid: \"anthropic/claude-opus-4.5\",\n\t\t\tname: \"Anthropic: Claude Opus 4.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-opus-4.6\": {\n\t\t\tid: \"anthropic/claude-opus-4.6\",\n\t\t\tname: \"Anthropic: Claude Opus 4.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-opus-4.6-fast\": {\n\t\t\tid: \"anthropic/claude-opus-4.6-fast\",\n\t\t\tname: \"Anthropic: Claude Opus 4.6 (Fast)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 150,\n\t\t\t\tcacheRead: 3,\n\t\t\t\tcacheWrite: 37.5,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-opus-4.7\": {\n\t\t\tid: \"anthropic/claude-opus-4.7\",\n\t\t\tname: \"Anthropic: Claude Opus 4.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-opus-4.7-fast\": {\n\t\t\tid: \"anthropic/claude-opus-4.7-fast\",\n\t\t\tname: \"Anthropic: Claude Opus 4.7 (Fast)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 150,\n\t\t\t\tcacheRead: 3,\n\t\t\t\tcacheWrite: 37.5,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-opus-4.8\": {\n\t\t\tid: \"anthropic/claude-opus-4.8\",\n\t\t\tname: \"Anthropic: Claude Opus 4.8\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-opus-4.8-fast\": {\n\t\t\tid: \"anthropic/claude-opus-4.8-fast\",\n\t\t\tname: \"Anthropic: Claude Opus 4.8 (Fast)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 50,\n\t\t\t\tcacheRead: 1,\n\t\t\t\tcacheWrite: 12.5,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-sonnet-4\": {\n\t\t\tid: \"anthropic/claude-sonnet-4\",\n\t\t\tname: \"Anthropic: Claude Sonnet 4\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-sonnet-4.5\": {\n\t\t\tid: \"anthropic/claude-sonnet-4.5\",\n\t\t\tname: \"Anthropic: Claude Sonnet 4.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"anthropic/claude-sonnet-4.6\": {\n\t\t\tid: \"anthropic/claude-sonnet-4.6\",\n\t\t\tname: \"Anthropic: Claude Sonnet 4.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"arcee-ai/trinity-large-thinking\": {\n\t\t\tid: \"arcee-ai/trinity-large-thinking\",\n\t\t\tname: \"Arcee AI: Trinity Large Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.22,\n\t\t\t\toutput: 0.85,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"arcee-ai/trinity-mini\": {\n\t\t\tid: \"arcee-ai/trinity-mini\",\n\t\t\tname: \"Arcee AI: Trinity Mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.045,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"arcee-ai/virtuoso-large\": {\n\t\t\tid: \"arcee-ai/virtuoso-large\",\n\t\t\tname: \"Arcee AI: Virtuoso Large\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.75,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"auto\": {\n\t\t\tid: \"auto\",\n\t\t\tname: \"Auto\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 30000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"baidu/ernie-4.5-vl-28b-a3b\": {\n\t\t\tid: \"baidu/ernie-4.5-vl-28b-a3b\",\n\t\t\tname: \"Baidu: ERNIE 4.5 VL 28B A3B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 0.56,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"bytedance-seed/seed-1.6\": {\n\t\t\tid: \"bytedance-seed/seed-1.6\",\n\t\t\tname: \"ByteDance Seed: Seed 1.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"bytedance-seed/seed-1.6-flash\": {\n\t\t\tid: \"bytedance-seed/seed-1.6-flash\",\n\t\t\tname: \"ByteDance Seed: Seed 1.6 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"bytedance-seed/seed-2.0-lite\": {\n\t\t\tid: \"bytedance-seed/seed-2.0-lite\",\n\t\t\tname: \"ByteDance Seed: Seed-2.0-Lite\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"bytedance-seed/seed-2.0-mini\": {\n\t\t\tid: \"bytedance-seed/seed-2.0-mini\",\n\t\t\tname: \"ByteDance Seed: Seed-2.0-Mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"cohere/command-r-08-2024\": {\n\t\t\tid: \"cohere/command-r-08-2024\",\n\t\t\tname: \"Cohere: Command R (08-2024)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"cohere/command-r-plus-08-2024\": {\n\t\t\tid: \"cohere/command-r-plus-08-2024\",\n\t\t\tname: \"Cohere: Command R+ (08-2024)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek/deepseek-chat\": {\n\t\t\tid: \"deepseek/deepseek-chat\",\n\t\t\tname: \"DeepSeek: DeepSeek V3\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.20020000000000002,\n\t\t\t\toutput: 0.8000999999999999,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek/deepseek-chat-v3-0324\": {\n\t\t\tid: \"deepseek/deepseek-chat-v3-0324\",\n\t\t\tname: \"DeepSeek: DeepSeek V3 0324\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 0.77,\n\t\t\t\tcacheRead: 0.135,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek/deepseek-chat-v3.1\": {\n\t\t\tid: \"deepseek/deepseek-chat-v3.1\",\n\t\t\tname: \"DeepSeek: DeepSeek V3.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.21,\n\t\t\t\toutput: 0.7899999999999999,\n\t\t\t\tcacheRead: 0.13,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek/deepseek-r1\": {\n\t\t\tid: \"deepseek/deepseek-r1\",\n\t\t\tname: \"DeepSeek: R1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.7,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 16000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek/deepseek-r1-0528\": {\n\t\t\tid: \"deepseek/deepseek-r1-0528\",\n\t\t\tname: \"DeepSeek: R1 0528\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 2.1500000000000004,\n\t\t\t\tcacheRead: 0.35,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek/deepseek-v3.1-terminus\": {\n\t\t\tid: \"deepseek/deepseek-v3.1-terminus\",\n\t\t\tname: \"DeepSeek: DeepSeek V3.1 Terminus\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.27,\n\t\t\t\toutput: 0.95,\n\t\t\t\tcacheRead: 0.13,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek/deepseek-v3.2\": {\n\t\t\tid: \"deepseek/deepseek-v3.2\",\n\t\t\tname: \"DeepSeek: DeepSeek V3.2\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2288,\n\t\t\t\toutput: 0.3432,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek/deepseek-v3.2-exp\": {\n\t\t\tid: \"deepseek/deepseek-v3.2-exp\",\n\t\t\tname: \"DeepSeek: DeepSeek V3.2 Exp\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.27,\n\t\t\t\toutput: 0.41,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek/deepseek-v4-flash\": {\n\t\t\tid: \"deepseek/deepseek-v4-flash\",\n\t\t\tname: \"DeepSeek: DeepSeek V4 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"high\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.0983,\n\t\t\t\toutput: 0.1966,\n\t\t\t\tcacheRead: 0.019700000000000002,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek/deepseek-v4-pro\": {\n\t\t\tid: \"deepseek/deepseek-v4-pro\",\n\t\t\tname: \"DeepSeek: DeepSeek V4 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"high\",\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.435,\n\t\t\t\toutput: 0.87,\n\t\t\t\tcacheRead: 0.003625,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"essentialai/rnj-1-instruct\": {\n\t\t\tid: \"essentialai/rnj-1-instruct\",\n\t\t\tname: \"EssentialAI: Rnj 1 Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32768,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-2.5-flash\": {\n\t\t\tid: \"google/gemini-2.5-flash\",\n\t\t\tname: \"Google: Gemini 2.5 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0.08333333333333334,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65535,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-2.5-flash-lite\": {\n\t\t\tid: \"google/gemini-2.5-flash-lite\",\n\t\t\tname: \"Google: Gemini 2.5 Flash Lite\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0.08333333333333334,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65535,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-2.5-flash-lite-preview-09-2025\": {\n\t\t\tid: \"google/gemini-2.5-flash-lite-preview-09-2025\",\n\t\t\tname: \"Google: Gemini 2.5 Flash Lite Preview 09-2025\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0.08333333333333334,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65535,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-2.5-pro\": {\n\t\t\tid: \"google/gemini-2.5-pro\",\n\t\t\tname: \"Google: Gemini 2.5 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-2.5-pro-preview\": {\n\t\t\tid: \"google/gemini-2.5-pro-preview\",\n\t\t\tname: \"Google: Gemini 2.5 Pro Preview 06-05\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-2.5-pro-preview-05-06\": {\n\t\t\tid: \"google/gemini-2.5-pro-preview-05-06\",\n\t\t\tname: \"Google: Gemini 2.5 Pro Preview 05-06\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65535,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-3-flash-preview\": {\n\t\t\tid: \"google/gemini-3-flash-preview\",\n\t\t\tname: \"Google: Gemini 3 Flash Preview\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0.08333333333333334,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-3.1-flash-lite\": {\n\t\t\tid: \"google/gemini-3.1-flash-lite\",\n\t\t\tname: \"Google: Gemini 3.1 Flash Lite\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0.08333333333333334,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-3.1-flash-lite-preview\": {\n\t\t\tid: \"google/gemini-3.1-flash-lite-preview\",\n\t\t\tname: \"Google: Gemini 3.1 Flash Lite Preview\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0.08333333333333334,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-3.1-pro-preview\": {\n\t\t\tid: \"google/gemini-3.1-pro-preview\",\n\t\t\tname: \"Google: Gemini 3.1 Pro Preview\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-3.1-pro-preview-customtools\": {\n\t\t\tid: \"google/gemini-3.1-pro-preview-customtools\",\n\t\t\tname: \"Google: Gemini 3.1 Pro Preview Custom Tools\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 1048756,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemini-3.5-flash\": {\n\t\t\tid: \"google/gemini-3.5-flash\",\n\t\t\tname: \"Google: Gemini 3.5 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 9,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0.08333333333333334,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemma-3-12b-it\": {\n\t\t\tid: \"google/gemma-3-12b-it\",\n\t\t\tname: \"Google: Gemma 3 12B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.04,\n\t\t\t\toutput: 0.13,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemma-3-27b-it\": {\n\t\t\tid: \"google/gemma-3-27b-it\",\n\t\t\tname: \"Google: Gemma 3 27B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.08,\n\t\t\t\toutput: 0.16,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemma-4-26b-a4b-it\": {\n\t\t\tid: \"google/gemma-4-26b-a4b-it\",\n\t\t\tname: \"Google: Gemma 4 26B A4B \",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.33,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemma-4-26b-a4b-it:free\": {\n\t\t\tid: \"google/gemma-4-26b-a4b-it:free\",\n\t\t\tname: \"Google: Gemma 4 26B A4B (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemma-4-31b-it\": {\n\t\t\tid: \"google/gemma-4-31b-it\",\n\t\t\tname: \"Google: Gemma 4 31B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.12,\n\t\t\t\toutput: 0.37,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemma-4-31b-it:free\": {\n\t\t\tid: \"google/gemma-4-31b-it:free\",\n\t\t\tname: \"Google: Gemma 4 31B (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"ibm-granite/granite-4.1-8b\": {\n\t\t\tid: \"ibm-granite/granite-4.1-8b\",\n\t\t\tname: \"IBM: Granite 4.1 8B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.049999999999999996,\n\t\t\t\toutput: 0.09999999999999999,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"inception/mercury-2\": {\n\t\t\tid: \"inception/mercury-2\",\n\t\t\tname: \"Inception: Mercury 2\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 0.75,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 50000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"inclusionai/ling-2.6-1t\": {\n\t\t\tid: \"inclusionai/ling-2.6-1t\",\n\t\t\tname: \"inclusionAI: Ling-2.6-1T\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.625,\n\t\t\t\tcacheRead: 0.015,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"inclusionai/ling-2.6-flash\": {\n\t\t\tid: \"inclusionai/ling-2.6-flash\",\n\t\t\tname: \"inclusionAI: Ling-2.6-flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.01,\n\t\t\t\toutput: 0.03,\n\t\t\t\tcacheRead: 0.002,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"inclusionai/ring-2.6-1t\": {\n\t\t\tid: \"inclusionai/ring-2.6-1t\",\n\t\t\tname: \"inclusionAI: Ring-2.6-1T\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.625,\n\t\t\t\tcacheRead: 0.015,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"kwaipilot/kat-coder-pro-v2\": {\n\t\t\tid: \"kwaipilot/kat-coder-pro-v2\",\n\t\t\tname: \"Kwaipilot: KAT-Coder-Pro V2\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 80000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta-llama/llama-3.1-70b-instruct\": {\n\t\t\tid: \"meta-llama/llama-3.1-70b-instruct\",\n\t\t\tname: \"Meta: Llama 3.1 70B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta-llama/llama-3.1-8b-instruct\": {\n\t\t\tid: \"meta-llama/llama-3.1-8b-instruct\",\n\t\t\tname: \"Meta: Llama 3.1 8B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.02,\n\t\t\t\toutput: 0.049999999999999996,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta-llama/llama-3.3-70b-instruct\": {\n\t\t\tid: \"meta-llama/llama-3.3-70b-instruct\",\n\t\t\tname: \"Meta: Llama 3.3 70B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.32,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta-llama/llama-3.3-70b-instruct:free\": {\n\t\t\tid: \"meta-llama/llama-3.3-70b-instruct:free\",\n\t\t\tname: \"Meta: Llama 3.3 70B Instruct (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta-llama/llama-4-maverick\": {\n\t\t\tid: \"meta-llama/llama-4-maverick\",\n\t\t\tname: \"Meta: Llama 4 Maverick\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta-llama/llama-4-scout\": {\n\t\t\tid: \"meta-llama/llama-4-scout\",\n\t\t\tname: \"Meta: Llama 4 Scout\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.08,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 10000000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax/minimax-m1\": {\n\t\t\tid: \"minimax/minimax-m1\",\n\t\t\tname: \"MiniMax: MiniMax M1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 2.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 40000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax/minimax-m2\": {\n\t\t\tid: \"minimax/minimax-m2\",\n\t\t\tname: \"MiniMax: MiniMax M2\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.255,\n\t\t\t\toutput: 1,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 196608,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax/minimax-m2.1\": {\n\t\t\tid: \"minimax/minimax-m2.1\",\n\t\t\tname: \"MiniMax: MiniMax M2.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.29,\n\t\t\t\toutput: 0.95,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 196608,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax/minimax-m2.5\": {\n\t\t\tid: \"minimax/minimax-m2.5\",\n\t\t\tname: \"MiniMax: MiniMax M2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 1.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 196608,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax/minimax-m2.7\": {\n\t\t\tid: \"minimax/minimax-m2.7\",\n\t\t\tname: \"MiniMax: MiniMax M2.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.27899999999999997,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"minimax/minimax-m3\": {\n\t\t\tid: \"minimax/minimax-m3\",\n\t\t\tname: \"MiniMax: MiniMax M3\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 512000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/codestral-2508\": {\n\t\t\tid: \"mistralai/codestral-2508\",\n\t\t\tname: \"Mistral: Codestral 2508\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 0.8999999999999999,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/devstral-2512\": {\n\t\t\tid: \"mistralai/devstral-2512\",\n\t\t\tname: \"Mistral: Devstral 2 2512\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.04,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/ministral-14b-2512\": {\n\t\t\tid: \"mistralai/ministral-14b-2512\",\n\t\t\tname: \"Mistral: Ministral 3 14B 2512\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 0.19999999999999998,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/ministral-3b-2512\": {\n\t\t\tid: \"mistralai/ministral-3b-2512\",\n\t\t\tname: \"Mistral: Ministral 3 3B 2512\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.09999999999999999,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/ministral-8b-2512\": {\n\t\t\tid: \"mistralai/ministral-8b-2512\",\n\t\t\tname: \"Mistral: Ministral 3 8B 2512\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0.015,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-large\": {\n\t\t\tid: \"mistralai/mistral-large\",\n\t\t\tname: \"Mistral Large\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-large-2407\": {\n\t\t\tid: \"mistralai/mistral-large-2407\",\n\t\t\tname: \"Mistral Large 2407\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-large-2512\": {\n\t\t\tid: \"mistralai/mistral-large-2512\",\n\t\t\tname: \"Mistral: Mistral Large 3 2512\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-medium-3\": {\n\t\t\tid: \"mistralai/mistral-medium-3\",\n\t\t\tname: \"Mistral: Mistral Medium 3\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.04,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-medium-3-5\": {\n\t\t\tid: \"mistralai/mistral-medium-3-5\",\n\t\t\tname: \"Mistral: Mistral Medium 3.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 7.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-medium-3.1\": {\n\t\t\tid: \"mistralai/mistral-medium-3.1\",\n\t\t\tname: \"Mistral: Mistral Medium 3.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.04,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-nemo\": {\n\t\t\tid: \"mistralai/mistral-nemo\",\n\t\t\tname: \"Mistral: Mistral Nemo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.02,\n\t\t\t\toutput: 0.03,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-saba\": {\n\t\t\tid: \"mistralai/mistral-saba\",\n\t\t\tname: \"Mistral: Saba\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32768,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-small-2603\": {\n\t\t\tid: \"mistralai/mistral-small-2603\",\n\t\t\tname: \"Mistral: Mistral Small 4\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.015,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mistral-small-3.2-24b-instruct\": {\n\t\t\tid: \"mistralai/mistral-small-3.2-24b-instruct\",\n\t\t\tname: \"Mistral: Mistral Small 3.2 24B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.19999999999999998,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/mixtral-8x22b-instruct\": {\n\t\t\tid: \"mistralai/mixtral-8x22b-instruct\",\n\t\t\tname: \"Mistral: Mixtral 8x22B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 65536,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mistralai/voxtral-small-24b-2507\": {\n\t\t\tid: \"mistralai/voxtral-small-24b-2507\",\n\t\t\tname: \"Mistral: Voxtral Small 24B 2507\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/kimi-k2\": {\n\t\t\tid: \"moonshotai/kimi-k2\",\n\t\t\tname: \"MoonshotAI: Kimi K2 0711\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5700000000000001,\n\t\t\t\toutput: 2.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/kimi-k2-0905\": {\n\t\t\tid: \"moonshotai/kimi-k2-0905\",\n\t\t\tname: \"MoonshotAI: Kimi K2 0905\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/kimi-k2-thinking\": {\n\t\t\tid: \"moonshotai/kimi-k2-thinking\",\n\t\t\tname: \"MoonshotAI: Kimi K2 Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/kimi-k2.5\": {\n\t\t\tid: \"moonshotai/kimi-k2.5\",\n\t\t\tname: \"MoonshotAI: Kimi K2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.41,\n\t\t\t\toutput: 2.06,\n\t\t\t\tcacheRead: 0.07,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/kimi-k2.6\": {\n\t\t\tid: \"moonshotai/kimi-k2.6\",\n\t\t\tname: \"MoonshotAI: Kimi K2.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"requiresReasoningContentOnAssistantMessages\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.684,\n\t\t\t\toutput: 3.42,\n\t\t\t\tcacheRead: 0.144,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/kimi-k2.6:free\": {\n\t\t\tid: \"moonshotai/kimi-k2.6:free\",\n\t\t\tname: \"MoonshotAI: Kimi K2.6 (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"requiresReasoningContentOnAssistantMessages\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nex-agi/deepseek-v3.1-nex-n1\": {\n\t\t\tid: \"nex-agi/deepseek-v3.1-nex-n1\",\n\t\t\tname: \"Nex AGI: DeepSeek V3.1 Nex N1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.135,\n\t\t\t\toutput: 0.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 163840,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/llama-3.3-nemotron-super-49b-v1.5\": {\n\t\t\tid: \"nvidia/llama-3.3-nemotron-super-49b-v1.5\",\n\t\t\tname: \"NVIDIA: Llama 3.3 Nemotron Super 49B V1.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-3-nano-30b-a3b\": {\n\t\t\tid: \"nvidia/nemotron-3-nano-30b-a3b\",\n\t\t\tname: \"NVIDIA: Nemotron 3 Nano 30B A3B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.049999999999999996,\n\t\t\t\toutput: 0.19999999999999998,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 228000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-3-nano-30b-a3b:free\": {\n\t\t\tid: \"nvidia/nemotron-3-nano-30b-a3b:free\",\n\t\t\tname: \"NVIDIA: Nemotron 3 Nano 30B A3B (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free\": {\n\t\t\tid: \"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free\",\n\t\t\tname: \"NVIDIA: Nemotron 3 Nano Omni (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-3-super-120b-a12b\": {\n\t\t\tid: \"nvidia/nemotron-3-super-120b-a12b\",\n\t\t\tname: \"NVIDIA: Nemotron 3 Super\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09,\n\t\t\t\toutput: 0.44999999999999996,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-3-super-120b-a12b:free\": {\n\t\t\tid: \"nvidia/nemotron-3-super-120b-a12b:free\",\n\t\t\tname: \"NVIDIA: Nemotron 3 Super (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-nano-12b-v2-vl:free\": {\n\t\t\tid: \"nvidia/nemotron-nano-12b-v2-vl:free\",\n\t\t\tname: \"NVIDIA: Nemotron Nano 12B 2 VL (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-nano-9b-v2\": {\n\t\t\tid: \"nvidia/nemotron-nano-9b-v2\",\n\t\t\tname: \"NVIDIA: Nemotron Nano 9B V2\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.04,\n\t\t\t\toutput: 0.16,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"nvidia/nemotron-nano-9b-v2:free\": {\n\t\t\tid: \"nvidia/nemotron-nano-9b-v2:free\",\n\t\t\tname: \"NVIDIA: Nemotron Nano 9B V2 (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-3.5-turbo\": {\n\t\t\tid: \"openai/gpt-3.5-turbo\",\n\t\t\tname: \"OpenAI: GPT-3.5 Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 16385,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-3.5-turbo-0613\": {\n\t\t\tid: \"openai/gpt-3.5-turbo-0613\",\n\t\t\tname: \"OpenAI: GPT-3.5 Turbo (older v0613)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 4095,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-3.5-turbo-16k\": {\n\t\t\tid: \"openai/gpt-3.5-turbo-16k\",\n\t\t\tname: \"OpenAI: GPT-3.5 Turbo 16k\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 16385,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4\": {\n\t\t\tid: \"openai/gpt-4\",\n\t\t\tname: \"OpenAI: GPT-4\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 60,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 8191,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4-0314\": {\n\t\t\tid: \"openai/gpt-4-0314\",\n\t\t\tname: \"OpenAI: GPT-4 (older v0314)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 60,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 8191,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4-1106-preview\": {\n\t\t\tid: \"openai/gpt-4-1106-preview\",\n\t\t\tname: \"OpenAI: GPT-4 Turbo (older v1106)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4-turbo\": {\n\t\t\tid: \"openai/gpt-4-turbo\",\n\t\t\tname: \"OpenAI: GPT-4 Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4-turbo-preview\": {\n\t\t\tid: \"openai/gpt-4-turbo-preview\",\n\t\t\tname: \"OpenAI: GPT-4 Turbo Preview\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4.1\": {\n\t\t\tid: \"openai/gpt-4.1\",\n\t\t\tname: \"OpenAI: GPT-4.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4.1-mini\": {\n\t\t\tid: \"openai/gpt-4.1-mini\",\n\t\t\tname: \"OpenAI: GPT-4.1 Mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 1.5999999999999999,\n\t\t\t\tcacheRead: 0.09999999999999999,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4.1-nano\": {\n\t\t\tid: \"openai/gpt-4.1-nano\",\n\t\t\tname: \"OpenAI: GPT-4.1 Nano\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4o\": {\n\t\t\tid: \"openai/gpt-4o\",\n\t\t\tname: \"OpenAI: GPT-4o\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4o-2024-05-13\": {\n\t\t\tid: \"openai/gpt-4o-2024-05-13\",\n\t\t\tname: \"OpenAI: GPT-4o (2024-05-13)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4o-2024-08-06\": {\n\t\t\tid: \"openai/gpt-4o-2024-08-06\",\n\t\t\tname: \"OpenAI: GPT-4o (2024-08-06)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4o-2024-11-20\": {\n\t\t\tid: \"openai/gpt-4o-2024-11-20\",\n\t\t\tname: \"OpenAI: GPT-4o (2024-11-20)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4o-mini\": {\n\t\t\tid: \"openai/gpt-4o-mini\",\n\t\t\tname: \"OpenAI: GPT-4o-mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-4o-mini-2024-07-18\": {\n\t\t\tid: \"openai/gpt-4o-mini-2024-07-18\",\n\t\t\tname: \"OpenAI: GPT-4o-mini (2024-07-18)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5\": {\n\t\t\tid: \"openai/gpt-5\",\n\t\t\tname: \"OpenAI: GPT-5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5-codex\": {\n\t\t\tid: \"openai/gpt-5-codex\",\n\t\t\tname: \"OpenAI: GPT-5 Codex\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5-mini\": {\n\t\t\tid: \"openai/gpt-5-mini\",\n\t\t\tname: \"OpenAI: GPT-5 Mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5-nano\": {\n\t\t\tid: \"openai/gpt-5-nano\",\n\t\t\tname: \"OpenAI: GPT-5 Nano\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.049999999999999996,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5-pro\": {\n\t\t\tid: \"openai/gpt-5-pro\",\n\t\t\tname: \"OpenAI: GPT-5 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 120,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.1\": {\n\t\t\tid: \"openai/gpt-5.1\",\n\t\t\tname: \"OpenAI: GPT-5.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.13,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.1-chat\": {\n\t\t\tid: \"openai/gpt-5.1-chat\",\n\t\t\tname: \"OpenAI: GPT-5.1 Chat\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.13,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.1-codex\": {\n\t\t\tid: \"openai/gpt-5.1-codex\",\n\t\t\tname: \"OpenAI: GPT-5.1-Codex\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.13,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.1-codex-max\": {\n\t\t\tid: \"openai/gpt-5.1-codex-max\",\n\t\t\tname: \"OpenAI: GPT-5.1-Codex-Max\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.1-codex-mini\": {\n\t\t\tid: \"openai/gpt-5.1-codex-mini\",\n\t\t\tname: \"OpenAI: GPT-5.1-Codex-Mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.2\": {\n\t\t\tid: \"openai/gpt-5.2\",\n\t\t\tname: \"OpenAI: GPT-5.2\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.2-chat\": {\n\t\t\tid: \"openai/gpt-5.2-chat\",\n\t\t\tname: \"OpenAI: GPT-5.2 Chat\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.2-codex\": {\n\t\t\tid: \"openai/gpt-5.2-codex\",\n\t\t\tname: \"OpenAI: GPT-5.2-Codex\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.2-pro\": {\n\t\t\tid: \"openai/gpt-5.2-pro\",\n\t\t\tname: \"OpenAI: GPT-5.2 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 21,\n\t\t\t\toutput: 168,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.3-chat\": {\n\t\t\tid: \"openai/gpt-5.3-chat\",\n\t\t\tname: \"OpenAI: GPT-5.3 Chat\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.3-codex\": {\n\t\t\tid: \"openai/gpt-5.3-codex\",\n\t\t\tname: \"OpenAI: GPT-5.3-Codex\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.4\": {\n\t\t\tid: \"openai/gpt-5.4\",\n\t\t\tname: \"OpenAI: GPT-5.4\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.4-mini\": {\n\t\t\tid: \"openai/gpt-5.4-mini\",\n\t\t\tname: \"OpenAI: GPT-5.4 Mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.75,\n\t\t\t\toutput: 4.5,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.4-nano\": {\n\t\t\tid: \"openai/gpt-5.4-nano\",\n\t\t\tname: \"OpenAI: GPT-5.4 Nano\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.4-pro\": {\n\t\t\tid: \"openai/gpt-5.4-pro\",\n\t\t\tname: \"OpenAI: GPT-5.4 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 180,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.5\": {\n\t\t\tid: \"openai/gpt-5.5\",\n\t\t\tname: \"OpenAI: GPT-5.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-5.5-pro\": {\n\t\t\tid: \"openai/gpt-5.5-pro\",\n\t\t\tname: \"OpenAI: GPT-5.5 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"off\":null,\"minimal\":null,\"low\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 180,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-audio\": {\n\t\t\tid: \"openai/gpt-audio\",\n\t\t\tname: \"OpenAI: GPT Audio\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-audio-mini\": {\n\t\t\tid: \"openai/gpt-audio-mini\",\n\t\t\tname: \"OpenAI: GPT Audio Mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-chat-latest\": {\n\t\t\tid: \"openai/gpt-chat-latest\",\n\t\t\tname: \"OpenAI: GPT Chat Latest\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-oss-120b\": {\n\t\t\tid: \"openai/gpt-oss-120b\",\n\t\t\tname: \"OpenAI: gpt-oss-120b\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.039,\n\t\t\t\toutput: 0.18,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-oss-120b:free\": {\n\t\t\tid: \"openai/gpt-oss-120b:free\",\n\t\t\tname: \"OpenAI: gpt-oss-120b (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-oss-20b\": {\n\t\t\tid: \"openai/gpt-oss-20b\",\n\t\t\tname: \"OpenAI: gpt-oss-20b\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.029,\n\t\t\t\toutput: 0.14,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-oss-20b:free\": {\n\t\t\tid: \"openai/gpt-oss-20b:free\",\n\t\t\tname: \"OpenAI: gpt-oss-20b (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-oss-safeguard-20b\": {\n\t\t\tid: \"openai/gpt-oss-safeguard-20b\",\n\t\t\tname: \"OpenAI: gpt-oss-safeguard-20b\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.037,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/o1\": {\n\t\t\tid: \"openai/o1\",\n\t\t\tname: \"OpenAI: o1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 60,\n\t\t\t\tcacheRead: 7.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/o3\": {\n\t\t\tid: \"openai/o3\",\n\t\t\tname: \"OpenAI: o3\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/o3-deep-research\": {\n\t\t\tid: \"openai/o3-deep-research\",\n\t\t\tname: \"OpenAI: o3 Deep Research\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 40,\n\t\t\t\tcacheRead: 2.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/o3-mini\": {\n\t\t\tid: \"openai/o3-mini\",\n\t\t\tname: \"OpenAI: o3 Mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.55,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/o3-mini-high\": {\n\t\t\tid: \"openai/o3-mini-high\",\n\t\t\tname: \"OpenAI: o3 Mini High\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.55,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/o3-pro\": {\n\t\t\tid: \"openai/o3-pro\",\n\t\t\tname: \"OpenAI: o3 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 20,\n\t\t\t\toutput: 80,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/o4-mini\": {\n\t\t\tid: \"openai/o4-mini\",\n\t\t\tname: \"OpenAI: o4 Mini\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.275,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/o4-mini-deep-research\": {\n\t\t\tid: \"openai/o4-mini-deep-research\",\n\t\t\tname: \"OpenAI: o4 Mini Deep Research\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/o4-mini-high\": {\n\t\t\tid: \"openai/o4-mini-high\",\n\t\t\tname: \"OpenAI: o4 Mini High\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.275,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openrouter/auto\": {\n\t\t\tid: \"openrouter/auto\",\n\t\t\tname: \"Auto Router\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: -1000000,\n\t\t\t\toutput: -1000000,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openrouter/free\": {\n\t\t\tid: \"openrouter/free\",\n\t\t\tname: \"Free Models Router\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openrouter/owl-alpha\": {\n\t\t\tid: \"openrouter/owl-alpha\",\n\t\t\tname: \"Owl Alpha\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048756,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"poolside/laguna-m.1:free\": {\n\t\t\tid: \"poolside/laguna-m.1:free\",\n\t\t\tname: \"Poolside: Laguna M.1 (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"poolside/laguna-xs.2:free\": {\n\t\t\tid: \"poolside/laguna-xs.2:free\",\n\t\t\tname: \"Poolside: Laguna XS.2 (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"prime-intellect/intellect-3\": {\n\t\t\tid: \"prime-intellect/intellect-3\",\n\t\t\tname: \"Prime Intellect: INTELLECT-3\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 1.1,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen-2.5-72b-instruct\": {\n\t\t\tid: \"qwen/qwen-2.5-72b-instruct\",\n\t\t\tname: \"Qwen2.5 72B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.36,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen-plus\": {\n\t\t\tid: \"qwen/qwen-plus\",\n\t\t\tname: \"Qwen: Qwen-Plus\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.26,\n\t\t\t\toutput: 0.78,\n\t\t\t\tcacheRead: 0.052000000000000005,\n\t\t\t\tcacheWrite: 0.325,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen-plus-2025-07-28\": {\n\t\t\tid: \"qwen/qwen-plus-2025-07-28\",\n\t\t\tname: \"Qwen: Qwen Plus 0728\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.26,\n\t\t\t\toutput: 0.78,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen-plus-2025-07-28:thinking\": {\n\t\t\tid: \"qwen/qwen-plus-2025-07-28:thinking\",\n\t\t\tname: \"Qwen: Qwen Plus 0728 (thinking)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.26,\n\t\t\t\toutput: 0.78,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0.325,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-14b\": {\n\t\t\tid: \"qwen/qwen3-14b\",\n\t\t\tname: \"Qwen: Qwen3 14B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.24,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131702,\n\t\t\tmaxTokens: 40960,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-235b-a22b\": {\n\t\t\tid: \"qwen/qwen3-235b-a22b\",\n\t\t\tname: \"Qwen: Qwen3 235B A22B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.45499999999999996,\n\t\t\t\toutput: 1.8199999999999998,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-235b-a22b-2507\": {\n\t\t\tid: \"qwen/qwen3-235b-a22b-2507\",\n\t\t\tname: \"Qwen: Qwen3 235B A22B Instruct 2507\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.071,\n\t\t\t\toutput: 0.09999999999999999,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-235b-a22b-thinking-2507\": {\n\t\t\tid: \"qwen/qwen3-235b-a22b-thinking-2507\",\n\t\t\tname: \"Qwen: Qwen3 235B A22B Thinking 2507\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.09999999999999999,\n\t\t\t\tcacheRead: 0.09999999999999999,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-30b-a3b\": {\n\t\t\tid: \"qwen/qwen3-30b-a3b\",\n\t\t\tname: \"Qwen: Qwen3 30B A3B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09,\n\t\t\t\toutput: 0.44999999999999996,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 20000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-30b-a3b-instruct-2507\": {\n\t\t\tid: \"qwen/qwen3-30b-a3b-instruct-2507\",\n\t\t\tname: \"Qwen: Qwen3 30B A3B Instruct 2507\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.0428,\n\t\t\t\toutput: 0.1716,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-30b-a3b-thinking-2507\": {\n\t\t\tid: \"qwen/qwen3-30b-a3b-thinking-2507\",\n\t\t\tname: \"Qwen: Qwen3 30B A3B Thinking 2507\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.08,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-32b\": {\n\t\t\tid: \"qwen/qwen3-32b\",\n\t\t\tname: \"Qwen: Qwen3 32B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.08,\n\t\t\t\toutput: 0.28,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-8b\": {\n\t\t\tid: \"qwen/qwen3-8b\",\n\t\t\tname: \"Qwen: Qwen3 8B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.049999999999999996,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-coder\": {\n\t\t\tid: \"qwen/qwen3-coder\",\n\t\t\tname: \"Qwen: Qwen3 Coder 480B A35B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.22,\n\t\t\t\toutput: 1.7999999999999998,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-coder-30b-a3b-instruct\": {\n\t\t\tid: \"qwen/qwen3-coder-30b-a3b-instruct\",\n\t\t\tname: \"Qwen: Qwen3 Coder 30B A3B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.07,\n\t\t\t\toutput: 0.27,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 160000,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-coder-flash\": {\n\t\t\tid: \"qwen/qwen3-coder-flash\",\n\t\t\tname: \"Qwen: Qwen3 Coder Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.195,\n\t\t\t\toutput: 0.975,\n\t\t\t\tcacheRead: 0.039,\n\t\t\t\tcacheWrite: 0.24375,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-coder-next\": {\n\t\t\tid: \"qwen/qwen3-coder-next\",\n\t\t\tname: \"Qwen: Qwen3 Coder Next\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.11,\n\t\t\t\toutput: 0.7999999999999999,\n\t\t\t\tcacheRead: 0.07,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-coder-plus\": {\n\t\t\tid: \"qwen/qwen3-coder-plus\",\n\t\t\tname: \"Qwen: Qwen3 Coder Plus\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.65,\n\t\t\t\toutput: 3.25,\n\t\t\t\tcacheRead: 0.13,\n\t\t\t\tcacheWrite: 0.8125,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-coder:free\": {\n\t\t\tid: \"qwen/qwen3-coder:free\",\n\t\t\tname: \"Qwen: Qwen3 Coder 480B A35B (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 262000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-max\": {\n\t\t\tid: \"qwen/qwen3-max\",\n\t\t\tname: \"Qwen: Qwen3 Max\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.78,\n\t\t\t\toutput: 3.9,\n\t\t\t\tcacheRead: 0.156,\n\t\t\t\tcacheWrite: 0.975,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-max-thinking\": {\n\t\t\tid: \"qwen/qwen3-max-thinking\",\n\t\t\tname: \"Qwen: Qwen3 Max Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.78,\n\t\t\t\toutput: 3.9,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-next-80b-a3b-instruct\": {\n\t\t\tid: \"qwen/qwen3-next-80b-a3b-instruct\",\n\t\t\tname: \"Qwen: Qwen3 Next 80B A3B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09,\n\t\t\t\toutput: 1.1,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-next-80b-a3b-instruct:free\": {\n\t\t\tid: \"qwen/qwen3-next-80b-a3b-instruct:free\",\n\t\t\tname: \"Qwen: Qwen3 Next 80B A3B Instruct (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-next-80b-a3b-thinking\": {\n\t\t\tid: \"qwen/qwen3-next-80b-a3b-thinking\",\n\t\t\tname: \"Qwen: Qwen3 Next 80B A3B Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.0975,\n\t\t\t\toutput: 0.78,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-vl-235b-a22b-instruct\": {\n\t\t\tid: \"qwen/qwen3-vl-235b-a22b-instruct\",\n\t\t\tname: \"Qwen: Qwen3 VL 235B A22B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 0.88,\n\t\t\t\tcacheRead: 0.11,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-vl-235b-a22b-thinking\": {\n\t\t\tid: \"qwen/qwen3-vl-235b-a22b-thinking\",\n\t\t\tname: \"Qwen: Qwen3 VL 235B A22B Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.26,\n\t\t\t\toutput: 2.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-vl-30b-a3b-instruct\": {\n\t\t\tid: \"qwen/qwen3-vl-30b-a3b-instruct\",\n\t\t\tname: \"Qwen: Qwen3 VL 30B A3B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.13,\n\t\t\t\toutput: 0.52,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-vl-30b-a3b-thinking\": {\n\t\t\tid: \"qwen/qwen3-vl-30b-a3b-thinking\",\n\t\t\tname: \"Qwen: Qwen3 VL 30B A3B Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.13,\n\t\t\t\toutput: 1.56,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-vl-32b-instruct\": {\n\t\t\tid: \"qwen/qwen3-vl-32b-instruct\",\n\t\t\tname: \"Qwen: Qwen3 VL 32B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.10400000000000001,\n\t\t\t\toutput: 0.41600000000000004,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-vl-8b-instruct\": {\n\t\t\tid: \"qwen/qwen3-vl-8b-instruct\",\n\t\t\tname: \"Qwen: Qwen3 VL 8B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.08,\n\t\t\t\toutput: 0.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3-vl-8b-thinking\": {\n\t\t\tid: \"qwen/qwen3-vl-8b-thinking\",\n\t\t\tname: \"Qwen: Qwen3 VL 8B Thinking\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.117,\n\t\t\t\toutput: 1.365,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.5-122b-a10b\": {\n\t\t\tid: \"qwen/qwen3.5-122b-a10b\",\n\t\t\tname: \"Qwen: Qwen3.5-122B-A10B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.26,\n\t\t\t\toutput: 2.08,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.5-27b\": {\n\t\t\tid: \"qwen/qwen3.5-27b\",\n\t\t\tname: \"Qwen: Qwen3.5-27B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.195,\n\t\t\t\toutput: 1.56,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.5-35b-a3b\": {\n\t\t\tid: \"qwen/qwen3.5-35b-a3b\",\n\t\t\tname: \"Qwen: Qwen3.5-35B-A3B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 1,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.5-397b-a17b\": {\n\t\t\tid: \"qwen/qwen3.5-397b-a17b\",\n\t\t\tname: \"Qwen: Qwen3.5 397B A17B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39,\n\t\t\t\toutput: 2.34,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.5-9b\": {\n\t\t\tid: \"qwen/qwen3.5-9b\",\n\t\t\tname: \"Qwen: Qwen3.5-9B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.04,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 81920,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.5-flash-02-23\": {\n\t\t\tid: \"qwen/qwen3.5-flash-02-23\",\n\t\t\tname: \"Qwen: Qwen3.5-Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.065,\n\t\t\t\toutput: 0.26,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.5-plus-02-15\": {\n\t\t\tid: \"qwen/qwen3.5-plus-02-15\",\n\t\t\tname: \"Qwen: Qwen3.5 Plus 2026-02-15\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.26,\n\t\t\t\toutput: 1.56,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.5-plus-20260420\": {\n\t\t\tid: \"qwen/qwen3.5-plus-20260420\",\n\t\t\tname: \"Qwen: Qwen3.5 Plus 2026-04-20\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.7999999999999998,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.6-27b\": {\n\t\t\tid: \"qwen/qwen3.6-27b\",\n\t\t\tname: \"Qwen: Qwen3.6 27B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.29,\n\t\t\t\toutput: 3.1999999999999997,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262140,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.6-35b-a3b\": {\n\t\t\tid: \"qwen/qwen3.6-35b-a3b\",\n\t\t\tname: \"Qwen: Qwen3.6 35B A3B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 1,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262140,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.6-flash\": {\n\t\t\tid: \"qwen/qwen3.6-flash\",\n\t\t\tname: \"Qwen: Qwen3.6 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1875,\n\t\t\t\toutput: 1.125,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0.234375,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.6-max-preview\": {\n\t\t\tid: \"qwen/qwen3.6-max-preview\",\n\t\t\tname: \"Qwen: Qwen3.6 Max Preview\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.04,\n\t\t\t\toutput: 6.24,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 1.3,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.6-plus\": {\n\t\t\tid: \"qwen/qwen3.6-plus\",\n\t\t\tname: \"Qwen: Qwen3.6 Plus\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.325,\n\t\t\t\toutput: 1.95,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0.40625,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.7-max\": {\n\t\t\tid: \"qwen/qwen3.7-max\",\n\t\t\tname: \"Qwen: Qwen3.7 Max\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 3.75,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 1.5625,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"qwen/qwen3.7-plus\": {\n\t\t\tid: \"qwen/qwen3.7-plus\",\n\t\t\tname: \"Qwen: Qwen3.7 Plus\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 1.5999999999999999,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0.5,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"rekaai/reka-edge\": {\n\t\t\tid: \"rekaai/reka-edge\",\n\t\t\tname: \"Reka Edge\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.09999999999999999,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 16384,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"relace/relace-search\": {\n\t\t\tid: \"relace/relace-search\",\n\t\t\tname: \"Relace: Relace Search\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"sao10k/l3-euryale-70b\": {\n\t\t\tid: \"sao10k/l3-euryale-70b\",\n\t\t\tname: \"Sao10k: Llama 3 Euryale 70B v2.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.48,\n\t\t\t\toutput: 1.48,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 8192,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"sao10k/l3.1-euryale-70b\": {\n\t\t\tid: \"sao10k/l3.1-euryale-70b\",\n\t\t\tname: \"Sao10K: Llama 3.1 Euryale 70B v2.2\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.85,\n\t\t\t\toutput: 0.85,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"stepfun/step-3.5-flash\": {\n\t\t\tid: \"stepfun/step-3.5-flash\",\n\t\t\tname: \"StepFun: Step 3.5 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"stepfun/step-3.7-flash\": {\n\t\t\tid: \"stepfun/step-3.7-flash\",\n\t\t\tname: \"StepFun: Step 3.7 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 1.15,\n\t\t\t\tcacheRead: 0.04,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"tencent/hy3-preview\": {\n\t\t\tid: \"tencent/hy3-preview\",\n\t\t\tname: \"Tencent: Hy3 preview\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.063,\n\t\t\t\toutput: 0.21,\n\t\t\t\tcacheRead: 0.020999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"thedrummer/rocinante-12b\": {\n\t\t\tid: \"thedrummer/rocinante-12b\",\n\t\t\tname: \"TheDrummer: Rocinante 12B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.16999999999999998,\n\t\t\t\toutput: 0.43,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32768,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"thedrummer/unslopnemo-12b\": {\n\t\t\tid: \"thedrummer/unslopnemo-12b\",\n\t\t\tname: \"TheDrummer: UnslopNemo 12B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32768,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"upstage/solar-pro-3\": {\n\t\t\tid: \"upstage/solar-pro-3\",\n\t\t\tname: \"Upstage: Solar Pro 3\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.015,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"x-ai/grok-4.20\": {\n\t\t\tid: \"x-ai/grok-4.20\",\n\t\t\tname: \"xAI: Grok 4.20\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"x-ai/grok-4.3\": {\n\t\t\tid: \"x-ai/grok-4.3\",\n\t\t\tname: \"xAI: Grok 4.3\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"x-ai/grok-build-0.1\": {\n\t\t\tid: \"x-ai/grok-build-0.1\",\n\t\t\tname: \"xAI: Grok Build 0.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"xiaomi/mimo-v2-flash\": {\n\t\t\tid: \"xiaomi/mimo-v2-flash\",\n\t\t\tname: \"Xiaomi: MiMo-V2-Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"xiaomi/mimo-v2.5\": {\n\t\t\tid: \"xiaomi/mimo-v2.5\",\n\t\t\tname: \"Xiaomi: MiMo-V2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 0.28,\n\t\t\t\tcacheRead: 0.0028,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"xiaomi/mimo-v2.5-pro\": {\n\t\t\tid: \"xiaomi/mimo-v2.5-pro\",\n\t\t\tname: \"Xiaomi: MiMo-V2.5-Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.435,\n\t\t\t\toutput: 0.87,\n\t\t\t\tcacheRead: 0.0036,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-4-32b\": {\n\t\t\tid: \"z-ai/glm-4-32b\",\n\t\t\tname: \"Z.ai: GLM 4 32B \",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.09999999999999999,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-4.5\": {\n\t\t\tid: \"z-ai/glm-4.5\",\n\t\t\tname: \"Z.ai: GLM 4.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.2,\n\t\t\t\tcacheRead: 0.11,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 98304,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-4.5-air\": {\n\t\t\tid: \"z-ai/glm-4.5-air\",\n\t\t\tname: \"Z.ai: GLM 4.5 Air\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.125,\n\t\t\t\toutput: 0.85,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131070,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-4.5-air:free\": {\n\t\t\tid: \"z-ai/glm-4.5-air:free\",\n\t\t\tname: \"Z.ai: GLM 4.5 Air (free)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 96000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-4.5v\": {\n\t\t\tid: \"z-ai/glm-4.5v\",\n\t\t\tname: \"Z.ai: GLM 4.5V\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 1.7999999999999998,\n\t\t\t\tcacheRead: 0.11,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 65536,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-4.6\": {\n\t\t\tid: \"z-ai/glm-4.6\",\n\t\t\tname: \"Z.ai: GLM 4.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.43,\n\t\t\t\toutput: 1.74,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-4.6v\": {\n\t\t\tid: \"z-ai/glm-4.6v\",\n\t\t\tname: \"Z.ai: GLM 4.6V\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 0.8999999999999999,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 24000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-4.7\": {\n\t\t\tid: \"z-ai/glm-4.7\",\n\t\t\tname: \"Z.ai: GLM 4.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 1.75,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-4.7-flash\": {\n\t\t\tid: \"z-ai/glm-4.7-flash\",\n\t\t\tname: \"Z.ai: GLM 4.7 Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-5\": {\n\t\t\tid: \"z-ai/glm-5\",\n\t\t\tname: \"Z.ai: GLM 5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 1.9,\n\t\t\t\tcacheRead: 0.119,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-5-turbo\": {\n\t\t\tid: \"z-ai/glm-5-turbo\",\n\t\t\tname: \"Z.ai: GLM 5 Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.2,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.24,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-5.1\": {\n\t\t\tid: \"z-ai/glm-5.1\",\n\t\t\tname: \"Z.ai: GLM 5.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.98,\n\t\t\t\toutput: 3.08,\n\t\t\t\tcacheRead: 0.182,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"z-ai/glm-5v-turbo\": {\n\t\t\tid: \"z-ai/glm-5v-turbo\",\n\t\t\tname: \"Z.ai: GLM 5V Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.2,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.24,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"~anthropic/claude-haiku-latest\": {\n\t\t\tid: \"~anthropic/claude-haiku-latest\",\n\t\t\tname: \"Anthropic Claude Haiku Latest\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.09999999999999999,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"~anthropic/claude-opus-latest\": {\n\t\t\tid: \"~anthropic/claude-opus-latest\",\n\t\t\tname: \"Anthropic: Claude Opus Latest\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"~anthropic/claude-sonnet-latest\": {\n\t\t\tid: \"~anthropic/claude-sonnet-latest\",\n\t\t\tname: \"Anthropic Claude Sonnet Latest\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"~google/gemini-flash-latest\": {\n\t\t\tid: \"~google/gemini-flash-latest\",\n\t\t\tname: \"Google Gemini Flash Latest\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 9,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0.08333333333333334,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"~google/gemini-pro-latest\": {\n\t\t\tid: \"~google/gemini-pro-latest\",\n\t\t\tname: \"Google Gemini Pro Latest\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"~moonshotai/kimi-latest\": {\n\t\t\tid: \"~moonshotai/kimi-latest\",\n\t\t\tname: \"MoonshotAI Kimi Latest\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.684,\n\t\t\t\toutput: 3.42,\n\t\t\t\tcacheRead: 0.144,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"~openai/gpt-latest\": {\n\t\t\tid: \"~openai/gpt-latest\",\n\t\t\tname: \"OpenAI GPT Latest\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"~openai/gpt-mini-latest\": {\n\t\t\tid: \"~openai/gpt-mini-latest\",\n\t\t\tname: \"OpenAI GPT Mini Latest\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"openrouter\",\n\t\t\tbaseUrl: \"https://openrouter.ai/api/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.75,\n\t\t\t\toutput: 4.5,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"together\": {\n\t\t\"MiniMaxAI/MiniMax-M2.5\": {\n\t\t\tid: \"MiniMaxAI/MiniMax-M2.5\",\n\t\t\tname: \"MiniMax-M2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"MiniMaxAI/MiniMax-M2.7\": {\n\t\t\tid: \"MiniMaxAI/MiniMax-M2.7\",\n\t\t\tname: \"MiniMax-M2.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3-235B-A22B-Instruct-2507-tput\": {\n\t\t\tid: \"Qwen/Qwen3-235B-A22B-Instruct-2507-tput\",\n\t\t\tname: \"Qwen3 235B A22B Instruct 2507 FP8\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8\": {\n\t\t\tid: \"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8\",\n\t\t\tname: \"Qwen3 Coder 480B A35B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3-Coder-Next-FP8\": {\n\t\t\tid: \"Qwen/Qwen3-Coder-Next-FP8\",\n\t\t\tname: \"Qwen3 Coder Next FP8\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3.5-397B-A17B\": {\n\t\t\tid: \"Qwen/Qwen3.5-397B-A17B\",\n\t\t\tname: \"Qwen3.5 397B A17B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 130000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3.6-Plus\": {\n\t\t\tid: \"Qwen/Qwen3.6-Plus\",\n\t\t\tname: \"Qwen3.6 Plus\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 500000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"Qwen/Qwen3.7-Max\": {\n\t\t\tid: \"Qwen/Qwen3.7-Max\",\n\t\t\tname: \"Qwen3.7 Max\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 7.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 500000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek-ai/DeepSeek-V3\": {\n\t\t\tid: \"deepseek-ai/DeepSeek-V3\",\n\t\t\tname: \"DeepSeek V3\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek-ai/DeepSeek-V3-1\": {\n\t\t\tid: \"deepseek-ai/DeepSeek-V3-1\",\n\t\t\tname: \"DeepSeek V3.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 1.7,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"deepseek-ai/DeepSeek-V4-Pro\": {\n\t\t\tid: \"deepseek-ai/DeepSeek-V4-Pro\",\n\t\t\tname: \"DeepSeek V4 Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":true,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null,\"high\":\"high\",\"xhigh\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 512000,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"essentialai/Rnj-1-Instruct\": {\n\t\t\tid: \"essentialai/Rnj-1-Instruct\",\n\t\t\tname: \"Rnj-1 Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32768,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"google/gemma-4-31B-it\": {\n\t\t\tid: \"google/gemma-4-31B-it\",\n\t\t\tname: \"Gemma 4 31B Instruct\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 0.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"meta-llama/Llama-3.3-70B-Instruct-Turbo\": {\n\t\t\tid: \"meta-llama/Llama-3.3-70B-Instruct-Turbo\",\n\t\t\tname: \"Llama 3.3 70B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false},\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.88,\n\t\t\t\toutput: 0.88,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/Kimi-K2.5\": {\n\t\t\tid: \"moonshotai/Kimi-K2.5\",\n\t\t\tname: \"Kimi K2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 2.8,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 262144,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"moonshotai/Kimi-K2.6\": {\n\t\t\tid: \"moonshotai/Kimi-K2.6\",\n\t\t\tname: \"Kimi K2.6\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.2,\n\t\t\t\toutput: 4.5,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"openai/gpt-oss-120b\": {\n\t\t\tid: \"openai/gpt-oss-120b\",\n\t\t\tname: \"GPT OSS 120B\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":true,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"openai\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"off\":null,\"minimal\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"zai-org/GLM-5.1\": {\n\t\t\tid: \"zai-org/GLM-5.1\",\n\t\t\tname: \"GLM-5.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"together\",\n\t\t\tbaseUrl: \"https://api.together.ai/v1\",\n\t\t\tcompat: {\"supportsStore\":false,\"supportsDeveloperRole\":false,\"supportsReasoningEffort\":false,\"maxTokensField\":\"max_tokens\",\"supportsStrictMode\":false,\"supportsLongCacheRetention\":false,\"thinkingFormat\":\"together\"},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"minimal\":null,\"low\":null,\"medium\":null},\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.4,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202752,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"vercel-ai-gateway\": {\n\t\t\"alibaba/qwen-3-14b\": {\n\t\t\tid: \"alibaba/qwen-3-14b\",\n\t\t\tname: \"Qwen3-14B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.12,\n\t\t\t\toutput: 0.24,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 40960,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen-3-235b\": {\n\t\t\tid: \"alibaba/qwen-3-235b\",\n\t\t\tname: \"Qwen3 235B A22B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.22,\n\t\t\t\toutput: 0.88,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen-3-30b\": {\n\t\t\tid: \"alibaba/qwen-3-30b\",\n\t\t\tname: \"Qwen3-30B-A3B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.08,\n\t\t\t\toutput: 0.29,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 40960,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen-3-32b\": {\n\t\t\tid: \"alibaba/qwen-3-32b\",\n\t\t\tname: \"Qwen 3 32B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.16,\n\t\t\t\toutput: 0.64,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen-3.6-max-preview\": {\n\t\t\tid: \"alibaba/qwen-3.6-max-preview\",\n\t\t\tname: \"Qwen 3.6 Max Preview\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.3,\n\t\t\t\toutput: 7.8,\n\t\t\t\tcacheRead: 0.26,\n\t\t\t\tcacheWrite: 1.625,\n\t\t\t},\n\t\t\tcontextWindow: 240000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-235b-a22b-thinking\": {\n\t\t\tid: \"alibaba/qwen3-235b-a22b-thinking\",\n\t\t\tname: \"Qwen3 VL 235B A22B Thinking\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-coder\": {\n\t\t\tid: \"alibaba/qwen3-coder\",\n\t\t\tname: \"Qwen3 Coder 480B A35B Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 7.5,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-coder-30b-a3b\": {\n\t\t\tid: \"alibaba/qwen3-coder-30b-a3b\",\n\t\t\tname: \"Qwen 3 Coder 30B A3B Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-coder-next\": {\n\t\t\tid: \"alibaba/qwen3-coder-next\",\n\t\t\tname: \"Qwen3 Coder Next\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-coder-plus\": {\n\t\t\tid: \"alibaba/qwen3-coder-plus\",\n\t\t\tname: \"Qwen3 Coder Plus\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-max\": {\n\t\t\tid: \"alibaba/qwen3-max\",\n\t\t\tname: \"Qwen3 Max\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0.24,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-max-preview\": {\n\t\t\tid: \"alibaba/qwen3-max-preview\",\n\t\t\tname: \"Qwen3 Max Preview\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0.24,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-max-thinking\": {\n\t\t\tid: \"alibaba/qwen3-max-thinking\",\n\t\t\tname: \"Qwen 3 Max Thinking\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0.24,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-next-80b-a3b-instruct\": {\n\t\t\tid: \"alibaba/qwen3-next-80b-a3b-instruct\",\n\t\t\tname: \"Qwen3 Next 80B A3B Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-next-80b-a3b-thinking\": {\n\t\t\tid: \"alibaba/qwen3-next-80b-a3b-thinking\",\n\t\t\tname: \"Qwen3 Next 80B A3B Thinking\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3-vl-thinking\": {\n\t\t\tid: \"alibaba/qwen3-vl-thinking\",\n\t\t\tname: \"Qwen3 VL 235B A22B Thinking\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3.5-flash\": {\n\t\t\tid: \"alibaba/qwen3.5-flash\",\n\t\t\tname: \"Qwen 3.5 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.001,\n\t\t\t\tcacheWrite: 0.125,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3.5-plus\": {\n\t\t\tid: \"alibaba/qwen3.5-plus\",\n\t\t\tname: \"Qwen 3.5 Plus\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 2.4,\n\t\t\t\tcacheRead: 0.04,\n\t\t\t\tcacheWrite: 0.5,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3.6-27b\": {\n\t\t\tid: \"alibaba/qwen3.6-27b\",\n\t\t\tname: \"Qwen 3.6 27B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3.5999999999999996,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3.6-plus\": {\n\t\t\tid: \"alibaba/qwen3.6-plus\",\n\t\t\tname: \"Qwen 3.6 Plus\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.09999999999999999,\n\t\t\t\tcacheWrite: 0.625,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3.7-max\": {\n\t\t\tid: \"alibaba/qwen3.7-max\",\n\t\t\tname: \"Qwen 3.7 Max\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 3.75,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 1.5625,\n\t\t\t},\n\t\t\tcontextWindow: 991000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"alibaba/qwen3.7-plus\": {\n\t\t\tid: \"alibaba/qwen3.7-plus\",\n\t\t\tname: \"Qwen 3.7 Plus\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 1.5999999999999999,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0.5,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-3-haiku\": {\n\t\t\tid: \"anthropic/claude-3-haiku\",\n\t\t\tname: \"Claude 3 Haiku\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0.3,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-3.5-haiku\": {\n\t\t\tid: \"anthropic/claude-3.5-haiku\",\n\t\t\tname: \"Claude 3.5 Haiku\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.7999999999999999,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 1,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-haiku-4.5\": {\n\t\t\tid: \"anthropic/claude-haiku-4.5\",\n\t\t\tname: \"Claude Haiku 4.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 5,\n\t\t\t\tcacheRead: 0.09999999999999999,\n\t\t\t\tcacheWrite: 1.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-opus-4\": {\n\t\t\tid: \"anthropic/claude-opus-4\",\n\t\t\tname: \"Claude Opus 4\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-opus-4.1\": {\n\t\t\tid: \"anthropic/claude-opus-4.1\",\n\t\t\tname: \"Claude Opus 4.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 75,\n\t\t\t\tcacheRead: 1.5,\n\t\t\t\tcacheWrite: 18.75,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-opus-4.5\": {\n\t\t\tid: \"anthropic/claude-opus-4.5\",\n\t\t\tname: \"Claude Opus 4.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-opus-4.6\": {\n\t\t\tid: \"anthropic/claude-opus-4.6\",\n\t\t\tname: \"Claude Opus 4.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"max\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-opus-4.7\": {\n\t\t\tid: \"anthropic/claude-opus-4.7\",\n\t\t\tname: \"Claude Opus 4.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-opus-4.8\": {\n\t\t\tid: \"anthropic/claude-opus-4.8\",\n\t\t\tname: \"Claude Opus 4.8\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true,\"supportsTemperature\":false},\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 6.25,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-sonnet-4\": {\n\t\t\tid: \"anthropic/claude-sonnet-4\",\n\t\t\tname: \"Claude Sonnet 4\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-sonnet-4.5\": {\n\t\t\tid: \"anthropic/claude-sonnet-4.5\",\n\t\t\tname: \"Claude Sonnet 4.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"anthropic/claude-sonnet-4.6\": {\n\t\t\tid: \"anthropic/claude-sonnet-4.6\",\n\t\t\tname: \"Claude Sonnet 4.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\tcompat: {\"forceAdaptiveThinking\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.3,\n\t\t\t\tcacheWrite: 3.75,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"arcee-ai/trinity-large-preview\": {\n\t\t\tid: \"arcee-ai/trinity-large-preview\",\n\t\t\tname: \"Trinity Large Preview\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131000,\n\t\t\tmaxTokens: 131000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"arcee-ai/trinity-large-thinking\": {\n\t\t\tid: \"arcee-ai/trinity-large-thinking\",\n\t\t\tname: \"Trinity Large Thinking\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 0.8999999999999999,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262100,\n\t\t\tmaxTokens: 80000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"bytedance/seed-1.6\": {\n\t\t\tid: \"bytedance/seed-1.6\",\n\t\t\tname: \"Seed 1.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"cohere/command-a\": {\n\t\t\tid: \"cohere/command-a\",\n\t\t\tname: \"Command A\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 8000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"deepseek/deepseek-r1\": {\n\t\t\tid: \"deepseek/deepseek-r1\",\n\t\t\tname: \"DeepSeek-R1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.35,\n\t\t\t\toutput: 5.4,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"deepseek/deepseek-v3\": {\n\t\t\tid: \"deepseek/deepseek-v3\",\n\t\t\tname: \"DeepSeek V3 0324\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.27,\n\t\t\t\toutput: 1.12,\n\t\t\t\tcacheRead: 0.135,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 163840,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"deepseek/deepseek-v3.1\": {\n\t\t\tid: \"deepseek/deepseek-v3.1\",\n\t\t\tname: \"DeepSeek V3.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.56,\n\t\t\t\toutput: 1.68,\n\t\t\t\tcacheRead: 0.28,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 163840,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"deepseek/deepseek-v3.1-terminus\": {\n\t\t\tid: \"deepseek/deepseek-v3.1-terminus\",\n\t\t\tname: \"DeepSeek V3.1 Terminus\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.27,\n\t\t\t\toutput: 1,\n\t\t\t\tcacheRead: 0.135,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"deepseek/deepseek-v3.2\": {\n\t\t\tid: \"deepseek/deepseek-v3.2\",\n\t\t\tname: \"DeepSeek V3.2\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.28,\n\t\t\t\toutput: 0.42,\n\t\t\t\tcacheRead: 0.028,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"deepseek/deepseek-v3.2-thinking\": {\n\t\t\tid: \"deepseek/deepseek-v3.2-thinking\",\n\t\t\tname: \"DeepSeek V3.2 Thinking\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.62,\n\t\t\t\toutput: 1.85,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"deepseek/deepseek-v4-flash\": {\n\t\t\tid: \"deepseek/deepseek-v4-flash\",\n\t\t\tname: \"DeepSeek V4 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 0.28,\n\t\t\t\tcacheRead: 0.0028,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"deepseek/deepseek-v4-pro\": {\n\t\t\tid: \"deepseek/deepseek-v4-pro\",\n\t\t\tname: \"DeepSeek V4 Pro\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.435,\n\t\t\t\toutput: 0.87,\n\t\t\t\tcacheRead: 0.0036,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 384000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-2.0-flash\": {\n\t\t\tid: \"google/gemini-2.0-flash\",\n\t\t\tname: \"Gemini 2.0 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-2.0-flash-lite\": {\n\t\t\tid: \"google/gemini-2.0-flash-lite\",\n\t\t\tname: \"Gemini 2.0 Flash Lite\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-2.5-flash\": {\n\t\t\tid: \"google/gemini-2.5-flash\",\n\t\t\tname: \"Gemini 2.5 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-2.5-flash-lite\": {\n\t\t\tid: \"google/gemini-2.5-flash-lite\",\n\t\t\tname: \"Gemini 2.5 Flash Lite\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-2.5-pro\": {\n\t\t\tid: \"google/gemini-2.5-pro\",\n\t\t\tname: \"Gemini 2.5 Pro\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-3-flash\": {\n\t\t\tid: \"google/gemini-3-flash\",\n\t\t\tname: \"Gemini 3 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-3-pro-preview\": {\n\t\t\tid: \"google/gemini-3-pro-preview\",\n\t\t\tname: \"Gemini 3 Pro Preview\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-3.1-flash-lite\": {\n\t\t\tid: \"google/gemini-3.1-flash-lite\",\n\t\t\tname: \"Gemini 3.1 Flash Lite\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-3.1-flash-lite-preview\": {\n\t\t\tid: \"google/gemini-3.1-flash-lite-preview\",\n\t\t\tname: \"Gemini 3.1 Flash Lite Preview\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 65000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-3.1-pro-preview\": {\n\t\t\tid: \"google/gemini-3.1-pro-preview\",\n\t\t\tname: \"Gemini 3.1 Pro Preview\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 12,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemini-3.5-flash\": {\n\t\t\tid: \"google/gemini-3.5-flash\",\n\t\t\tname: \"Gemini 3.5 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 9,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemma-4-26b-a4b-it\": {\n\t\t\tid: \"google/gemma-4-26b-a4b-it\",\n\t\t\tname: \"Gemma 4 26B A4B IT\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.015,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"google/gemma-4-31b-it\": {\n\t\t\tid: \"google/gemma-4-31b-it\",\n\t\t\tname: \"Gemma 4 31B IT\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"inception/mercury-2\": {\n\t\t\tid: \"inception/mercury-2\",\n\t\t\tname: \"Mercury 2\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 0.75,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"inception/mercury-coder-small\": {\n\t\t\tid: \"inception/mercury-coder-small\",\n\t\t\tname: \"Mercury Coder Small Beta\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 1,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"kwaipilot/kat-coder-pro-v2\": {\n\t\t\tid: \"kwaipilot/kat-coder-pro-v2\",\n\t\t\tname: \"Kat Coder Pro V2\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"meituan/longcat-flash-chat\": {\n\t\t\tid: \"meituan/longcat-flash-chat\",\n\t\t\tname: \"LongCat Flash Chat\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"meta/llama-3.1-70b\": {\n\t\t\tid: \"meta/llama-3.1-70b\",\n\t\t\tname: \"Llama 3.1 70B Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.72,\n\t\t\t\toutput: 0.72,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"meta/llama-3.1-8b\": {\n\t\t\tid: \"meta/llama-3.1-8b\",\n\t\t\tname: \"Llama 3.1 8B Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.22,\n\t\t\t\toutput: 0.22,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"meta/llama-3.2-11b\": {\n\t\t\tid: \"meta/llama-3.2-11b\",\n\t\t\tname: \"Llama 3.2 11B Vision Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.16,\n\t\t\t\toutput: 0.16,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"meta/llama-3.2-90b\": {\n\t\t\tid: \"meta/llama-3.2-90b\",\n\t\t\tname: \"Llama 3.2 90B Vision Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.72,\n\t\t\t\toutput: 0.72,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"meta/llama-3.3-70b\": {\n\t\t\tid: \"meta/llama-3.3-70b\",\n\t\t\tname: \"Llama 3.3 70B Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.72,\n\t\t\t\toutput: 0.72,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"meta/llama-4-maverick\": {\n\t\t\tid: \"meta/llama-4-maverick\",\n\t\t\tname: \"Llama 4 Maverick 17B Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.24,\n\t\t\t\toutput: 0.9700000000000001,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"meta/llama-4-scout\": {\n\t\t\tid: \"meta/llama-4-scout\",\n\t\t\tname: \"Llama 4 Scout 17B Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.16999999999999998,\n\t\t\t\toutput: 0.66,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"minimax/minimax-m2\": {\n\t\t\tid: \"minimax/minimax-m2\",\n\t\t\tname: \"MiniMax M2\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 205000,\n\t\t\tmaxTokens: 205000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"minimax/minimax-m2.1\": {\n\t\t\tid: \"minimax/minimax-m2.1\",\n\t\t\tname: \"MiniMax M2.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"minimax/minimax-m2.1-lightning\": {\n\t\t\tid: \"minimax/minimax-m2.1-lightning\",\n\t\t\tname: \"MiniMax M2.1 Lightning\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 2.4,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"minimax/minimax-m2.5\": {\n\t\t\tid: \"minimax/minimax-m2.5\",\n\t\t\tname: \"MiniMax M2.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"minimax/minimax-m2.5-highspeed\": {\n\t\t\tid: \"minimax/minimax-m2.5-highspeed\",\n\t\t\tname: \"MiniMax M2.5 High Speed\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.4,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"minimax/minimax-m2.7\": {\n\t\t\tid: \"minimax/minimax-m2.7\",\n\t\t\tname: \"MiniMax M2.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"minimax/minimax-m2.7-highspeed\": {\n\t\t\tid: \"minimax/minimax-m2.7-highspeed\",\n\t\t\tname: \"MiniMax M2.7 High Speed\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.4,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0.375,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131100,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"minimax/minimax-m3\": {\n\t\t\tid: \"minimax/minimax-m3\",\n\t\t\tname: \"MiniMax M3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 1.2,\n\t\t\t\tcacheRead: 0.06,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 1000000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/codestral\": {\n\t\t\tid: \"mistral/codestral\",\n\t\t\tname: \"Mistral Codestral\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 0.8999999999999999,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/devstral-2\": {\n\t\t\tid: \"mistral/devstral-2\",\n\t\t\tname: \"Devstral 2\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/devstral-small\": {\n\t\t\tid: \"mistral/devstral-small\",\n\t\t\tname: \"Devstral Small 1.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/devstral-small-2\": {\n\t\t\tid: \"mistral/devstral-small-2\",\n\t\t\tname: \"Devstral Small 2\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/ministral-3b\": {\n\t\t\tid: \"mistral/ministral-3b\",\n\t\t\tname: \"Ministral 3B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.09999999999999999,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/ministral-8b\": {\n\t\t\tid: \"mistral/ministral-8b\",\n\t\t\tname: \"Ministral 8B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/mistral-medium\": {\n\t\t\tid: \"mistral/mistral-medium\",\n\t\t\tname: \"Mistral Medium 3.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/mistral-medium-3.5\": {\n\t\t\tid: \"mistral/mistral-medium-3.5\",\n\t\t\tname: \"Mistral Medium Latest\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.5,\n\t\t\t\toutput: 7.5,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/mistral-nemo\": {\n\t\t\tid: \"mistral/mistral-nemo\",\n\t\t\tname: \"Mistral Nemo 12B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.02,\n\t\t\t\toutput: 0.04,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/mistral-small\": {\n\t\t\tid: \"mistral/mistral-small\",\n\t\t\tname: \"Mistral Small\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32000,\n\t\t\tmaxTokens: 4000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/pixtral-12b\": {\n\t\t\tid: \"mistral/pixtral-12b\",\n\t\t\tname: \"Pixtral 12B 2409\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.15,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"mistral/pixtral-large\": {\n\t\t\tid: \"mistral/pixtral-large\",\n\t\t\tname: \"Pixtral Large\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"moonshotai/kimi-k2\": {\n\t\t\tid: \"moonshotai/kimi-k2\",\n\t\t\tname: \"Kimi K2 Instruct\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.5700000000000001,\n\t\t\t\toutput: 2.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"moonshotai/kimi-k2-thinking\": {\n\t\t\tid: \"moonshotai/kimi-k2-thinking\",\n\t\t\tname: \"Kimi K2 Thinking\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262114,\n\t\t\tmaxTokens: 262114,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"moonshotai/kimi-k2-thinking-turbo\": {\n\t\t\tid: \"moonshotai/kimi-k2-thinking-turbo\",\n\t\t\tname: \"Kimi K2 Thinking Turbo\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.15,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262114,\n\t\t\tmaxTokens: 262114,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"moonshotai/kimi-k2-turbo\": {\n\t\t\tid: \"moonshotai/kimi-k2-turbo\",\n\t\t\tname: \"Kimi K2 Turbo\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.15,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.15,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"moonshotai/kimi-k2.5\": {\n\t\t\tid: \"moonshotai/kimi-k2.5\",\n\t\t\tname: \"Kimi K2.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.09999999999999999,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262114,\n\t\t\tmaxTokens: 262114,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"moonshotai/kimi-k2.6\": {\n\t\t\tid: \"moonshotai/kimi-k2.6\",\n\t\t\tname: \"Kimi K2.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.95,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.16,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262000,\n\t\t\tmaxTokens: 262000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"nvidia/nemotron-3-super-120b-a12b\": {\n\t\t\tid: \"nvidia/nemotron-3-super-120b-a12b\",\n\t\t\tname: \"NVIDIA Nemotron 3 Super 120B A12B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.65,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"nvidia/nemotron-nano-12b-v2-vl\": {\n\t\t\tid: \"nvidia/nemotron-nano-12b-v2-vl\",\n\t\t\tname: \"Nvidia Nemotron Nano 12B V2 VL\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"nvidia/nemotron-nano-9b-v2\": {\n\t\t\tid: \"nvidia/nemotron-nano-9b-v2\",\n\t\t\tname: \"Nvidia Nemotron Nano 9B V2\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.22999999999999998,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-4-turbo\": {\n\t\t\tid: \"openai/gpt-4-turbo\",\n\t\t\tname: \"GPT-4 Turbo\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 4096,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-4.1\": {\n\t\t\tid: \"openai/gpt-4.1\",\n\t\t\tname: \"GPT-4.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-4.1-mini\": {\n\t\t\tid: \"openai/gpt-4.1-mini\",\n\t\t\tname: \"GPT-4.1 mini\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.39999999999999997,\n\t\t\t\toutput: 1.5999999999999999,\n\t\t\t\tcacheRead: 0.09999999999999999,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-4.1-nano\": {\n\t\t\tid: \"openai/gpt-4.1-nano\",\n\t\t\tname: \"GPT-4.1 nano\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1047576,\n\t\t\tmaxTokens: 32768,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-4o\": {\n\t\t\tid: \"openai/gpt-4o\",\n\t\t\tname: \"GPT-4o\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-4o-mini\": {\n\t\t\tid: \"openai/gpt-4o-mini\",\n\t\t\tname: \"GPT-4o mini\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.15,\n\t\t\t\toutput: 0.6,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5\": {\n\t\t\tid: \"openai/gpt-5\",\n\t\t\tname: \"GPT-5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5-chat\": {\n\t\t\tid: \"openai/gpt-5-chat\",\n\t\t\tname: \"GPT 5 Chat\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5-codex\": {\n\t\t\tid: \"openai/gpt-5-codex\",\n\t\t\tname: \"GPT-5-Codex\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5-mini\": {\n\t\t\tid: \"openai/gpt-5-mini\",\n\t\t\tname: \"GPT-5 mini\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5-nano\": {\n\t\t\tid: \"openai/gpt-5-nano\",\n\t\t\tname: \"GPT-5 nano\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.049999999999999996,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.005,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5-pro\": {\n\t\t\tid: \"openai/gpt-5-pro\",\n\t\t\tname: \"GPT-5 pro\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 120,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 272000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.1-codex\": {\n\t\t\tid: \"openai/gpt-5.1-codex\",\n\t\t\tname: \"GPT-5.1-Codex\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.1-codex-max\": {\n\t\t\tid: \"openai/gpt-5.1-codex-max\",\n\t\t\tname: \"GPT 5.1 Codex Max\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.1-codex-mini\": {\n\t\t\tid: \"openai/gpt-5.1-codex-mini\",\n\t\t\tname: \"GPT 5.1 Codex Mini\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.25,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.024999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.1-instant\": {\n\t\t\tid: \"openai/gpt-5.1-instant\",\n\t\t\tname: \"GPT-5.1 Instant\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.1-thinking\": {\n\t\t\tid: \"openai/gpt-5.1-thinking\",\n\t\t\tname: \"GPT 5.1 Thinking\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 10,\n\t\t\t\tcacheRead: 0.125,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.2\": {\n\t\t\tid: \"openai/gpt-5.2\",\n\t\t\tname: \"GPT 5.2\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.2-chat\": {\n\t\t\tid: \"openai/gpt-5.2-chat\",\n\t\t\tname: \"GPT 5.2 Chat\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.2-codex\": {\n\t\t\tid: \"openai/gpt-5.2-codex\",\n\t\t\tname: \"GPT 5.2 Codex\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.2-pro\": {\n\t\t\tid: \"openai/gpt-5.2-pro\",\n\t\t\tname: \"GPT 5.2 \",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 21,\n\t\t\t\toutput: 168,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.3-chat\": {\n\t\t\tid: \"openai/gpt-5.3-chat\",\n\t\t\tname: \"GPT-5.3 Chat\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 16384,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.3-codex\": {\n\t\t\tid: \"openai/gpt-5.3-codex\",\n\t\t\tname: \"GPT 5.3 Codex\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.75,\n\t\t\t\toutput: 14,\n\t\t\t\tcacheRead: 0.175,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.4\": {\n\t\t\tid: \"openai/gpt-5.4\",\n\t\t\tname: \"GPT 5.4\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.5,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.4-mini\": {\n\t\t\tid: \"openai/gpt-5.4-mini\",\n\t\t\tname: \"GPT 5.4 Mini\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.75,\n\t\t\t\toutput: 4.5,\n\t\t\t\tcacheRead: 0.075,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.4-nano\": {\n\t\t\tid: \"openai/gpt-5.4-nano\",\n\t\t\tname: \"GPT 5.4 Nano\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 1.25,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 400000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.4-pro\": {\n\t\t\tid: \"openai/gpt-5.4-pro\",\n\t\t\tname: \"GPT 5.4 Pro\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 180,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.5\": {\n\t\t\tid: \"openai/gpt-5.5\",\n\t\t\tname: \"GPT 5.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\"},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 30,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-5.5-pro\": {\n\t\t\tid: \"openai/gpt-5.5-pro\",\n\t\t\tname: \"GPT 5.5 Pro\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tthinkingLevelMap: {\"xhigh\":\"xhigh\",\"off\":null,\"minimal\":null,\"low\":null},\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 30,\n\t\t\t\toutput: 180,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-oss-120b\": {\n\t\t\tid: \"openai/gpt-oss-120b\",\n\t\t\tname: \"GPT OSS 120B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.35,\n\t\t\t\toutput: 0.75,\n\t\t\t\tcacheRead: 0.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 131000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-oss-20b\": {\n\t\t\tid: \"openai/gpt-oss-20b\",\n\t\t\tname: \"GPT OSS 20B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.049999999999999996,\n\t\t\t\toutput: 0.19999999999999998,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/gpt-oss-safeguard-20b\": {\n\t\t\tid: \"openai/gpt-oss-safeguard-20b\",\n\t\t\tname: \"GPT OSS Safeguard 20B\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.075,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.037,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/o1\": {\n\t\t\tid: \"openai/o1\",\n\t\t\tname: \"o1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 15,\n\t\t\t\toutput: 60,\n\t\t\t\tcacheRead: 7.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/o3\": {\n\t\t\tid: \"openai/o3\",\n\t\t\tname: \"o3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2,\n\t\t\t\toutput: 8,\n\t\t\t\tcacheRead: 0.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/o3-deep-research\": {\n\t\t\tid: \"openai/o3-deep-research\",\n\t\t\tname: \"o3-deep-research\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 10,\n\t\t\t\toutput: 40,\n\t\t\t\tcacheRead: 2.5,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/o3-mini\": {\n\t\t\tid: \"openai/o3-mini\",\n\t\t\tname: \"o3-mini\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.55,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/o3-pro\": {\n\t\t\tid: \"openai/o3-pro\",\n\t\t\tname: \"o3 Pro\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 20,\n\t\t\t\toutput: 80,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"openai/o4-mini\": {\n\t\t\tid: \"openai/o4-mini\",\n\t\t\tname: \"o4-mini\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.1,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.275,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 100000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"perplexity/sonar\": {\n\t\t\tid: \"perplexity/sonar\",\n\t\t\tname: \"Sonar\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 127000,\n\t\t\tmaxTokens: 8000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"perplexity/sonar-pro\": {\n\t\t\tid: \"perplexity/sonar-pro\",\n\t\t\tname: \"Sonar Pro\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 8000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"stepfun/step-3.5-flash\": {\n\t\t\tid: \"stepfun/step-3.5-flash\",\n\t\t\tname: \"StepFun 3.5 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0.02,\n\t\t\t},\n\t\t\tcontextWindow: 262114,\n\t\t\tmaxTokens: 262114,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"stepfun/step-3.7-flash\": {\n\t\t\tid: \"stepfun/step-3.7-flash\",\n\t\t\tname: \"Step 3.7 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 1.15,\n\t\t\t\tcacheRead: 0.04,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xai/grok-4.1-fast-non-reasoning\": {\n\t\t\tid: \"xai/grok-4.1-fast-non-reasoning\",\n\t\t\tname: \"Grok 4.1 Fast Non-Reasoning\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 0.5,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 1000000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xai/grok-4.1-fast-reasoning\": {\n\t\t\tid: \"xai/grok-4.1-fast-reasoning\",\n\t\t\tname: \"Grok 4.1 Fast Reasoning\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 0.5,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 1000000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xai/grok-4.20-multi-agent\": {\n\t\t\tid: \"xai/grok-4.20-multi-agent\",\n\t\t\tname: \"Grok 4.20 Multi-Agent\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 2000000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xai/grok-4.20-multi-agent-beta\": {\n\t\t\tid: \"xai/grok-4.20-multi-agent-beta\",\n\t\t\tname: \"Grok 4.20 Multi Agent Beta\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 2000000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xai/grok-4.20-non-reasoning\": {\n\t\t\tid: \"xai/grok-4.20-non-reasoning\",\n\t\t\tname: \"Grok 4.20 Non-Reasoning\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 2000000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xai/grok-4.20-non-reasoning-beta\": {\n\t\t\tid: \"xai/grok-4.20-non-reasoning-beta\",\n\t\t\tname: \"Grok 4.20 Beta Non-Reasoning\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 2000000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xai/grok-4.20-reasoning\": {\n\t\t\tid: \"xai/grok-4.20-reasoning\",\n\t\t\tname: \"Grok 4.20 Reasoning\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 2000000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xai/grok-4.20-reasoning-beta\": {\n\t\t\tid: \"xai/grok-4.20-reasoning-beta\",\n\t\t\tname: \"Grok 4.20 Beta Reasoning\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 2000000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xai/grok-4.3\": {\n\t\t\tid: \"xai/grok-4.3\",\n\t\t\tname: \"Grok 4.3\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 1000000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xai/grok-build-0.1\": {\n\t\t\tid: \"xai/grok-build-0.1\",\n\t\t\tname: \"Grok Build 0.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xiaomi/mimo-v2-flash\": {\n\t\t\tid: \"xiaomi/mimo-v2-flash\",\n\t\t\tname: \"MiMo V2 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.09999999999999999,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 32000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xiaomi/mimo-v2-pro\": {\n\t\t\tid: \"xiaomi/mimo-v2-pro\",\n\t\t\tname: \"MiMo V2 Pro\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xiaomi/mimo-v2.5\": {\n\t\t\tid: \"xiaomi/mimo-v2.5\",\n\t\t\tname: \"MiMo M2.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.14,\n\t\t\t\toutput: 0.28,\n\t\t\t\tcacheRead: 0.0028,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 131100,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"xiaomi/mimo-v2.5-pro\": {\n\t\t\tid: \"xiaomi/mimo-v2.5-pro\",\n\t\t\tname: \"MiMo V2.5 Pro\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.435,\n\t\t\t\toutput: 0.87,\n\t\t\t\tcacheRead: 0.0036,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1050000,\n\t\t\tmaxTokens: 131000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-4.5\": {\n\t\t\tid: \"zai/glm-4.5\",\n\t\t\tname: \"GLM-4.5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.2,\n\t\t\t\tcacheRead: 0.11,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 96000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-4.5-air\": {\n\t\t\tid: \"zai/glm-4.5-air\",\n\t\t\tname: \"GLM 4.5 Air\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.19999999999999998,\n\t\t\t\toutput: 1.1,\n\t\t\t\tcacheRead: 0.03,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 96000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-4.5v\": {\n\t\t\tid: \"zai/glm-4.5v\",\n\t\t\tname: \"GLM 4.5V\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 1.7999999999999998,\n\t\t\t\tcacheRead: 0.11,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 66000,\n\t\t\tmaxTokens: 16000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-4.6\": {\n\t\t\tid: \"zai/glm-4.6\",\n\t\t\tname: \"GLM 4.6\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.6,\n\t\t\t\toutput: 2.2,\n\t\t\t\tcacheRead: 0.11,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 96000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-4.6v\": {\n\t\t\tid: \"zai/glm-4.6v\",\n\t\t\tname: \"GLM-4.6V\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.3,\n\t\t\t\toutput: 0.8999999999999999,\n\t\t\t\tcacheRead: 0.049999999999999996,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 24000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-4.6v-flash\": {\n\t\t\tid: \"zai/glm-4.6v-flash\",\n\t\t\tname: \"GLM-4.6V-Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 128000,\n\t\t\tmaxTokens: 24000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-4.7\": {\n\t\t\tid: \"zai/glm-4.7\",\n\t\t\tname: \"GLM 4.7\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 2.25,\n\t\t\t\toutput: 2.75,\n\t\t\t\tcacheRead: 2.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131000,\n\t\t\tmaxTokens: 40000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-4.7-flash\": {\n\t\t\tid: \"zai/glm-4.7-flash\",\n\t\t\tname: \"GLM 4.7 Flash\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.07,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 131000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-4.7-flashx\": {\n\t\t\tid: \"zai/glm-4.7-flashx\",\n\t\t\tname: \"GLM 4.7 FlashX\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.06,\n\t\t\t\toutput: 0.39999999999999997,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-5\": {\n\t\t\tid: \"zai/glm-5\",\n\t\t\tname: \"GLM 5\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3.1999999999999997,\n\t\t\t\tcacheRead: 0.19999999999999998,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202800,\n\t\t\tmaxTokens: 131100,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-5-turbo\": {\n\t\t\tid: \"zai/glm-5-turbo\",\n\t\t\tname: \"GLM 5 Turbo\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.2,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.24,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202800,\n\t\t\tmaxTokens: 131100,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-5.1\": {\n\t\t\tid: \"zai/glm-5.1\",\n\t\t\tname: \"GLM 5.1\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.4,\n\t\t\t\toutput: 4.4,\n\t\t\t\tcacheRead: 0.26,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 202800,\n\t\t\tmaxTokens: 64000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t\t\"zai/glm-5v-turbo\": {\n\t\t\tid: \"zai/glm-5v-turbo\",\n\t\t\tname: \"GLM 5V Turbo\",\n\t\t\tapi: \"anthropic-messages\",\n\t\t\tprovider: \"vercel-ai-gateway\",\n\t\t\tbaseUrl: \"https://ai-gateway.vercel.sh\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.2,\n\t\t\t\toutput: 4,\n\t\t\t\tcacheRead: 0.24,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 128000,\n\t\t} satisfies Model<\"anthropic-messages\">,\n\t},\n\t\"xai\": {\n\t\t\"grok-3\": {\n\t\t\tid: \"grok-3\",\n\t\t\tname: \"Grok 3\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xai\",\n\t\t\tbaseUrl: \"https://api.x.ai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 3,\n\t\t\t\toutput: 15,\n\t\t\t\tcacheRead: 0.75,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"grok-3-fast\": {\n\t\t\tid: \"grok-3-fast\",\n\t\t\tname: \"Grok 3 Fast\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xai\",\n\t\t\tbaseUrl: \"https://api.x.ai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 5,\n\t\t\t\toutput: 25,\n\t\t\t\tcacheRead: 1.25,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"grok-4.20-0309-non-reasoning\": {\n\t\t\tid: \"grok-4.20-0309-non-reasoning\",\n\t\t\tname: \"Grok 4.20 (Non-Reasoning)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xai\",\n\t\t\tbaseUrl: \"https://api.x.ai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 30000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"grok-4.20-0309-reasoning\": {\n\t\t\tid: \"grok-4.20-0309-reasoning\",\n\t\t\tname: \"Grok 4.20 (Reasoning)\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xai\",\n\t\t\tbaseUrl: \"https://api.x.ai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 2000000,\n\t\t\tmaxTokens: 30000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"grok-4.3\": {\n\t\t\tid: \"grok-4.3\",\n\t\t\tname: \"Grok 4.3\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xai\",\n\t\t\tbaseUrl: \"https://api.x.ai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1.25,\n\t\t\t\toutput: 2.5,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1000000,\n\t\t\tmaxTokens: 30000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"grok-build-0.1\": {\n\t\t\tid: \"grok-build-0.1\",\n\t\t\tname: \"Grok Build 0.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xai\",\n\t\t\tbaseUrl: \"https://api.x.ai/v1\",\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 256000,\n\t\t\tmaxTokens: 256000,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"grok-code-fast-1\": {\n\t\t\tid: \"grok-code-fast-1\",\n\t\t\tname: \"Grok Code Fast 1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xai\",\n\t\t\tbaseUrl: \"https://api.x.ai/v1\",\n\t\t\treasoning: false,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.2,\n\t\t\t\toutput: 1.5,\n\t\t\t\tcacheRead: 0.02,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 32768,\n\t\t\tmaxTokens: 8192,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"xiaomi\": {\n\t\t\"mimo-v2-flash\": {\n\t\t\tid: \"mimo-v2-flash\",\n\t\t\tname: \"MiMo-V2-Flash\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi\",\n\t\t\tbaseUrl: \"https://api.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.1,\n\t\t\t\toutput: 0.3,\n\t\t\t\tcacheRead: 0.01,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 65536,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2-omni\": {\n\t\t\tid: \"mimo-v2-omni\",\n\t\t\tname: \"MiMo-V2-Omni\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi\",\n\t\t\tbaseUrl: \"https://api.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2-pro\": {\n\t\t\tid: \"mimo-v2-pro\",\n\t\t\tname: \"MiMo-V2-Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi\",\n\t\t\tbaseUrl: \"https://api.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5\": {\n\t\t\tid: \"mimo-v2.5\",\n\t\t\tname: \"MiMo-V2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi\",\n\t\t\tbaseUrl: \"https://api.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5-pro\": {\n\t\t\tid: \"mimo-v2.5-pro\",\n\t\t\tname: \"MiMo-V2.5-Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi\",\n\t\t\tbaseUrl: \"https://api.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"xiaomi-token-plan-ams\": {\n\t\t\"mimo-v2-omni\": {\n\t\t\tid: \"mimo-v2-omni\",\n\t\t\tname: \"MiMo-V2-Omni\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-ams\",\n\t\t\tbaseUrl: \"https://token-plan-ams.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2-pro\": {\n\t\t\tid: \"mimo-v2-pro\",\n\t\t\tname: \"MiMo-V2-Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-ams\",\n\t\t\tbaseUrl: \"https://token-plan-ams.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5\": {\n\t\t\tid: \"mimo-v2.5\",\n\t\t\tname: \"MiMo-V2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-ams\",\n\t\t\tbaseUrl: \"https://token-plan-ams.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5-pro\": {\n\t\t\tid: \"mimo-v2.5-pro\",\n\t\t\tname: \"MiMo-V2.5-Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-ams\",\n\t\t\tbaseUrl: \"https://token-plan-ams.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"xiaomi-token-plan-cn\": {\n\t\t\"mimo-v2-omni\": {\n\t\t\tid: \"mimo-v2-omni\",\n\t\t\tname: \"MiMo-V2-Omni\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-cn\",\n\t\t\tbaseUrl: \"https://token-plan-cn.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2-pro\": {\n\t\t\tid: \"mimo-v2-pro\",\n\t\t\tname: \"MiMo-V2-Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-cn\",\n\t\t\tbaseUrl: \"https://token-plan-cn.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5\": {\n\t\t\tid: \"mimo-v2.5\",\n\t\t\tname: \"MiMo-V2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-cn\",\n\t\t\tbaseUrl: \"https://token-plan-cn.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5-pro\": {\n\t\t\tid: \"mimo-v2.5-pro\",\n\t\t\tname: \"MiMo-V2.5-Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-cn\",\n\t\t\tbaseUrl: \"https://token-plan-cn.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"xiaomi-token-plan-sgp\": {\n\t\t\"mimo-v2-omni\": {\n\t\t\tid: \"mimo-v2-omni\",\n\t\t\tname: \"MiMo-V2-Omni\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-sgp\",\n\t\t\tbaseUrl: \"https://token-plan-sgp.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 262144,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2-pro\": {\n\t\t\tid: \"mimo-v2-pro\",\n\t\t\tname: \"MiMo-V2-Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-sgp\",\n\t\t\tbaseUrl: \"https://token-plan-sgp.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5\": {\n\t\t\tid: \"mimo-v2.5\",\n\t\t\tname: \"MiMo-V2.5\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-sgp\",\n\t\t\tbaseUrl: \"https://token-plan-sgp.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0.4,\n\t\t\t\toutput: 2,\n\t\t\t\tcacheRead: 0.08,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"mimo-v2.5-pro\": {\n\t\t\tid: \"mimo-v2.5-pro\",\n\t\t\tname: \"MiMo-V2.5-Pro\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"xiaomi-token-plan-sgp\",\n\t\t\tbaseUrl: \"https://token-plan-sgp.xiaomimimo.com/v1\",\n\t\t\tcompat: {\"requiresReasoningContentOnAssistantMessages\":true,\"thinkingFormat\":\"deepseek\",\"supportsDisabledThinking\":false},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 1,\n\t\t\t\toutput: 3,\n\t\t\t\tcacheRead: 0.2,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 1048576,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"zai\": {\n\t\t\"glm-4.5-air\": {\n\t\t\tid: \"glm-4.5-air\",\n\t\t\tname: \"GLM-4.5-Air\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"zai\",\n\t\t\tbaseUrl: \"https://api.z.ai/api/coding/paas/v4\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"thinkingFormat\":\"zai\"},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 98304,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-4.7\": {\n\t\t\tid: \"glm-4.7\",\n\t\t\tname: \"GLM-4.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"zai\",\n\t\t\tbaseUrl: \"https://api.z.ai/api/coding/paas/v4\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"thinkingFormat\":\"zai\",\"zaiToolStream\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-5-turbo\": {\n\t\t\tid: \"glm-5-turbo\",\n\t\t\tname: \"GLM-5-Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"zai\",\n\t\t\tbaseUrl: \"https://api.z.ai/api/coding/paas/v4\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"thinkingFormat\":\"zai\",\"zaiToolStream\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-5.1\": {\n\t\t\tid: \"glm-5.1\",\n\t\t\tname: \"GLM-5.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"zai\",\n\t\t\tbaseUrl: \"https://api.z.ai/api/coding/paas/v4\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"thinkingFormat\":\"zai\",\"zaiToolStream\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-5v-turbo\": {\n\t\t\tid: \"glm-5v-turbo\",\n\t\t\tname: \"GLM-5V-Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"zai\",\n\t\t\tbaseUrl: \"https://api.z.ai/api/coding/paas/v4\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"thinkingFormat\":\"zai\",\"zaiToolStream\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n\t\"zai-coding-cn\": {\n\t\t\"glm-4.5-air\": {\n\t\t\tid: \"glm-4.5-air\",\n\t\t\tname: \"GLM-4.5-Air\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"zai-coding-cn\",\n\t\t\tbaseUrl: \"https://open.bigmodel.cn/api/coding/paas/v4\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"thinkingFormat\":\"zai\"},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 131072,\n\t\t\tmaxTokens: 98304,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-4.7\": {\n\t\t\tid: \"glm-4.7\",\n\t\t\tname: \"GLM-4.7\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"zai-coding-cn\",\n\t\t\tbaseUrl: \"https://open.bigmodel.cn/api/coding/paas/v4\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"thinkingFormat\":\"zai\",\"zaiToolStream\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 204800,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-5-turbo\": {\n\t\t\tid: \"glm-5-turbo\",\n\t\t\tname: \"GLM-5-Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"zai-coding-cn\",\n\t\t\tbaseUrl: \"https://open.bigmodel.cn/api/coding/paas/v4\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"thinkingFormat\":\"zai\",\"zaiToolStream\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-5.1\": {\n\t\t\tid: \"glm-5.1\",\n\t\t\tname: \"GLM-5.1\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"zai-coding-cn\",\n\t\t\tbaseUrl: \"https://open.bigmodel.cn/api/coding/paas/v4\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"thinkingFormat\":\"zai\",\"zaiToolStream\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t\t\"glm-5v-turbo\": {\n\t\t\tid: \"glm-5v-turbo\",\n\t\t\tname: \"GLM-5V-Turbo\",\n\t\t\tapi: \"openai-completions\",\n\t\t\tprovider: \"zai-coding-cn\",\n\t\t\tbaseUrl: \"https://open.bigmodel.cn/api/coding/paas/v4\",\n\t\t\tcompat: {\"supportsDeveloperRole\":false,\"thinkingFormat\":\"zai\",\"zaiToolStream\":true},\n\t\t\treasoning: true,\n\t\t\tinput: [\"text\", \"image\"],\n\t\t\tcost: {\n\t\t\t\tinput: 0,\n\t\t\t\toutput: 0,\n\t\t\t\tcacheRead: 0,\n\t\t\t\tcacheWrite: 0,\n\t\t\t},\n\t\t\tcontextWindow: 200000,\n\t\t\tmaxTokens: 131072,\n\t\t} satisfies Model<\"openai-completions\">,\n\t},\n} as const;\n"]}
1
+ {"version":3,"file":"models.generated.d.ts","sourceRoot":"","sources":["../src/models.generated.ts"],"names":[],"mappings":"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UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;gBAgBV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;gBAgBV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBA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;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;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AS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,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V,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL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;;;;;;gBAgBV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;gBAaQ,GAAK;gBAAM,KAAO;;;;gBAGpC,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;gBAaQ,KAAO;;;;gBAGzB,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;gBAaQ,KAAO;;;;gBAGzB,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;gBAaQ,KAAO;;;;gBAGzB,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT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CL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;gBAgBV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;gBAcV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;;;gBAiBV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;;;gBAiBV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;;;gBAiBV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;;;gBAiBV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;;gBAiBV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;;gBAiBV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;;;;;;;;;;;;;;gBAeV,KAAK;gBACL,MAAM;gBACN,SAAS;gBACT,UAAU;;;;;;CAMJ,CAAC"}