@cjhyy/code-shell 0.1.0-alpha.0 → 0.1.0-alpha.2

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 (281) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/README.md +8 -0
  3. package/dist/anthropic-P5VETAFI.cjs +10 -0
  4. package/dist/{anthropic-NENYS535.js → anthropic-W2GU3D76.js} +3 -2
  5. package/dist/arena/context/context-tools.d.ts +1 -1
  6. package/dist/arena/index.cjs +4 -4
  7. package/dist/arena/index.js +3 -3
  8. package/dist/arena/providers/index.d.ts +19 -3
  9. package/dist/arena/strategies/utils.d.ts +6 -1
  10. package/dist/arena/types.d.ts +10 -1
  11. package/dist/{arena-46QQ6BZQ.js → arena-ENHBHB2W.js} +5 -7
  12. package/dist/{arena-HZZZ2GJH.cjs → arena-HHDYYVHJ.cjs} +19 -21
  13. package/dist/{chunk-BE6IPRDM.js → chunk-2EUAE7AY.js} +1 -1
  14. package/dist/{chunk-WFQF3RT4.cjs → chunk-3CAZIWUA.cjs} +11 -8
  15. package/dist/{chunk-J5XW6UYL.js → chunk-5C5HIOML.js} +63 -4
  16. package/dist/chunk-75E4BBFC.js +224 -0
  17. package/dist/{chunk-ZJV3YSY3.cjs → chunk-BUJ5KYCI.cjs} +53 -11
  18. package/dist/{chunk-BMH65OVB.cjs → chunk-C7C7ZZY4.cjs} +8 -8
  19. package/dist/{chunk-KO2FPF7G.js → chunk-F5BS3GUC.js} +20 -2
  20. package/dist/chunk-FA5KD34T.js +54 -0
  21. package/dist/chunk-FV2ARONZ.cjs +224 -0
  22. package/dist/chunk-G76E5FOB.cjs +54 -0
  23. package/dist/{chunk-DICG4AB7.cjs → chunk-GZBD6QRS.cjs} +42 -3
  24. package/dist/{chunk-FVP7XJGS.cjs → chunk-HOXQLX5R.cjs} +406 -196
  25. package/dist/{chunk-4PKZPFCD.js → chunk-I57ZD5IQ.js} +47 -14
  26. package/dist/{chunk-7RMAR2Y3.js → chunk-ID6EJUHP.js} +1959 -473
  27. package/dist/chunk-JHNCK7JP.cjs +202 -0
  28. package/dist/{chunk-R32DJSJE.cjs → chunk-JHXNOB5G.cjs} +8 -5
  29. package/dist/{chunk-UK2SU23S.cjs → chunk-KOGV6PDQ.cjs} +20 -2
  30. package/dist/{chunk-VKGNCYRL.js → chunk-LMEKCQX4.js} +95 -13
  31. package/dist/{chunk-3EAEC566.cjs → chunk-M2QI5X3X.cjs} +51 -18
  32. package/dist/{chunk-YZ25SSWJ.js → chunk-M2SVOKC6.js} +46 -4
  33. package/dist/chunk-OMRGA6TI.js +4753 -0
  34. package/dist/{chunk-NG73UR3L.cjs → chunk-OP57WUWQ.cjs} +23 -1
  35. package/dist/{chunk-ZXYDDJEJ.js → chunk-OUC2DFA7.js} +2 -2
  36. package/dist/{chunk-6JOOLG6F.js → chunk-REFCCVDM.js} +5 -2
  37. package/dist/{chunk-O6F2EF2Z.js → chunk-SCDKLTN3.js} +41 -2
  38. package/dist/{chunk-BHGIJ2DJ.js → chunk-SW3L7HIM.js} +6 -3
  39. package/dist/chunk-TATCTZSB.cjs +4753 -0
  40. package/dist/{chunk-QHDYFC5U.cjs → chunk-VWFET3MG.cjs} +2132 -646
  41. package/dist/{chunk-3EUDE77E.cjs → chunk-X2DNIMPC.cjs} +19 -19
  42. package/dist/{chunk-SQZHPD3S.js → chunk-Y7TSCDF6.js} +297 -87
  43. package/dist/{chunk-WHRTARDJ.cjs → chunk-YAFCN7ZW.cjs} +112 -30
  44. package/dist/{chunk-LRAY5IYC.cjs → chunk-YD7XTI7T.cjs} +65 -6
  45. package/dist/{chunk-S74VVJBF.js → chunk-ZLPJJZUW.js} +23 -1
  46. package/dist/chunk-ZRVPCXI7.js +202 -0
  47. package/dist/cli/commands/builtin/advanced-commands.d.ts +1 -1
  48. package/dist/cli/commands/builtin/extra-commands.d.ts +2 -2
  49. package/dist/cli/commands/builtin/more-commands.d.ts +1 -3
  50. package/dist/cli/commands/registry.d.ts +8 -0
  51. package/dist/cli/cost-tracker.d.ts +6 -0
  52. package/dist/cli/main.cjs +3576 -2036
  53. package/dist/cli/main.js +3613 -2073
  54. package/dist/cli/onboarding.d.ts +67 -14
  55. package/dist/client-base-TOVE25FA.js +9 -0
  56. package/dist/client-base-VDDIADAC.cjs +9 -0
  57. package/dist/compaction-D3KV2NWY.cjs +31 -0
  58. package/dist/{compaction-CCHWA4G6.js → compaction-YNWCEF7B.js} +1 -2
  59. package/dist/context/manager.d.ts +9 -0
  60. package/dist/data/openrouter-models.d.ts +35 -0
  61. package/dist/data/openrouter-sync.d.ts +16 -0
  62. package/dist/{devtools-KIY3LWQJ.js → devtools-IRQQPIRY.js} +1 -1
  63. package/dist/{devtools-LRP47DDV.cjs → devtools-WTC3NFNE.cjs} +1 -1
  64. package/dist/engine/engine.d.ts +39 -4
  65. package/dist/engine/turn-loop.d.ts +13 -4
  66. package/dist/engine/turn-state.d.ts +6 -0
  67. package/dist/index.cjs +19 -28
  68. package/dist/index.d.ts +1 -1
  69. package/dist/index.js +28 -37
  70. package/dist/llm/client-base.d.ts +7 -0
  71. package/dist/llm/model-pool.d.ts +4 -0
  72. package/dist/logging/logger.d.ts +69 -8
  73. package/dist/manager-FWLOVEEK.cjs +7 -0
  74. package/dist/manager-GEXJLOIS.js +7 -0
  75. package/dist/{mcp-manager-OKXHHWYR.js → mcp-manager-37GQLFGX.js} +2 -2
  76. package/dist/mcp-manager-U77NEXBY.cjs +8 -0
  77. package/dist/memory-ADGOWADP.cjs +9 -0
  78. package/dist/memory-EPFDBPII.js +9 -0
  79. package/dist/native-ts/yoga-layout/index.d.ts +2 -2
  80. package/dist/{openai-5HQGBL4L.js → openai-RXU5URYI.js} +3 -2
  81. package/dist/openai-SQW4H2K4.cjs +10 -0
  82. package/dist/openrouter-models-OL725CL6.js +15 -0
  83. package/dist/openrouter-models-UM3AOGZ4.cjs +15 -0
  84. package/dist/openrouter-sync-CWD5VNW2.js +11 -0
  85. package/dist/openrouter-sync-HYZZC6RX.cjs +11 -0
  86. package/dist/product/index.cjs +12 -16
  87. package/dist/product/index.js +11 -15
  88. package/dist/product/types.d.ts +2 -7
  89. package/dist/protocol/types.d.ts +11 -3
  90. package/dist/{ink → render}/hooks/use-input.d.ts +1 -1
  91. package/dist/run/EngineRunner.d.ts +3 -1
  92. package/dist/run/RunManager.d.ts +6 -0
  93. package/dist/run/factory.d.ts +7 -1
  94. package/dist/run/index.cjs +12 -16
  95. package/dist/run/index.js +11 -15
  96. package/dist/session/memory.d.ts +23 -3
  97. package/dist/session/session-manager.d.ts +4 -1
  98. package/dist/{session-manager-UQKB564H.cjs → session-manager-HRSKENKB.cjs} +2 -2
  99. package/dist/{session-manager-JIIBCFTC.js → session-manager-NEKFEHF3.js} +1 -1
  100. package/dist/settings/manager.d.ts +9 -0
  101. package/dist/settings/schema.d.ts +48 -39
  102. package/dist/{tool-summary-J2ICNMWP.js → tool-summary-2RUFL5QK.js} +1 -1
  103. package/dist/{tool-summary-5P2GKRA4.cjs → tool-summary-RYNR4DDB.cjs} +2 -2
  104. package/dist/tool-system/builtin/agent-registry.d.ts +36 -0
  105. package/dist/tool-system/builtin/agent.d.ts +7 -26
  106. package/dist/tool-system/builtin/apply-patch/applier.d.ts +26 -0
  107. package/dist/tool-system/builtin/apply-patch/index.d.ts +19 -0
  108. package/dist/tool-system/builtin/apply-patch/parser.d.ts +17 -0
  109. package/dist/tool-system/builtin/apply-patch/seek-sequence.d.ts +18 -0
  110. package/dist/tool-system/builtin/apply-patch/types.d.ts +49 -0
  111. package/dist/tool-system/builtin/arena.d.ts +18 -5
  112. package/dist/tool-system/builtin/ask-user.d.ts +6 -6
  113. package/dist/tool-system/builtin/index.d.ts +11 -1
  114. package/dist/tool-system/builtin/tool-search.d.ts +2 -3
  115. package/dist/tool-system/context.d.ts +74 -0
  116. package/dist/tool-system/executor.d.ts +16 -0
  117. package/dist/tool-system/permission.d.ts +40 -5
  118. package/dist/tool-system/registry.d.ts +8 -0
  119. package/dist/types.d.ts +34 -1
  120. package/dist/ui/App.d.ts +1 -1
  121. package/dist/ui/components/AgentBlock.d.ts +1 -1
  122. package/dist/ui/components/AskUserPrompt.d.ts +7 -0
  123. package/dist/ui/components/MessageContent.d.ts +7 -3
  124. package/dist/ui/components/ModelManager.d.ts +35 -0
  125. package/dist/ui/components/ModelSelector.d.ts +10 -0
  126. package/dist/ui/components/OnboardingPrompt.d.ts +7 -0
  127. package/dist/ui/components/PermissionPrompt.d.ts +5 -2
  128. package/dist/ui/components/SessionPicker.d.ts +14 -0
  129. package/dist/ui/components/StatusLine.d.ts +4 -2
  130. package/dist/ui/components/ThemedBox.d.ts +1 -1
  131. package/dist/ui/components/ToolCall.d.ts +8 -1
  132. package/dist/ui/components/WelcomeTips.d.ts +5 -0
  133. package/dist/ui/onboarding-runner.d.ts +2 -0
  134. package/dist/ui/store.d.ts +1 -0
  135. package/dist/{updater-URVNPDPW.cjs → updater-M7L42ASZ.cjs} +4 -4
  136. package/dist/{updater-AVD4LKTQ.js → updater-ZRTONIR4.js} +4 -4
  137. package/dist/utils/debug.d.ts +17 -33
  138. package/package.json +4 -4
  139. package/dist/anthropic-XMTTVNSH.cjs +0 -9
  140. package/dist/bridge-4ZRXVWBN.js +0 -98
  141. package/dist/bridge-W476QDFH.cjs +0 -98
  142. package/dist/chunk-4RRUP4MM.js +0 -86
  143. package/dist/chunk-4SFPFHMG.js +0 -132
  144. package/dist/chunk-5LHVI777.cjs +0 -246
  145. package/dist/chunk-6ZIROYXX.js +0 -207
  146. package/dist/chunk-C7JBCO5V.js +0 -80
  147. package/dist/chunk-CSO5EOEP.cjs +0 -132
  148. package/dist/chunk-FGZGCFJX.cjs +0 -207
  149. package/dist/chunk-HD7MT5XU.cjs +0 -86
  150. package/dist/chunk-IMMTBZ33.cjs +0 -63
  151. package/dist/chunk-JT2WSQSR.cjs +0 -335
  152. package/dist/chunk-NZ4DQ72D.cjs +0 -664
  153. package/dist/chunk-OG4MIQJ6.js +0 -335
  154. package/dist/chunk-WRZJUQ5Z.js +0 -664
  155. package/dist/chunk-X4HAERTQ.js +0 -63
  156. package/dist/chunk-XHC2JMEC.cjs +0 -80
  157. package/dist/chunk-ZRSSGYA5.js +0 -246
  158. package/dist/compaction-44I55TLI.cjs +0 -32
  159. package/dist/coordinator-5HY7ALO2.js +0 -7
  160. package/dist/coordinator-INDLPVMF.cjs +0 -7
  161. package/dist/cost-tracker-IWYAUPXH.js +0 -9
  162. package/dist/cost-tracker-JXTJQQWE.cjs +0 -9
  163. package/dist/loader-DXFSUB4R.cjs +0 -91
  164. package/dist/loader-J5UID6CV.js +0 -91
  165. package/dist/manager-ETWDOCHN.cjs +0 -9
  166. package/dist/manager-HGMQNEJB.cjs +0 -11
  167. package/dist/manager-HUAQOORS.js +0 -9
  168. package/dist/manager-VJIZ2CQC.js +0 -11
  169. package/dist/mcp-manager-G4G2QASE.cjs +0 -8
  170. package/dist/memory-AP747G5H.js +0 -7
  171. package/dist/memory-BH3BYUN5.cjs +0 -7
  172. package/dist/onboarding-6WEPV7C2.js +0 -11
  173. package/dist/onboarding-QM5DY2TU.cjs +0 -11
  174. package/dist/openai-656VWUQW.cjs +0 -9
  175. package/dist/skills-63RBYQRX.js +0 -13
  176. package/dist/skills-V3BPLW3D.cjs +0 -13
  177. package/dist/token-counter-CHAXW5O7.cjs +0 -13
  178. package/dist/token-counter-DSOZGZ5Q.js +0 -13
  179. package/dist/utils/log.d.ts +0 -56
  180. package/dist/voice-KTZ7PAGO.js +0 -80
  181. package/dist/voice-KZE25GKB.cjs +0 -80
  182. /package/dist/{ink → render}/Ansi.d.ts +0 -0
  183. /package/dist/{ink → render}/bidi.d.ts +0 -0
  184. /package/dist/{ink → render}/clearTerminal.d.ts +0 -0
  185. /package/dist/{ink → render}/colorize.d.ts +0 -0
  186. /package/dist/{ink → render}/components/AlternateScreen.d.ts +0 -0
  187. /package/dist/{ink → render}/components/App.d.ts +0 -0
  188. /package/dist/{ink → render}/components/AppContext.d.ts +0 -0
  189. /package/dist/{ink → render}/components/Box.d.ts +0 -0
  190. /package/dist/{ink → render}/components/Button.d.ts +0 -0
  191. /package/dist/{ink → render}/components/ClockContext.d.ts +0 -0
  192. /package/dist/{ink → render}/components/CursorDeclarationContext.d.ts +0 -0
  193. /package/dist/{ink → render}/components/ErrorOverview.d.ts +0 -0
  194. /package/dist/{ink → render}/components/Link.d.ts +0 -0
  195. /package/dist/{ink → render}/components/Newline.d.ts +0 -0
  196. /package/dist/{ink → render}/components/NoSelect.d.ts +0 -0
  197. /package/dist/{ink → render}/components/RawAnsi.d.ts +0 -0
  198. /package/dist/{ink → render}/components/ScrollBox.d.ts +0 -0
  199. /package/dist/{ink → render}/components/Spacer.d.ts +0 -0
  200. /package/dist/{ink → render}/components/StdinContext.d.ts +0 -0
  201. /package/dist/{ink → render}/components/TerminalFocusContext.d.ts +0 -0
  202. /package/dist/{ink → render}/components/TerminalSizeContext.d.ts +0 -0
  203. /package/dist/{ink → render}/components/Text.d.ts +0 -0
  204. /package/dist/{ink → render}/constants.d.ts +0 -0
  205. /package/dist/{ink → render}/cursor.d.ts +0 -0
  206. /package/dist/{ink → render}/devtools.d.ts +0 -0
  207. /package/dist/{ink → render}/dom.d.ts +0 -0
  208. /package/dist/{ink → render}/events/click-event.d.ts +0 -0
  209. /package/dist/{ink → render}/events/dispatcher.d.ts +0 -0
  210. /package/dist/{ink → render}/events/emitter.d.ts +0 -0
  211. /package/dist/{ink → render}/events/event-handlers.d.ts +0 -0
  212. /package/dist/{ink → render}/events/event.d.ts +0 -0
  213. /package/dist/{ink → render}/events/focus-event.d.ts +0 -0
  214. /package/dist/{ink → render}/events/input-event.d.ts +0 -0
  215. /package/dist/{ink → render}/events/keyboard-event.d.ts +0 -0
  216. /package/dist/{ink → render}/events/paste-event.d.ts +0 -0
  217. /package/dist/{ink → render}/events/resize-event.d.ts +0 -0
  218. /package/dist/{ink → render}/events/terminal-event.d.ts +0 -0
  219. /package/dist/{ink → render}/events/terminal-focus-event.d.ts +0 -0
  220. /package/dist/{ink → render}/focus.d.ts +0 -0
  221. /package/dist/{ink → render}/frame.d.ts +0 -0
  222. /package/dist/{ink → render}/get-max-width.d.ts +0 -0
  223. /package/dist/{ink → render}/hit-test.d.ts +0 -0
  224. /package/dist/{ink → render}/hooks/use-animation-frame.d.ts +0 -0
  225. /package/dist/{ink → render}/hooks/use-app.d.ts +0 -0
  226. /package/dist/{ink → render}/hooks/use-declared-cursor.d.ts +0 -0
  227. /package/dist/{ink → render}/hooks/use-interval.d.ts +0 -0
  228. /package/dist/{ink → render}/hooks/use-search-highlight.d.ts +0 -0
  229. /package/dist/{ink → render}/hooks/use-selection.d.ts +0 -0
  230. /package/dist/{ink → render}/hooks/use-stdin.d.ts +0 -0
  231. /package/dist/{ink → render}/hooks/use-tab-status.d.ts +0 -0
  232. /package/dist/{ink → render}/hooks/use-terminal-focus.d.ts +0 -0
  233. /package/dist/{ink → render}/hooks/use-terminal-title.d.ts +0 -0
  234. /package/dist/{ink → render}/hooks/use-terminal-viewport.d.ts +0 -0
  235. /package/dist/{ink → render}/index.d.ts +0 -0
  236. /package/dist/{ink → render}/ink.d.ts +0 -0
  237. /package/dist/{ink → render}/instances.d.ts +0 -0
  238. /package/dist/{ink → render}/layout/engine.d.ts +0 -0
  239. /package/dist/{ink → render}/layout/geometry.d.ts +0 -0
  240. /package/dist/{ink → render}/layout/node.d.ts +0 -0
  241. /package/dist/{ink → render}/layout/yoga.d.ts +0 -0
  242. /package/dist/{ink → render}/line-width-cache.d.ts +0 -0
  243. /package/dist/{ink → render}/log-update.d.ts +0 -0
  244. /package/dist/{ink → render}/measure-element.d.ts +0 -0
  245. /package/dist/{ink → render}/measure-text.d.ts +0 -0
  246. /package/dist/{ink → render}/node-cache.d.ts +0 -0
  247. /package/dist/{ink → render}/optimizer.d.ts +0 -0
  248. /package/dist/{ink → render}/output.d.ts +0 -0
  249. /package/dist/{ink → render}/parse-keypress.d.ts +0 -0
  250. /package/dist/{ink → render}/reconciler.d.ts +0 -0
  251. /package/dist/{ink → render}/render-border.d.ts +0 -0
  252. /package/dist/{ink → render}/render-node-to-output.d.ts +0 -0
  253. /package/dist/{ink → render}/render-to-screen.d.ts +0 -0
  254. /package/dist/{ink → render}/renderer.d.ts +0 -0
  255. /package/dist/{ink → render}/root.d.ts +0 -0
  256. /package/dist/{ink → render}/screen.d.ts +0 -0
  257. /package/dist/{ink → render}/searchHighlight.d.ts +0 -0
  258. /package/dist/{ink → render}/selection.d.ts +0 -0
  259. /package/dist/{ink → render}/squash-text-nodes.d.ts +0 -0
  260. /package/dist/{ink → render}/stringWidth.d.ts +0 -0
  261. /package/dist/{ink → render}/styles.d.ts +0 -0
  262. /package/dist/{ink → render}/supports-hyperlinks.d.ts +0 -0
  263. /package/dist/{ink → render}/tabstops.d.ts +0 -0
  264. /package/dist/{ink → render}/terminal-focus-state.d.ts +0 -0
  265. /package/dist/{ink → render}/terminal-querier.d.ts +0 -0
  266. /package/dist/{ink → render}/terminal.d.ts +0 -0
  267. /package/dist/{ink → render}/termio/ansi.d.ts +0 -0
  268. /package/dist/{ink → render}/termio/csi.d.ts +0 -0
  269. /package/dist/{ink → render}/termio/dec.d.ts +0 -0
  270. /package/dist/{ink → render}/termio/esc.d.ts +0 -0
  271. /package/dist/{ink → render}/termio/osc.d.ts +0 -0
  272. /package/dist/{ink → render}/termio/parser.d.ts +0 -0
  273. /package/dist/{ink → render}/termio/sgr.d.ts +0 -0
  274. /package/dist/{ink → render}/termio/tokenize.d.ts +0 -0
  275. /package/dist/{ink → render}/termio/types.d.ts +0 -0
  276. /package/dist/{ink → render}/termio.d.ts +0 -0
  277. /package/dist/{ink → render}/useTerminalNotification.d.ts +0 -0
  278. /package/dist/{ink → render}/warn.d.ts +0 -0
  279. /package/dist/{ink → render}/widest-line.d.ts +0 -0
  280. /package/dist/{ink → render}/wrap-text.d.ts +0 -0
  281. /package/dist/{ink → render}/wrapAnsi.d.ts +0 -0
@@ -0,0 +1,4753 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
+
3
+ var _chunkIJSHQGMPcjs = require('./chunk-IJSHQGMP.cjs');
4
+
5
+ // src/data/openrouter-models.ts
6
+ _chunkIJSHQGMPcjs.init_cjs_shims.call(void 0, );
7
+
8
+ // src/data/openrouter-models.json
9
+ var openrouter_models_default = {
10
+ fetchedAt: "2026-05-09T09:11:43.732Z",
11
+ source: "https://openrouter.ai/api/v1/models",
12
+ count: 367,
13
+ models: [
14
+ {
15
+ id: "inclusionai/ring-2.6-1t:free",
16
+ name: "inclusionAI: Ring-2.6-1T (free)",
17
+ created: 1778247440,
18
+ contextLength: 262144,
19
+ maxOutputTokens: 65536,
20
+ inputPricePerMillion: 0,
21
+ outputPricePerMillion: 0,
22
+ modalities: [
23
+ "text"
24
+ ]
25
+ },
26
+ {
27
+ id: "google/gemini-3.1-flash-lite",
28
+ name: "Google: Gemini 3.1 Flash Lite",
29
+ created: 1778168828,
30
+ contextLength: 1048576,
31
+ maxOutputTokens: 65536,
32
+ inputPricePerMillion: 0.25,
33
+ outputPricePerMillion: 1.5,
34
+ modalities: [
35
+ "text",
36
+ "image",
37
+ "video",
38
+ "file",
39
+ "audio"
40
+ ]
41
+ },
42
+ {
43
+ id: "baidu/cobuddy:free",
44
+ name: "Baidu Qianfan: CoBuddy (free)",
45
+ created: 1778035480,
46
+ contextLength: 131072,
47
+ maxOutputTokens: 65536,
48
+ inputPricePerMillion: 0,
49
+ outputPricePerMillion: 0,
50
+ modalities: [
51
+ "text"
52
+ ]
53
+ },
54
+ {
55
+ id: "openai/gpt-chat-latest",
56
+ name: "OpenAI: GPT Chat Latest",
57
+ created: 1778000212,
58
+ contextLength: 4e5,
59
+ maxOutputTokens: 128e3,
60
+ inputPricePerMillion: 5,
61
+ outputPricePerMillion: 30,
62
+ modalities: [
63
+ "text",
64
+ "image",
65
+ "file"
66
+ ]
67
+ },
68
+ {
69
+ id: "x-ai/grok-4.3",
70
+ name: "xAI: Grok 4.3",
71
+ created: 1777591821,
72
+ contextLength: 1e6,
73
+ maxOutputTokens: 0,
74
+ inputPricePerMillion: 1.25,
75
+ outputPricePerMillion: 2.5,
76
+ modalities: [
77
+ "text",
78
+ "image"
79
+ ]
80
+ },
81
+ {
82
+ id: "ibm-granite/granite-4.1-8b",
83
+ name: "IBM: Granite 4.1 8B",
84
+ created: 1777577071,
85
+ contextLength: 131072,
86
+ maxOutputTokens: 131072,
87
+ inputPricePerMillion: 0.049999999999999996,
88
+ outputPricePerMillion: 0.09999999999999999,
89
+ modalities: [
90
+ "text"
91
+ ]
92
+ },
93
+ {
94
+ id: "mistralai/mistral-medium-3-5",
95
+ name: "Mistral: Mistral Medium 3.5",
96
+ created: 1777570439,
97
+ contextLength: 262144,
98
+ maxOutputTokens: 0,
99
+ inputPricePerMillion: 1.5,
100
+ outputPricePerMillion: 7.5,
101
+ modalities: [
102
+ "text",
103
+ "image"
104
+ ]
105
+ },
106
+ {
107
+ id: "openrouter/owl-alpha",
108
+ name: "Owl Alpha",
109
+ created: 1777398589,
110
+ contextLength: 1048756,
111
+ maxOutputTokens: 262144,
112
+ inputPricePerMillion: 0,
113
+ outputPricePerMillion: 0,
114
+ modalities: [
115
+ "text"
116
+ ]
117
+ },
118
+ {
119
+ id: "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
120
+ name: "NVIDIA: Nemotron 3 Nano Omni (free)",
121
+ created: 1777393095,
122
+ contextLength: 256e3,
123
+ maxOutputTokens: 65536,
124
+ inputPricePerMillion: 0,
125
+ outputPricePerMillion: 0,
126
+ modalities: [
127
+ "text",
128
+ "audio",
129
+ "image",
130
+ "video"
131
+ ]
132
+ },
133
+ {
134
+ id: "poolside/laguna-xs.2:free",
135
+ name: "Poolside: Laguna XS.2 (free)",
136
+ created: 1777389604,
137
+ contextLength: 131072,
138
+ maxOutputTokens: 8192,
139
+ inputPricePerMillion: 0,
140
+ outputPricePerMillion: 0,
141
+ modalities: [
142
+ "text"
143
+ ]
144
+ },
145
+ {
146
+ id: "poolside/laguna-m.1:free",
147
+ name: "Poolside: Laguna M.1 (free)",
148
+ created: 1777388504,
149
+ contextLength: 131072,
150
+ maxOutputTokens: 8192,
151
+ inputPricePerMillion: 0,
152
+ outputPricePerMillion: 0,
153
+ modalities: [
154
+ "text"
155
+ ]
156
+ },
157
+ {
158
+ id: "~anthropic/claude-haiku-latest",
159
+ name: "Anthropic Claude Haiku Latest",
160
+ created: 1777318492,
161
+ contextLength: 2e5,
162
+ maxOutputTokens: 64e3,
163
+ inputPricePerMillion: 1,
164
+ outputPricePerMillion: 5,
165
+ modalities: [
166
+ "image",
167
+ "text"
168
+ ]
169
+ },
170
+ {
171
+ id: "~openai/gpt-mini-latest",
172
+ name: "OpenAI GPT Mini Latest",
173
+ created: 1777318471,
174
+ contextLength: 4e5,
175
+ maxOutputTokens: 128e3,
176
+ inputPricePerMillion: 0.75,
177
+ outputPricePerMillion: 4.5,
178
+ modalities: [
179
+ "file",
180
+ "image",
181
+ "text"
182
+ ]
183
+ },
184
+ {
185
+ id: "~google/gemini-pro-latest",
186
+ name: "Google Gemini Pro Latest",
187
+ created: 1777318451,
188
+ contextLength: 1048576,
189
+ maxOutputTokens: 65536,
190
+ inputPricePerMillion: 2,
191
+ outputPricePerMillion: 12,
192
+ modalities: [
193
+ "audio",
194
+ "file",
195
+ "image",
196
+ "text",
197
+ "video"
198
+ ]
199
+ },
200
+ {
201
+ id: "~moonshotai/kimi-latest",
202
+ name: "MoonshotAI Kimi Latest",
203
+ created: 1777318428,
204
+ contextLength: 262144,
205
+ maxOutputTokens: 16384,
206
+ inputPricePerMillion: 0.75,
207
+ outputPricePerMillion: 3.5,
208
+ modalities: [
209
+ "text",
210
+ "image"
211
+ ]
212
+ },
213
+ {
214
+ id: "~google/gemini-flash-latest",
215
+ name: "Google Gemini Flash Latest",
216
+ created: 1777318398,
217
+ contextLength: 1048576,
218
+ maxOutputTokens: 65536,
219
+ inputPricePerMillion: 0.5,
220
+ outputPricePerMillion: 3,
221
+ modalities: [
222
+ "text",
223
+ "image",
224
+ "file",
225
+ "audio",
226
+ "video"
227
+ ]
228
+ },
229
+ {
230
+ id: "~anthropic/claude-sonnet-latest",
231
+ name: "Anthropic Claude Sonnet Latest",
232
+ created: 1777318368,
233
+ contextLength: 1e6,
234
+ maxOutputTokens: 128e3,
235
+ inputPricePerMillion: 3,
236
+ outputPricePerMillion: 15,
237
+ modalities: [
238
+ "text",
239
+ "image"
240
+ ]
241
+ },
242
+ {
243
+ id: "~openai/gpt-latest",
244
+ name: "OpenAI GPT Latest",
245
+ created: 1777318334,
246
+ contextLength: 105e4,
247
+ maxOutputTokens: 128e3,
248
+ inputPricePerMillion: 5,
249
+ outputPricePerMillion: 30,
250
+ modalities: [
251
+ "file",
252
+ "image",
253
+ "text"
254
+ ]
255
+ },
256
+ {
257
+ id: "qwen/qwen3.5-plus-20260420",
258
+ name: "Qwen: Qwen3.5 Plus 2026-04-20",
259
+ created: 1777261368,
260
+ contextLength: 1e6,
261
+ maxOutputTokens: 65536,
262
+ inputPricePerMillion: 0.39999999999999997,
263
+ outputPricePerMillion: 2.4,
264
+ modalities: [
265
+ "text",
266
+ "image",
267
+ "video"
268
+ ]
269
+ },
270
+ {
271
+ id: "qwen/qwen3.6-flash",
272
+ name: "Qwen: Qwen3.6 Flash",
273
+ created: 1777261362,
274
+ contextLength: 1e6,
275
+ maxOutputTokens: 65536,
276
+ inputPricePerMillion: 0.25,
277
+ outputPricePerMillion: 1.5,
278
+ modalities: [
279
+ "text",
280
+ "image",
281
+ "video"
282
+ ]
283
+ },
284
+ {
285
+ id: "qwen/qwen3.6-35b-a3b",
286
+ name: "Qwen: Qwen3.6 35B A3B",
287
+ created: 1777260255,
288
+ contextLength: 262144,
289
+ maxOutputTokens: 262144,
290
+ inputPricePerMillion: 0.15,
291
+ outputPricePerMillion: 1,
292
+ modalities: [
293
+ "text",
294
+ "image",
295
+ "video"
296
+ ]
297
+ },
298
+ {
299
+ id: "qwen/qwen3.6-max-preview",
300
+ name: "Qwen: Qwen3.6 Max Preview",
301
+ created: 1777260242,
302
+ contextLength: 262144,
303
+ maxOutputTokens: 65536,
304
+ inputPricePerMillion: 1.04,
305
+ outputPricePerMillion: 6.24,
306
+ modalities: [
307
+ "text"
308
+ ]
309
+ },
310
+ {
311
+ id: "qwen/qwen3.6-27b",
312
+ name: "Qwen: Qwen3.6 27B",
313
+ created: 1777255064,
314
+ contextLength: 262144,
315
+ maxOutputTokens: 81920,
316
+ inputPricePerMillion: 0.32,
317
+ outputPricePerMillion: 3.1999999999999997,
318
+ modalities: [
319
+ "text",
320
+ "image",
321
+ "video"
322
+ ]
323
+ },
324
+ {
325
+ id: "openai/gpt-5.5-pro",
326
+ name: "OpenAI: GPT-5.5 Pro",
327
+ created: 1777051896,
328
+ contextLength: 105e4,
329
+ maxOutputTokens: 128e3,
330
+ inputPricePerMillion: 30,
331
+ outputPricePerMillion: 180,
332
+ modalities: [
333
+ "file",
334
+ "image",
335
+ "text"
336
+ ]
337
+ },
338
+ {
339
+ id: "openai/gpt-5.5",
340
+ name: "OpenAI: GPT-5.5",
341
+ created: 1777051893,
342
+ contextLength: 105e4,
343
+ maxOutputTokens: 128e3,
344
+ inputPricePerMillion: 5,
345
+ outputPricePerMillion: 30,
346
+ modalities: [
347
+ "file",
348
+ "image",
349
+ "text"
350
+ ]
351
+ },
352
+ {
353
+ id: "deepseek/deepseek-v4-pro",
354
+ name: "DeepSeek: DeepSeek V4 Pro",
355
+ created: 1777000679,
356
+ contextLength: 1048576,
357
+ maxOutputTokens: 384e3,
358
+ inputPricePerMillion: 0.435,
359
+ outputPricePerMillion: 0.87,
360
+ modalities: [
361
+ "text"
362
+ ]
363
+ },
364
+ {
365
+ id: "deepseek/deepseek-v4-flash",
366
+ name: "DeepSeek: DeepSeek V4 Flash",
367
+ created: 1777000666,
368
+ contextLength: 1048576,
369
+ maxOutputTokens: 384e3,
370
+ inputPricePerMillion: 0.14,
371
+ outputPricePerMillion: 0.28,
372
+ modalities: [
373
+ "text"
374
+ ]
375
+ },
376
+ {
377
+ id: "inclusionai/ling-2.6-1t",
378
+ name: "inclusionAI: Ling-2.6-1T",
379
+ created: 1776948238,
380
+ contextLength: 262144,
381
+ maxOutputTokens: 32768,
382
+ inputPricePerMillion: 0.3,
383
+ outputPricePerMillion: 2.5,
384
+ modalities: [
385
+ "text"
386
+ ]
387
+ },
388
+ {
389
+ id: "tencent/hy3-preview",
390
+ name: "Tencent: Hy3 preview",
391
+ created: 1776878150,
392
+ contextLength: 262144,
393
+ maxOutputTokens: 262144,
394
+ inputPricePerMillion: 0.06599999999999999,
395
+ outputPricePerMillion: 0.26,
396
+ modalities: [
397
+ "text"
398
+ ]
399
+ },
400
+ {
401
+ id: "xiaomi/mimo-v2.5-pro",
402
+ name: "Xiaomi: MiMo-V2.5-Pro",
403
+ created: 1776874273,
404
+ contextLength: 1048576,
405
+ maxOutputTokens: 16384,
406
+ inputPricePerMillion: 1,
407
+ outputPricePerMillion: 3,
408
+ modalities: [
409
+ "text"
410
+ ]
411
+ },
412
+ {
413
+ id: "xiaomi/mimo-v2.5",
414
+ name: "Xiaomi: MiMo-V2.5",
415
+ created: 1776874269,
416
+ contextLength: 1048576,
417
+ maxOutputTokens: 131072,
418
+ inputPricePerMillion: 0.39999999999999997,
419
+ outputPricePerMillion: 2,
420
+ modalities: [
421
+ "text",
422
+ "audio",
423
+ "image",
424
+ "video"
425
+ ]
426
+ },
427
+ {
428
+ id: "openai/gpt-5.4-image-2",
429
+ name: "OpenAI: GPT-5.4 Image 2",
430
+ created: 1776797528,
431
+ contextLength: 272e3,
432
+ maxOutputTokens: 128e3,
433
+ inputPricePerMillion: 8,
434
+ outputPricePerMillion: 15,
435
+ modalities: [
436
+ "image",
437
+ "text",
438
+ "file"
439
+ ]
440
+ },
441
+ {
442
+ id: "inclusionai/ling-2.6-flash",
443
+ name: "inclusionAI: Ling-2.6-flash",
444
+ created: 1776795886,
445
+ contextLength: 262144,
446
+ maxOutputTokens: 32768,
447
+ inputPricePerMillion: 0.08,
448
+ outputPricePerMillion: 0.24,
449
+ modalities: [
450
+ "text"
451
+ ]
452
+ },
453
+ {
454
+ id: "~anthropic/claude-opus-latest",
455
+ name: "Anthropic: Claude Opus Latest",
456
+ created: 1776795361,
457
+ contextLength: 1e6,
458
+ maxOutputTokens: 128e3,
459
+ inputPricePerMillion: 5,
460
+ outputPricePerMillion: 25,
461
+ modalities: [
462
+ "text",
463
+ "image"
464
+ ]
465
+ },
466
+ {
467
+ id: "openrouter/pareto-code",
468
+ name: "Pareto Code Router",
469
+ created: 1776747900,
470
+ contextLength: 2e5,
471
+ maxOutputTokens: 0,
472
+ inputPricePerMillion: -1e6,
473
+ outputPricePerMillion: -1e6,
474
+ modalities: [
475
+ "text"
476
+ ]
477
+ },
478
+ {
479
+ id: "baidu/qianfan-ocr-fast:free",
480
+ name: "Baidu: Qianfan-OCR-Fast (free)",
481
+ created: 1776707472,
482
+ contextLength: 65536,
483
+ maxOutputTokens: 28672,
484
+ inputPricePerMillion: 0,
485
+ outputPricePerMillion: 0,
486
+ modalities: [
487
+ "image",
488
+ "text"
489
+ ]
490
+ },
491
+ {
492
+ id: "moonshotai/kimi-k2.6",
493
+ name: "MoonshotAI: Kimi K2.6",
494
+ created: 1776699402,
495
+ contextLength: 262144,
496
+ maxOutputTokens: 16384,
497
+ inputPricePerMillion: 0.75,
498
+ outputPricePerMillion: 3.5,
499
+ modalities: [
500
+ "text",
501
+ "image"
502
+ ]
503
+ },
504
+ {
505
+ id: "anthropic/claude-opus-4.7",
506
+ name: "Anthropic: Claude Opus 4.7",
507
+ created: 1776351100,
508
+ contextLength: 1e6,
509
+ maxOutputTokens: 128e3,
510
+ inputPricePerMillion: 5,
511
+ outputPricePerMillion: 25,
512
+ modalities: [
513
+ "text",
514
+ "image"
515
+ ]
516
+ },
517
+ {
518
+ id: "anthropic/claude-opus-4.6-fast",
519
+ name: "Anthropic: Claude Opus 4.6 (Fast)",
520
+ created: 1775592472,
521
+ contextLength: 1e6,
522
+ maxOutputTokens: 128e3,
523
+ inputPricePerMillion: 30,
524
+ outputPricePerMillion: 150,
525
+ modalities: [
526
+ "text",
527
+ "image"
528
+ ]
529
+ },
530
+ {
531
+ id: "z-ai/glm-5.1",
532
+ name: "Z.ai: GLM 5.1",
533
+ created: 1775578025,
534
+ contextLength: 202752,
535
+ maxOutputTokens: 65535,
536
+ inputPricePerMillion: 1.0499999999999998,
537
+ outputPricePerMillion: 3.5,
538
+ modalities: [
539
+ "text"
540
+ ]
541
+ },
542
+ {
543
+ id: "google/gemma-4-26b-a4b-it:free",
544
+ name: "Google: Gemma 4 26B A4B (free)",
545
+ created: 1775227989,
546
+ contextLength: 262144,
547
+ maxOutputTokens: 32768,
548
+ inputPricePerMillion: 0,
549
+ outputPricePerMillion: 0,
550
+ modalities: [
551
+ "image",
552
+ "text",
553
+ "video"
554
+ ]
555
+ },
556
+ {
557
+ id: "google/gemma-4-26b-a4b-it",
558
+ name: "Google: Gemma 4 26B A4B ",
559
+ created: 1775227989,
560
+ contextLength: 262144,
561
+ maxOutputTokens: 0,
562
+ inputPricePerMillion: 0.06,
563
+ outputPricePerMillion: 0.33,
564
+ modalities: [
565
+ "image",
566
+ "text",
567
+ "video"
568
+ ]
569
+ },
570
+ {
571
+ id: "google/gemma-4-31b-it:free",
572
+ name: "Google: Gemma 4 31B (free)",
573
+ created: 1775148486,
574
+ contextLength: 262144,
575
+ maxOutputTokens: 32768,
576
+ inputPricePerMillion: 0,
577
+ outputPricePerMillion: 0,
578
+ modalities: [
579
+ "image",
580
+ "text",
581
+ "video"
582
+ ]
583
+ },
584
+ {
585
+ id: "google/gemma-4-31b-it",
586
+ name: "Google: Gemma 4 31B",
587
+ created: 1775148486,
588
+ contextLength: 262144,
589
+ maxOutputTokens: 16384,
590
+ inputPricePerMillion: 0.13,
591
+ outputPricePerMillion: 0.38,
592
+ modalities: [
593
+ "image",
594
+ "text",
595
+ "video"
596
+ ]
597
+ },
598
+ {
599
+ id: "qwen/qwen3.6-plus",
600
+ name: "Qwen: Qwen3.6 Plus",
601
+ created: 1775133557,
602
+ contextLength: 1e6,
603
+ maxOutputTokens: 65536,
604
+ inputPricePerMillion: 0.325,
605
+ outputPricePerMillion: 1.95,
606
+ modalities: [
607
+ "text",
608
+ "image",
609
+ "video"
610
+ ]
611
+ },
612
+ {
613
+ id: "z-ai/glm-5v-turbo",
614
+ name: "Z.ai: GLM 5V Turbo",
615
+ created: 1775061458,
616
+ contextLength: 202752,
617
+ maxOutputTokens: 131072,
618
+ inputPricePerMillion: 1.2,
619
+ outputPricePerMillion: 4,
620
+ modalities: [
621
+ "image",
622
+ "text",
623
+ "video"
624
+ ]
625
+ },
626
+ {
627
+ id: "arcee-ai/trinity-large-thinking",
628
+ name: "Arcee AI: Trinity Large Thinking",
629
+ created: 1775058318,
630
+ contextLength: 262144,
631
+ maxOutputTokens: 262144,
632
+ inputPricePerMillion: 0.22,
633
+ outputPricePerMillion: 0.85,
634
+ modalities: [
635
+ "text"
636
+ ]
637
+ },
638
+ {
639
+ id: "x-ai/grok-4.20-multi-agent",
640
+ name: "xAI: Grok 4.20 Multi-Agent",
641
+ created: 1774979158,
642
+ contextLength: 2e6,
643
+ maxOutputTokens: 0,
644
+ inputPricePerMillion: 2,
645
+ outputPricePerMillion: 6,
646
+ modalities: [
647
+ "text",
648
+ "image",
649
+ "file"
650
+ ]
651
+ },
652
+ {
653
+ id: "x-ai/grok-4.20",
654
+ name: "xAI: Grok 4.20",
655
+ created: 1774979019,
656
+ contextLength: 2e6,
657
+ maxOutputTokens: 0,
658
+ inputPricePerMillion: 1.25,
659
+ outputPricePerMillion: 2.5,
660
+ modalities: [
661
+ "text",
662
+ "image",
663
+ "file"
664
+ ]
665
+ },
666
+ {
667
+ id: "google/lyria-3-pro-preview",
668
+ name: "Google: Lyria 3 Pro Preview",
669
+ created: 1774907286,
670
+ contextLength: 1048576,
671
+ maxOutputTokens: 65536,
672
+ inputPricePerMillion: 0,
673
+ outputPricePerMillion: 0,
674
+ modalities: [
675
+ "text",
676
+ "image"
677
+ ]
678
+ },
679
+ {
680
+ id: "google/lyria-3-clip-preview",
681
+ name: "Google: Lyria 3 Clip Preview",
682
+ created: 1774907255,
683
+ contextLength: 1048576,
684
+ maxOutputTokens: 65536,
685
+ inputPricePerMillion: 0,
686
+ outputPricePerMillion: 0,
687
+ modalities: [
688
+ "text",
689
+ "image"
690
+ ]
691
+ },
692
+ {
693
+ id: "kwaipilot/kat-coder-pro-v2",
694
+ name: "Kwaipilot: KAT-Coder-Pro V2",
695
+ created: 1774649310,
696
+ contextLength: 256e3,
697
+ maxOutputTokens: 8e4,
698
+ inputPricePerMillion: 0.3,
699
+ outputPricePerMillion: 1.2,
700
+ modalities: [
701
+ "text"
702
+ ]
703
+ },
704
+ {
705
+ id: "rekaai/reka-edge",
706
+ name: "Reka Edge",
707
+ created: 1774026965,
708
+ contextLength: 16384,
709
+ maxOutputTokens: 16384,
710
+ inputPricePerMillion: 0.09999999999999999,
711
+ outputPricePerMillion: 0.09999999999999999,
712
+ modalities: [
713
+ "image",
714
+ "text",
715
+ "video"
716
+ ]
717
+ },
718
+ {
719
+ id: "xiaomi/mimo-v2-omni",
720
+ name: "Xiaomi: MiMo-V2-Omni",
721
+ created: 1773863703,
722
+ contextLength: 262144,
723
+ maxOutputTokens: 65536,
724
+ inputPricePerMillion: 0.39999999999999997,
725
+ outputPricePerMillion: 2,
726
+ modalities: [
727
+ "text",
728
+ "audio",
729
+ "image",
730
+ "video"
731
+ ]
732
+ },
733
+ {
734
+ id: "xiaomi/mimo-v2-pro",
735
+ name: "Xiaomi: MiMo-V2-Pro",
736
+ created: 1773863643,
737
+ contextLength: 1048576,
738
+ maxOutputTokens: 131072,
739
+ inputPricePerMillion: 1,
740
+ outputPricePerMillion: 3,
741
+ modalities: [
742
+ "text"
743
+ ]
744
+ },
745
+ {
746
+ id: "minimax/minimax-m2.7",
747
+ name: "MiniMax: MiniMax M2.7",
748
+ created: 1773836697,
749
+ contextLength: 196608,
750
+ maxOutputTokens: 131072,
751
+ inputPricePerMillion: 0.29900000000000004,
752
+ outputPricePerMillion: 1.2,
753
+ modalities: [
754
+ "text"
755
+ ]
756
+ },
757
+ {
758
+ id: "openai/gpt-5.4-nano",
759
+ name: "OpenAI: GPT-5.4 Nano",
760
+ created: 1773748187,
761
+ contextLength: 4e5,
762
+ maxOutputTokens: 128e3,
763
+ inputPricePerMillion: 0.19999999999999998,
764
+ outputPricePerMillion: 1.25,
765
+ modalities: [
766
+ "file",
767
+ "image",
768
+ "text"
769
+ ]
770
+ },
771
+ {
772
+ id: "openai/gpt-5.4-mini",
773
+ name: "OpenAI: GPT-5.4 Mini",
774
+ created: 1773748178,
775
+ contextLength: 4e5,
776
+ maxOutputTokens: 128e3,
777
+ inputPricePerMillion: 0.75,
778
+ outputPricePerMillion: 4.5,
779
+ modalities: [
780
+ "file",
781
+ "image",
782
+ "text"
783
+ ]
784
+ },
785
+ {
786
+ id: "mistralai/mistral-small-2603",
787
+ name: "Mistral: Mistral Small 4",
788
+ created: 1773695685,
789
+ contextLength: 262144,
790
+ maxOutputTokens: 0,
791
+ inputPricePerMillion: 0.15,
792
+ outputPricePerMillion: 0.6,
793
+ modalities: [
794
+ "text",
795
+ "image"
796
+ ]
797
+ },
798
+ {
799
+ id: "z-ai/glm-5-turbo",
800
+ name: "Z.ai: GLM 5 Turbo",
801
+ created: 1773583573,
802
+ contextLength: 202752,
803
+ maxOutputTokens: 131072,
804
+ inputPricePerMillion: 1.2,
805
+ outputPricePerMillion: 4,
806
+ modalities: [
807
+ "text"
808
+ ]
809
+ },
810
+ {
811
+ id: "nvidia/nemotron-3-super-120b-a12b:free",
812
+ name: "NVIDIA: Nemotron 3 Super (free)",
813
+ created: 1773245239,
814
+ contextLength: 262144,
815
+ maxOutputTokens: 262144,
816
+ inputPricePerMillion: 0,
817
+ outputPricePerMillion: 0,
818
+ modalities: [
819
+ "text"
820
+ ]
821
+ },
822
+ {
823
+ id: "nvidia/nemotron-3-super-120b-a12b",
824
+ name: "NVIDIA: Nemotron 3 Super",
825
+ created: 1773245239,
826
+ contextLength: 262144,
827
+ maxOutputTokens: 0,
828
+ inputPricePerMillion: 0.09,
829
+ outputPricePerMillion: 0.44999999999999996,
830
+ modalities: [
831
+ "text"
832
+ ]
833
+ },
834
+ {
835
+ id: "bytedance-seed/seed-2.0-lite",
836
+ name: "ByteDance Seed: Seed-2.0-Lite",
837
+ created: 1773157231,
838
+ contextLength: 262144,
839
+ maxOutputTokens: 131072,
840
+ inputPricePerMillion: 0.25,
841
+ outputPricePerMillion: 2,
842
+ modalities: [
843
+ "text",
844
+ "image",
845
+ "video"
846
+ ]
847
+ },
848
+ {
849
+ id: "qwen/qwen3.5-9b",
850
+ name: "Qwen: Qwen3.5-9B",
851
+ created: 1773152396,
852
+ contextLength: 262144,
853
+ maxOutputTokens: 81920,
854
+ inputPricePerMillion: 0.04,
855
+ outputPricePerMillion: 0.15,
856
+ modalities: [
857
+ "text",
858
+ "image",
859
+ "video"
860
+ ]
861
+ },
862
+ {
863
+ id: "openai/gpt-5.4-pro",
864
+ name: "OpenAI: GPT-5.4 Pro",
865
+ created: 1772734366,
866
+ contextLength: 105e4,
867
+ maxOutputTokens: 128e3,
868
+ inputPricePerMillion: 30,
869
+ outputPricePerMillion: 180,
870
+ modalities: [
871
+ "text",
872
+ "image",
873
+ "file"
874
+ ]
875
+ },
876
+ {
877
+ id: "openai/gpt-5.4",
878
+ name: "OpenAI: GPT-5.4",
879
+ created: 1772734352,
880
+ contextLength: 105e4,
881
+ maxOutputTokens: 128e3,
882
+ inputPricePerMillion: 2.5,
883
+ outputPricePerMillion: 15,
884
+ modalities: [
885
+ "text",
886
+ "image",
887
+ "file"
888
+ ]
889
+ },
890
+ {
891
+ id: "inception/mercury-2",
892
+ name: "Inception: Mercury 2",
893
+ created: 1772636275,
894
+ contextLength: 128e3,
895
+ maxOutputTokens: 5e4,
896
+ inputPricePerMillion: 0.25,
897
+ outputPricePerMillion: 0.75,
898
+ modalities: [
899
+ "text"
900
+ ]
901
+ },
902
+ {
903
+ id: "openai/gpt-5.3-chat",
904
+ name: "OpenAI: GPT-5.3 Chat",
905
+ created: 1772564061,
906
+ contextLength: 128e3,
907
+ maxOutputTokens: 16384,
908
+ inputPricePerMillion: 1.75,
909
+ outputPricePerMillion: 14,
910
+ modalities: [
911
+ "text",
912
+ "image",
913
+ "file"
914
+ ]
915
+ },
916
+ {
917
+ id: "google/gemini-3.1-flash-lite-preview",
918
+ name: "Google: Gemini 3.1 Flash Lite Preview",
919
+ created: 1772512673,
920
+ contextLength: 1048576,
921
+ maxOutputTokens: 65536,
922
+ inputPricePerMillion: 0.25,
923
+ outputPricePerMillion: 1.5,
924
+ modalities: [
925
+ "text",
926
+ "image",
927
+ "video",
928
+ "file",
929
+ "audio"
930
+ ]
931
+ },
932
+ {
933
+ id: "bytedance-seed/seed-2.0-mini",
934
+ name: "ByteDance Seed: Seed-2.0-Mini",
935
+ created: 1772131107,
936
+ contextLength: 262144,
937
+ maxOutputTokens: 131072,
938
+ inputPricePerMillion: 0.09999999999999999,
939
+ outputPricePerMillion: 0.39999999999999997,
940
+ modalities: [
941
+ "text",
942
+ "image",
943
+ "video"
944
+ ]
945
+ },
946
+ {
947
+ id: "google/gemini-3.1-flash-image-preview",
948
+ name: "Google: Nano Banana 2 (Gemini 3.1 Flash Image Preview)",
949
+ created: 1772119558,
950
+ contextLength: 65536,
951
+ maxOutputTokens: 65536,
952
+ inputPricePerMillion: 0.5,
953
+ outputPricePerMillion: 3,
954
+ modalities: [
955
+ "image",
956
+ "text"
957
+ ]
958
+ },
959
+ {
960
+ id: "qwen/qwen3.5-35b-a3b",
961
+ name: "Qwen: Qwen3.5-35B-A3B",
962
+ created: 1772053822,
963
+ contextLength: 262144,
964
+ maxOutputTokens: 81920,
965
+ inputPricePerMillion: 0.14,
966
+ outputPricePerMillion: 1,
967
+ modalities: [
968
+ "text",
969
+ "image",
970
+ "video"
971
+ ]
972
+ },
973
+ {
974
+ id: "qwen/qwen3.5-27b",
975
+ name: "Qwen: Qwen3.5-27B",
976
+ created: 1772053810,
977
+ contextLength: 262144,
978
+ maxOutputTokens: 65536,
979
+ inputPricePerMillion: 0.195,
980
+ outputPricePerMillion: 1.56,
981
+ modalities: [
982
+ "text",
983
+ "image",
984
+ "video"
985
+ ]
986
+ },
987
+ {
988
+ id: "qwen/qwen3.5-122b-a10b",
989
+ name: "Qwen: Qwen3.5-122B-A10B",
990
+ created: 1772053789,
991
+ contextLength: 262144,
992
+ maxOutputTokens: 65536,
993
+ inputPricePerMillion: 0.26,
994
+ outputPricePerMillion: 2.08,
995
+ modalities: [
996
+ "text",
997
+ "image",
998
+ "video"
999
+ ]
1000
+ },
1001
+ {
1002
+ id: "qwen/qwen3.5-flash-02-23",
1003
+ name: "Qwen: Qwen3.5-Flash",
1004
+ created: 1772053776,
1005
+ contextLength: 1e6,
1006
+ maxOutputTokens: 65536,
1007
+ inputPricePerMillion: 0.065,
1008
+ outputPricePerMillion: 0.26,
1009
+ modalities: [
1010
+ "text",
1011
+ "image",
1012
+ "video"
1013
+ ]
1014
+ },
1015
+ {
1016
+ id: "liquid/lfm-2-24b-a2b",
1017
+ name: "LiquidAI: LFM2-24B-A2B",
1018
+ created: 1772048711,
1019
+ contextLength: 32768,
1020
+ maxOutputTokens: 0,
1021
+ inputPricePerMillion: 0.03,
1022
+ outputPricePerMillion: 0.12,
1023
+ modalities: [
1024
+ "text"
1025
+ ]
1026
+ },
1027
+ {
1028
+ id: "google/gemini-3.1-pro-preview-customtools",
1029
+ name: "Google: Gemini 3.1 Pro Preview Custom Tools",
1030
+ created: 1772045923,
1031
+ contextLength: 1048576,
1032
+ maxOutputTokens: 65536,
1033
+ inputPricePerMillion: 2,
1034
+ outputPricePerMillion: 12,
1035
+ modalities: [
1036
+ "text",
1037
+ "audio",
1038
+ "image",
1039
+ "video",
1040
+ "file"
1041
+ ]
1042
+ },
1043
+ {
1044
+ id: "openai/gpt-5.3-codex",
1045
+ name: "OpenAI: GPT-5.3-Codex",
1046
+ created: 1771959164,
1047
+ contextLength: 4e5,
1048
+ maxOutputTokens: 128e3,
1049
+ inputPricePerMillion: 1.75,
1050
+ outputPricePerMillion: 14,
1051
+ modalities: [
1052
+ "text",
1053
+ "image",
1054
+ "file"
1055
+ ]
1056
+ },
1057
+ {
1058
+ id: "aion-labs/aion-2.0",
1059
+ name: "AionLabs: Aion-2.0",
1060
+ created: 1771881306,
1061
+ contextLength: 131072,
1062
+ maxOutputTokens: 32768,
1063
+ inputPricePerMillion: 0.7999999999999999,
1064
+ outputPricePerMillion: 1.5999999999999999,
1065
+ modalities: [
1066
+ "text"
1067
+ ]
1068
+ },
1069
+ {
1070
+ id: "google/gemini-3.1-pro-preview",
1071
+ name: "Google: Gemini 3.1 Pro Preview",
1072
+ created: 1771509627,
1073
+ contextLength: 1048576,
1074
+ maxOutputTokens: 65536,
1075
+ inputPricePerMillion: 2,
1076
+ outputPricePerMillion: 12,
1077
+ modalities: [
1078
+ "audio",
1079
+ "file",
1080
+ "image",
1081
+ "text",
1082
+ "video"
1083
+ ]
1084
+ },
1085
+ {
1086
+ id: "anthropic/claude-sonnet-4.6",
1087
+ name: "Anthropic: Claude Sonnet 4.6",
1088
+ created: 1771342990,
1089
+ contextLength: 1e6,
1090
+ maxOutputTokens: 128e3,
1091
+ inputPricePerMillion: 3,
1092
+ outputPricePerMillion: 15,
1093
+ modalities: [
1094
+ "text",
1095
+ "image"
1096
+ ]
1097
+ },
1098
+ {
1099
+ id: "qwen/qwen3.5-plus-02-15",
1100
+ name: "Qwen: Qwen3.5 Plus 2026-02-15",
1101
+ created: 1771229416,
1102
+ contextLength: 1e6,
1103
+ maxOutputTokens: 65536,
1104
+ inputPricePerMillion: 0.26,
1105
+ outputPricePerMillion: 1.56,
1106
+ modalities: [
1107
+ "text",
1108
+ "image",
1109
+ "video"
1110
+ ]
1111
+ },
1112
+ {
1113
+ id: "qwen/qwen3.5-397b-a17b",
1114
+ name: "Qwen: Qwen3.5 397B A17B",
1115
+ created: 1771223018,
1116
+ contextLength: 262144,
1117
+ maxOutputTokens: 65536,
1118
+ inputPricePerMillion: 0.39,
1119
+ outputPricePerMillion: 2.34,
1120
+ modalities: [
1121
+ "text",
1122
+ "image",
1123
+ "video"
1124
+ ]
1125
+ },
1126
+ {
1127
+ id: "minimax/minimax-m2.5:free",
1128
+ name: "MiniMax: MiniMax M2.5 (free)",
1129
+ created: 1770908502,
1130
+ contextLength: 196608,
1131
+ maxOutputTokens: 8192,
1132
+ inputPricePerMillion: 0,
1133
+ outputPricePerMillion: 0,
1134
+ modalities: [
1135
+ "text"
1136
+ ]
1137
+ },
1138
+ {
1139
+ id: "minimax/minimax-m2.5",
1140
+ name: "MiniMax: MiniMax M2.5",
1141
+ created: 1770908502,
1142
+ contextLength: 196608,
1143
+ maxOutputTokens: 131072,
1144
+ inputPricePerMillion: 0.15,
1145
+ outputPricePerMillion: 1.15,
1146
+ modalities: [
1147
+ "text"
1148
+ ]
1149
+ },
1150
+ {
1151
+ id: "z-ai/glm-5",
1152
+ name: "Z.ai: GLM 5",
1153
+ created: 1770829182,
1154
+ contextLength: 202752,
1155
+ maxOutputTokens: 0,
1156
+ inputPricePerMillion: 0.6,
1157
+ outputPricePerMillion: 1.92,
1158
+ modalities: [
1159
+ "text"
1160
+ ]
1161
+ },
1162
+ {
1163
+ id: "qwen/qwen3-max-thinking",
1164
+ name: "Qwen: Qwen3 Max Thinking",
1165
+ created: 1770671901,
1166
+ contextLength: 262144,
1167
+ maxOutputTokens: 32768,
1168
+ inputPricePerMillion: 0.78,
1169
+ outputPricePerMillion: 3.9,
1170
+ modalities: [
1171
+ "text"
1172
+ ]
1173
+ },
1174
+ {
1175
+ id: "anthropic/claude-opus-4.6",
1176
+ name: "Anthropic: Claude Opus 4.6",
1177
+ created: 1770219050,
1178
+ contextLength: 1e6,
1179
+ maxOutputTokens: 128e3,
1180
+ inputPricePerMillion: 5,
1181
+ outputPricePerMillion: 25,
1182
+ modalities: [
1183
+ "text",
1184
+ "image"
1185
+ ]
1186
+ },
1187
+ {
1188
+ id: "qwen/qwen3-coder-next",
1189
+ name: "Qwen: Qwen3 Coder Next",
1190
+ created: 1770164101,
1191
+ contextLength: 262144,
1192
+ maxOutputTokens: 262144,
1193
+ inputPricePerMillion: 0.11,
1194
+ outputPricePerMillion: 0.7999999999999999,
1195
+ modalities: [
1196
+ "text"
1197
+ ]
1198
+ },
1199
+ {
1200
+ id: "openrouter/free",
1201
+ name: "Free Models Router",
1202
+ created: 1769917427,
1203
+ contextLength: 2e5,
1204
+ maxOutputTokens: 0,
1205
+ inputPricePerMillion: 0,
1206
+ outputPricePerMillion: 0,
1207
+ modalities: [
1208
+ "text",
1209
+ "image"
1210
+ ]
1211
+ },
1212
+ {
1213
+ id: "stepfun/step-3.5-flash",
1214
+ name: "StepFun: Step 3.5 Flash",
1215
+ created: 1769728337,
1216
+ contextLength: 262144,
1217
+ maxOutputTokens: 65536,
1218
+ inputPricePerMillion: 0.09999999999999999,
1219
+ outputPricePerMillion: 0.3,
1220
+ modalities: [
1221
+ "text"
1222
+ ]
1223
+ },
1224
+ {
1225
+ id: "arcee-ai/trinity-large-preview",
1226
+ name: "Arcee AI: Trinity Large Preview",
1227
+ created: 1769552670,
1228
+ contextLength: 131e3,
1229
+ maxOutputTokens: 0,
1230
+ inputPricePerMillion: 0.15,
1231
+ outputPricePerMillion: 0.44999999999999996,
1232
+ modalities: [
1233
+ "text"
1234
+ ]
1235
+ },
1236
+ {
1237
+ id: "moonshotai/kimi-k2.5",
1238
+ name: "MoonshotAI: Kimi K2.5",
1239
+ created: 1769487076,
1240
+ contextLength: 262144,
1241
+ maxOutputTokens: 65535,
1242
+ inputPricePerMillion: 0.44,
1243
+ outputPricePerMillion: 2,
1244
+ modalities: [
1245
+ "text",
1246
+ "image"
1247
+ ]
1248
+ },
1249
+ {
1250
+ id: "upstage/solar-pro-3",
1251
+ name: "Upstage: Solar Pro 3",
1252
+ created: 1769481200,
1253
+ contextLength: 128e3,
1254
+ maxOutputTokens: 0,
1255
+ inputPricePerMillion: 0.15,
1256
+ outputPricePerMillion: 0.6,
1257
+ modalities: [
1258
+ "text"
1259
+ ]
1260
+ },
1261
+ {
1262
+ id: "minimax/minimax-m2-her",
1263
+ name: "MiniMax: MiniMax M2-her",
1264
+ created: 1769177239,
1265
+ contextLength: 65536,
1266
+ maxOutputTokens: 2048,
1267
+ inputPricePerMillion: 0.3,
1268
+ outputPricePerMillion: 1.2,
1269
+ modalities: [
1270
+ "text"
1271
+ ]
1272
+ },
1273
+ {
1274
+ id: "writer/palmyra-x5",
1275
+ name: "Writer: Palmyra X5",
1276
+ created: 1769003823,
1277
+ contextLength: 104e4,
1278
+ maxOutputTokens: 8192,
1279
+ inputPricePerMillion: 0.6,
1280
+ outputPricePerMillion: 6,
1281
+ modalities: [
1282
+ "text"
1283
+ ]
1284
+ },
1285
+ {
1286
+ id: "liquid/lfm-2.5-1.2b-thinking:free",
1287
+ name: "LiquidAI: LFM2.5-1.2B-Thinking (free)",
1288
+ created: 1768927527,
1289
+ contextLength: 32768,
1290
+ maxOutputTokens: 0,
1291
+ inputPricePerMillion: 0,
1292
+ outputPricePerMillion: 0,
1293
+ modalities: [
1294
+ "text"
1295
+ ]
1296
+ },
1297
+ {
1298
+ id: "liquid/lfm-2.5-1.2b-instruct:free",
1299
+ name: "LiquidAI: LFM2.5-1.2B-Instruct (free)",
1300
+ created: 1768927521,
1301
+ contextLength: 32768,
1302
+ maxOutputTokens: 0,
1303
+ inputPricePerMillion: 0,
1304
+ outputPricePerMillion: 0,
1305
+ modalities: [
1306
+ "text"
1307
+ ]
1308
+ },
1309
+ {
1310
+ id: "openai/gpt-audio",
1311
+ name: "OpenAI: GPT Audio",
1312
+ created: 1768862569,
1313
+ contextLength: 128e3,
1314
+ maxOutputTokens: 16384,
1315
+ inputPricePerMillion: 2.5,
1316
+ outputPricePerMillion: 10,
1317
+ modalities: [
1318
+ "text",
1319
+ "audio"
1320
+ ]
1321
+ },
1322
+ {
1323
+ id: "openai/gpt-audio-mini",
1324
+ name: "OpenAI: GPT Audio Mini",
1325
+ created: 1768859419,
1326
+ contextLength: 128e3,
1327
+ maxOutputTokens: 16384,
1328
+ inputPricePerMillion: 0.6,
1329
+ outputPricePerMillion: 2.4,
1330
+ modalities: [
1331
+ "text",
1332
+ "audio"
1333
+ ]
1334
+ },
1335
+ {
1336
+ id: "z-ai/glm-4.7-flash",
1337
+ name: "Z.ai: GLM 4.7 Flash",
1338
+ created: 1768833913,
1339
+ contextLength: 202752,
1340
+ maxOutputTokens: 16384,
1341
+ inputPricePerMillion: 0.06,
1342
+ outputPricePerMillion: 0.39999999999999997,
1343
+ modalities: [
1344
+ "text"
1345
+ ]
1346
+ },
1347
+ {
1348
+ id: "openai/gpt-5.2-codex",
1349
+ name: "OpenAI: GPT-5.2-Codex",
1350
+ created: 1768409315,
1351
+ contextLength: 4e5,
1352
+ maxOutputTokens: 128e3,
1353
+ inputPricePerMillion: 1.75,
1354
+ outputPricePerMillion: 14,
1355
+ modalities: [
1356
+ "text",
1357
+ "image"
1358
+ ]
1359
+ },
1360
+ {
1361
+ id: "bytedance-seed/seed-1.6-flash",
1362
+ name: "ByteDance Seed: Seed 1.6 Flash",
1363
+ created: 1766505011,
1364
+ contextLength: 262144,
1365
+ maxOutputTokens: 32768,
1366
+ inputPricePerMillion: 0.075,
1367
+ outputPricePerMillion: 0.3,
1368
+ modalities: [
1369
+ "image",
1370
+ "text",
1371
+ "video"
1372
+ ]
1373
+ },
1374
+ {
1375
+ id: "bytedance-seed/seed-1.6",
1376
+ name: "ByteDance Seed: Seed 1.6",
1377
+ created: 1766504997,
1378
+ contextLength: 262144,
1379
+ maxOutputTokens: 32768,
1380
+ inputPricePerMillion: 0.25,
1381
+ outputPricePerMillion: 2,
1382
+ modalities: [
1383
+ "image",
1384
+ "text",
1385
+ "video"
1386
+ ]
1387
+ },
1388
+ {
1389
+ id: "minimax/minimax-m2.1",
1390
+ name: "MiniMax: MiniMax M2.1",
1391
+ created: 1766454997,
1392
+ contextLength: 196608,
1393
+ maxOutputTokens: 196608,
1394
+ inputPricePerMillion: 0.29,
1395
+ outputPricePerMillion: 0.95,
1396
+ modalities: [
1397
+ "text"
1398
+ ]
1399
+ },
1400
+ {
1401
+ id: "z-ai/glm-4.7",
1402
+ name: "Z.ai: GLM 4.7",
1403
+ created: 1766378014,
1404
+ contextLength: 202752,
1405
+ maxOutputTokens: 131072,
1406
+ inputPricePerMillion: 0.39999999999999997,
1407
+ outputPricePerMillion: 1.75,
1408
+ modalities: [
1409
+ "text"
1410
+ ]
1411
+ },
1412
+ {
1413
+ id: "google/gemini-3-flash-preview",
1414
+ name: "Google: Gemini 3 Flash Preview",
1415
+ created: 1765987078,
1416
+ contextLength: 1048576,
1417
+ maxOutputTokens: 65536,
1418
+ inputPricePerMillion: 0.5,
1419
+ outputPricePerMillion: 3,
1420
+ modalities: [
1421
+ "text",
1422
+ "image",
1423
+ "file",
1424
+ "audio",
1425
+ "video"
1426
+ ]
1427
+ },
1428
+ {
1429
+ id: "xiaomi/mimo-v2-flash",
1430
+ name: "Xiaomi: MiMo-V2-Flash",
1431
+ created: 1765731308,
1432
+ contextLength: 262144,
1433
+ maxOutputTokens: 65536,
1434
+ inputPricePerMillion: 0.09999999999999999,
1435
+ outputPricePerMillion: 0.3,
1436
+ modalities: [
1437
+ "text"
1438
+ ]
1439
+ },
1440
+ {
1441
+ id: "nvidia/nemotron-3-nano-30b-a3b:free",
1442
+ name: "NVIDIA: Nemotron 3 Nano 30B A3B (free)",
1443
+ created: 1765731275,
1444
+ contextLength: 256e3,
1445
+ maxOutputTokens: 0,
1446
+ inputPricePerMillion: 0,
1447
+ outputPricePerMillion: 0,
1448
+ modalities: [
1449
+ "text"
1450
+ ]
1451
+ },
1452
+ {
1453
+ id: "nvidia/nemotron-3-nano-30b-a3b",
1454
+ name: "NVIDIA: Nemotron 3 Nano 30B A3B",
1455
+ created: 1765731275,
1456
+ contextLength: 262144,
1457
+ maxOutputTokens: 228e3,
1458
+ inputPricePerMillion: 0.049999999999999996,
1459
+ outputPricePerMillion: 0.19999999999999998,
1460
+ modalities: [
1461
+ "text"
1462
+ ]
1463
+ },
1464
+ {
1465
+ id: "openai/gpt-5.2-chat",
1466
+ name: "OpenAI: GPT-5.2 Chat",
1467
+ created: 1765389783,
1468
+ contextLength: 128e3,
1469
+ maxOutputTokens: 32e3,
1470
+ inputPricePerMillion: 1.75,
1471
+ outputPricePerMillion: 14,
1472
+ modalities: [
1473
+ "file",
1474
+ "image",
1475
+ "text"
1476
+ ]
1477
+ },
1478
+ {
1479
+ id: "openai/gpt-5.2-pro",
1480
+ name: "OpenAI: GPT-5.2 Pro",
1481
+ created: 1765389780,
1482
+ contextLength: 4e5,
1483
+ maxOutputTokens: 128e3,
1484
+ inputPricePerMillion: 21,
1485
+ outputPricePerMillion: 168,
1486
+ modalities: [
1487
+ "image",
1488
+ "text",
1489
+ "file"
1490
+ ]
1491
+ },
1492
+ {
1493
+ id: "openai/gpt-5.2",
1494
+ name: "OpenAI: GPT-5.2",
1495
+ created: 1765389775,
1496
+ contextLength: 4e5,
1497
+ maxOutputTokens: 128e3,
1498
+ inputPricePerMillion: 1.75,
1499
+ outputPricePerMillion: 14,
1500
+ modalities: [
1501
+ "file",
1502
+ "image",
1503
+ "text"
1504
+ ]
1505
+ },
1506
+ {
1507
+ id: "mistralai/devstral-2512",
1508
+ name: "Mistral: Devstral 2 2512",
1509
+ created: 1765285419,
1510
+ contextLength: 262144,
1511
+ maxOutputTokens: 0,
1512
+ inputPricePerMillion: 0.39999999999999997,
1513
+ outputPricePerMillion: 2,
1514
+ modalities: [
1515
+ "text"
1516
+ ]
1517
+ },
1518
+ {
1519
+ id: "relace/relace-search",
1520
+ name: "Relace: Relace Search",
1521
+ created: 1765213560,
1522
+ contextLength: 256e3,
1523
+ maxOutputTokens: 128e3,
1524
+ inputPricePerMillion: 1,
1525
+ outputPricePerMillion: 3,
1526
+ modalities: [
1527
+ "text"
1528
+ ]
1529
+ },
1530
+ {
1531
+ id: "z-ai/glm-4.6v",
1532
+ name: "Z.ai: GLM 4.6V",
1533
+ created: 1765207462,
1534
+ contextLength: 131072,
1535
+ maxOutputTokens: 24e3,
1536
+ inputPricePerMillion: 0.3,
1537
+ outputPricePerMillion: 0.8999999999999999,
1538
+ modalities: [
1539
+ "image",
1540
+ "text",
1541
+ "video"
1542
+ ]
1543
+ },
1544
+ {
1545
+ id: "nex-agi/deepseek-v3.1-nex-n1",
1546
+ name: "Nex AGI: DeepSeek V3.1 Nex N1",
1547
+ created: 1765204393,
1548
+ contextLength: 131072,
1549
+ maxOutputTokens: 163840,
1550
+ inputPricePerMillion: 0.135,
1551
+ outputPricePerMillion: 0.5,
1552
+ modalities: [
1553
+ "text"
1554
+ ]
1555
+ },
1556
+ {
1557
+ id: "essentialai/rnj-1-instruct",
1558
+ name: "EssentialAI: Rnj 1 Instruct",
1559
+ created: 1765094847,
1560
+ contextLength: 32768,
1561
+ maxOutputTokens: 0,
1562
+ inputPricePerMillion: 0.15,
1563
+ outputPricePerMillion: 0.15,
1564
+ modalities: [
1565
+ "text"
1566
+ ]
1567
+ },
1568
+ {
1569
+ id: "openrouter/bodybuilder",
1570
+ name: "Body Builder (beta)",
1571
+ created: 1764903653,
1572
+ contextLength: 128e3,
1573
+ maxOutputTokens: 0,
1574
+ inputPricePerMillion: -1e6,
1575
+ outputPricePerMillion: -1e6,
1576
+ modalities: [
1577
+ "text"
1578
+ ]
1579
+ },
1580
+ {
1581
+ id: "openai/gpt-5.1-codex-max",
1582
+ name: "OpenAI: GPT-5.1-Codex-Max",
1583
+ created: 1764878934,
1584
+ contextLength: 4e5,
1585
+ maxOutputTokens: 128e3,
1586
+ inputPricePerMillion: 1.25,
1587
+ outputPricePerMillion: 10,
1588
+ modalities: [
1589
+ "text",
1590
+ "image"
1591
+ ]
1592
+ },
1593
+ {
1594
+ id: "amazon/nova-2-lite-v1",
1595
+ name: "Amazon: Nova 2 Lite",
1596
+ created: 1764696672,
1597
+ contextLength: 1e6,
1598
+ maxOutputTokens: 65535,
1599
+ inputPricePerMillion: 0.3,
1600
+ outputPricePerMillion: 2.5,
1601
+ modalities: [
1602
+ "text",
1603
+ "image",
1604
+ "video",
1605
+ "file"
1606
+ ]
1607
+ },
1608
+ {
1609
+ id: "mistralai/ministral-14b-2512",
1610
+ name: "Mistral: Ministral 3 14B 2512",
1611
+ created: 1764681735,
1612
+ contextLength: 262144,
1613
+ maxOutputTokens: 0,
1614
+ inputPricePerMillion: 0.19999999999999998,
1615
+ outputPricePerMillion: 0.19999999999999998,
1616
+ modalities: [
1617
+ "text",
1618
+ "image"
1619
+ ]
1620
+ },
1621
+ {
1622
+ id: "mistralai/ministral-8b-2512",
1623
+ name: "Mistral: Ministral 3 8B 2512",
1624
+ created: 1764681654,
1625
+ contextLength: 262144,
1626
+ maxOutputTokens: 0,
1627
+ inputPricePerMillion: 0.15,
1628
+ outputPricePerMillion: 0.15,
1629
+ modalities: [
1630
+ "text",
1631
+ "image"
1632
+ ]
1633
+ },
1634
+ {
1635
+ id: "mistralai/ministral-3b-2512",
1636
+ name: "Mistral: Ministral 3 3B 2512",
1637
+ created: 1764681560,
1638
+ contextLength: 131072,
1639
+ maxOutputTokens: 0,
1640
+ inputPricePerMillion: 0.09999999999999999,
1641
+ outputPricePerMillion: 0.09999999999999999,
1642
+ modalities: [
1643
+ "text",
1644
+ "image"
1645
+ ]
1646
+ },
1647
+ {
1648
+ id: "mistralai/mistral-large-2512",
1649
+ name: "Mistral: Mistral Large 3 2512",
1650
+ created: 1764624472,
1651
+ contextLength: 262144,
1652
+ maxOutputTokens: 0,
1653
+ inputPricePerMillion: 0.5,
1654
+ outputPricePerMillion: 1.5,
1655
+ modalities: [
1656
+ "text",
1657
+ "image"
1658
+ ]
1659
+ },
1660
+ {
1661
+ id: "arcee-ai/trinity-mini",
1662
+ name: "Arcee AI: Trinity Mini",
1663
+ created: 1764601720,
1664
+ contextLength: 131072,
1665
+ maxOutputTokens: 131072,
1666
+ inputPricePerMillion: 0.045,
1667
+ outputPricePerMillion: 0.15,
1668
+ modalities: [
1669
+ "text"
1670
+ ]
1671
+ },
1672
+ {
1673
+ id: "deepseek/deepseek-v3.2-speciale",
1674
+ name: "DeepSeek: DeepSeek V3.2 Speciale",
1675
+ created: 1764594837,
1676
+ contextLength: 163840,
1677
+ maxOutputTokens: 163840,
1678
+ inputPricePerMillion: 0.28700000000000003,
1679
+ outputPricePerMillion: 0.431,
1680
+ modalities: [
1681
+ "text"
1682
+ ]
1683
+ },
1684
+ {
1685
+ id: "deepseek/deepseek-v3.2",
1686
+ name: "DeepSeek: DeepSeek V3.2",
1687
+ created: 1764594642,
1688
+ contextLength: 131072,
1689
+ maxOutputTokens: 65536,
1690
+ inputPricePerMillion: 0.252,
1691
+ outputPricePerMillion: 0.378,
1692
+ modalities: [
1693
+ "text"
1694
+ ]
1695
+ },
1696
+ {
1697
+ id: "prime-intellect/intellect-3",
1698
+ name: "Prime Intellect: INTELLECT-3",
1699
+ created: 1764212534,
1700
+ contextLength: 131072,
1701
+ maxOutputTokens: 131072,
1702
+ inputPricePerMillion: 0.19999999999999998,
1703
+ outputPricePerMillion: 1.1,
1704
+ modalities: [
1705
+ "text"
1706
+ ]
1707
+ },
1708
+ {
1709
+ id: "anthropic/claude-opus-4.5",
1710
+ name: "Anthropic: Claude Opus 4.5",
1711
+ created: 1764010580,
1712
+ contextLength: 2e5,
1713
+ maxOutputTokens: 64e3,
1714
+ inputPricePerMillion: 5,
1715
+ outputPricePerMillion: 25,
1716
+ modalities: [
1717
+ "file",
1718
+ "image",
1719
+ "text"
1720
+ ]
1721
+ },
1722
+ {
1723
+ id: "allenai/olmo-3-32b-think",
1724
+ name: "AllenAI: Olmo 3 32B Think",
1725
+ created: 1763758276,
1726
+ contextLength: 65536,
1727
+ maxOutputTokens: 65536,
1728
+ inputPricePerMillion: 0.15,
1729
+ outputPricePerMillion: 0.5,
1730
+ modalities: [
1731
+ "text"
1732
+ ]
1733
+ },
1734
+ {
1735
+ id: "google/gemini-3-pro-image-preview",
1736
+ name: "Google: Nano Banana Pro (Gemini 3 Pro Image Preview)",
1737
+ created: 1763653797,
1738
+ contextLength: 65536,
1739
+ maxOutputTokens: 32768,
1740
+ inputPricePerMillion: 2,
1741
+ outputPricePerMillion: 12,
1742
+ modalities: [
1743
+ "image",
1744
+ "text"
1745
+ ]
1746
+ },
1747
+ {
1748
+ id: "x-ai/grok-4.1-fast",
1749
+ name: "xAI: Grok 4.1 Fast",
1750
+ created: 1763587502,
1751
+ contextLength: 2e6,
1752
+ maxOutputTokens: 3e4,
1753
+ inputPricePerMillion: 0.19999999999999998,
1754
+ outputPricePerMillion: 0.5,
1755
+ modalities: [
1756
+ "text",
1757
+ "image",
1758
+ "file"
1759
+ ]
1760
+ },
1761
+ {
1762
+ id: "deepcogito/cogito-v2.1-671b",
1763
+ name: "Deep Cogito: Cogito v2.1 671B",
1764
+ created: 1763071233,
1765
+ contextLength: 128e3,
1766
+ maxOutputTokens: 0,
1767
+ inputPricePerMillion: 1.25,
1768
+ outputPricePerMillion: 1.25,
1769
+ modalities: [
1770
+ "text"
1771
+ ]
1772
+ },
1773
+ {
1774
+ id: "openai/gpt-5.1",
1775
+ name: "OpenAI: GPT-5.1",
1776
+ created: 1763060305,
1777
+ contextLength: 4e5,
1778
+ maxOutputTokens: 128e3,
1779
+ inputPricePerMillion: 1.25,
1780
+ outputPricePerMillion: 10,
1781
+ modalities: [
1782
+ "image",
1783
+ "text",
1784
+ "file"
1785
+ ]
1786
+ },
1787
+ {
1788
+ id: "openai/gpt-5.1-chat",
1789
+ name: "OpenAI: GPT-5.1 Chat",
1790
+ created: 1763060302,
1791
+ contextLength: 128e3,
1792
+ maxOutputTokens: 16384,
1793
+ inputPricePerMillion: 1.25,
1794
+ outputPricePerMillion: 10,
1795
+ modalities: [
1796
+ "file",
1797
+ "image",
1798
+ "text"
1799
+ ]
1800
+ },
1801
+ {
1802
+ id: "openai/gpt-5.1-codex",
1803
+ name: "OpenAI: GPT-5.1-Codex",
1804
+ created: 1763060298,
1805
+ contextLength: 4e5,
1806
+ maxOutputTokens: 128e3,
1807
+ inputPricePerMillion: 1.25,
1808
+ outputPricePerMillion: 10,
1809
+ modalities: [
1810
+ "text",
1811
+ "image"
1812
+ ]
1813
+ },
1814
+ {
1815
+ id: "openai/gpt-5.1-codex-mini",
1816
+ name: "OpenAI: GPT-5.1-Codex-Mini",
1817
+ created: 1763057820,
1818
+ contextLength: 4e5,
1819
+ maxOutputTokens: 128e3,
1820
+ inputPricePerMillion: 0.25,
1821
+ outputPricePerMillion: 2,
1822
+ modalities: [
1823
+ "image",
1824
+ "text"
1825
+ ]
1826
+ },
1827
+ {
1828
+ id: "moonshotai/kimi-k2-thinking",
1829
+ name: "MoonshotAI: Kimi K2 Thinking",
1830
+ created: 1762440622,
1831
+ contextLength: 262144,
1832
+ maxOutputTokens: 262144,
1833
+ inputPricePerMillion: 0.6,
1834
+ outputPricePerMillion: 2.5,
1835
+ modalities: [
1836
+ "text"
1837
+ ]
1838
+ },
1839
+ {
1840
+ id: "amazon/nova-premier-v1",
1841
+ name: "Amazon: Nova Premier 1.0",
1842
+ created: 1761950332,
1843
+ contextLength: 1e6,
1844
+ maxOutputTokens: 32e3,
1845
+ inputPricePerMillion: 2.5,
1846
+ outputPricePerMillion: 12.5,
1847
+ modalities: [
1848
+ "text",
1849
+ "image"
1850
+ ]
1851
+ },
1852
+ {
1853
+ id: "perplexity/sonar-pro-search",
1854
+ name: "Perplexity: Sonar Pro Search",
1855
+ created: 1761854366,
1856
+ contextLength: 2e5,
1857
+ maxOutputTokens: 8e3,
1858
+ inputPricePerMillion: 3,
1859
+ outputPricePerMillion: 15,
1860
+ modalities: [
1861
+ "text",
1862
+ "image"
1863
+ ]
1864
+ },
1865
+ {
1866
+ id: "mistralai/voxtral-small-24b-2507",
1867
+ name: "Mistral: Voxtral Small 24B 2507",
1868
+ created: 1761835144,
1869
+ contextLength: 32e3,
1870
+ maxOutputTokens: 0,
1871
+ inputPricePerMillion: 0.09999999999999999,
1872
+ outputPricePerMillion: 0.3,
1873
+ modalities: [
1874
+ "text",
1875
+ "audio"
1876
+ ]
1877
+ },
1878
+ {
1879
+ id: "openai/gpt-oss-safeguard-20b",
1880
+ name: "OpenAI: gpt-oss-safeguard-20b",
1881
+ created: 1761752836,
1882
+ contextLength: 131072,
1883
+ maxOutputTokens: 65536,
1884
+ inputPricePerMillion: 0.075,
1885
+ outputPricePerMillion: 0.3,
1886
+ modalities: [
1887
+ "text"
1888
+ ]
1889
+ },
1890
+ {
1891
+ id: "nvidia/nemotron-nano-12b-v2-vl:free",
1892
+ name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
1893
+ created: 1761675565,
1894
+ contextLength: 128e3,
1895
+ maxOutputTokens: 128e3,
1896
+ inputPricePerMillion: 0,
1897
+ outputPricePerMillion: 0,
1898
+ modalities: [
1899
+ "image",
1900
+ "text",
1901
+ "video"
1902
+ ]
1903
+ },
1904
+ {
1905
+ id: "minimax/minimax-m2",
1906
+ name: "MiniMax: MiniMax M2",
1907
+ created: 1761252093,
1908
+ contextLength: 196608,
1909
+ maxOutputTokens: 196608,
1910
+ inputPricePerMillion: 0.255,
1911
+ outputPricePerMillion: 1,
1912
+ modalities: [
1913
+ "text"
1914
+ ]
1915
+ },
1916
+ {
1917
+ id: "qwen/qwen3-vl-32b-instruct",
1918
+ name: "Qwen: Qwen3 VL 32B Instruct",
1919
+ created: 1761231332,
1920
+ contextLength: 131072,
1921
+ maxOutputTokens: 32768,
1922
+ inputPricePerMillion: 0.10400000000000001,
1923
+ outputPricePerMillion: 0.41600000000000004,
1924
+ modalities: [
1925
+ "text",
1926
+ "image"
1927
+ ]
1928
+ },
1929
+ {
1930
+ id: "ibm-granite/granite-4.0-h-micro",
1931
+ name: "IBM: Granite 4.0 Micro",
1932
+ created: 1760927695,
1933
+ contextLength: 131e3,
1934
+ maxOutputTokens: 0,
1935
+ inputPricePerMillion: 0.017,
1936
+ outputPricePerMillion: 0.11,
1937
+ modalities: [
1938
+ "text"
1939
+ ]
1940
+ },
1941
+ {
1942
+ id: "microsoft/phi-4-mini-instruct",
1943
+ name: "Microsoft: Phi 4 Mini Instruct",
1944
+ created: 1760726049,
1945
+ contextLength: 128e3,
1946
+ maxOutputTokens: 128e3,
1947
+ inputPricePerMillion: 0.08,
1948
+ outputPricePerMillion: 0.35,
1949
+ modalities: [
1950
+ "text"
1951
+ ]
1952
+ },
1953
+ {
1954
+ id: "openai/gpt-5-image-mini",
1955
+ name: "OpenAI: GPT-5 Image Mini",
1956
+ created: 1760624583,
1957
+ contextLength: 4e5,
1958
+ maxOutputTokens: 128e3,
1959
+ inputPricePerMillion: 2.5,
1960
+ outputPricePerMillion: 2,
1961
+ modalities: [
1962
+ "file",
1963
+ "image",
1964
+ "text"
1965
+ ]
1966
+ },
1967
+ {
1968
+ id: "anthropic/claude-haiku-4.5",
1969
+ name: "Anthropic: Claude Haiku 4.5",
1970
+ created: 1760547638,
1971
+ contextLength: 2e5,
1972
+ maxOutputTokens: 64e3,
1973
+ inputPricePerMillion: 1,
1974
+ outputPricePerMillion: 5,
1975
+ modalities: [
1976
+ "image",
1977
+ "text"
1978
+ ]
1979
+ },
1980
+ {
1981
+ id: "qwen/qwen3-vl-8b-thinking",
1982
+ name: "Qwen: Qwen3 VL 8B Thinking",
1983
+ created: 1760463746,
1984
+ contextLength: 131072,
1985
+ maxOutputTokens: 32768,
1986
+ inputPricePerMillion: 0.117,
1987
+ outputPricePerMillion: 1.365,
1988
+ modalities: [
1989
+ "image",
1990
+ "text"
1991
+ ]
1992
+ },
1993
+ {
1994
+ id: "qwen/qwen3-vl-8b-instruct",
1995
+ name: "Qwen: Qwen3 VL 8B Instruct",
1996
+ created: 1760463308,
1997
+ contextLength: 131072,
1998
+ maxOutputTokens: 32768,
1999
+ inputPricePerMillion: 0.08,
2000
+ outputPricePerMillion: 0.5,
2001
+ modalities: [
2002
+ "image",
2003
+ "text"
2004
+ ]
2005
+ },
2006
+ {
2007
+ id: "openai/gpt-5-image",
2008
+ name: "OpenAI: GPT-5 Image",
2009
+ created: 1760447986,
2010
+ contextLength: 4e5,
2011
+ maxOutputTokens: 128e3,
2012
+ inputPricePerMillion: 10,
2013
+ outputPricePerMillion: 10,
2014
+ modalities: [
2015
+ "image",
2016
+ "text",
2017
+ "file"
2018
+ ]
2019
+ },
2020
+ {
2021
+ id: "openai/o3-deep-research",
2022
+ name: "OpenAI: o3 Deep Research",
2023
+ created: 1760129661,
2024
+ contextLength: 2e5,
2025
+ maxOutputTokens: 1e5,
2026
+ inputPricePerMillion: 10,
2027
+ outputPricePerMillion: 40,
2028
+ modalities: [
2029
+ "image",
2030
+ "text",
2031
+ "file"
2032
+ ]
2033
+ },
2034
+ {
2035
+ id: "openai/o4-mini-deep-research",
2036
+ name: "OpenAI: o4 Mini Deep Research",
2037
+ created: 1760129642,
2038
+ contextLength: 2e5,
2039
+ maxOutputTokens: 1e5,
2040
+ inputPricePerMillion: 2,
2041
+ outputPricePerMillion: 8,
2042
+ modalities: [
2043
+ "file",
2044
+ "image",
2045
+ "text"
2046
+ ]
2047
+ },
2048
+ {
2049
+ id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
2050
+ name: "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
2051
+ created: 1760101395,
2052
+ contextLength: 131072,
2053
+ maxOutputTokens: 16384,
2054
+ inputPricePerMillion: 0.09999999999999999,
2055
+ outputPricePerMillion: 0.39999999999999997,
2056
+ modalities: [
2057
+ "text"
2058
+ ]
2059
+ },
2060
+ {
2061
+ id: "baidu/ernie-4.5-21b-a3b-thinking",
2062
+ name: "Baidu: ERNIE 4.5 21B A3B Thinking",
2063
+ created: 1760048887,
2064
+ contextLength: 131072,
2065
+ maxOutputTokens: 65536,
2066
+ inputPricePerMillion: 0.07,
2067
+ outputPricePerMillion: 0.28,
2068
+ modalities: [
2069
+ "text"
2070
+ ]
2071
+ },
2072
+ {
2073
+ id: "google/gemini-2.5-flash-image",
2074
+ name: "Google: Nano Banana (Gemini 2.5 Flash Image)",
2075
+ created: 1759870431,
2076
+ contextLength: 32768,
2077
+ maxOutputTokens: 32768,
2078
+ inputPricePerMillion: 0.3,
2079
+ outputPricePerMillion: 2.5,
2080
+ modalities: [
2081
+ "image",
2082
+ "text"
2083
+ ]
2084
+ },
2085
+ {
2086
+ id: "qwen/qwen3-vl-30b-a3b-thinking",
2087
+ name: "Qwen: Qwen3 VL 30B A3B Thinking",
2088
+ created: 1759794479,
2089
+ contextLength: 131072,
2090
+ maxOutputTokens: 32768,
2091
+ inputPricePerMillion: 0.13,
2092
+ outputPricePerMillion: 1.56,
2093
+ modalities: [
2094
+ "text",
2095
+ "image"
2096
+ ]
2097
+ },
2098
+ {
2099
+ id: "qwen/qwen3-vl-30b-a3b-instruct",
2100
+ name: "Qwen: Qwen3 VL 30B A3B Instruct",
2101
+ created: 1759794476,
2102
+ contextLength: 131072,
2103
+ maxOutputTokens: 32768,
2104
+ inputPricePerMillion: 0.13,
2105
+ outputPricePerMillion: 0.52,
2106
+ modalities: [
2107
+ "text",
2108
+ "image"
2109
+ ]
2110
+ },
2111
+ {
2112
+ id: "openai/gpt-5-pro",
2113
+ name: "OpenAI: GPT-5 Pro",
2114
+ created: 1759776663,
2115
+ contextLength: 4e5,
2116
+ maxOutputTokens: 128e3,
2117
+ inputPricePerMillion: 15,
2118
+ outputPricePerMillion: 120,
2119
+ modalities: [
2120
+ "image",
2121
+ "text",
2122
+ "file"
2123
+ ]
2124
+ },
2125
+ {
2126
+ id: "z-ai/glm-4.6",
2127
+ name: "Z.ai: GLM 4.6",
2128
+ created: 1759235576,
2129
+ contextLength: 204800,
2130
+ maxOutputTokens: 204800,
2131
+ inputPricePerMillion: 0.39,
2132
+ outputPricePerMillion: 1.9,
2133
+ modalities: [
2134
+ "text"
2135
+ ]
2136
+ },
2137
+ {
2138
+ id: "anthropic/claude-sonnet-4.5",
2139
+ name: "Anthropic: Claude Sonnet 4.5",
2140
+ created: 1759161676,
2141
+ contextLength: 1e6,
2142
+ maxOutputTokens: 64e3,
2143
+ inputPricePerMillion: 3,
2144
+ outputPricePerMillion: 15,
2145
+ modalities: [
2146
+ "text",
2147
+ "image",
2148
+ "file"
2149
+ ]
2150
+ },
2151
+ {
2152
+ id: "deepseek/deepseek-v3.2-exp",
2153
+ name: "DeepSeek: DeepSeek V3.2 Exp",
2154
+ created: 1759150481,
2155
+ contextLength: 163840,
2156
+ maxOutputTokens: 65536,
2157
+ inputPricePerMillion: 0.27,
2158
+ outputPricePerMillion: 0.41,
2159
+ modalities: [
2160
+ "text"
2161
+ ]
2162
+ },
2163
+ {
2164
+ id: "thedrummer/cydonia-24b-v4.1",
2165
+ name: "TheDrummer: Cydonia 24B V4.1",
2166
+ created: 1758931878,
2167
+ contextLength: 131072,
2168
+ maxOutputTokens: 131072,
2169
+ inputPricePerMillion: 0.3,
2170
+ outputPricePerMillion: 0.5,
2171
+ modalities: [
2172
+ "text"
2173
+ ]
2174
+ },
2175
+ {
2176
+ id: "relace/relace-apply-3",
2177
+ name: "Relace: Relace Apply 3",
2178
+ created: 1758891572,
2179
+ contextLength: 256e3,
2180
+ maxOutputTokens: 128e3,
2181
+ inputPricePerMillion: 0.85,
2182
+ outputPricePerMillion: 1.25,
2183
+ modalities: [
2184
+ "text"
2185
+ ]
2186
+ },
2187
+ {
2188
+ id: "google/gemini-2.5-flash-lite-preview-09-2025",
2189
+ name: "Google: Gemini 2.5 Flash Lite Preview 09-2025",
2190
+ created: 1758819686,
2191
+ contextLength: 1048576,
2192
+ maxOutputTokens: 65535,
2193
+ inputPricePerMillion: 0.09999999999999999,
2194
+ outputPricePerMillion: 0.39999999999999997,
2195
+ modalities: [
2196
+ "text",
2197
+ "image",
2198
+ "file",
2199
+ "audio",
2200
+ "video"
2201
+ ]
2202
+ },
2203
+ {
2204
+ id: "qwen/qwen3-vl-235b-a22b-thinking",
2205
+ name: "Qwen: Qwen3 VL 235B A22B Thinking",
2206
+ created: 1758668690,
2207
+ contextLength: 131072,
2208
+ maxOutputTokens: 32768,
2209
+ inputPricePerMillion: 0.26,
2210
+ outputPricePerMillion: 2.6,
2211
+ modalities: [
2212
+ "text",
2213
+ "image"
2214
+ ]
2215
+ },
2216
+ {
2217
+ id: "qwen/qwen3-vl-235b-a22b-instruct",
2218
+ name: "Qwen: Qwen3 VL 235B A22B Instruct",
2219
+ created: 1758668687,
2220
+ contextLength: 262144,
2221
+ maxOutputTokens: 16384,
2222
+ inputPricePerMillion: 0.19999999999999998,
2223
+ outputPricePerMillion: 0.88,
2224
+ modalities: [
2225
+ "text",
2226
+ "image"
2227
+ ]
2228
+ },
2229
+ {
2230
+ id: "qwen/qwen3-max",
2231
+ name: "Qwen: Qwen3 Max",
2232
+ created: 1758662808,
2233
+ contextLength: 262144,
2234
+ maxOutputTokens: 32768,
2235
+ inputPricePerMillion: 0.78,
2236
+ outputPricePerMillion: 3.9,
2237
+ modalities: [
2238
+ "text"
2239
+ ]
2240
+ },
2241
+ {
2242
+ id: "qwen/qwen3-coder-plus",
2243
+ name: "Qwen: Qwen3 Coder Plus",
2244
+ created: 1758662707,
2245
+ contextLength: 1e6,
2246
+ maxOutputTokens: 65536,
2247
+ inputPricePerMillion: 0.65,
2248
+ outputPricePerMillion: 3.25,
2249
+ modalities: [
2250
+ "text"
2251
+ ]
2252
+ },
2253
+ {
2254
+ id: "openai/gpt-5-codex",
2255
+ name: "OpenAI: GPT-5 Codex",
2256
+ created: 1758643403,
2257
+ contextLength: 4e5,
2258
+ maxOutputTokens: 128e3,
2259
+ inputPricePerMillion: 1.25,
2260
+ outputPricePerMillion: 10,
2261
+ modalities: [
2262
+ "text",
2263
+ "image"
2264
+ ]
2265
+ },
2266
+ {
2267
+ id: "deepseek/deepseek-v3.1-terminus",
2268
+ name: "DeepSeek: DeepSeek V3.1 Terminus",
2269
+ created: 1758548275,
2270
+ contextLength: 163840,
2271
+ maxOutputTokens: 32768,
2272
+ inputPricePerMillion: 0.27,
2273
+ outputPricePerMillion: 0.95,
2274
+ modalities: [
2275
+ "text"
2276
+ ]
2277
+ },
2278
+ {
2279
+ id: "x-ai/grok-4-fast",
2280
+ name: "xAI: Grok 4 Fast",
2281
+ created: 1758240090,
2282
+ contextLength: 2e6,
2283
+ maxOutputTokens: 3e4,
2284
+ inputPricePerMillion: 0.19999999999999998,
2285
+ outputPricePerMillion: 0.5,
2286
+ modalities: [
2287
+ "text",
2288
+ "image",
2289
+ "file"
2290
+ ]
2291
+ },
2292
+ {
2293
+ id: "alibaba/tongyi-deepresearch-30b-a3b",
2294
+ name: "Tongyi DeepResearch 30B A3B",
2295
+ created: 1758210804,
2296
+ contextLength: 131072,
2297
+ maxOutputTokens: 131072,
2298
+ inputPricePerMillion: 0.09,
2299
+ outputPricePerMillion: 0.44999999999999996,
2300
+ modalities: [
2301
+ "text"
2302
+ ]
2303
+ },
2304
+ {
2305
+ id: "qwen/qwen3-coder-flash",
2306
+ name: "Qwen: Qwen3 Coder Flash",
2307
+ created: 1758115536,
2308
+ contextLength: 1e6,
2309
+ maxOutputTokens: 65536,
2310
+ inputPricePerMillion: 0.195,
2311
+ outputPricePerMillion: 0.975,
2312
+ modalities: [
2313
+ "text"
2314
+ ]
2315
+ },
2316
+ {
2317
+ id: "qwen/qwen3-next-80b-a3b-thinking",
2318
+ name: "Qwen: Qwen3 Next 80B A3B Thinking",
2319
+ created: 1757612284,
2320
+ contextLength: 131072,
2321
+ maxOutputTokens: 32768,
2322
+ inputPricePerMillion: 0.0975,
2323
+ outputPricePerMillion: 0.78,
2324
+ modalities: [
2325
+ "text"
2326
+ ]
2327
+ },
2328
+ {
2329
+ id: "qwen/qwen3-next-80b-a3b-instruct:free",
2330
+ name: "Qwen: Qwen3 Next 80B A3B Instruct (free)",
2331
+ created: 1757612213,
2332
+ contextLength: 262144,
2333
+ maxOutputTokens: 0,
2334
+ inputPricePerMillion: 0,
2335
+ outputPricePerMillion: 0,
2336
+ modalities: [
2337
+ "text"
2338
+ ]
2339
+ },
2340
+ {
2341
+ id: "qwen/qwen3-next-80b-a3b-instruct",
2342
+ name: "Qwen: Qwen3 Next 80B A3B Instruct",
2343
+ created: 1757612213,
2344
+ contextLength: 262144,
2345
+ maxOutputTokens: 16384,
2346
+ inputPricePerMillion: 0.09,
2347
+ outputPricePerMillion: 1.1,
2348
+ modalities: [
2349
+ "text"
2350
+ ]
2351
+ },
2352
+ {
2353
+ id: "qwen/qwen-plus-2025-07-28:thinking",
2354
+ name: "Qwen: Qwen Plus 0728 (thinking)",
2355
+ created: 1757347599,
2356
+ contextLength: 1e6,
2357
+ maxOutputTokens: 32768,
2358
+ inputPricePerMillion: 0.26,
2359
+ outputPricePerMillion: 0.78,
2360
+ modalities: [
2361
+ "text"
2362
+ ]
2363
+ },
2364
+ {
2365
+ id: "qwen/qwen-plus-2025-07-28",
2366
+ name: "Qwen: Qwen Plus 0728",
2367
+ created: 1757347599,
2368
+ contextLength: 1e6,
2369
+ maxOutputTokens: 32768,
2370
+ inputPricePerMillion: 0.26,
2371
+ outputPricePerMillion: 0.78,
2372
+ modalities: [
2373
+ "text"
2374
+ ]
2375
+ },
2376
+ {
2377
+ id: "nvidia/nemotron-nano-9b-v2:free",
2378
+ name: "NVIDIA: Nemotron Nano 9B V2 (free)",
2379
+ created: 1757106807,
2380
+ contextLength: 128e3,
2381
+ maxOutputTokens: 0,
2382
+ inputPricePerMillion: 0,
2383
+ outputPricePerMillion: 0,
2384
+ modalities: [
2385
+ "text"
2386
+ ]
2387
+ },
2388
+ {
2389
+ id: "nvidia/nemotron-nano-9b-v2",
2390
+ name: "NVIDIA: Nemotron Nano 9B V2",
2391
+ created: 1757106807,
2392
+ contextLength: 131072,
2393
+ maxOutputTokens: 16384,
2394
+ inputPricePerMillion: 0.04,
2395
+ outputPricePerMillion: 0.16,
2396
+ modalities: [
2397
+ "text"
2398
+ ]
2399
+ },
2400
+ {
2401
+ id: "moonshotai/kimi-k2-0905",
2402
+ name: "MoonshotAI: Kimi K2 0905",
2403
+ created: 1757021147,
2404
+ contextLength: 262144,
2405
+ maxOutputTokens: 262144,
2406
+ inputPricePerMillion: 0.39999999999999997,
2407
+ outputPricePerMillion: 2,
2408
+ modalities: [
2409
+ "text"
2410
+ ]
2411
+ },
2412
+ {
2413
+ id: "qwen/qwen3-30b-a3b-thinking-2507",
2414
+ name: "Qwen: Qwen3 30B A3B Thinking 2507",
2415
+ created: 1756399192,
2416
+ contextLength: 131072,
2417
+ maxOutputTokens: 131072,
2418
+ inputPricePerMillion: 0.08,
2419
+ outputPricePerMillion: 0.39999999999999997,
2420
+ modalities: [
2421
+ "text"
2422
+ ]
2423
+ },
2424
+ {
2425
+ id: "x-ai/grok-code-fast-1",
2426
+ name: "xAI: Grok Code Fast 1",
2427
+ created: 1756238927,
2428
+ contextLength: 256e3,
2429
+ maxOutputTokens: 1e4,
2430
+ inputPricePerMillion: 0.19999999999999998,
2431
+ outputPricePerMillion: 1.5,
2432
+ modalities: [
2433
+ "text"
2434
+ ]
2435
+ },
2436
+ {
2437
+ id: "nousresearch/hermes-4-70b",
2438
+ name: "Nous: Hermes 4 70B",
2439
+ created: 1756236182,
2440
+ contextLength: 131072,
2441
+ maxOutputTokens: 0,
2442
+ inputPricePerMillion: 0.13,
2443
+ outputPricePerMillion: 0.39999999999999997,
2444
+ modalities: [
2445
+ "text"
2446
+ ]
2447
+ },
2448
+ {
2449
+ id: "nousresearch/hermes-4-405b",
2450
+ name: "Nous: Hermes 4 405B",
2451
+ created: 1756235463,
2452
+ contextLength: 131072,
2453
+ maxOutputTokens: 0,
2454
+ inputPricePerMillion: 1,
2455
+ outputPricePerMillion: 3,
2456
+ modalities: [
2457
+ "text"
2458
+ ]
2459
+ },
2460
+ {
2461
+ id: "deepseek/deepseek-chat-v3.1",
2462
+ name: "DeepSeek: DeepSeek V3.1",
2463
+ created: 1755779628,
2464
+ contextLength: 32768,
2465
+ maxOutputTokens: 7168,
2466
+ inputPricePerMillion: 0.15,
2467
+ outputPricePerMillion: 0.75,
2468
+ modalities: [
2469
+ "text"
2470
+ ]
2471
+ },
2472
+ {
2473
+ id: "openai/gpt-4o-audio-preview",
2474
+ name: "OpenAI: GPT-4o Audio",
2475
+ created: 1755233061,
2476
+ contextLength: 128e3,
2477
+ maxOutputTokens: 16384,
2478
+ inputPricePerMillion: 2.5,
2479
+ outputPricePerMillion: 10,
2480
+ modalities: [
2481
+ "audio",
2482
+ "text"
2483
+ ]
2484
+ },
2485
+ {
2486
+ id: "mistralai/mistral-medium-3.1",
2487
+ name: "Mistral: Mistral Medium 3.1",
2488
+ created: 1755095639,
2489
+ contextLength: 131072,
2490
+ maxOutputTokens: 0,
2491
+ inputPricePerMillion: 0.39999999999999997,
2492
+ outputPricePerMillion: 2,
2493
+ modalities: [
2494
+ "text",
2495
+ "image"
2496
+ ]
2497
+ },
2498
+ {
2499
+ id: "baidu/ernie-4.5-21b-a3b",
2500
+ name: "Baidu: ERNIE 4.5 21B A3B",
2501
+ created: 1755034167,
2502
+ contextLength: 12e4,
2503
+ maxOutputTokens: 8e3,
2504
+ inputPricePerMillion: 0.07,
2505
+ outputPricePerMillion: 0.28,
2506
+ modalities: [
2507
+ "text"
2508
+ ]
2509
+ },
2510
+ {
2511
+ id: "baidu/ernie-4.5-vl-28b-a3b",
2512
+ name: "Baidu: ERNIE 4.5 VL 28B A3B",
2513
+ created: 1755032836,
2514
+ contextLength: 3e4,
2515
+ maxOutputTokens: 8e3,
2516
+ inputPricePerMillion: 0.14,
2517
+ outputPricePerMillion: 0.56,
2518
+ modalities: [
2519
+ "text",
2520
+ "image"
2521
+ ]
2522
+ },
2523
+ {
2524
+ id: "z-ai/glm-4.5v",
2525
+ name: "Z.ai: GLM 4.5V",
2526
+ created: 1754922288,
2527
+ contextLength: 65536,
2528
+ maxOutputTokens: 16384,
2529
+ inputPricePerMillion: 0.6,
2530
+ outputPricePerMillion: 1.7999999999999998,
2531
+ modalities: [
2532
+ "text",
2533
+ "image"
2534
+ ]
2535
+ },
2536
+ {
2537
+ id: "ai21/jamba-large-1.7",
2538
+ name: "AI21: Jamba Large 1.7",
2539
+ created: 1754669020,
2540
+ contextLength: 256e3,
2541
+ maxOutputTokens: 4096,
2542
+ inputPricePerMillion: 2,
2543
+ outputPricePerMillion: 8,
2544
+ modalities: [
2545
+ "text"
2546
+ ]
2547
+ },
2548
+ {
2549
+ id: "openai/gpt-5-chat",
2550
+ name: "OpenAI: GPT-5 Chat",
2551
+ created: 1754587837,
2552
+ contextLength: 128e3,
2553
+ maxOutputTokens: 16384,
2554
+ inputPricePerMillion: 1.25,
2555
+ outputPricePerMillion: 10,
2556
+ modalities: [
2557
+ "file",
2558
+ "image",
2559
+ "text"
2560
+ ]
2561
+ },
2562
+ {
2563
+ id: "openai/gpt-5",
2564
+ name: "OpenAI: GPT-5",
2565
+ created: 1754587413,
2566
+ contextLength: 4e5,
2567
+ maxOutputTokens: 128e3,
2568
+ inputPricePerMillion: 1.25,
2569
+ outputPricePerMillion: 10,
2570
+ modalities: [
2571
+ "text",
2572
+ "image",
2573
+ "file"
2574
+ ]
2575
+ },
2576
+ {
2577
+ id: "openai/gpt-5-mini",
2578
+ name: "OpenAI: GPT-5 Mini",
2579
+ created: 1754587407,
2580
+ contextLength: 4e5,
2581
+ maxOutputTokens: 128e3,
2582
+ inputPricePerMillion: 0.25,
2583
+ outputPricePerMillion: 2,
2584
+ modalities: [
2585
+ "text",
2586
+ "image",
2587
+ "file"
2588
+ ]
2589
+ },
2590
+ {
2591
+ id: "openai/gpt-5-nano",
2592
+ name: "OpenAI: GPT-5 Nano",
2593
+ created: 1754587402,
2594
+ contextLength: 4e5,
2595
+ maxOutputTokens: 0,
2596
+ inputPricePerMillion: 0.049999999999999996,
2597
+ outputPricePerMillion: 0.39999999999999997,
2598
+ modalities: [
2599
+ "text",
2600
+ "image",
2601
+ "file"
2602
+ ]
2603
+ },
2604
+ {
2605
+ id: "openai/gpt-oss-120b:free",
2606
+ name: "OpenAI: gpt-oss-120b (free)",
2607
+ created: 1754414231,
2608
+ contextLength: 131072,
2609
+ maxOutputTokens: 131072,
2610
+ inputPricePerMillion: 0,
2611
+ outputPricePerMillion: 0,
2612
+ modalities: [
2613
+ "text"
2614
+ ]
2615
+ },
2616
+ {
2617
+ id: "openai/gpt-oss-120b",
2618
+ name: "OpenAI: gpt-oss-120b",
2619
+ created: 1754414231,
2620
+ contextLength: 131072,
2621
+ maxOutputTokens: 0,
2622
+ inputPricePerMillion: 0.039,
2623
+ outputPricePerMillion: 0.18,
2624
+ modalities: [
2625
+ "text"
2626
+ ]
2627
+ },
2628
+ {
2629
+ id: "openai/gpt-oss-20b:free",
2630
+ name: "OpenAI: gpt-oss-20b (free)",
2631
+ created: 1754414229,
2632
+ contextLength: 131072,
2633
+ maxOutputTokens: 8192,
2634
+ inputPricePerMillion: 0,
2635
+ outputPricePerMillion: 0,
2636
+ modalities: [
2637
+ "text"
2638
+ ]
2639
+ },
2640
+ {
2641
+ id: "openai/gpt-oss-20b",
2642
+ name: "OpenAI: gpt-oss-20b",
2643
+ created: 1754414229,
2644
+ contextLength: 131072,
2645
+ maxOutputTokens: 131072,
2646
+ inputPricePerMillion: 0.03,
2647
+ outputPricePerMillion: 0.14,
2648
+ modalities: [
2649
+ "text"
2650
+ ]
2651
+ },
2652
+ {
2653
+ id: "anthropic/claude-opus-4.1",
2654
+ name: "Anthropic: Claude Opus 4.1",
2655
+ created: 1754411591,
2656
+ contextLength: 2e5,
2657
+ maxOutputTokens: 32e3,
2658
+ inputPricePerMillion: 15,
2659
+ outputPricePerMillion: 75,
2660
+ modalities: [
2661
+ "image",
2662
+ "text",
2663
+ "file"
2664
+ ]
2665
+ },
2666
+ {
2667
+ id: "mistralai/codestral-2508",
2668
+ name: "Mistral: Codestral 2508",
2669
+ created: 1754079630,
2670
+ contextLength: 256e3,
2671
+ maxOutputTokens: 0,
2672
+ inputPricePerMillion: 0.3,
2673
+ outputPricePerMillion: 0.8999999999999999,
2674
+ modalities: [
2675
+ "text"
2676
+ ]
2677
+ },
2678
+ {
2679
+ id: "qwen/qwen3-coder-30b-a3b-instruct",
2680
+ name: "Qwen: Qwen3 Coder 30B A3B Instruct",
2681
+ created: 1753972379,
2682
+ contextLength: 16e4,
2683
+ maxOutputTokens: 32768,
2684
+ inputPricePerMillion: 0.07,
2685
+ outputPricePerMillion: 0.27,
2686
+ modalities: [
2687
+ "text"
2688
+ ]
2689
+ },
2690
+ {
2691
+ id: "qwen/qwen3-30b-a3b-instruct-2507",
2692
+ name: "Qwen: Qwen3 30B A3B Instruct 2507",
2693
+ created: 1753806965,
2694
+ contextLength: 262144,
2695
+ maxOutputTokens: 262144,
2696
+ inputPricePerMillion: 0.09,
2697
+ outputPricePerMillion: 0.3,
2698
+ modalities: [
2699
+ "text"
2700
+ ]
2701
+ },
2702
+ {
2703
+ id: "z-ai/glm-4.5",
2704
+ name: "Z.ai: GLM 4.5",
2705
+ created: 1753471347,
2706
+ contextLength: 131072,
2707
+ maxOutputTokens: 98304,
2708
+ inputPricePerMillion: 0.6,
2709
+ outputPricePerMillion: 2.2,
2710
+ modalities: [
2711
+ "text"
2712
+ ]
2713
+ },
2714
+ {
2715
+ id: "z-ai/glm-4.5-air:free",
2716
+ name: "Z.ai: GLM 4.5 Air (free)",
2717
+ created: 1753471258,
2718
+ contextLength: 131072,
2719
+ maxOutputTokens: 96e3,
2720
+ inputPricePerMillion: 0,
2721
+ outputPricePerMillion: 0,
2722
+ modalities: [
2723
+ "text"
2724
+ ]
2725
+ },
2726
+ {
2727
+ id: "z-ai/glm-4.5-air",
2728
+ name: "Z.ai: GLM 4.5 Air",
2729
+ created: 1753471258,
2730
+ contextLength: 131072,
2731
+ maxOutputTokens: 98304,
2732
+ inputPricePerMillion: 0.13,
2733
+ outputPricePerMillion: 0.85,
2734
+ modalities: [
2735
+ "text"
2736
+ ]
2737
+ },
2738
+ {
2739
+ id: "qwen/qwen3-235b-a22b-thinking-2507",
2740
+ name: "Qwen: Qwen3 235B A22B Thinking 2507",
2741
+ created: 1753449557,
2742
+ contextLength: 131072,
2743
+ maxOutputTokens: 0,
2744
+ inputPricePerMillion: 0.14950000000000002,
2745
+ outputPricePerMillion: 1.495,
2746
+ modalities: [
2747
+ "text"
2748
+ ]
2749
+ },
2750
+ {
2751
+ id: "z-ai/glm-4-32b",
2752
+ name: "Z.ai: GLM 4 32B ",
2753
+ created: 1753376617,
2754
+ contextLength: 128e3,
2755
+ maxOutputTokens: 0,
2756
+ inputPricePerMillion: 0.09999999999999999,
2757
+ outputPricePerMillion: 0.09999999999999999,
2758
+ modalities: [
2759
+ "text"
2760
+ ]
2761
+ },
2762
+ {
2763
+ id: "qwen/qwen3-coder:free",
2764
+ name: "Qwen: Qwen3 Coder 480B A35B (free)",
2765
+ created: 1753230546,
2766
+ contextLength: 262e3,
2767
+ maxOutputTokens: 262e3,
2768
+ inputPricePerMillion: 0,
2769
+ outputPricePerMillion: 0,
2770
+ modalities: [
2771
+ "text"
2772
+ ]
2773
+ },
2774
+ {
2775
+ id: "qwen/qwen3-coder",
2776
+ name: "Qwen: Qwen3 Coder 480B A35B",
2777
+ created: 1753230546,
2778
+ contextLength: 262144,
2779
+ maxOutputTokens: 65536,
2780
+ inputPricePerMillion: 0.22,
2781
+ outputPricePerMillion: 1.7999999999999998,
2782
+ modalities: [
2783
+ "text"
2784
+ ]
2785
+ },
2786
+ {
2787
+ id: "bytedance/ui-tars-1.5-7b",
2788
+ name: "ByteDance: UI-TARS 7B ",
2789
+ created: 1753205056,
2790
+ contextLength: 128e3,
2791
+ maxOutputTokens: 2048,
2792
+ inputPricePerMillion: 0.09999999999999999,
2793
+ outputPricePerMillion: 0.19999999999999998,
2794
+ modalities: [
2795
+ "image",
2796
+ "text"
2797
+ ]
2798
+ },
2799
+ {
2800
+ id: "google/gemini-2.5-flash-lite",
2801
+ name: "Google: Gemini 2.5 Flash Lite",
2802
+ created: 1753200276,
2803
+ contextLength: 1048576,
2804
+ maxOutputTokens: 65535,
2805
+ inputPricePerMillion: 0.09999999999999999,
2806
+ outputPricePerMillion: 0.39999999999999997,
2807
+ modalities: [
2808
+ "text",
2809
+ "image",
2810
+ "file",
2811
+ "audio",
2812
+ "video"
2813
+ ]
2814
+ },
2815
+ {
2816
+ id: "qwen/qwen3-235b-a22b-2507",
2817
+ name: "Qwen: Qwen3 235B A22B Instruct 2507",
2818
+ created: 1753119555,
2819
+ contextLength: 262144,
2820
+ maxOutputTokens: 16384,
2821
+ inputPricePerMillion: 0.071,
2822
+ outputPricePerMillion: 0.09999999999999999,
2823
+ modalities: [
2824
+ "text"
2825
+ ]
2826
+ },
2827
+ {
2828
+ id: "switchpoint/router",
2829
+ name: "Switchpoint Router",
2830
+ created: 1752272899,
2831
+ contextLength: 131072,
2832
+ maxOutputTokens: 0,
2833
+ inputPricePerMillion: 0.85,
2834
+ outputPricePerMillion: 3.4,
2835
+ modalities: [
2836
+ "text"
2837
+ ]
2838
+ },
2839
+ {
2840
+ id: "moonshotai/kimi-k2",
2841
+ name: "MoonshotAI: Kimi K2 0711",
2842
+ created: 1752263252,
2843
+ contextLength: 131072,
2844
+ maxOutputTokens: 32768,
2845
+ inputPricePerMillion: 0.5700000000000001,
2846
+ outputPricePerMillion: 2.3,
2847
+ modalities: [
2848
+ "text"
2849
+ ]
2850
+ },
2851
+ {
2852
+ id: "mistralai/devstral-medium",
2853
+ name: "Mistral: Devstral Medium",
2854
+ created: 1752161321,
2855
+ contextLength: 131072,
2856
+ maxOutputTokens: 0,
2857
+ inputPricePerMillion: 0.39999999999999997,
2858
+ outputPricePerMillion: 2,
2859
+ modalities: [
2860
+ "text"
2861
+ ]
2862
+ },
2863
+ {
2864
+ id: "mistralai/devstral-small",
2865
+ name: "Mistral: Devstral Small 1.1",
2866
+ created: 1752160751,
2867
+ contextLength: 131072,
2868
+ maxOutputTokens: 0,
2869
+ inputPricePerMillion: 0.09999999999999999,
2870
+ outputPricePerMillion: 0.3,
2871
+ modalities: [
2872
+ "text"
2873
+ ]
2874
+ },
2875
+ {
2876
+ id: "cognitivecomputations/dolphin-mistral-24b-venice-edition:free",
2877
+ name: "Venice: Uncensored (free)",
2878
+ created: 1752094966,
2879
+ contextLength: 32768,
2880
+ maxOutputTokens: 0,
2881
+ inputPricePerMillion: 0,
2882
+ outputPricePerMillion: 0,
2883
+ modalities: [
2884
+ "text"
2885
+ ]
2886
+ },
2887
+ {
2888
+ id: "x-ai/grok-4",
2889
+ name: "xAI: Grok 4",
2890
+ created: 1752087689,
2891
+ contextLength: 256e3,
2892
+ maxOutputTokens: 0,
2893
+ inputPricePerMillion: 3,
2894
+ outputPricePerMillion: 15,
2895
+ modalities: [
2896
+ "image",
2897
+ "text",
2898
+ "file"
2899
+ ]
2900
+ },
2901
+ {
2902
+ id: "tencent/hunyuan-a13b-instruct",
2903
+ name: "Tencent: Hunyuan A13B Instruct",
2904
+ created: 1751987664,
2905
+ contextLength: 131072,
2906
+ maxOutputTokens: 131072,
2907
+ inputPricePerMillion: 0.14,
2908
+ outputPricePerMillion: 0.5700000000000001,
2909
+ modalities: [
2910
+ "text"
2911
+ ]
2912
+ },
2913
+ {
2914
+ id: "morph/morph-v3-large",
2915
+ name: "Morph: Morph V3 Large",
2916
+ created: 1751910858,
2917
+ contextLength: 262144,
2918
+ maxOutputTokens: 131072,
2919
+ inputPricePerMillion: 0.8999999999999999,
2920
+ outputPricePerMillion: 1.9,
2921
+ modalities: [
2922
+ "text"
2923
+ ]
2924
+ },
2925
+ {
2926
+ id: "morph/morph-v3-fast",
2927
+ name: "Morph: Morph V3 Fast",
2928
+ created: 1751910002,
2929
+ contextLength: 81920,
2930
+ maxOutputTokens: 38e3,
2931
+ inputPricePerMillion: 0.7999999999999999,
2932
+ outputPricePerMillion: 1.2,
2933
+ modalities: [
2934
+ "text"
2935
+ ]
2936
+ },
2937
+ {
2938
+ id: "baidu/ernie-4.5-vl-424b-a47b",
2939
+ name: "Baidu: ERNIE 4.5 VL 424B A47B ",
2940
+ created: 1751300903,
2941
+ contextLength: 123e3,
2942
+ maxOutputTokens: 16e3,
2943
+ inputPricePerMillion: 0.42,
2944
+ outputPricePerMillion: 1.25,
2945
+ modalities: [
2946
+ "image",
2947
+ "text"
2948
+ ]
2949
+ },
2950
+ {
2951
+ id: "baidu/ernie-4.5-300b-a47b",
2952
+ name: "Baidu: ERNIE 4.5 300B A47B ",
2953
+ created: 1751300139,
2954
+ contextLength: 123e3,
2955
+ maxOutputTokens: 12e3,
2956
+ inputPricePerMillion: 0.28,
2957
+ outputPricePerMillion: 1.1,
2958
+ modalities: [
2959
+ "text"
2960
+ ]
2961
+ },
2962
+ {
2963
+ id: "mistralai/mistral-small-3.2-24b-instruct",
2964
+ name: "Mistral: Mistral Small 3.2 24B",
2965
+ created: 1750443016,
2966
+ contextLength: 128e3,
2967
+ maxOutputTokens: 16384,
2968
+ inputPricePerMillion: 0.075,
2969
+ outputPricePerMillion: 0.19999999999999998,
2970
+ modalities: [
2971
+ "image",
2972
+ "text"
2973
+ ]
2974
+ },
2975
+ {
2976
+ id: "minimax/minimax-m1",
2977
+ name: "MiniMax: MiniMax M1",
2978
+ created: 1750200414,
2979
+ contextLength: 1e6,
2980
+ maxOutputTokens: 4e4,
2981
+ inputPricePerMillion: 0.39999999999999997,
2982
+ outputPricePerMillion: 2.2,
2983
+ modalities: [
2984
+ "text"
2985
+ ]
2986
+ },
2987
+ {
2988
+ id: "google/gemini-2.5-flash",
2989
+ name: "Google: Gemini 2.5 Flash",
2990
+ created: 1750172488,
2991
+ contextLength: 1048576,
2992
+ maxOutputTokens: 65535,
2993
+ inputPricePerMillion: 0.3,
2994
+ outputPricePerMillion: 2.5,
2995
+ modalities: [
2996
+ "file",
2997
+ "image",
2998
+ "text",
2999
+ "audio",
3000
+ "video"
3001
+ ]
3002
+ },
3003
+ {
3004
+ id: "google/gemini-2.5-pro",
3005
+ name: "Google: Gemini 2.5 Pro",
3006
+ created: 1750169544,
3007
+ contextLength: 1048576,
3008
+ maxOutputTokens: 65536,
3009
+ inputPricePerMillion: 1.25,
3010
+ outputPricePerMillion: 10,
3011
+ modalities: [
3012
+ "text",
3013
+ "image",
3014
+ "file",
3015
+ "audio",
3016
+ "video"
3017
+ ]
3018
+ },
3019
+ {
3020
+ id: "openai/o3-pro",
3021
+ name: "OpenAI: o3 Pro",
3022
+ created: 1749598352,
3023
+ contextLength: 2e5,
3024
+ maxOutputTokens: 1e5,
3025
+ inputPricePerMillion: 20,
3026
+ outputPricePerMillion: 80,
3027
+ modalities: [
3028
+ "text",
3029
+ "file",
3030
+ "image"
3031
+ ]
3032
+ },
3033
+ {
3034
+ id: "x-ai/grok-3-mini",
3035
+ name: "xAI: Grok 3 Mini",
3036
+ created: 1749583245,
3037
+ contextLength: 131072,
3038
+ maxOutputTokens: 0,
3039
+ inputPricePerMillion: 0.3,
3040
+ outputPricePerMillion: 0.5,
3041
+ modalities: [
3042
+ "text"
3043
+ ]
3044
+ },
3045
+ {
3046
+ id: "x-ai/grok-3",
3047
+ name: "xAI: Grok 3",
3048
+ created: 1749582908,
3049
+ contextLength: 131072,
3050
+ maxOutputTokens: 0,
3051
+ inputPricePerMillion: 3,
3052
+ outputPricePerMillion: 15,
3053
+ modalities: [
3054
+ "text"
3055
+ ]
3056
+ },
3057
+ {
3058
+ id: "google/gemini-2.5-pro-preview",
3059
+ name: "Google: Gemini 2.5 Pro Preview 06-05",
3060
+ created: 1749137257,
3061
+ contextLength: 1048576,
3062
+ maxOutputTokens: 65536,
3063
+ inputPricePerMillion: 1.25,
3064
+ outputPricePerMillion: 10,
3065
+ modalities: [
3066
+ "file",
3067
+ "image",
3068
+ "text",
3069
+ "audio"
3070
+ ]
3071
+ },
3072
+ {
3073
+ id: "deepseek/deepseek-r1-0528",
3074
+ name: "DeepSeek: R1 0528",
3075
+ created: 1748455170,
3076
+ contextLength: 163840,
3077
+ maxOutputTokens: 32768,
3078
+ inputPricePerMillion: 0.5,
3079
+ outputPricePerMillion: 2.1500000000000004,
3080
+ modalities: [
3081
+ "text"
3082
+ ]
3083
+ },
3084
+ {
3085
+ id: "anthropic/claude-opus-4",
3086
+ name: "Anthropic: Claude Opus 4",
3087
+ created: 1747931245,
3088
+ contextLength: 2e5,
3089
+ maxOutputTokens: 32e3,
3090
+ inputPricePerMillion: 15,
3091
+ outputPricePerMillion: 75,
3092
+ modalities: [
3093
+ "image",
3094
+ "text",
3095
+ "file"
3096
+ ]
3097
+ },
3098
+ {
3099
+ id: "anthropic/claude-sonnet-4",
3100
+ name: "Anthropic: Claude Sonnet 4",
3101
+ created: 1747930371,
3102
+ contextLength: 1e6,
3103
+ maxOutputTokens: 64e3,
3104
+ inputPricePerMillion: 3,
3105
+ outputPricePerMillion: 15,
3106
+ modalities: [
3107
+ "image",
3108
+ "text",
3109
+ "file"
3110
+ ]
3111
+ },
3112
+ {
3113
+ id: "google/gemma-3n-e4b-it",
3114
+ name: "Google: Gemma 3n 4B",
3115
+ created: 1747776824,
3116
+ contextLength: 32768,
3117
+ maxOutputTokens: 0,
3118
+ inputPricePerMillion: 0.06,
3119
+ outputPricePerMillion: 0.12,
3120
+ modalities: [
3121
+ "text"
3122
+ ]
3123
+ },
3124
+ {
3125
+ id: "mistralai/mistral-medium-3",
3126
+ name: "Mistral: Mistral Medium 3",
3127
+ created: 1746627341,
3128
+ contextLength: 131072,
3129
+ maxOutputTokens: 0,
3130
+ inputPricePerMillion: 0.39999999999999997,
3131
+ outputPricePerMillion: 2,
3132
+ modalities: [
3133
+ "text",
3134
+ "image"
3135
+ ]
3136
+ },
3137
+ {
3138
+ id: "google/gemini-2.5-pro-preview-05-06",
3139
+ name: "Google: Gemini 2.5 Pro Preview 05-06",
3140
+ created: 1746578513,
3141
+ contextLength: 1048576,
3142
+ maxOutputTokens: 65535,
3143
+ inputPricePerMillion: 1.25,
3144
+ outputPricePerMillion: 10,
3145
+ modalities: [
3146
+ "text",
3147
+ "image",
3148
+ "file",
3149
+ "audio",
3150
+ "video"
3151
+ ]
3152
+ },
3153
+ {
3154
+ id: "arcee-ai/spotlight",
3155
+ name: "Arcee AI: Spotlight",
3156
+ created: 1746481552,
3157
+ contextLength: 131072,
3158
+ maxOutputTokens: 65537,
3159
+ inputPricePerMillion: 0.18,
3160
+ outputPricePerMillion: 0.18,
3161
+ modalities: [
3162
+ "image",
3163
+ "text"
3164
+ ]
3165
+ },
3166
+ {
3167
+ id: "arcee-ai/maestro-reasoning",
3168
+ name: "Arcee AI: Maestro Reasoning",
3169
+ created: 1746481269,
3170
+ contextLength: 131072,
3171
+ maxOutputTokens: 32e3,
3172
+ inputPricePerMillion: 0.8999999999999999,
3173
+ outputPricePerMillion: 3.3000000000000003,
3174
+ modalities: [
3175
+ "text"
3176
+ ]
3177
+ },
3178
+ {
3179
+ id: "arcee-ai/virtuoso-large",
3180
+ name: "Arcee AI: Virtuoso Large",
3181
+ created: 1746478885,
3182
+ contextLength: 131072,
3183
+ maxOutputTokens: 64e3,
3184
+ inputPricePerMillion: 0.75,
3185
+ outputPricePerMillion: 1.2,
3186
+ modalities: [
3187
+ "text"
3188
+ ]
3189
+ },
3190
+ {
3191
+ id: "arcee-ai/coder-large",
3192
+ name: "Arcee AI: Coder Large",
3193
+ created: 1746478663,
3194
+ contextLength: 32768,
3195
+ maxOutputTokens: 0,
3196
+ inputPricePerMillion: 0.5,
3197
+ outputPricePerMillion: 0.7999999999999999,
3198
+ modalities: [
3199
+ "text"
3200
+ ]
3201
+ },
3202
+ {
3203
+ id: "meta-llama/llama-guard-4-12b",
3204
+ name: "Meta: Llama Guard 4 12B",
3205
+ created: 1745975193,
3206
+ contextLength: 163840,
3207
+ maxOutputTokens: 16384,
3208
+ inputPricePerMillion: 0.18,
3209
+ outputPricePerMillion: 0.18,
3210
+ modalities: [
3211
+ "image",
3212
+ "text"
3213
+ ]
3214
+ },
3215
+ {
3216
+ id: "qwen/qwen3-30b-a3b",
3217
+ name: "Qwen: Qwen3 30B A3B",
3218
+ created: 1745878604,
3219
+ contextLength: 40960,
3220
+ maxOutputTokens: 2e4,
3221
+ inputPricePerMillion: 0.09,
3222
+ outputPricePerMillion: 0.44999999999999996,
3223
+ modalities: [
3224
+ "text"
3225
+ ]
3226
+ },
3227
+ {
3228
+ id: "qwen/qwen3-8b",
3229
+ name: "Qwen: Qwen3 8B",
3230
+ created: 1745876632,
3231
+ contextLength: 40960,
3232
+ maxOutputTokens: 8192,
3233
+ inputPricePerMillion: 0.049999999999999996,
3234
+ outputPricePerMillion: 0.39999999999999997,
3235
+ modalities: [
3236
+ "text"
3237
+ ]
3238
+ },
3239
+ {
3240
+ id: "qwen/qwen3-14b",
3241
+ name: "Qwen: Qwen3 14B",
3242
+ created: 1745876478,
3243
+ contextLength: 40960,
3244
+ maxOutputTokens: 40960,
3245
+ inputPricePerMillion: 0.06,
3246
+ outputPricePerMillion: 0.24,
3247
+ modalities: [
3248
+ "text"
3249
+ ]
3250
+ },
3251
+ {
3252
+ id: "qwen/qwen3-32b",
3253
+ name: "Qwen: Qwen3 32B",
3254
+ created: 1745875945,
3255
+ contextLength: 40960,
3256
+ maxOutputTokens: 16384,
3257
+ inputPricePerMillion: 0.08,
3258
+ outputPricePerMillion: 0.28,
3259
+ modalities: [
3260
+ "text"
3261
+ ]
3262
+ },
3263
+ {
3264
+ id: "qwen/qwen3-235b-a22b",
3265
+ name: "Qwen: Qwen3 235B A22B",
3266
+ created: 1745875757,
3267
+ contextLength: 131072,
3268
+ maxOutputTokens: 8192,
3269
+ inputPricePerMillion: 0.45499999999999996,
3270
+ outputPricePerMillion: 1.8199999999999998,
3271
+ modalities: [
3272
+ "text"
3273
+ ]
3274
+ },
3275
+ {
3276
+ id: "openai/o4-mini-high",
3277
+ name: "OpenAI: o4 Mini High",
3278
+ created: 1744824212,
3279
+ contextLength: 2e5,
3280
+ maxOutputTokens: 1e5,
3281
+ inputPricePerMillion: 1.1,
3282
+ outputPricePerMillion: 4.4,
3283
+ modalities: [
3284
+ "image",
3285
+ "text",
3286
+ "file"
3287
+ ]
3288
+ },
3289
+ {
3290
+ id: "openai/o3",
3291
+ name: "OpenAI: o3",
3292
+ created: 1744823457,
3293
+ contextLength: 2e5,
3294
+ maxOutputTokens: 1e5,
3295
+ inputPricePerMillion: 2,
3296
+ outputPricePerMillion: 8,
3297
+ modalities: [
3298
+ "image",
3299
+ "text",
3300
+ "file"
3301
+ ]
3302
+ },
3303
+ {
3304
+ id: "openai/o4-mini",
3305
+ name: "OpenAI: o4 Mini",
3306
+ created: 1744820942,
3307
+ contextLength: 2e5,
3308
+ maxOutputTokens: 1e5,
3309
+ inputPricePerMillion: 1.1,
3310
+ outputPricePerMillion: 4.4,
3311
+ modalities: [
3312
+ "image",
3313
+ "text",
3314
+ "file"
3315
+ ]
3316
+ },
3317
+ {
3318
+ id: "openai/gpt-4.1",
3319
+ name: "OpenAI: GPT-4.1",
3320
+ created: 1744651385,
3321
+ contextLength: 1047576,
3322
+ maxOutputTokens: 0,
3323
+ inputPricePerMillion: 2,
3324
+ outputPricePerMillion: 8,
3325
+ modalities: [
3326
+ "image",
3327
+ "text",
3328
+ "file"
3329
+ ]
3330
+ },
3331
+ {
3332
+ id: "openai/gpt-4.1-mini",
3333
+ name: "OpenAI: GPT-4.1 Mini",
3334
+ created: 1744651381,
3335
+ contextLength: 1047576,
3336
+ maxOutputTokens: 32768,
3337
+ inputPricePerMillion: 0.39999999999999997,
3338
+ outputPricePerMillion: 1.5999999999999999,
3339
+ modalities: [
3340
+ "image",
3341
+ "text",
3342
+ "file"
3343
+ ]
3344
+ },
3345
+ {
3346
+ id: "openai/gpt-4.1-nano",
3347
+ name: "OpenAI: GPT-4.1 Nano",
3348
+ created: 1744651369,
3349
+ contextLength: 1047576,
3350
+ maxOutputTokens: 32768,
3351
+ inputPricePerMillion: 0.09999999999999999,
3352
+ outputPricePerMillion: 0.39999999999999997,
3353
+ modalities: [
3354
+ "image",
3355
+ "text",
3356
+ "file"
3357
+ ]
3358
+ },
3359
+ {
3360
+ id: "alfredpros/codellama-7b-instruct-solidity",
3361
+ name: "AlfredPros: CodeLLaMa 7B Instruct Solidity",
3362
+ created: 1744641874,
3363
+ contextLength: 4096,
3364
+ maxOutputTokens: 4096,
3365
+ inputPricePerMillion: 0.7999999999999999,
3366
+ outputPricePerMillion: 1.2,
3367
+ modalities: [
3368
+ "text"
3369
+ ]
3370
+ },
3371
+ {
3372
+ id: "x-ai/grok-3-mini-beta",
3373
+ name: "xAI: Grok 3 Mini Beta",
3374
+ created: 1744240195,
3375
+ contextLength: 131072,
3376
+ maxOutputTokens: 0,
3377
+ inputPricePerMillion: 0.3,
3378
+ outputPricePerMillion: 0.5,
3379
+ modalities: [
3380
+ "text"
3381
+ ]
3382
+ },
3383
+ {
3384
+ id: "x-ai/grok-3-beta",
3385
+ name: "xAI: Grok 3 Beta",
3386
+ created: 1744240068,
3387
+ contextLength: 131072,
3388
+ maxOutputTokens: 0,
3389
+ inputPricePerMillion: 3,
3390
+ outputPricePerMillion: 15,
3391
+ modalities: [
3392
+ "text"
3393
+ ]
3394
+ },
3395
+ {
3396
+ id: "meta-llama/llama-4-maverick",
3397
+ name: "Meta: Llama 4 Maverick",
3398
+ created: 1743881822,
3399
+ contextLength: 1048576,
3400
+ maxOutputTokens: 16384,
3401
+ inputPricePerMillion: 0.15,
3402
+ outputPricePerMillion: 0.6,
3403
+ modalities: [
3404
+ "text",
3405
+ "image"
3406
+ ]
3407
+ },
3408
+ {
3409
+ id: "meta-llama/llama-4-scout",
3410
+ name: "Meta: Llama 4 Scout",
3411
+ created: 1743881519,
3412
+ contextLength: 327680,
3413
+ maxOutputTokens: 16384,
3414
+ inputPricePerMillion: 0.08,
3415
+ outputPricePerMillion: 0.3,
3416
+ modalities: [
3417
+ "text",
3418
+ "image"
3419
+ ]
3420
+ },
3421
+ {
3422
+ id: "deepseek/deepseek-chat-v3-0324",
3423
+ name: "DeepSeek: DeepSeek V3 0324",
3424
+ created: 1742824755,
3425
+ contextLength: 163840,
3426
+ maxOutputTokens: 16384,
3427
+ inputPricePerMillion: 0.19999999999999998,
3428
+ outputPricePerMillion: 0.77,
3429
+ modalities: [
3430
+ "text"
3431
+ ]
3432
+ },
3433
+ {
3434
+ id: "openai/o1-pro",
3435
+ name: "OpenAI: o1-pro",
3436
+ created: 1742423211,
3437
+ contextLength: 2e5,
3438
+ maxOutputTokens: 1e5,
3439
+ inputPricePerMillion: 150,
3440
+ outputPricePerMillion: 600,
3441
+ modalities: [
3442
+ "text",
3443
+ "image",
3444
+ "file"
3445
+ ]
3446
+ },
3447
+ {
3448
+ id: "mistralai/mistral-small-3.1-24b-instruct",
3449
+ name: "Mistral: Mistral Small 3.1 24B",
3450
+ created: 1742238937,
3451
+ contextLength: 128e3,
3452
+ maxOutputTokens: 0,
3453
+ inputPricePerMillion: 0.35,
3454
+ outputPricePerMillion: 0.56,
3455
+ modalities: [
3456
+ "text",
3457
+ "image"
3458
+ ]
3459
+ },
3460
+ {
3461
+ id: "google/gemma-3-4b-it",
3462
+ name: "Google: Gemma 3 4B",
3463
+ created: 1741905510,
3464
+ contextLength: 131072,
3465
+ maxOutputTokens: 16384,
3466
+ inputPricePerMillion: 0.04,
3467
+ outputPricePerMillion: 0.08,
3468
+ modalities: [
3469
+ "text",
3470
+ "image"
3471
+ ]
3472
+ },
3473
+ {
3474
+ id: "google/gemma-3-12b-it",
3475
+ name: "Google: Gemma 3 12B",
3476
+ created: 1741902625,
3477
+ contextLength: 131072,
3478
+ maxOutputTokens: 16384,
3479
+ inputPricePerMillion: 0.04,
3480
+ outputPricePerMillion: 0.13,
3481
+ modalities: [
3482
+ "text",
3483
+ "image"
3484
+ ]
3485
+ },
3486
+ {
3487
+ id: "cohere/command-a",
3488
+ name: "Cohere: Command A",
3489
+ created: 1741894342,
3490
+ contextLength: 256e3,
3491
+ maxOutputTokens: 8192,
3492
+ inputPricePerMillion: 2.5,
3493
+ outputPricePerMillion: 10,
3494
+ modalities: [
3495
+ "text"
3496
+ ]
3497
+ },
3498
+ {
3499
+ id: "openai/gpt-4o-mini-search-preview",
3500
+ name: "OpenAI: GPT-4o-mini Search Preview",
3501
+ created: 1741818122,
3502
+ contextLength: 128e3,
3503
+ maxOutputTokens: 16384,
3504
+ inputPricePerMillion: 0.15,
3505
+ outputPricePerMillion: 0.6,
3506
+ modalities: [
3507
+ "text"
3508
+ ]
3509
+ },
3510
+ {
3511
+ id: "openai/gpt-4o-search-preview",
3512
+ name: "OpenAI: GPT-4o Search Preview",
3513
+ created: 1741817949,
3514
+ contextLength: 128e3,
3515
+ maxOutputTokens: 16384,
3516
+ inputPricePerMillion: 2.5,
3517
+ outputPricePerMillion: 10,
3518
+ modalities: [
3519
+ "text"
3520
+ ]
3521
+ },
3522
+ {
3523
+ id: "rekaai/reka-flash-3",
3524
+ name: "Reka Flash 3",
3525
+ created: 1741812813,
3526
+ contextLength: 65536,
3527
+ maxOutputTokens: 65536,
3528
+ inputPricePerMillion: 0.09999999999999999,
3529
+ outputPricePerMillion: 0.19999999999999998,
3530
+ modalities: [
3531
+ "text"
3532
+ ]
3533
+ },
3534
+ {
3535
+ id: "google/gemma-3-27b-it",
3536
+ name: "Google: Gemma 3 27B",
3537
+ created: 1741756359,
3538
+ contextLength: 131072,
3539
+ maxOutputTokens: 16384,
3540
+ inputPricePerMillion: 0.08,
3541
+ outputPricePerMillion: 0.16,
3542
+ modalities: [
3543
+ "text",
3544
+ "image"
3545
+ ]
3546
+ },
3547
+ {
3548
+ id: "thedrummer/skyfall-36b-v2",
3549
+ name: "TheDrummer: Skyfall 36B V2",
3550
+ created: 1741636566,
3551
+ contextLength: 32768,
3552
+ maxOutputTokens: 32768,
3553
+ inputPricePerMillion: 0.55,
3554
+ outputPricePerMillion: 0.7999999999999999,
3555
+ modalities: [
3556
+ "text"
3557
+ ]
3558
+ },
3559
+ {
3560
+ id: "perplexity/sonar-reasoning-pro",
3561
+ name: "Perplexity: Sonar Reasoning Pro",
3562
+ created: 1741313308,
3563
+ contextLength: 128e3,
3564
+ maxOutputTokens: 0,
3565
+ inputPricePerMillion: 2,
3566
+ outputPricePerMillion: 8,
3567
+ modalities: [
3568
+ "text",
3569
+ "image"
3570
+ ]
3571
+ },
3572
+ {
3573
+ id: "perplexity/sonar-pro",
3574
+ name: "Perplexity: Sonar Pro",
3575
+ created: 1741312423,
3576
+ contextLength: 2e5,
3577
+ maxOutputTokens: 8e3,
3578
+ inputPricePerMillion: 3,
3579
+ outputPricePerMillion: 15,
3580
+ modalities: [
3581
+ "text",
3582
+ "image"
3583
+ ]
3584
+ },
3585
+ {
3586
+ id: "perplexity/sonar-deep-research",
3587
+ name: "Perplexity: Sonar Deep Research",
3588
+ created: 1741311246,
3589
+ contextLength: 128e3,
3590
+ maxOutputTokens: 0,
3591
+ inputPricePerMillion: 2,
3592
+ outputPricePerMillion: 8,
3593
+ modalities: [
3594
+ "text"
3595
+ ]
3596
+ },
3597
+ {
3598
+ id: "google/gemini-2.0-flash-lite-001",
3599
+ name: "Google: Gemini 2.0 Flash Lite",
3600
+ created: 1740506212,
3601
+ contextLength: 1048576,
3602
+ maxOutputTokens: 8192,
3603
+ inputPricePerMillion: 0.075,
3604
+ outputPricePerMillion: 0.3,
3605
+ modalities: [
3606
+ "text",
3607
+ "image",
3608
+ "file",
3609
+ "audio",
3610
+ "video"
3611
+ ]
3612
+ },
3613
+ {
3614
+ id: "anthropic/claude-3.7-sonnet",
3615
+ name: "Anthropic: Claude 3.7 Sonnet",
3616
+ created: 1740422110,
3617
+ contextLength: 2e5,
3618
+ maxOutputTokens: 64e3,
3619
+ inputPricePerMillion: 3,
3620
+ outputPricePerMillion: 15,
3621
+ modalities: [
3622
+ "text",
3623
+ "image",
3624
+ "file"
3625
+ ]
3626
+ },
3627
+ {
3628
+ id: "anthropic/claude-3.7-sonnet:thinking",
3629
+ name: "Anthropic: Claude 3.7 Sonnet (thinking)",
3630
+ created: 1740422110,
3631
+ contextLength: 2e5,
3632
+ maxOutputTokens: 64e3,
3633
+ inputPricePerMillion: 3,
3634
+ outputPricePerMillion: 15,
3635
+ modalities: [
3636
+ "text",
3637
+ "image",
3638
+ "file"
3639
+ ]
3640
+ },
3641
+ {
3642
+ id: "mistralai/mistral-saba",
3643
+ name: "Mistral: Saba",
3644
+ created: 1739803239,
3645
+ contextLength: 32768,
3646
+ maxOutputTokens: 0,
3647
+ inputPricePerMillion: 0.19999999999999998,
3648
+ outputPricePerMillion: 0.6,
3649
+ modalities: [
3650
+ "text"
3651
+ ]
3652
+ },
3653
+ {
3654
+ id: "meta-llama/llama-guard-3-8b",
3655
+ name: "Llama Guard 3 8B",
3656
+ created: 1739401318,
3657
+ contextLength: 131072,
3658
+ maxOutputTokens: 0,
3659
+ inputPricePerMillion: 0.48,
3660
+ outputPricePerMillion: 0.03,
3661
+ modalities: [
3662
+ "text"
3663
+ ]
3664
+ },
3665
+ {
3666
+ id: "openai/o3-mini-high",
3667
+ name: "OpenAI: o3 Mini High",
3668
+ created: 1739372611,
3669
+ contextLength: 2e5,
3670
+ maxOutputTokens: 1e5,
3671
+ inputPricePerMillion: 1.1,
3672
+ outputPricePerMillion: 4.4,
3673
+ modalities: [
3674
+ "text",
3675
+ "file"
3676
+ ]
3677
+ },
3678
+ {
3679
+ id: "google/gemini-2.0-flash-001",
3680
+ name: "Google: Gemini 2.0 Flash",
3681
+ created: 1738769413,
3682
+ contextLength: 1e6,
3683
+ maxOutputTokens: 8192,
3684
+ inputPricePerMillion: 0.09999999999999999,
3685
+ outputPricePerMillion: 0.39999999999999997,
3686
+ modalities: [
3687
+ "text",
3688
+ "image",
3689
+ "file",
3690
+ "audio",
3691
+ "video"
3692
+ ]
3693
+ },
3694
+ {
3695
+ id: "qwen/qwen-vl-plus",
3696
+ name: "Qwen: Qwen VL Plus",
3697
+ created: 1738731255,
3698
+ contextLength: 131072,
3699
+ maxOutputTokens: 8192,
3700
+ inputPricePerMillion: 0.1365,
3701
+ outputPricePerMillion: 0.40950000000000003,
3702
+ modalities: [
3703
+ "text",
3704
+ "image"
3705
+ ]
3706
+ },
3707
+ {
3708
+ id: "aion-labs/aion-1.0",
3709
+ name: "AionLabs: Aion-1.0",
3710
+ created: 1738697557,
3711
+ contextLength: 131072,
3712
+ maxOutputTokens: 32768,
3713
+ inputPricePerMillion: 4,
3714
+ outputPricePerMillion: 8,
3715
+ modalities: [
3716
+ "text"
3717
+ ]
3718
+ },
3719
+ {
3720
+ id: "aion-labs/aion-1.0-mini",
3721
+ name: "AionLabs: Aion-1.0-Mini",
3722
+ created: 1738697107,
3723
+ contextLength: 131072,
3724
+ maxOutputTokens: 32768,
3725
+ inputPricePerMillion: 0.7,
3726
+ outputPricePerMillion: 1.4,
3727
+ modalities: [
3728
+ "text"
3729
+ ]
3730
+ },
3731
+ {
3732
+ id: "aion-labs/aion-rp-llama-3.1-8b",
3733
+ name: "AionLabs: Aion-RP 1.0 (8B)",
3734
+ created: 1738696718,
3735
+ contextLength: 32768,
3736
+ maxOutputTokens: 32768,
3737
+ inputPricePerMillion: 0.7999999999999999,
3738
+ outputPricePerMillion: 1.5999999999999999,
3739
+ modalities: [
3740
+ "text"
3741
+ ]
3742
+ },
3743
+ {
3744
+ id: "qwen/qwen-vl-max",
3745
+ name: "Qwen: Qwen VL Max",
3746
+ created: 1738434304,
3747
+ contextLength: 131072,
3748
+ maxOutputTokens: 32768,
3749
+ inputPricePerMillion: 0.52,
3750
+ outputPricePerMillion: 2.08,
3751
+ modalities: [
3752
+ "text",
3753
+ "image"
3754
+ ]
3755
+ },
3756
+ {
3757
+ id: "qwen/qwen-turbo",
3758
+ name: "Qwen: Qwen-Turbo",
3759
+ created: 1738410974,
3760
+ contextLength: 131072,
3761
+ maxOutputTokens: 8192,
3762
+ inputPricePerMillion: 0.0325,
3763
+ outputPricePerMillion: 0.13,
3764
+ modalities: [
3765
+ "text"
3766
+ ]
3767
+ },
3768
+ {
3769
+ id: "qwen/qwen2.5-vl-72b-instruct",
3770
+ name: "Qwen: Qwen2.5 VL 72B Instruct",
3771
+ created: 1738410311,
3772
+ contextLength: 32e3,
3773
+ maxOutputTokens: 0,
3774
+ inputPricePerMillion: 0.25,
3775
+ outputPricePerMillion: 0.75,
3776
+ modalities: [
3777
+ "text",
3778
+ "image"
3779
+ ]
3780
+ },
3781
+ {
3782
+ id: "qwen/qwen-plus",
3783
+ name: "Qwen: Qwen-Plus",
3784
+ created: 1738409840,
3785
+ contextLength: 1e6,
3786
+ maxOutputTokens: 32768,
3787
+ inputPricePerMillion: 0.26,
3788
+ outputPricePerMillion: 0.78,
3789
+ modalities: [
3790
+ "text"
3791
+ ]
3792
+ },
3793
+ {
3794
+ id: "qwen/qwen-max",
3795
+ name: "Qwen: Qwen-Max ",
3796
+ created: 1738402289,
3797
+ contextLength: 32768,
3798
+ maxOutputTokens: 8192,
3799
+ inputPricePerMillion: 1.04,
3800
+ outputPricePerMillion: 4.16,
3801
+ modalities: [
3802
+ "text"
3803
+ ]
3804
+ },
3805
+ {
3806
+ id: "openai/o3-mini",
3807
+ name: "OpenAI: o3 Mini",
3808
+ created: 1738351721,
3809
+ contextLength: 2e5,
3810
+ maxOutputTokens: 1e5,
3811
+ inputPricePerMillion: 1.1,
3812
+ outputPricePerMillion: 4.4,
3813
+ modalities: [
3814
+ "text",
3815
+ "file"
3816
+ ]
3817
+ },
3818
+ {
3819
+ id: "mistralai/mistral-small-24b-instruct-2501",
3820
+ name: "Mistral: Mistral Small 3",
3821
+ created: 1738255409,
3822
+ contextLength: 32768,
3823
+ maxOutputTokens: 16384,
3824
+ inputPricePerMillion: 0.049999999999999996,
3825
+ outputPricePerMillion: 0.08,
3826
+ modalities: [
3827
+ "text"
3828
+ ]
3829
+ },
3830
+ {
3831
+ id: "deepseek/deepseek-r1-distill-qwen-32b",
3832
+ name: "DeepSeek: R1 Distill Qwen 32B",
3833
+ created: 1738194830,
3834
+ contextLength: 32768,
3835
+ maxOutputTokens: 32768,
3836
+ inputPricePerMillion: 0.29,
3837
+ outputPricePerMillion: 0.29,
3838
+ modalities: [
3839
+ "text"
3840
+ ]
3841
+ },
3842
+ {
3843
+ id: "perplexity/sonar",
3844
+ name: "Perplexity: Sonar",
3845
+ created: 1738013808,
3846
+ contextLength: 127072,
3847
+ maxOutputTokens: 0,
3848
+ inputPricePerMillion: 1,
3849
+ outputPricePerMillion: 1,
3850
+ modalities: [
3851
+ "text",
3852
+ "image"
3853
+ ]
3854
+ },
3855
+ {
3856
+ id: "deepseek/deepseek-r1-distill-llama-70b",
3857
+ name: "DeepSeek: R1 Distill Llama 70B",
3858
+ created: 1737663169,
3859
+ contextLength: 131072,
3860
+ maxOutputTokens: 16384,
3861
+ inputPricePerMillion: 0.7,
3862
+ outputPricePerMillion: 0.7999999999999999,
3863
+ modalities: [
3864
+ "text"
3865
+ ]
3866
+ },
3867
+ {
3868
+ id: "deepseek/deepseek-r1",
3869
+ name: "DeepSeek: R1",
3870
+ created: 1737381095,
3871
+ contextLength: 64e3,
3872
+ maxOutputTokens: 16e3,
3873
+ inputPricePerMillion: 0.7,
3874
+ outputPricePerMillion: 2.5,
3875
+ modalities: [
3876
+ "text"
3877
+ ]
3878
+ },
3879
+ {
3880
+ id: "minimax/minimax-01",
3881
+ name: "MiniMax: MiniMax-01",
3882
+ created: 1736915462,
3883
+ contextLength: 1000192,
3884
+ maxOutputTokens: 1000192,
3885
+ inputPricePerMillion: 0.19999999999999998,
3886
+ outputPricePerMillion: 1.1,
3887
+ modalities: [
3888
+ "text",
3889
+ "image"
3890
+ ]
3891
+ },
3892
+ {
3893
+ id: "microsoft/phi-4",
3894
+ name: "Microsoft: Phi 4",
3895
+ created: 1736489872,
3896
+ contextLength: 16384,
3897
+ maxOutputTokens: 16384,
3898
+ inputPricePerMillion: 0.065,
3899
+ outputPricePerMillion: 0.14,
3900
+ modalities: [
3901
+ "text"
3902
+ ]
3903
+ },
3904
+ {
3905
+ id: "sao10k/l3.1-70b-hanami-x1",
3906
+ name: "Sao10K: Llama 3.1 70B Hanami x1",
3907
+ created: 1736302854,
3908
+ contextLength: 16e3,
3909
+ maxOutputTokens: 0,
3910
+ inputPricePerMillion: 3,
3911
+ outputPricePerMillion: 3,
3912
+ modalities: [
3913
+ "text"
3914
+ ]
3915
+ },
3916
+ {
3917
+ id: "deepseek/deepseek-chat",
3918
+ name: "DeepSeek: DeepSeek V3",
3919
+ created: 1735241320,
3920
+ contextLength: 163840,
3921
+ maxOutputTokens: 16384,
3922
+ inputPricePerMillion: 0.32,
3923
+ outputPricePerMillion: 0.8899999999999999,
3924
+ modalities: [
3925
+ "text"
3926
+ ]
3927
+ },
3928
+ {
3929
+ id: "sao10k/l3.3-euryale-70b",
3930
+ name: "Sao10K: Llama 3.3 Euryale 70B",
3931
+ created: 1734535928,
3932
+ contextLength: 131072,
3933
+ maxOutputTokens: 16384,
3934
+ inputPricePerMillion: 0.65,
3935
+ outputPricePerMillion: 0.75,
3936
+ modalities: [
3937
+ "text"
3938
+ ]
3939
+ },
3940
+ {
3941
+ id: "openai/o1",
3942
+ name: "OpenAI: o1",
3943
+ created: 1734459999,
3944
+ contextLength: 2e5,
3945
+ maxOutputTokens: 1e5,
3946
+ inputPricePerMillion: 15,
3947
+ outputPricePerMillion: 60,
3948
+ modalities: [
3949
+ "text",
3950
+ "image",
3951
+ "file"
3952
+ ]
3953
+ },
3954
+ {
3955
+ id: "cohere/command-r7b-12-2024",
3956
+ name: "Cohere: Command R7B (12-2024)",
3957
+ created: 1734158152,
3958
+ contextLength: 128e3,
3959
+ maxOutputTokens: 4e3,
3960
+ inputPricePerMillion: 0.0375,
3961
+ outputPricePerMillion: 0.15,
3962
+ modalities: [
3963
+ "text"
3964
+ ]
3965
+ },
3966
+ {
3967
+ id: "meta-llama/llama-3.3-70b-instruct:free",
3968
+ name: "Meta: Llama 3.3 70B Instruct (free)",
3969
+ created: 1733506137,
3970
+ contextLength: 65536,
3971
+ maxOutputTokens: 0,
3972
+ inputPricePerMillion: 0,
3973
+ outputPricePerMillion: 0,
3974
+ modalities: [
3975
+ "text"
3976
+ ]
3977
+ },
3978
+ {
3979
+ id: "meta-llama/llama-3.3-70b-instruct",
3980
+ name: "Meta: Llama 3.3 70B Instruct",
3981
+ created: 1733506137,
3982
+ contextLength: 131072,
3983
+ maxOutputTokens: 16384,
3984
+ inputPricePerMillion: 0.09999999999999999,
3985
+ outputPricePerMillion: 0.32,
3986
+ modalities: [
3987
+ "text"
3988
+ ]
3989
+ },
3990
+ {
3991
+ id: "amazon/nova-lite-v1",
3992
+ name: "Amazon: Nova Lite 1.0",
3993
+ created: 1733437363,
3994
+ contextLength: 3e5,
3995
+ maxOutputTokens: 5120,
3996
+ inputPricePerMillion: 0.06,
3997
+ outputPricePerMillion: 0.24,
3998
+ modalities: [
3999
+ "text",
4000
+ "image"
4001
+ ]
4002
+ },
4003
+ {
4004
+ id: "amazon/nova-micro-v1",
4005
+ name: "Amazon: Nova Micro 1.0",
4006
+ created: 1733437237,
4007
+ contextLength: 128e3,
4008
+ maxOutputTokens: 5120,
4009
+ inputPricePerMillion: 0.035,
4010
+ outputPricePerMillion: 0.14,
4011
+ modalities: [
4012
+ "text"
4013
+ ]
4014
+ },
4015
+ {
4016
+ id: "amazon/nova-pro-v1",
4017
+ name: "Amazon: Nova Pro 1.0",
4018
+ created: 1733436303,
4019
+ contextLength: 3e5,
4020
+ maxOutputTokens: 5120,
4021
+ inputPricePerMillion: 0.7999999999999999,
4022
+ outputPricePerMillion: 3.1999999999999997,
4023
+ modalities: [
4024
+ "text",
4025
+ "image"
4026
+ ]
4027
+ },
4028
+ {
4029
+ id: "openai/gpt-4o-2024-11-20",
4030
+ name: "OpenAI: GPT-4o (2024-11-20)",
4031
+ created: 1732127594,
4032
+ contextLength: 128e3,
4033
+ maxOutputTokens: 16384,
4034
+ inputPricePerMillion: 2.5,
4035
+ outputPricePerMillion: 10,
4036
+ modalities: [
4037
+ "text",
4038
+ "image",
4039
+ "file"
4040
+ ]
4041
+ },
4042
+ {
4043
+ id: "mistralai/mistral-large-2411",
4044
+ name: "Mistral Large 2411",
4045
+ created: 1731978685,
4046
+ contextLength: 131072,
4047
+ maxOutputTokens: 0,
4048
+ inputPricePerMillion: 2,
4049
+ outputPricePerMillion: 6,
4050
+ modalities: [
4051
+ "text"
4052
+ ]
4053
+ },
4054
+ {
4055
+ id: "mistralai/mistral-large-2407",
4056
+ name: "Mistral Large 2407",
4057
+ created: 1731978415,
4058
+ contextLength: 131072,
4059
+ maxOutputTokens: 0,
4060
+ inputPricePerMillion: 2,
4061
+ outputPricePerMillion: 6,
4062
+ modalities: [
4063
+ "text"
4064
+ ]
4065
+ },
4066
+ {
4067
+ id: "mistralai/pixtral-large-2411",
4068
+ name: "Mistral: Pixtral Large 2411",
4069
+ created: 1731977388,
4070
+ contextLength: 131072,
4071
+ maxOutputTokens: 0,
4072
+ inputPricePerMillion: 2,
4073
+ outputPricePerMillion: 6,
4074
+ modalities: [
4075
+ "text",
4076
+ "image"
4077
+ ]
4078
+ },
4079
+ {
4080
+ id: "qwen/qwen-2.5-coder-32b-instruct",
4081
+ name: "Qwen2.5 Coder 32B Instruct",
4082
+ created: 1731368400,
4083
+ contextLength: 32768,
4084
+ maxOutputTokens: 0,
4085
+ inputPricePerMillion: 0.66,
4086
+ outputPricePerMillion: 1,
4087
+ modalities: [
4088
+ "text"
4089
+ ]
4090
+ },
4091
+ {
4092
+ id: "thedrummer/unslopnemo-12b",
4093
+ name: "TheDrummer: UnslopNemo 12B",
4094
+ created: 1731103448,
4095
+ contextLength: 32768,
4096
+ maxOutputTokens: 32768,
4097
+ inputPricePerMillion: 0.39999999999999997,
4098
+ outputPricePerMillion: 0.39999999999999997,
4099
+ modalities: [
4100
+ "text"
4101
+ ]
4102
+ },
4103
+ {
4104
+ id: "anthropic/claude-3.5-haiku",
4105
+ name: "Anthropic: Claude 3.5 Haiku",
4106
+ created: 1730678400,
4107
+ contextLength: 2e5,
4108
+ maxOutputTokens: 8192,
4109
+ inputPricePerMillion: 0.7999999999999999,
4110
+ outputPricePerMillion: 4,
4111
+ modalities: [
4112
+ "text",
4113
+ "image"
4114
+ ]
4115
+ },
4116
+ {
4117
+ id: "anthracite-org/magnum-v4-72b",
4118
+ name: "Magnum v4 72B",
4119
+ created: 1729555200,
4120
+ contextLength: 16384,
4121
+ maxOutputTokens: 2048,
4122
+ inputPricePerMillion: 3,
4123
+ outputPricePerMillion: 5,
4124
+ modalities: [
4125
+ "text"
4126
+ ]
4127
+ },
4128
+ {
4129
+ id: "qwen/qwen-2.5-7b-instruct",
4130
+ name: "Qwen: Qwen2.5 7B Instruct",
4131
+ created: 1729036800,
4132
+ contextLength: 32768,
4133
+ maxOutputTokens: 32768,
4134
+ inputPricePerMillion: 0.04,
4135
+ outputPricePerMillion: 0.09999999999999999,
4136
+ modalities: [
4137
+ "text"
4138
+ ]
4139
+ },
4140
+ {
4141
+ id: "inflection/inflection-3-productivity",
4142
+ name: "Inflection: Inflection 3 Productivity",
4143
+ created: 1728604800,
4144
+ contextLength: 8e3,
4145
+ maxOutputTokens: 1024,
4146
+ inputPricePerMillion: 2.5,
4147
+ outputPricePerMillion: 10,
4148
+ modalities: [
4149
+ "text"
4150
+ ]
4151
+ },
4152
+ {
4153
+ id: "inflection/inflection-3-pi",
4154
+ name: "Inflection: Inflection 3 Pi",
4155
+ created: 1728604800,
4156
+ contextLength: 8e3,
4157
+ maxOutputTokens: 1024,
4158
+ inputPricePerMillion: 2.5,
4159
+ outputPricePerMillion: 10,
4160
+ modalities: [
4161
+ "text"
4162
+ ]
4163
+ },
4164
+ {
4165
+ id: "thedrummer/rocinante-12b",
4166
+ name: "TheDrummer: Rocinante 12B",
4167
+ created: 1727654400,
4168
+ contextLength: 32768,
4169
+ maxOutputTokens: 32768,
4170
+ inputPricePerMillion: 0.16999999999999998,
4171
+ outputPricePerMillion: 0.43,
4172
+ modalities: [
4173
+ "text"
4174
+ ]
4175
+ },
4176
+ {
4177
+ id: "meta-llama/llama-3.2-3b-instruct:free",
4178
+ name: "Meta: Llama 3.2 3B Instruct (free)",
4179
+ created: 1727222400,
4180
+ contextLength: 131072,
4181
+ maxOutputTokens: 0,
4182
+ inputPricePerMillion: 0,
4183
+ outputPricePerMillion: 0,
4184
+ modalities: [
4185
+ "text"
4186
+ ]
4187
+ },
4188
+ {
4189
+ id: "meta-llama/llama-3.2-3b-instruct",
4190
+ name: "Meta: Llama 3.2 3B Instruct",
4191
+ created: 1727222400,
4192
+ contextLength: 8e4,
4193
+ maxOutputTokens: 0,
4194
+ inputPricePerMillion: 0.051,
4195
+ outputPricePerMillion: 0.33999999999999997,
4196
+ modalities: [
4197
+ "text"
4198
+ ]
4199
+ },
4200
+ {
4201
+ id: "meta-llama/llama-3.2-1b-instruct",
4202
+ name: "Meta: Llama 3.2 1B Instruct",
4203
+ created: 1727222400,
4204
+ contextLength: 6e4,
4205
+ maxOutputTokens: 0,
4206
+ inputPricePerMillion: 0.027,
4207
+ outputPricePerMillion: 0.19999999999999998,
4208
+ modalities: [
4209
+ "text"
4210
+ ]
4211
+ },
4212
+ {
4213
+ id: "meta-llama/llama-3.2-11b-vision-instruct",
4214
+ name: "Meta: Llama 3.2 11B Vision Instruct",
4215
+ created: 1727222400,
4216
+ contextLength: 131072,
4217
+ maxOutputTokens: 16384,
4218
+ inputPricePerMillion: 0.245,
4219
+ outputPricePerMillion: 0.245,
4220
+ modalities: [
4221
+ "text",
4222
+ "image"
4223
+ ]
4224
+ },
4225
+ {
4226
+ id: "qwen/qwen-2.5-72b-instruct",
4227
+ name: "Qwen2.5 72B Instruct",
4228
+ created: 1726704e3,
4229
+ contextLength: 32768,
4230
+ maxOutputTokens: 16384,
4231
+ inputPricePerMillion: 0.36,
4232
+ outputPricePerMillion: 0.39999999999999997,
4233
+ modalities: [
4234
+ "text"
4235
+ ]
4236
+ },
4237
+ {
4238
+ id: "cohere/command-r-plus-08-2024",
4239
+ name: "Cohere: Command R+ (08-2024)",
4240
+ created: 1724976e3,
4241
+ contextLength: 128e3,
4242
+ maxOutputTokens: 4e3,
4243
+ inputPricePerMillion: 2.5,
4244
+ outputPricePerMillion: 10,
4245
+ modalities: [
4246
+ "text"
4247
+ ]
4248
+ },
4249
+ {
4250
+ id: "cohere/command-r-08-2024",
4251
+ name: "Cohere: Command R (08-2024)",
4252
+ created: 1724976e3,
4253
+ contextLength: 128e3,
4254
+ maxOutputTokens: 4e3,
4255
+ inputPricePerMillion: 0.15,
4256
+ outputPricePerMillion: 0.6,
4257
+ modalities: [
4258
+ "text"
4259
+ ]
4260
+ },
4261
+ {
4262
+ id: "sao10k/l3.1-euryale-70b",
4263
+ name: "Sao10K: Llama 3.1 Euryale 70B v2.2",
4264
+ created: 1724803200,
4265
+ contextLength: 131072,
4266
+ maxOutputTokens: 16384,
4267
+ inputPricePerMillion: 0.85,
4268
+ outputPricePerMillion: 0.85,
4269
+ modalities: [
4270
+ "text"
4271
+ ]
4272
+ },
4273
+ {
4274
+ id: "nousresearch/hermes-3-llama-3.1-70b",
4275
+ name: "Nous: Hermes 3 70B Instruct",
4276
+ created: 1723939200,
4277
+ contextLength: 131072,
4278
+ maxOutputTokens: 16384,
4279
+ inputPricePerMillion: 0.3,
4280
+ outputPricePerMillion: 0.3,
4281
+ modalities: [
4282
+ "text"
4283
+ ]
4284
+ },
4285
+ {
4286
+ id: "nousresearch/hermes-3-llama-3.1-405b:free",
4287
+ name: "Nous: Hermes 3 405B Instruct (free)",
4288
+ created: 1723766400,
4289
+ contextLength: 131072,
4290
+ maxOutputTokens: 0,
4291
+ inputPricePerMillion: 0,
4292
+ outputPricePerMillion: 0,
4293
+ modalities: [
4294
+ "text"
4295
+ ]
4296
+ },
4297
+ {
4298
+ id: "nousresearch/hermes-3-llama-3.1-405b",
4299
+ name: "Nous: Hermes 3 405B Instruct",
4300
+ created: 1723766400,
4301
+ contextLength: 131072,
4302
+ maxOutputTokens: 16384,
4303
+ inputPricePerMillion: 1,
4304
+ outputPricePerMillion: 1,
4305
+ modalities: [
4306
+ "text"
4307
+ ]
4308
+ },
4309
+ {
4310
+ id: "sao10k/l3-lunaris-8b",
4311
+ name: "Sao10K: Llama 3 8B Lunaris",
4312
+ created: 1723507200,
4313
+ contextLength: 8192,
4314
+ maxOutputTokens: 16384,
4315
+ inputPricePerMillion: 0.04,
4316
+ outputPricePerMillion: 0.049999999999999996,
4317
+ modalities: [
4318
+ "text"
4319
+ ]
4320
+ },
4321
+ {
4322
+ id: "openai/gpt-4o-2024-08-06",
4323
+ name: "OpenAI: GPT-4o (2024-08-06)",
4324
+ created: 1722902400,
4325
+ contextLength: 128e3,
4326
+ maxOutputTokens: 16384,
4327
+ inputPricePerMillion: 2.5,
4328
+ outputPricePerMillion: 10,
4329
+ modalities: [
4330
+ "text",
4331
+ "image",
4332
+ "file"
4333
+ ]
4334
+ },
4335
+ {
4336
+ id: "meta-llama/llama-3.1-8b-instruct",
4337
+ name: "Meta: Llama 3.1 8B Instruct",
4338
+ created: 1721692800,
4339
+ contextLength: 16384,
4340
+ maxOutputTokens: 16384,
4341
+ inputPricePerMillion: 0.02,
4342
+ outputPricePerMillion: 0.049999999999999996,
4343
+ modalities: [
4344
+ "text"
4345
+ ]
4346
+ },
4347
+ {
4348
+ id: "meta-llama/llama-3.1-70b-instruct",
4349
+ name: "Meta: Llama 3.1 70B Instruct",
4350
+ created: 1721692800,
4351
+ contextLength: 131072,
4352
+ maxOutputTokens: 16384,
4353
+ inputPricePerMillion: 0.39999999999999997,
4354
+ outputPricePerMillion: 0.39999999999999997,
4355
+ modalities: [
4356
+ "text"
4357
+ ]
4358
+ },
4359
+ {
4360
+ id: "mistralai/mistral-nemo",
4361
+ name: "Mistral: Mistral Nemo",
4362
+ created: 1721347200,
4363
+ contextLength: 131072,
4364
+ maxOutputTokens: 0,
4365
+ inputPricePerMillion: 0.02,
4366
+ outputPricePerMillion: 0.03,
4367
+ modalities: [
4368
+ "text"
4369
+ ]
4370
+ },
4371
+ {
4372
+ id: "openai/gpt-4o-mini-2024-07-18",
4373
+ name: "OpenAI: GPT-4o-mini (2024-07-18)",
4374
+ created: 1721260800,
4375
+ contextLength: 128e3,
4376
+ maxOutputTokens: 16384,
4377
+ inputPricePerMillion: 0.15,
4378
+ outputPricePerMillion: 0.6,
4379
+ modalities: [
4380
+ "text",
4381
+ "image",
4382
+ "file"
4383
+ ]
4384
+ },
4385
+ {
4386
+ id: "openai/gpt-4o-mini",
4387
+ name: "OpenAI: GPT-4o-mini",
4388
+ created: 1721260800,
4389
+ contextLength: 128e3,
4390
+ maxOutputTokens: 16384,
4391
+ inputPricePerMillion: 0.15,
4392
+ outputPricePerMillion: 0.6,
4393
+ modalities: [
4394
+ "text",
4395
+ "image",
4396
+ "file"
4397
+ ]
4398
+ },
4399
+ {
4400
+ id: "google/gemma-2-27b-it",
4401
+ name: "Google: Gemma 2 27B",
4402
+ created: 1720828800,
4403
+ contextLength: 8192,
4404
+ maxOutputTokens: 2048,
4405
+ inputPricePerMillion: 0.65,
4406
+ outputPricePerMillion: 0.65,
4407
+ modalities: [
4408
+ "text"
4409
+ ]
4410
+ },
4411
+ {
4412
+ id: "sao10k/l3-euryale-70b",
4413
+ name: "Sao10k: Llama 3 Euryale 70B v2.1",
4414
+ created: 1718668800,
4415
+ contextLength: 8192,
4416
+ maxOutputTokens: 8192,
4417
+ inputPricePerMillion: 1.48,
4418
+ outputPricePerMillion: 1.48,
4419
+ modalities: [
4420
+ "text"
4421
+ ]
4422
+ },
4423
+ {
4424
+ id: "nousresearch/hermes-2-pro-llama-3-8b",
4425
+ name: "NousResearch: Hermes 2 Pro - Llama-3 8B",
4426
+ created: 1716768e3,
4427
+ contextLength: 8192,
4428
+ maxOutputTokens: 8192,
4429
+ inputPricePerMillion: 0.14,
4430
+ outputPricePerMillion: 0.14,
4431
+ modalities: [
4432
+ "text"
4433
+ ]
4434
+ },
4435
+ {
4436
+ id: "openai/gpt-4o-2024-05-13",
4437
+ name: "OpenAI: GPT-4o (2024-05-13)",
4438
+ created: 1715558400,
4439
+ contextLength: 128e3,
4440
+ maxOutputTokens: 4096,
4441
+ inputPricePerMillion: 5,
4442
+ outputPricePerMillion: 15,
4443
+ modalities: [
4444
+ "text",
4445
+ "image",
4446
+ "file"
4447
+ ]
4448
+ },
4449
+ {
4450
+ id: "openai/gpt-4o",
4451
+ name: "OpenAI: GPT-4o",
4452
+ created: 1715558400,
4453
+ contextLength: 128e3,
4454
+ maxOutputTokens: 16384,
4455
+ inputPricePerMillion: 2.5,
4456
+ outputPricePerMillion: 10,
4457
+ modalities: [
4458
+ "text",
4459
+ "image",
4460
+ "file"
4461
+ ]
4462
+ },
4463
+ {
4464
+ id: "meta-llama/llama-3-8b-instruct",
4465
+ name: "Meta: Llama 3 8B Instruct",
4466
+ created: 1713398400,
4467
+ contextLength: 8192,
4468
+ maxOutputTokens: 8192,
4469
+ inputPricePerMillion: 0.04,
4470
+ outputPricePerMillion: 0.04,
4471
+ modalities: [
4472
+ "text"
4473
+ ]
4474
+ },
4475
+ {
4476
+ id: "meta-llama/llama-3-70b-instruct",
4477
+ name: "Meta: Llama 3 70B Instruct",
4478
+ created: 1713398400,
4479
+ contextLength: 8192,
4480
+ maxOutputTokens: 8e3,
4481
+ inputPricePerMillion: 0.51,
4482
+ outputPricePerMillion: 0.74,
4483
+ modalities: [
4484
+ "text"
4485
+ ]
4486
+ },
4487
+ {
4488
+ id: "mistralai/mixtral-8x22b-instruct",
4489
+ name: "Mistral: Mixtral 8x22B Instruct",
4490
+ created: 1713312e3,
4491
+ contextLength: 65536,
4492
+ maxOutputTokens: 0,
4493
+ inputPricePerMillion: 2,
4494
+ outputPricePerMillion: 6,
4495
+ modalities: [
4496
+ "text"
4497
+ ]
4498
+ },
4499
+ {
4500
+ id: "microsoft/wizardlm-2-8x22b",
4501
+ name: "WizardLM-2 8x22B",
4502
+ created: 1713225600,
4503
+ contextLength: 65535,
4504
+ maxOutputTokens: 8e3,
4505
+ inputPricePerMillion: 0.62,
4506
+ outputPricePerMillion: 0.62,
4507
+ modalities: [
4508
+ "text"
4509
+ ]
4510
+ },
4511
+ {
4512
+ id: "openai/gpt-4-turbo",
4513
+ name: "OpenAI: GPT-4 Turbo",
4514
+ created: 1712620800,
4515
+ contextLength: 128e3,
4516
+ maxOutputTokens: 4096,
4517
+ inputPricePerMillion: 10,
4518
+ outputPricePerMillion: 30,
4519
+ modalities: [
4520
+ "text",
4521
+ "image"
4522
+ ]
4523
+ },
4524
+ {
4525
+ id: "anthropic/claude-3-haiku",
4526
+ name: "Anthropic: Claude 3 Haiku",
4527
+ created: 1710288e3,
4528
+ contextLength: 2e5,
4529
+ maxOutputTokens: 4096,
4530
+ inputPricePerMillion: 0.25,
4531
+ outputPricePerMillion: 1.25,
4532
+ modalities: [
4533
+ "text",
4534
+ "image"
4535
+ ]
4536
+ },
4537
+ {
4538
+ id: "mistralai/mistral-large",
4539
+ name: "Mistral Large",
4540
+ created: 1708905600,
4541
+ contextLength: 128e3,
4542
+ maxOutputTokens: 0,
4543
+ inputPricePerMillion: 2,
4544
+ outputPricePerMillion: 6,
4545
+ modalities: [
4546
+ "text"
4547
+ ]
4548
+ },
4549
+ {
4550
+ id: "openai/gpt-4-turbo-preview",
4551
+ name: "OpenAI: GPT-4 Turbo Preview",
4552
+ created: 1706140800,
4553
+ contextLength: 128e3,
4554
+ maxOutputTokens: 4096,
4555
+ inputPricePerMillion: 10,
4556
+ outputPricePerMillion: 30,
4557
+ modalities: [
4558
+ "text"
4559
+ ]
4560
+ },
4561
+ {
4562
+ id: "openai/gpt-3.5-turbo-0613",
4563
+ name: "OpenAI: GPT-3.5 Turbo (older v0613)",
4564
+ created: 1706140800,
4565
+ contextLength: 4095,
4566
+ maxOutputTokens: 4096,
4567
+ inputPricePerMillion: 1,
4568
+ outputPricePerMillion: 2,
4569
+ modalities: [
4570
+ "text"
4571
+ ]
4572
+ },
4573
+ {
4574
+ id: "alpindale/goliath-120b",
4575
+ name: "Goliath 120B",
4576
+ created: 1699574400,
4577
+ contextLength: 6144,
4578
+ maxOutputTokens: 1024,
4579
+ inputPricePerMillion: 3.75,
4580
+ outputPricePerMillion: 7.5,
4581
+ modalities: [
4582
+ "text"
4583
+ ]
4584
+ },
4585
+ {
4586
+ id: "openrouter/auto",
4587
+ name: "Auto Router",
4588
+ created: 1699401600,
4589
+ contextLength: 2e6,
4590
+ maxOutputTokens: 0,
4591
+ inputPricePerMillion: -1e6,
4592
+ outputPricePerMillion: -1e6,
4593
+ modalities: [
4594
+ "text",
4595
+ "image",
4596
+ "audio",
4597
+ "file",
4598
+ "video"
4599
+ ]
4600
+ },
4601
+ {
4602
+ id: "openai/gpt-4-1106-preview",
4603
+ name: "OpenAI: GPT-4 Turbo (older v1106)",
4604
+ created: 1699228800,
4605
+ contextLength: 128e3,
4606
+ maxOutputTokens: 4096,
4607
+ inputPricePerMillion: 10,
4608
+ outputPricePerMillion: 30,
4609
+ modalities: [
4610
+ "text"
4611
+ ]
4612
+ },
4613
+ {
4614
+ id: "openai/gpt-3.5-turbo-instruct",
4615
+ name: "OpenAI: GPT-3.5 Turbo Instruct",
4616
+ created: 1695859200,
4617
+ contextLength: 4095,
4618
+ maxOutputTokens: 4096,
4619
+ inputPricePerMillion: 1.5,
4620
+ outputPricePerMillion: 2,
4621
+ modalities: [
4622
+ "text"
4623
+ ]
4624
+ },
4625
+ {
4626
+ id: "mistralai/mistral-7b-instruct-v0.1",
4627
+ name: "Mistral: Mistral 7B Instruct v0.1",
4628
+ created: 1695859200,
4629
+ contextLength: 2824,
4630
+ maxOutputTokens: 0,
4631
+ inputPricePerMillion: 0.11,
4632
+ outputPricePerMillion: 0.19,
4633
+ modalities: [
4634
+ "text"
4635
+ ]
4636
+ },
4637
+ {
4638
+ id: "openai/gpt-3.5-turbo-16k",
4639
+ name: "OpenAI: GPT-3.5 Turbo 16k",
4640
+ created: 1693180800,
4641
+ contextLength: 16385,
4642
+ maxOutputTokens: 4096,
4643
+ inputPricePerMillion: 3,
4644
+ outputPricePerMillion: 4,
4645
+ modalities: [
4646
+ "text"
4647
+ ]
4648
+ },
4649
+ {
4650
+ id: "mancer/weaver",
4651
+ name: "Mancer: Weaver (alpha)",
4652
+ created: 1690934400,
4653
+ contextLength: 8e3,
4654
+ maxOutputTokens: 2e3,
4655
+ inputPricePerMillion: 0.75,
4656
+ outputPricePerMillion: 1,
4657
+ modalities: [
4658
+ "text"
4659
+ ]
4660
+ },
4661
+ {
4662
+ id: "undi95/remm-slerp-l2-13b",
4663
+ name: "ReMM SLERP 13B",
4664
+ created: 1689984e3,
4665
+ contextLength: 6144,
4666
+ maxOutputTokens: 4096,
4667
+ inputPricePerMillion: 0.44999999999999996,
4668
+ outputPricePerMillion: 0.65,
4669
+ modalities: [
4670
+ "text"
4671
+ ]
4672
+ },
4673
+ {
4674
+ id: "gryphe/mythomax-l2-13b",
4675
+ name: "MythoMax 13B",
4676
+ created: 1688256e3,
4677
+ contextLength: 4096,
4678
+ maxOutputTokens: 4096,
4679
+ inputPricePerMillion: 0.06,
4680
+ outputPricePerMillion: 0.06,
4681
+ modalities: [
4682
+ "text"
4683
+ ]
4684
+ },
4685
+ {
4686
+ id: "openai/gpt-4-0314",
4687
+ name: "OpenAI: GPT-4 (older v0314)",
4688
+ created: 1685232e3,
4689
+ contextLength: 8191,
4690
+ maxOutputTokens: 4096,
4691
+ inputPricePerMillion: 30,
4692
+ outputPricePerMillion: 60,
4693
+ modalities: [
4694
+ "text"
4695
+ ]
4696
+ },
4697
+ {
4698
+ id: "openai/gpt-4",
4699
+ name: "OpenAI: GPT-4",
4700
+ created: 1685232e3,
4701
+ contextLength: 8191,
4702
+ maxOutputTokens: 4096,
4703
+ inputPricePerMillion: 30,
4704
+ outputPricePerMillion: 60,
4705
+ modalities: [
4706
+ "text"
4707
+ ]
4708
+ },
4709
+ {
4710
+ id: "openai/gpt-3.5-turbo",
4711
+ name: "OpenAI: GPT-3.5 Turbo",
4712
+ created: 1685232e3,
4713
+ contextLength: 16385,
4714
+ maxOutputTokens: 4096,
4715
+ inputPricePerMillion: 0.5,
4716
+ outputPricePerMillion: 1.5,
4717
+ modalities: [
4718
+ "text"
4719
+ ]
4720
+ }
4721
+ ]
4722
+ };
4723
+
4724
+ // src/data/openrouter-models.ts
4725
+ var bundled = openrouter_models_default;
4726
+ var runtimeOverride = null;
4727
+ function loadSnapshot() {
4728
+ return _nullishCoalesce(runtimeOverride, () => ( bundled));
4729
+ }
4730
+ function setOpenRouterSnapshot(next) {
4731
+ runtimeOverride = next;
4732
+ }
4733
+ function getOpenRouterSnapshot() {
4734
+ return loadSnapshot();
4735
+ }
4736
+ function getOpenRouterModels() {
4737
+ return loadSnapshot().models;
4738
+ }
4739
+ function findOpenRouterModel(id) {
4740
+ return loadSnapshot().models.find((m) => m.id === id);
4741
+ }
4742
+ function listOpenRouterModelsByVendor(vendor) {
4743
+ const prefix = `${vendor.toLowerCase()}/`;
4744
+ return loadSnapshot().models.filter((m) => m.id.toLowerCase().startsWith(prefix));
4745
+ }
4746
+
4747
+
4748
+
4749
+
4750
+
4751
+
4752
+
4753
+ exports.setOpenRouterSnapshot = setOpenRouterSnapshot; exports.getOpenRouterSnapshot = getOpenRouterSnapshot; exports.getOpenRouterModels = getOpenRouterModels; exports.findOpenRouterModel = findOpenRouterModel; exports.listOpenRouterModelsByVendor = listOpenRouterModelsByVendor;