@mastra/core 1.0.0-beta.4 → 1.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +325 -0
- package/dist/agent/agent.d.ts +2 -2
- package/dist/agent/agent.d.ts.map +1 -1
- package/dist/agent/agent.types.d.ts +2 -0
- package/dist/agent/agent.types.d.ts.map +1 -1
- package/dist/agent/index.cjs +9 -9
- package/dist/agent/index.js +2 -2
- package/dist/agent/message-list/index.cjs +3 -3
- package/dist/agent/message-list/index.d.ts.map +1 -1
- package/dist/agent/message-list/index.js +1 -1
- package/dist/agent/message-list/prompt/attachments-to-parts.d.ts.map +1 -1
- package/dist/agent/types.d.ts +2 -3
- package/dist/agent/types.d.ts.map +1 -1
- package/dist/agent/utils.d.ts.map +1 -1
- package/dist/agent/workflows/prepare-stream/index.d.ts.map +1 -1
- package/dist/agent/workflows/prepare-stream/map-results-step.d.ts.map +1 -1
- package/dist/agent/workflows/prepare-stream/stream-step.d.ts +8 -1
- package/dist/agent/workflows/prepare-stream/stream-step.d.ts.map +1 -1
- package/dist/{chunk-3RW5EMSB.js → chunk-3B2OPLGG.js} +13 -6
- package/dist/chunk-3B2OPLGG.js.map +1 -0
- package/dist/{chunk-RXDJL5QT.js → chunk-3ZQ7LX73.js} +13 -13
- package/dist/chunk-3ZQ7LX73.js.map +1 -0
- package/dist/{chunk-5WXEYDFI.cjs → chunk-556MJ7CL.cjs} +33 -26
- package/dist/chunk-556MJ7CL.cjs.map +1 -0
- package/dist/{chunk-HGNRQ3OG.js → chunk-5O52O25J.js} +15 -8
- package/dist/chunk-5O52O25J.js.map +1 -0
- package/dist/{chunk-WTYNK7Q4.js → chunk-5SA2EZ33.js} +421 -29
- package/dist/chunk-5SA2EZ33.js.map +1 -0
- package/dist/chunk-6XCINXZ7.cjs +194 -0
- package/dist/chunk-6XCINXZ7.cjs.map +1 -0
- package/dist/{chunk-MDKPL2R2.js → chunk-7ZADRRDW.js} +5 -4
- package/dist/chunk-7ZADRRDW.js.map +1 -0
- package/dist/{chunk-JXESKY4A.js → chunk-B5J5HYDN.js} +7 -5
- package/dist/chunk-B5J5HYDN.js.map +1 -0
- package/dist/chunk-BWYU7D33.js +192 -0
- package/dist/chunk-BWYU7D33.js.map +1 -0
- package/dist/{chunk-FVNT7VTO.js → chunk-D7CJ4HIQ.js} +240 -17
- package/dist/chunk-D7CJ4HIQ.js.map +1 -0
- package/dist/{chunk-VSM3NLUX.cjs → chunk-DQIZ5FFX.cjs} +163 -129
- package/dist/chunk-DQIZ5FFX.cjs.map +1 -0
- package/dist/{chunk-ZCVTH3CH.cjs → chunk-HNHZGFZY.cjs} +5 -4
- package/dist/chunk-HNHZGFZY.cjs.map +1 -0
- package/dist/{chunk-VZC4BWWH.cjs → chunk-IITXXVYI.cjs} +17 -17
- package/dist/chunk-IITXXVYI.cjs.map +1 -0
- package/dist/{chunk-2OTDXX73.js → chunk-KJIQGPQR.js} +4 -4
- package/dist/{chunk-2OTDXX73.js.map → chunk-KJIQGPQR.js.map} +1 -1
- package/dist/{chunk-2NVBZKZI.cjs → chunk-KP42JLXE.cjs} +370 -132
- package/dist/chunk-KP42JLXE.cjs.map +1 -0
- package/dist/{chunk-IWB65P37.cjs → chunk-KWWD3U7G.cjs} +5 -5
- package/dist/chunk-KWWD3U7G.cjs.map +1 -0
- package/dist/{chunk-3W5RQCCY.cjs → chunk-NHP6ZIDG.cjs} +248 -24
- package/dist/chunk-NHP6ZIDG.cjs.map +1 -0
- package/dist/{chunk-O6NA3Z43.cjs → chunk-OUUPUAGA.cjs} +10 -8
- package/dist/chunk-OUUPUAGA.cjs.map +1 -0
- package/dist/{chunk-D6EDHNGV.js → chunk-PC6EKOWK.js} +64 -11
- package/dist/chunk-PC6EKOWK.js.map +1 -0
- package/dist/{chunk-S6OEQHEI.cjs → chunk-QGWNF2QJ.cjs} +59 -50
- package/dist/chunk-QGWNF2QJ.cjs.map +1 -0
- package/dist/{chunk-HBJPYQRN.cjs → chunk-RROQ46B6.cjs} +69 -16
- package/dist/chunk-RROQ46B6.cjs.map +1 -0
- package/dist/{chunk-U7VECK2G.js → chunk-T2CJRA6E.js} +4 -4
- package/dist/chunk-T2CJRA6E.js.map +1 -0
- package/dist/{chunk-IHJDOC3A.js → chunk-T2UNO766.js} +16 -7
- package/dist/chunk-T2UNO766.js.map +1 -0
- package/dist/{chunk-CYVNOIXS.cjs → chunk-U3VE2EVB.cjs} +11 -11
- package/dist/{chunk-CYVNOIXS.cjs.map → chunk-U3VE2EVB.cjs.map} +1 -1
- package/dist/{chunk-4IKJAKCD.cjs → chunk-V537VSV4.cjs} +74 -16
- package/dist/chunk-V537VSV4.cjs.map +1 -0
- package/dist/{chunk-4RXG622P.cjs → chunk-VYJXTHII.cjs} +422 -30
- package/dist/chunk-VYJXTHII.cjs.map +1 -0
- package/dist/{chunk-LRSB62Z6.cjs → chunk-X7F4CSGR.cjs} +15 -8
- package/dist/chunk-X7F4CSGR.cjs.map +1 -0
- package/dist/{chunk-XXBWX7DT.js → chunk-XBO6W7LZ.js} +328 -91
- package/dist/chunk-XBO6W7LZ.js.map +1 -0
- package/dist/{chunk-KEURQGCQ.js → chunk-XIDKHXNR.js} +74 -17
- package/dist/chunk-XIDKHXNR.js.map +1 -0
- package/dist/{chunk-WQSGX6XA.cjs → chunk-XJQX54QP.cjs} +5 -5
- package/dist/{chunk-WQSGX6XA.cjs.map → chunk-XJQX54QP.cjs.map} +1 -1
- package/dist/{chunk-W3DD3XP5.js → chunk-YDFX3JR2.js} +163 -129
- package/dist/chunk-YDFX3JR2.js.map +1 -0
- package/dist/{chunk-IWQDBVJK.js → chunk-ZTTMSCLU.js} +3 -3
- package/dist/{chunk-IWQDBVJK.js.map → chunk-ZTTMSCLU.js.map} +1 -1
- package/dist/evals/base.d.ts +1 -1
- package/dist/evals/base.d.ts.map +1 -1
- package/dist/evals/base.test-utils.d.ts +25 -25
- package/dist/evals/index.cjs +4 -4
- package/dist/evals/index.js +1 -1
- package/dist/evals/scoreTraces/index.cjs +3 -3
- package/dist/evals/scoreTraces/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/integration/index.cjs +2 -2
- package/dist/integration/index.js +1 -1
- package/dist/llm/index.cjs +18 -14
- package/dist/llm/index.d.ts +2 -1
- package/dist/llm/index.d.ts.map +1 -1
- package/dist/llm/index.js +5 -5
- package/dist/llm/model/gateway-resolver.d.ts.map +1 -1
- package/dist/llm/model/gateways/azure.d.ts +36 -0
- package/dist/llm/model/gateways/azure.d.ts.map +1 -0
- package/dist/llm/model/gateways/base.d.ts +3 -6
- package/dist/llm/model/gateways/base.d.ts.map +1 -1
- package/dist/llm/model/gateways/index.d.ts +4 -1
- package/dist/llm/model/gateways/index.d.ts.map +1 -1
- package/dist/llm/model/gateways/models-dev.d.ts +2 -2
- package/dist/llm/model/gateways/models-dev.d.ts.map +1 -1
- package/dist/llm/model/gateways/netlify.d.ts +2 -2
- package/dist/llm/model/gateways/netlify.d.ts.map +1 -1
- package/dist/llm/model/model.d.ts.map +1 -1
- package/dist/llm/model/model.loop.d.ts +1 -1
- package/dist/llm/model/model.loop.d.ts.map +1 -1
- package/dist/llm/model/provider-registry.d.ts.map +1 -1
- package/dist/llm/model/provider-types.generated.d.ts +192 -11
- package/dist/llm/model/registry-generator.d.ts +12 -0
- package/dist/llm/model/registry-generator.d.ts.map +1 -1
- package/dist/llm/model/router.d.ts.map +1 -1
- package/dist/loop/index.cjs +2 -2
- package/dist/loop/index.js +1 -1
- package/dist/loop/loop.d.ts.map +1 -1
- package/dist/loop/network/index.d.ts.map +1 -1
- package/dist/loop/test-utils/generateText.d.ts.map +1 -1
- package/dist/loop/test-utils/resultObject.d.ts.map +1 -1
- package/dist/loop/test-utils/streamObject.d.ts.map +1 -1
- package/dist/loop/types.d.ts +8 -0
- package/dist/loop/types.d.ts.map +1 -1
- package/dist/loop/workflows/agentic-execution/index.d.ts.map +1 -1
- package/dist/loop/workflows/agentic-execution/tool-call-step.d.ts +1 -1
- package/dist/loop/workflows/agentic-execution/tool-call-step.d.ts.map +1 -1
- package/dist/mastra/index.cjs +2 -2
- package/dist/mastra/index.d.ts +9 -9
- package/dist/mastra/index.d.ts.map +1 -1
- package/dist/mastra/index.js +1 -1
- package/dist/mcp/index.cjs.map +1 -1
- package/dist/mcp/index.d.ts +4 -4
- package/dist/mcp/index.d.ts.map +1 -1
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/types.d.ts +2 -2
- package/dist/mcp/types.d.ts.map +1 -1
- package/dist/memory/index.cjs +89 -34
- package/dist/memory/index.cjs.map +1 -1
- package/dist/memory/index.js +85 -30
- package/dist/memory/index.js.map +1 -1
- package/dist/memory/mock.d.ts +9 -13
- package/dist/memory/mock.d.ts.map +1 -1
- package/dist/models-dev-F6MTIYTO.js +3 -0
- package/dist/{models-dev-6PRLJKVZ.js.map → models-dev-F6MTIYTO.js.map} +1 -1
- package/dist/models-dev-XIVR5EJV.cjs +12 -0
- package/dist/{models-dev-WHMI5G6Y.cjs.map → models-dev-XIVR5EJV.cjs.map} +1 -1
- package/dist/netlify-MXBOGAJR.cjs +12 -0
- package/dist/{netlify-46I3SNNV.cjs.map → netlify-MXBOGAJR.cjs.map} +1 -1
- package/dist/netlify-RX3JXCFQ.js +3 -0
- package/dist/{netlify-EBQ6YUC6.js.map → netlify-RX3JXCFQ.js.map} +1 -1
- package/dist/processors/index.cjs +11 -11
- package/dist/processors/index.d.ts +2 -2
- package/dist/processors/index.d.ts.map +1 -1
- package/dist/processors/index.js +1 -1
- package/dist/processors/processors/batch-parts.d.ts +1 -1
- package/dist/processors/processors/batch-parts.d.ts.map +1 -1
- package/dist/processors/processors/language-detector.d.ts +1 -1
- package/dist/processors/processors/language-detector.d.ts.map +1 -1
- package/dist/processors/processors/moderation.d.ts +1 -1
- package/dist/processors/processors/moderation.d.ts.map +1 -1
- package/dist/processors/processors/pii-detector.d.ts +1 -1
- package/dist/processors/processors/pii-detector.d.ts.map +1 -1
- package/dist/processors/processors/prompt-injection-detector.d.ts +1 -1
- package/dist/processors/processors/prompt-injection-detector.d.ts.map +1 -1
- package/dist/processors/processors/structured-output.d.ts +1 -1
- package/dist/processors/processors/structured-output.d.ts.map +1 -1
- package/dist/processors/processors/system-prompt-scrubber.d.ts +1 -1
- package/dist/processors/processors/system-prompt-scrubber.d.ts.map +1 -1
- package/dist/processors/processors/token-limiter.d.ts +1 -1
- package/dist/processors/processors/token-limiter.d.ts.map +1 -1
- package/dist/processors/processors/unicode-normalizer.d.ts +1 -1
- package/dist/processors/processors/unicode-normalizer.d.ts.map +1 -1
- package/dist/provider-registry-3LUCE7FT.js +3 -0
- package/dist/{provider-registry-HDG6UMUC.js.map → provider-registry-3LUCE7FT.js.map} +1 -1
- package/dist/provider-registry-NBRXBOQT.cjs +40 -0
- package/dist/{provider-registry-RP2W4B24.cjs.map → provider-registry-NBRXBOQT.cjs.map} +1 -1
- package/dist/provider-registry.json +400 -22
- package/dist/{registry-generator-JPCV47SC.cjs → registry-generator-DEPPRYYJ.cjs} +21 -6
- package/dist/registry-generator-DEPPRYYJ.cjs.map +1 -0
- package/dist/{registry-generator-XD4FPZTU.js → registry-generator-FLW6NV42.js} +21 -7
- package/dist/registry-generator-FLW6NV42.js.map +1 -0
- package/dist/relevance/index.cjs +2 -2
- package/dist/relevance/index.js +1 -1
- package/dist/server/composite-auth.d.ts +9 -0
- package/dist/server/composite-auth.d.ts.map +1 -0
- package/dist/server/index.cjs +31 -0
- package/dist/server/index.cjs.map +1 -1
- package/dist/server/index.d.ts +1 -0
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +31 -1
- package/dist/server/index.js.map +1 -1
- package/dist/storage/index.cjs +29 -29
- package/dist/storage/index.js +1 -1
- package/dist/stream/aisdk/v5/output.d.ts.map +1 -1
- package/dist/stream/base/output.d.ts.map +1 -1
- package/dist/stream/index.cjs +11 -11
- package/dist/stream/index.js +2 -2
- package/dist/stream/types.d.ts +7 -2
- package/dist/stream/types.d.ts.map +1 -1
- package/dist/test-utils/llm-mock.cjs +2 -2
- package/dist/test-utils/llm-mock.js +1 -1
- package/dist/tools/index.cjs +6 -6
- package/dist/tools/index.js +2 -2
- package/dist/tools/is-vercel-tool.cjs +2 -2
- package/dist/tools/is-vercel-tool.js +1 -1
- package/dist/tools/stream.d.ts +1 -0
- package/dist/tools/stream.d.ts.map +1 -1
- package/dist/tools/tool-builder/builder.d.ts +2 -0
- package/dist/tools/tool-builder/builder.d.ts.map +1 -1
- package/dist/tools/tool.d.ts +6 -6
- package/dist/tools/tool.d.ts.map +1 -1
- package/dist/tools/types.d.ts +6 -2
- package/dist/tools/types.d.ts.map +1 -1
- package/dist/tools/validation.d.ts +13 -1
- package/dist/tools/validation.d.ts.map +1 -1
- package/dist/utils.cjs +22 -22
- package/dist/utils.d.ts +1 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +1 -1
- package/dist/vector/filter/index.cjs +7 -189
- package/dist/vector/filter/index.cjs.map +1 -1
- package/dist/vector/filter/index.js +1 -190
- package/dist/vector/filter/index.js.map +1 -1
- package/dist/vector/index.cjs +5 -0
- package/dist/vector/index.cjs.map +1 -1
- package/dist/vector/index.d.ts +1 -0
- package/dist/vector/index.d.ts.map +1 -1
- package/dist/vector/index.js +1 -0
- package/dist/vector/index.js.map +1 -1
- package/dist/vector/types.d.ts +86 -3
- package/dist/vector/types.d.ts.map +1 -1
- package/dist/vector/vector.d.ts +39 -2
- package/dist/vector/vector.d.ts.map +1 -1
- package/dist/workflows/default.d.ts.map +1 -1
- package/dist/workflows/evented/index.cjs +10 -10
- package/dist/workflows/evented/index.js +1 -1
- package/dist/workflows/evented/step-executor.d.ts.map +1 -1
- package/dist/workflows/index.cjs +23 -19
- package/dist/workflows/index.js +1 -1
- package/dist/workflows/types.d.ts +2 -2
- package/dist/workflows/types.d.ts.map +1 -1
- package/dist/workflows/utils.d.ts +7 -0
- package/dist/workflows/utils.d.ts.map +1 -1
- package/dist/workflows/workflow.d.ts +4 -2
- package/dist/workflows/workflow.d.ts.map +1 -1
- package/package.json +9 -8
- package/src/llm/model/provider-types.generated.d.ts +192 -11
- package/dist/chunk-2NVBZKZI.cjs.map +0 -1
- package/dist/chunk-3RW5EMSB.js.map +0 -1
- package/dist/chunk-3W5RQCCY.cjs.map +0 -1
- package/dist/chunk-4IKJAKCD.cjs.map +0 -1
- package/dist/chunk-4RXG622P.cjs.map +0 -1
- package/dist/chunk-5WXEYDFI.cjs.map +0 -1
- package/dist/chunk-D6EDHNGV.js.map +0 -1
- package/dist/chunk-FVNT7VTO.js.map +0 -1
- package/dist/chunk-HBJPYQRN.cjs.map +0 -1
- package/dist/chunk-HGNRQ3OG.js.map +0 -1
- package/dist/chunk-IHJDOC3A.js.map +0 -1
- package/dist/chunk-IWB65P37.cjs.map +0 -1
- package/dist/chunk-JXESKY4A.js.map +0 -1
- package/dist/chunk-KEURQGCQ.js.map +0 -1
- package/dist/chunk-LRSB62Z6.cjs.map +0 -1
- package/dist/chunk-MDKPL2R2.js.map +0 -1
- package/dist/chunk-O6NA3Z43.cjs.map +0 -1
- package/dist/chunk-RXDJL5QT.js.map +0 -1
- package/dist/chunk-S6OEQHEI.cjs.map +0 -1
- package/dist/chunk-U7VECK2G.js.map +0 -1
- package/dist/chunk-VSM3NLUX.cjs.map +0 -1
- package/dist/chunk-VZC4BWWH.cjs.map +0 -1
- package/dist/chunk-W3DD3XP5.js.map +0 -1
- package/dist/chunk-WTYNK7Q4.js.map +0 -1
- package/dist/chunk-XXBWX7DT.js.map +0 -1
- package/dist/chunk-ZCVTH3CH.cjs.map +0 -1
- package/dist/models-dev-6PRLJKVZ.js +0 -3
- package/dist/models-dev-WHMI5G6Y.cjs +0 -12
- package/dist/netlify-46I3SNNV.cjs +0 -12
- package/dist/netlify-EBQ6YUC6.js +0 -3
- package/dist/provider-registry-HDG6UMUC.js +0 -3
- package/dist/provider-registry-RP2W4B24.cjs +0 -40
- package/dist/registry-generator-JPCV47SC.cjs.map +0 -1
- package/dist/registry-generator-XD4FPZTU.js.map +0 -1
|
@@ -116,6 +116,8 @@
|
|
|
116
116
|
"grok-3-mini-fast-latest",
|
|
117
117
|
"grok-3-mini-latest",
|
|
118
118
|
"grok-4",
|
|
119
|
+
"grok-4-1-fast",
|
|
120
|
+
"grok-4-1-fast-non-reasoning",
|
|
119
121
|
"grok-4-fast",
|
|
120
122
|
"grok-4-fast-non-reasoning",
|
|
121
123
|
"grok-beta",
|
|
@@ -259,7 +261,7 @@
|
|
|
259
261
|
"anthropic/claude-4-sonnet",
|
|
260
262
|
"anthropic/claude-4.5-sonnet",
|
|
261
263
|
"anthropic/claude-haiku-4.5",
|
|
262
|
-
"
|
|
264
|
+
"anthropic/claude-opus-4.5",
|
|
263
265
|
"deepseek/deepseek-r1",
|
|
264
266
|
"deepseek/deepseek-r1-distill-llama-70b",
|
|
265
267
|
"deepseek/deepseek-v3.1-terminus",
|
|
@@ -272,6 +274,7 @@
|
|
|
272
274
|
"google/gemini-2.5-flash-lite-preview-09-2025",
|
|
273
275
|
"google/gemini-2.5-flash-preview-09-2025",
|
|
274
276
|
"google/gemini-2.5-pro",
|
|
277
|
+
"google/gemini-3-pro-preview",
|
|
275
278
|
"meta/llama-3.3-70b",
|
|
276
279
|
"meta/llama-4-maverick",
|
|
277
280
|
"meta/llama-4-scout",
|
|
@@ -636,6 +639,88 @@
|
|
|
636
639
|
"docUrl": "https://docs.baseten.co/development/model-apis/overview",
|
|
637
640
|
"gateway": "models.dev"
|
|
638
641
|
},
|
|
642
|
+
"siliconflow": {
|
|
643
|
+
"url": "https://api.siliconflow.com/v1",
|
|
644
|
+
"apiKeyEnvVar": "SILICONFLOW_API_KEY",
|
|
645
|
+
"apiKeyHeader": "Authorization",
|
|
646
|
+
"name": "SiliconFlow",
|
|
647
|
+
"models": [
|
|
648
|
+
"baidu-ernie-4.5-300b-a47b",
|
|
649
|
+
"bytedance-seed-seed-oss-36b-instruct",
|
|
650
|
+
"deepseek-ai-deepseek-r1",
|
|
651
|
+
"deepseek-ai-deepseek-r1-distill-qwen-14b",
|
|
652
|
+
"deepseek-ai-deepseek-r1-distill-qwen-32b",
|
|
653
|
+
"deepseek-ai-deepseek-r1-distill-qwen-7b",
|
|
654
|
+
"deepseek-ai-deepseek-v3",
|
|
655
|
+
"deepseek-ai-deepseek-v3.1",
|
|
656
|
+
"deepseek-ai-deepseek-v3.1-terminus",
|
|
657
|
+
"deepseek-ai-deepseek-v3.2-exp",
|
|
658
|
+
"deepseek-ai-deepseek-vl2",
|
|
659
|
+
"inclusionai-ling-flash-2.0",
|
|
660
|
+
"inclusionai-ling-mini-2.0",
|
|
661
|
+
"inclusionai-ring-flash-2.0",
|
|
662
|
+
"meta-llama-meta-llama-3.1-8b-instruct",
|
|
663
|
+
"minimaxai-minimax-m1-80k",
|
|
664
|
+
"minimaxai-minimax-m2",
|
|
665
|
+
"moonshotai-kimi-dev-72b",
|
|
666
|
+
"moonshotai-kimi-k2-instruct",
|
|
667
|
+
"moonshotai-kimi-k2-instruct-0905",
|
|
668
|
+
"moonshotai-kimi-k2-thinking",
|
|
669
|
+
"nex-agi-deepseek-v3.1-nex-n1",
|
|
670
|
+
"openai-gpt-oss-120b",
|
|
671
|
+
"openai-gpt-oss-20b",
|
|
672
|
+
"qwen-qwen2.5-14b-instruct",
|
|
673
|
+
"qwen-qwen2.5-32b-instruct",
|
|
674
|
+
"qwen-qwen2.5-72b-instruct",
|
|
675
|
+
"qwen-qwen2.5-72b-instruct-128k",
|
|
676
|
+
"qwen-qwen2.5-7b-instruct",
|
|
677
|
+
"qwen-qwen2.5-coder-32b-instruct",
|
|
678
|
+
"qwen-qwen2.5-vl-32b-instruct",
|
|
679
|
+
"qwen-qwen2.5-vl-72b-instruct",
|
|
680
|
+
"qwen-qwen2.5-vl-7b-instruct",
|
|
681
|
+
"qwen-qwen3-14b",
|
|
682
|
+
"qwen-qwen3-235b-a22b",
|
|
683
|
+
"qwen-qwen3-235b-a22b-instruct-2507",
|
|
684
|
+
"qwen-qwen3-235b-a22b-thinking-2507",
|
|
685
|
+
"qwen-qwen3-30b-a3b",
|
|
686
|
+
"qwen-qwen3-30b-a3b-instruct-2507",
|
|
687
|
+
"qwen-qwen3-30b-a3b-thinking-2507",
|
|
688
|
+
"qwen-qwen3-32b",
|
|
689
|
+
"qwen-qwen3-8b",
|
|
690
|
+
"qwen-qwen3-coder-30b-a3b-instruct",
|
|
691
|
+
"qwen-qwen3-coder-480b-a35b-instruct",
|
|
692
|
+
"qwen-qwen3-next-80b-a3b-instruct",
|
|
693
|
+
"qwen-qwen3-next-80b-a3b-thinking",
|
|
694
|
+
"qwen-qwen3-omni-30b-a3b-captioner",
|
|
695
|
+
"qwen-qwen3-omni-30b-a3b-instruct",
|
|
696
|
+
"qwen-qwen3-omni-30b-a3b-thinking",
|
|
697
|
+
"qwen-qwen3-vl-235b-a22b-instruct",
|
|
698
|
+
"qwen-qwen3-vl-235b-a22b-thinking",
|
|
699
|
+
"qwen-qwen3-vl-30b-a3b-instruct",
|
|
700
|
+
"qwen-qwen3-vl-30b-a3b-thinking",
|
|
701
|
+
"qwen-qwen3-vl-32b-instruct",
|
|
702
|
+
"qwen-qwen3-vl-32b-thinking",
|
|
703
|
+
"qwen-qwen3-vl-8b-instruct",
|
|
704
|
+
"qwen-qwen3-vl-8b-thinking",
|
|
705
|
+
"qwen-qwq-32b",
|
|
706
|
+
"stepfun-ai-step3",
|
|
707
|
+
"tencent-hunyuan-a13b-instruct",
|
|
708
|
+
"tencent-hunyuan-mt-7b",
|
|
709
|
+
"thudm-glm-4-32b-0414",
|
|
710
|
+
"thudm-glm-4-9b-0414",
|
|
711
|
+
"thudm-glm-4.1v-9b-thinking",
|
|
712
|
+
"thudm-glm-z1-32b-0414",
|
|
713
|
+
"thudm-glm-z1-9b-0414",
|
|
714
|
+
"z-ai-glm-4.5",
|
|
715
|
+
"z-ai-glm-4.5-air",
|
|
716
|
+
"zai-org-glm-4.5",
|
|
717
|
+
"zai-org-glm-4.5-air",
|
|
718
|
+
"zai-org-glm-4.5v",
|
|
719
|
+
"zai-org-glm-4.6"
|
|
720
|
+
],
|
|
721
|
+
"docUrl": "https://cloud.siliconflow.com/models",
|
|
722
|
+
"gateway": "models.dev"
|
|
723
|
+
},
|
|
639
724
|
"huggingface": {
|
|
640
725
|
"url": "https://router.huggingface.co/v1",
|
|
641
726
|
"apiKeyEnvVar": "HF_TOKEN",
|
|
@@ -668,14 +753,15 @@
|
|
|
668
753
|
"models": [
|
|
669
754
|
"alpha-doubao-seed-code",
|
|
670
755
|
"alpha-gd4",
|
|
671
|
-
"alpha-kimi-k2-thinking",
|
|
672
756
|
"alpha-minimax-m2",
|
|
673
757
|
"big-pickle",
|
|
674
758
|
"claude-3-5-haiku",
|
|
675
759
|
"claude-haiku-4-5",
|
|
676
760
|
"claude-opus-4-1",
|
|
761
|
+
"claude-opus-4-5",
|
|
677
762
|
"claude-sonnet-4",
|
|
678
763
|
"claude-sonnet-4-5",
|
|
764
|
+
"gemini-3-pro",
|
|
679
765
|
"glm-4.6",
|
|
680
766
|
"gpt-5",
|
|
681
767
|
"gpt-5-codex",
|
|
@@ -684,6 +770,7 @@
|
|
|
684
770
|
"gpt-5.1-codex",
|
|
685
771
|
"grok-code",
|
|
686
772
|
"kimi-k2",
|
|
773
|
+
"kimi-k2-thinking",
|
|
687
774
|
"qwen3-coder"
|
|
688
775
|
],
|
|
689
776
|
"docUrl": "https://opencode.ai/docs/zen",
|
|
@@ -879,6 +966,7 @@
|
|
|
879
966
|
"google/gemini-2.5-pro",
|
|
880
967
|
"google/gemini-2.5-pro-preview-05-06",
|
|
881
968
|
"google/gemini-2.5-pro-preview-06-05",
|
|
969
|
+
"google/gemini-3-pro-preview",
|
|
882
970
|
"google/gemma-2-9b-it:free",
|
|
883
971
|
"google/gemma-3-12b-it",
|
|
884
972
|
"google/gemma-3-27b-it",
|
|
@@ -931,15 +1019,8 @@
|
|
|
931
1019
|
"openai/gpt-oss-120b",
|
|
932
1020
|
"openai/gpt-oss-120b:exacto",
|
|
933
1021
|
"openai/gpt-oss-20b",
|
|
1022
|
+
"openai/gpt-oss-safeguard-20b",
|
|
934
1023
|
"openai/o4-mini",
|
|
935
|
-
"openrouter/cypher-alpha:free",
|
|
936
|
-
"openrouter/horizon-alpha",
|
|
937
|
-
"openrouter/horizon-beta",
|
|
938
|
-
"openrouter/polaris-alpha",
|
|
939
|
-
"openrouter/sherlock-dash-alpha",
|
|
940
|
-
"openrouter/sherlock-think-alpha",
|
|
941
|
-
"openrouter/sonoma-dusk-alpha",
|
|
942
|
-
"openrouter/sonoma-sky-alpha",
|
|
943
1024
|
"qwen/qwen-2.5-coder-32b-instruct",
|
|
944
1025
|
"qwen/qwen2.5-vl-32b-instruct:free",
|
|
945
1026
|
"qwen/qwen2.5-vl-72b-instruct",
|
|
@@ -971,6 +1052,7 @@
|
|
|
971
1052
|
"x-ai/grok-3-mini-beta",
|
|
972
1053
|
"x-ai/grok-4",
|
|
973
1054
|
"x-ai/grok-4-fast",
|
|
1055
|
+
"x-ai/grok-4.1-fast",
|
|
974
1056
|
"x-ai/grok-code-fast-1",
|
|
975
1057
|
"z-ai/glm-4.5",
|
|
976
1058
|
"z-ai/glm-4.5-air",
|
|
@@ -1235,6 +1317,7 @@
|
|
|
1235
1317
|
"claude-opus-4-1",
|
|
1236
1318
|
"claude-opus-4-1-20250805",
|
|
1237
1319
|
"claude-opus-4-20250514",
|
|
1320
|
+
"claude-opus-4-5",
|
|
1238
1321
|
"claude-sonnet-4-0",
|
|
1239
1322
|
"claude-sonnet-4-20250514",
|
|
1240
1323
|
"claude-sonnet-4-5",
|
|
@@ -1257,6 +1340,7 @@
|
|
|
1257
1340
|
"accounts/fireworks/models/gpt-oss-120b",
|
|
1258
1341
|
"accounts/fireworks/models/gpt-oss-20b",
|
|
1259
1342
|
"accounts/fireworks/models/kimi-k2-instruct",
|
|
1343
|
+
"accounts/fireworks/models/kimi-k2-thinking",
|
|
1260
1344
|
"accounts/fireworks/models/minimax-m2",
|
|
1261
1345
|
"accounts/fireworks/models/qwen3-235b-a22b",
|
|
1262
1346
|
"accounts/fireworks/models/qwen3-coder-480b-a35b-instruct"
|
|
@@ -1321,12 +1405,122 @@
|
|
|
1321
1405
|
"docUrl": "https://www.scaleway.com/en/docs/generative-apis/",
|
|
1322
1406
|
"gateway": "models.dev"
|
|
1323
1407
|
},
|
|
1408
|
+
"poe": {
|
|
1409
|
+
"url": "https://api.poe.com/v1",
|
|
1410
|
+
"apiKeyEnvVar": "POE_API_KEY",
|
|
1411
|
+
"apiKeyHeader": "Authorization",
|
|
1412
|
+
"name": "Poe",
|
|
1413
|
+
"models": [
|
|
1414
|
+
"anthropic/claude-haiku-3",
|
|
1415
|
+
"anthropic/claude-haiku-3.5",
|
|
1416
|
+
"anthropic/claude-haiku-3.5-search",
|
|
1417
|
+
"anthropic/claude-haiku-4.5",
|
|
1418
|
+
"anthropic/claude-opus-3",
|
|
1419
|
+
"anthropic/claude-opus-4",
|
|
1420
|
+
"anthropic/claude-opus-4-reasoning",
|
|
1421
|
+
"anthropic/claude-opus-4-search",
|
|
1422
|
+
"anthropic/claude-opus-4.1",
|
|
1423
|
+
"anthropic/claude-sonnet-3.5",
|
|
1424
|
+
"anthropic/claude-sonnet-3.5-june",
|
|
1425
|
+
"anthropic/claude-sonnet-3.7",
|
|
1426
|
+
"anthropic/claude-sonnet-3.7-reasoning",
|
|
1427
|
+
"anthropic/claude-sonnet-3.7-search",
|
|
1428
|
+
"anthropic/claude-sonnet-4",
|
|
1429
|
+
"anthropic/claude-sonnet-4-reasoning",
|
|
1430
|
+
"anthropic/claude-sonnet-4-search",
|
|
1431
|
+
"anthropic/claude-sonnet-4.5",
|
|
1432
|
+
"elevenlabs/elevenlabs-music",
|
|
1433
|
+
"elevenlabs/elevenlabs-v2.5-turbo",
|
|
1434
|
+
"elevenlabs/elevenlabs-v3",
|
|
1435
|
+
"facebook/llama-3.1-405b",
|
|
1436
|
+
"facebook/llama-3.1-70b",
|
|
1437
|
+
"facebook/llama-3.1-8b",
|
|
1438
|
+
"google/gemini-2.0-flash",
|
|
1439
|
+
"google/gemini-2.0-flash-lite",
|
|
1440
|
+
"google/gemini-2.5-flash",
|
|
1441
|
+
"google/gemini-2.5-flash-lite",
|
|
1442
|
+
"google/gemini-2.5-pro",
|
|
1443
|
+
"google/gemini-3.0-pro",
|
|
1444
|
+
"google/imagen-3",
|
|
1445
|
+
"google/imagen-3-fast",
|
|
1446
|
+
"google/imagen-4",
|
|
1447
|
+
"google/imagen-4-fast",
|
|
1448
|
+
"google/imagen-4-ultra",
|
|
1449
|
+
"google/lyria",
|
|
1450
|
+
"google/nano-banana",
|
|
1451
|
+
"google/veo-2",
|
|
1452
|
+
"google/veo-3",
|
|
1453
|
+
"google/veo-3-fast",
|
|
1454
|
+
"google/veo-3.1",
|
|
1455
|
+
"google/veo-3.1-fast",
|
|
1456
|
+
"ideogramai/ideogram",
|
|
1457
|
+
"ideogramai/ideogram-v2",
|
|
1458
|
+
"ideogramai/ideogram-v2a",
|
|
1459
|
+
"ideogramai/ideogram-v2a-turbo",
|
|
1460
|
+
"lumalabs/dream-machine",
|
|
1461
|
+
"lumalabs/ray2",
|
|
1462
|
+
"novita/glm-4.6",
|
|
1463
|
+
"openAi/chatgpt-4o-latest",
|
|
1464
|
+
"openAi/dall-e-3",
|
|
1465
|
+
"openAi/gpt-3.5-turbo",
|
|
1466
|
+
"openAi/gpt-3.5-turbo-instruct",
|
|
1467
|
+
"openAi/gpt-3.5-turbo-raw",
|
|
1468
|
+
"openAi/gpt-4-classic",
|
|
1469
|
+
"openAi/gpt-4-classic-0314",
|
|
1470
|
+
"openAi/gpt-4-turbo",
|
|
1471
|
+
"openAi/gpt-4.1",
|
|
1472
|
+
"openAi/gpt-4.1-mini",
|
|
1473
|
+
"openAi/gpt-4.1-nano",
|
|
1474
|
+
"openAi/gpt-4o",
|
|
1475
|
+
"openAi/gpt-4o-aug",
|
|
1476
|
+
"openAi/gpt-4o-mini",
|
|
1477
|
+
"openAi/gpt-4o-mini-search",
|
|
1478
|
+
"openAi/gpt-4o-search",
|
|
1479
|
+
"openAi/gpt-5",
|
|
1480
|
+
"openAi/gpt-5-chat",
|
|
1481
|
+
"openAi/gpt-5-codex",
|
|
1482
|
+
"openAi/gpt-5-mini",
|
|
1483
|
+
"openAi/gpt-5-nano",
|
|
1484
|
+
"openAi/gpt-5-pro",
|
|
1485
|
+
"openAi/gpt-image-1",
|
|
1486
|
+
"openAi/gpt-image-1-mini",
|
|
1487
|
+
"openAi/o1",
|
|
1488
|
+
"openAi/o1-pro",
|
|
1489
|
+
"openAi/o3",
|
|
1490
|
+
"openAi/o3-deep-research",
|
|
1491
|
+
"openAi/o3-mini",
|
|
1492
|
+
"openAi/o3-mini-high",
|
|
1493
|
+
"openAi/o3-pro",
|
|
1494
|
+
"openAi/o4-mini",
|
|
1495
|
+
"openAi/o4-mini-deep-research",
|
|
1496
|
+
"openAi/sora-2",
|
|
1497
|
+
"openAi/sora-2-pro",
|
|
1498
|
+
"openai/gpt-5.1",
|
|
1499
|
+
"openai/gpt-5.1-codex",
|
|
1500
|
+
"openai/gpt-5.1-codex-mini",
|
|
1501
|
+
"openai/gpt-5.1-instant",
|
|
1502
|
+
"runwayml/runway",
|
|
1503
|
+
"runwayml/runway-gen-4-turbo",
|
|
1504
|
+
"stabilityai/stablediffusionxl",
|
|
1505
|
+
"topazlabs-co/topazlabs",
|
|
1506
|
+
"trytako/tako",
|
|
1507
|
+
"xai/grok-2",
|
|
1508
|
+
"xai/grok-3",
|
|
1509
|
+
"xai/grok-3-mini",
|
|
1510
|
+
"xai/grok-4",
|
|
1511
|
+
"xai/grok-4-fast-non-reasoning",
|
|
1512
|
+
"xai/grok-4-fast-reasoning",
|
|
1513
|
+
"xai/grok-code-fast-1"
|
|
1514
|
+
],
|
|
1515
|
+
"docUrl": "https://creator.poe.com/docs/external-applications/openai-compatible-api",
|
|
1516
|
+
"gateway": "models.dev"
|
|
1517
|
+
},
|
|
1324
1518
|
"cerebras": {
|
|
1325
1519
|
"url": "https://api.cerebras.ai/v1",
|
|
1326
1520
|
"apiKeyEnvVar": "CEREBRAS_API_KEY",
|
|
1327
1521
|
"apiKeyHeader": "Authorization",
|
|
1328
1522
|
"name": "Cerebras",
|
|
1329
|
-
"models": ["gpt-oss-120b", "qwen-3-235b-a22b-instruct-2507", "
|
|
1523
|
+
"models": ["gpt-oss-120b", "qwen-3-235b-a22b-instruct-2507", "zai-glm-4.6"],
|
|
1330
1524
|
"docUrl": "https://inference-docs.cerebras.ai/models/overview",
|
|
1331
1525
|
"gateway": "models.dev"
|
|
1332
1526
|
},
|
|
@@ -1342,6 +1536,7 @@
|
|
|
1342
1536
|
"anthropic/claude-haiku-4-5-20251001",
|
|
1343
1537
|
"anthropic/claude-opus-4-1-20250805",
|
|
1344
1538
|
"anthropic/claude-opus-4-20250514",
|
|
1539
|
+
"anthropic/claude-opus-4-5-20251101",
|
|
1345
1540
|
"anthropic/claude-sonnet-4-20250514",
|
|
1346
1541
|
"anthropic/claude-sonnet-4-5-20250929",
|
|
1347
1542
|
"gemini/gemini-2.0-flash",
|
|
@@ -1353,6 +1548,7 @@
|
|
|
1353
1548
|
"gemini/gemini-2.5-flash-lite-preview-09-2025",
|
|
1354
1549
|
"gemini/gemini-2.5-flash-preview-09-2025",
|
|
1355
1550
|
"gemini/gemini-2.5-pro",
|
|
1551
|
+
"gemini/gemini-3-pro-image-preview",
|
|
1356
1552
|
"gemini/gemini-3-pro-preview",
|
|
1357
1553
|
"gemini/gemini-flash-latest",
|
|
1358
1554
|
"gemini/gemini-flash-lite-latest",
|
|
@@ -1372,6 +1568,7 @@
|
|
|
1372
1568
|
"openai/gpt-5.1",
|
|
1373
1569
|
"openai/gpt-5.1-2025-11-13",
|
|
1374
1570
|
"openai/gpt-5.1-codex",
|
|
1571
|
+
"openai/gpt-5.1-codex-mini",
|
|
1375
1572
|
"openai/o3",
|
|
1376
1573
|
"openai/o3-mini",
|
|
1377
1574
|
"openai/o4-mini"
|
|
@@ -1453,6 +1650,8 @@
|
|
|
1453
1650
|
"grok-3-mini-fast-latest",
|
|
1454
1651
|
"grok-3-mini-latest",
|
|
1455
1652
|
"grok-4",
|
|
1653
|
+
"grok-4-1-fast",
|
|
1654
|
+
"grok-4-1-fast-non-reasoning",
|
|
1456
1655
|
"grok-4-fast",
|
|
1457
1656
|
"grok-4-fast-non-reasoning",
|
|
1458
1657
|
"grok-beta",
|
|
@@ -1549,7 +1748,7 @@
|
|
|
1549
1748
|
"anthropic/claude-4-sonnet",
|
|
1550
1749
|
"anthropic/claude-4.5-sonnet",
|
|
1551
1750
|
"anthropic/claude-haiku-4.5",
|
|
1552
|
-
"
|
|
1751
|
+
"anthropic/claude-opus-4.5",
|
|
1553
1752
|
"deepseek/deepseek-r1",
|
|
1554
1753
|
"deepseek/deepseek-r1-distill-llama-70b",
|
|
1555
1754
|
"deepseek/deepseek-v3.1-terminus",
|
|
@@ -1562,6 +1761,7 @@
|
|
|
1562
1761
|
"google/gemini-2.5-flash-lite-preview-09-2025",
|
|
1563
1762
|
"google/gemini-2.5-flash-preview-09-2025",
|
|
1564
1763
|
"google/gemini-2.5-pro",
|
|
1764
|
+
"google/gemini-3-pro-preview",
|
|
1565
1765
|
"meta/llama-3.3-70b",
|
|
1566
1766
|
"meta/llama-4-maverick",
|
|
1567
1767
|
"meta/llama-4-scout",
|
|
@@ -1851,6 +2051,80 @@
|
|
|
1851
2051
|
"moonshotai/Kimi-K2-Thinking",
|
|
1852
2052
|
"zai-org/GLM-4.6"
|
|
1853
2053
|
],
|
|
2054
|
+
"siliconflow": [
|
|
2055
|
+
"baidu-ernie-4.5-300b-a47b",
|
|
2056
|
+
"bytedance-seed-seed-oss-36b-instruct",
|
|
2057
|
+
"deepseek-ai-deepseek-r1",
|
|
2058
|
+
"deepseek-ai-deepseek-r1-distill-qwen-14b",
|
|
2059
|
+
"deepseek-ai-deepseek-r1-distill-qwen-32b",
|
|
2060
|
+
"deepseek-ai-deepseek-r1-distill-qwen-7b",
|
|
2061
|
+
"deepseek-ai-deepseek-v3",
|
|
2062
|
+
"deepseek-ai-deepseek-v3.1",
|
|
2063
|
+
"deepseek-ai-deepseek-v3.1-terminus",
|
|
2064
|
+
"deepseek-ai-deepseek-v3.2-exp",
|
|
2065
|
+
"deepseek-ai-deepseek-vl2",
|
|
2066
|
+
"inclusionai-ling-flash-2.0",
|
|
2067
|
+
"inclusionai-ling-mini-2.0",
|
|
2068
|
+
"inclusionai-ring-flash-2.0",
|
|
2069
|
+
"meta-llama-meta-llama-3.1-8b-instruct",
|
|
2070
|
+
"minimaxai-minimax-m1-80k",
|
|
2071
|
+
"minimaxai-minimax-m2",
|
|
2072
|
+
"moonshotai-kimi-dev-72b",
|
|
2073
|
+
"moonshotai-kimi-k2-instruct",
|
|
2074
|
+
"moonshotai-kimi-k2-instruct-0905",
|
|
2075
|
+
"moonshotai-kimi-k2-thinking",
|
|
2076
|
+
"nex-agi-deepseek-v3.1-nex-n1",
|
|
2077
|
+
"openai-gpt-oss-120b",
|
|
2078
|
+
"openai-gpt-oss-20b",
|
|
2079
|
+
"qwen-qwen2.5-14b-instruct",
|
|
2080
|
+
"qwen-qwen2.5-32b-instruct",
|
|
2081
|
+
"qwen-qwen2.5-72b-instruct",
|
|
2082
|
+
"qwen-qwen2.5-72b-instruct-128k",
|
|
2083
|
+
"qwen-qwen2.5-7b-instruct",
|
|
2084
|
+
"qwen-qwen2.5-coder-32b-instruct",
|
|
2085
|
+
"qwen-qwen2.5-vl-32b-instruct",
|
|
2086
|
+
"qwen-qwen2.5-vl-72b-instruct",
|
|
2087
|
+
"qwen-qwen2.5-vl-7b-instruct",
|
|
2088
|
+
"qwen-qwen3-14b",
|
|
2089
|
+
"qwen-qwen3-235b-a22b",
|
|
2090
|
+
"qwen-qwen3-235b-a22b-instruct-2507",
|
|
2091
|
+
"qwen-qwen3-235b-a22b-thinking-2507",
|
|
2092
|
+
"qwen-qwen3-30b-a3b",
|
|
2093
|
+
"qwen-qwen3-30b-a3b-instruct-2507",
|
|
2094
|
+
"qwen-qwen3-30b-a3b-thinking-2507",
|
|
2095
|
+
"qwen-qwen3-32b",
|
|
2096
|
+
"qwen-qwen3-8b",
|
|
2097
|
+
"qwen-qwen3-coder-30b-a3b-instruct",
|
|
2098
|
+
"qwen-qwen3-coder-480b-a35b-instruct",
|
|
2099
|
+
"qwen-qwen3-next-80b-a3b-instruct",
|
|
2100
|
+
"qwen-qwen3-next-80b-a3b-thinking",
|
|
2101
|
+
"qwen-qwen3-omni-30b-a3b-captioner",
|
|
2102
|
+
"qwen-qwen3-omni-30b-a3b-instruct",
|
|
2103
|
+
"qwen-qwen3-omni-30b-a3b-thinking",
|
|
2104
|
+
"qwen-qwen3-vl-235b-a22b-instruct",
|
|
2105
|
+
"qwen-qwen3-vl-235b-a22b-thinking",
|
|
2106
|
+
"qwen-qwen3-vl-30b-a3b-instruct",
|
|
2107
|
+
"qwen-qwen3-vl-30b-a3b-thinking",
|
|
2108
|
+
"qwen-qwen3-vl-32b-instruct",
|
|
2109
|
+
"qwen-qwen3-vl-32b-thinking",
|
|
2110
|
+
"qwen-qwen3-vl-8b-instruct",
|
|
2111
|
+
"qwen-qwen3-vl-8b-thinking",
|
|
2112
|
+
"qwen-qwq-32b",
|
|
2113
|
+
"stepfun-ai-step3",
|
|
2114
|
+
"tencent-hunyuan-a13b-instruct",
|
|
2115
|
+
"tencent-hunyuan-mt-7b",
|
|
2116
|
+
"thudm-glm-4-32b-0414",
|
|
2117
|
+
"thudm-glm-4-9b-0414",
|
|
2118
|
+
"thudm-glm-4.1v-9b-thinking",
|
|
2119
|
+
"thudm-glm-z1-32b-0414",
|
|
2120
|
+
"thudm-glm-z1-9b-0414",
|
|
2121
|
+
"z-ai-glm-4.5",
|
|
2122
|
+
"z-ai-glm-4.5-air",
|
|
2123
|
+
"zai-org-glm-4.5",
|
|
2124
|
+
"zai-org-glm-4.5-air",
|
|
2125
|
+
"zai-org-glm-4.5v",
|
|
2126
|
+
"zai-org-glm-4.6"
|
|
2127
|
+
],
|
|
1854
2128
|
"huggingface": [
|
|
1855
2129
|
"MiniMaxAI/MiniMax-M2",
|
|
1856
2130
|
"Qwen/Qwen3-235B-A22B-Thinking-2507",
|
|
@@ -1870,14 +2144,15 @@
|
|
|
1870
2144
|
"opencode": [
|
|
1871
2145
|
"alpha-doubao-seed-code",
|
|
1872
2146
|
"alpha-gd4",
|
|
1873
|
-
"alpha-kimi-k2-thinking",
|
|
1874
2147
|
"alpha-minimax-m2",
|
|
1875
2148
|
"big-pickle",
|
|
1876
2149
|
"claude-3-5-haiku",
|
|
1877
2150
|
"claude-haiku-4-5",
|
|
1878
2151
|
"claude-opus-4-1",
|
|
2152
|
+
"claude-opus-4-5",
|
|
1879
2153
|
"claude-sonnet-4",
|
|
1880
2154
|
"claude-sonnet-4-5",
|
|
2155
|
+
"gemini-3-pro",
|
|
1881
2156
|
"glm-4.6",
|
|
1882
2157
|
"gpt-5",
|
|
1883
2158
|
"gpt-5-codex",
|
|
@@ -1886,6 +2161,7 @@
|
|
|
1886
2161
|
"gpt-5.1-codex",
|
|
1887
2162
|
"grok-code",
|
|
1888
2163
|
"kimi-k2",
|
|
2164
|
+
"kimi-k2-thinking",
|
|
1889
2165
|
"qwen3-coder"
|
|
1890
2166
|
],
|
|
1891
2167
|
"fastrouter": [
|
|
@@ -2014,6 +2290,7 @@
|
|
|
2014
2290
|
"google/gemini-2.5-pro",
|
|
2015
2291
|
"google/gemini-2.5-pro-preview-05-06",
|
|
2016
2292
|
"google/gemini-2.5-pro-preview-06-05",
|
|
2293
|
+
"google/gemini-3-pro-preview",
|
|
2017
2294
|
"google/gemma-2-9b-it:free",
|
|
2018
2295
|
"google/gemma-3-12b-it",
|
|
2019
2296
|
"google/gemma-3-27b-it",
|
|
@@ -2066,15 +2343,8 @@
|
|
|
2066
2343
|
"openai/gpt-oss-120b",
|
|
2067
2344
|
"openai/gpt-oss-120b:exacto",
|
|
2068
2345
|
"openai/gpt-oss-20b",
|
|
2346
|
+
"openai/gpt-oss-safeguard-20b",
|
|
2069
2347
|
"openai/o4-mini",
|
|
2070
|
-
"openrouter/cypher-alpha:free",
|
|
2071
|
-
"openrouter/horizon-alpha",
|
|
2072
|
-
"openrouter/horizon-beta",
|
|
2073
|
-
"openrouter/polaris-alpha",
|
|
2074
|
-
"openrouter/sherlock-dash-alpha",
|
|
2075
|
-
"openrouter/sherlock-think-alpha",
|
|
2076
|
-
"openrouter/sonoma-dusk-alpha",
|
|
2077
|
-
"openrouter/sonoma-sky-alpha",
|
|
2078
2348
|
"qwen/qwen-2.5-coder-32b-instruct",
|
|
2079
2349
|
"qwen/qwen2.5-vl-32b-instruct:free",
|
|
2080
2350
|
"qwen/qwen2.5-vl-72b-instruct",
|
|
@@ -2106,6 +2376,7 @@
|
|
|
2106
2376
|
"x-ai/grok-3-mini-beta",
|
|
2107
2377
|
"x-ai/grok-4",
|
|
2108
2378
|
"x-ai/grok-4-fast",
|
|
2379
|
+
"x-ai/grok-4.1-fast",
|
|
2109
2380
|
"x-ai/grok-code-fast-1",
|
|
2110
2381
|
"z-ai/glm-4.5",
|
|
2111
2382
|
"z-ai/glm-4.5-air",
|
|
@@ -2268,6 +2539,7 @@
|
|
|
2268
2539
|
"claude-opus-4-1",
|
|
2269
2540
|
"claude-opus-4-1-20250805",
|
|
2270
2541
|
"claude-opus-4-20250514",
|
|
2542
|
+
"claude-opus-4-5",
|
|
2271
2543
|
"claude-sonnet-4-0",
|
|
2272
2544
|
"claude-sonnet-4-20250514",
|
|
2273
2545
|
"claude-sonnet-4-5",
|
|
@@ -2282,6 +2554,7 @@
|
|
|
2282
2554
|
"accounts/fireworks/models/gpt-oss-120b",
|
|
2283
2555
|
"accounts/fireworks/models/gpt-oss-20b",
|
|
2284
2556
|
"accounts/fireworks/models/kimi-k2-instruct",
|
|
2557
|
+
"accounts/fireworks/models/kimi-k2-thinking",
|
|
2285
2558
|
"accounts/fireworks/models/minimax-m2",
|
|
2286
2559
|
"accounts/fireworks/models/qwen3-235b-a22b",
|
|
2287
2560
|
"accounts/fireworks/models/qwen3-coder-480b-a35b-instruct"
|
|
@@ -2319,7 +2592,109 @@
|
|
|
2319
2592
|
"voxtral-small-24b-2507",
|
|
2320
2593
|
"whisper-large-v3"
|
|
2321
2594
|
],
|
|
2322
|
-
"
|
|
2595
|
+
"poe": [
|
|
2596
|
+
"anthropic/claude-haiku-3",
|
|
2597
|
+
"anthropic/claude-haiku-3.5",
|
|
2598
|
+
"anthropic/claude-haiku-3.5-search",
|
|
2599
|
+
"anthropic/claude-haiku-4.5",
|
|
2600
|
+
"anthropic/claude-opus-3",
|
|
2601
|
+
"anthropic/claude-opus-4",
|
|
2602
|
+
"anthropic/claude-opus-4-reasoning",
|
|
2603
|
+
"anthropic/claude-opus-4-search",
|
|
2604
|
+
"anthropic/claude-opus-4.1",
|
|
2605
|
+
"anthropic/claude-sonnet-3.5",
|
|
2606
|
+
"anthropic/claude-sonnet-3.5-june",
|
|
2607
|
+
"anthropic/claude-sonnet-3.7",
|
|
2608
|
+
"anthropic/claude-sonnet-3.7-reasoning",
|
|
2609
|
+
"anthropic/claude-sonnet-3.7-search",
|
|
2610
|
+
"anthropic/claude-sonnet-4",
|
|
2611
|
+
"anthropic/claude-sonnet-4-reasoning",
|
|
2612
|
+
"anthropic/claude-sonnet-4-search",
|
|
2613
|
+
"anthropic/claude-sonnet-4.5",
|
|
2614
|
+
"elevenlabs/elevenlabs-music",
|
|
2615
|
+
"elevenlabs/elevenlabs-v2.5-turbo",
|
|
2616
|
+
"elevenlabs/elevenlabs-v3",
|
|
2617
|
+
"facebook/llama-3.1-405b",
|
|
2618
|
+
"facebook/llama-3.1-70b",
|
|
2619
|
+
"facebook/llama-3.1-8b",
|
|
2620
|
+
"google/gemini-2.0-flash",
|
|
2621
|
+
"google/gemini-2.0-flash-lite",
|
|
2622
|
+
"google/gemini-2.5-flash",
|
|
2623
|
+
"google/gemini-2.5-flash-lite",
|
|
2624
|
+
"google/gemini-2.5-pro",
|
|
2625
|
+
"google/gemini-3.0-pro",
|
|
2626
|
+
"google/imagen-3",
|
|
2627
|
+
"google/imagen-3-fast",
|
|
2628
|
+
"google/imagen-4",
|
|
2629
|
+
"google/imagen-4-fast",
|
|
2630
|
+
"google/imagen-4-ultra",
|
|
2631
|
+
"google/lyria",
|
|
2632
|
+
"google/nano-banana",
|
|
2633
|
+
"google/veo-2",
|
|
2634
|
+
"google/veo-3",
|
|
2635
|
+
"google/veo-3-fast",
|
|
2636
|
+
"google/veo-3.1",
|
|
2637
|
+
"google/veo-3.1-fast",
|
|
2638
|
+
"ideogramai/ideogram",
|
|
2639
|
+
"ideogramai/ideogram-v2",
|
|
2640
|
+
"ideogramai/ideogram-v2a",
|
|
2641
|
+
"ideogramai/ideogram-v2a-turbo",
|
|
2642
|
+
"lumalabs/dream-machine",
|
|
2643
|
+
"lumalabs/ray2",
|
|
2644
|
+
"novita/glm-4.6",
|
|
2645
|
+
"openAi/chatgpt-4o-latest",
|
|
2646
|
+
"openAi/dall-e-3",
|
|
2647
|
+
"openAi/gpt-3.5-turbo",
|
|
2648
|
+
"openAi/gpt-3.5-turbo-instruct",
|
|
2649
|
+
"openAi/gpt-3.5-turbo-raw",
|
|
2650
|
+
"openAi/gpt-4-classic",
|
|
2651
|
+
"openAi/gpt-4-classic-0314",
|
|
2652
|
+
"openAi/gpt-4-turbo",
|
|
2653
|
+
"openAi/gpt-4.1",
|
|
2654
|
+
"openAi/gpt-4.1-mini",
|
|
2655
|
+
"openAi/gpt-4.1-nano",
|
|
2656
|
+
"openAi/gpt-4o",
|
|
2657
|
+
"openAi/gpt-4o-aug",
|
|
2658
|
+
"openAi/gpt-4o-mini",
|
|
2659
|
+
"openAi/gpt-4o-mini-search",
|
|
2660
|
+
"openAi/gpt-4o-search",
|
|
2661
|
+
"openAi/gpt-5",
|
|
2662
|
+
"openAi/gpt-5-chat",
|
|
2663
|
+
"openAi/gpt-5-codex",
|
|
2664
|
+
"openAi/gpt-5-mini",
|
|
2665
|
+
"openAi/gpt-5-nano",
|
|
2666
|
+
"openAi/gpt-5-pro",
|
|
2667
|
+
"openAi/gpt-image-1",
|
|
2668
|
+
"openAi/gpt-image-1-mini",
|
|
2669
|
+
"openAi/o1",
|
|
2670
|
+
"openAi/o1-pro",
|
|
2671
|
+
"openAi/o3",
|
|
2672
|
+
"openAi/o3-deep-research",
|
|
2673
|
+
"openAi/o3-mini",
|
|
2674
|
+
"openAi/o3-mini-high",
|
|
2675
|
+
"openAi/o3-pro",
|
|
2676
|
+
"openAi/o4-mini",
|
|
2677
|
+
"openAi/o4-mini-deep-research",
|
|
2678
|
+
"openAi/sora-2",
|
|
2679
|
+
"openAi/sora-2-pro",
|
|
2680
|
+
"openai/gpt-5.1",
|
|
2681
|
+
"openai/gpt-5.1-codex",
|
|
2682
|
+
"openai/gpt-5.1-codex-mini",
|
|
2683
|
+
"openai/gpt-5.1-instant",
|
|
2684
|
+
"runwayml/runway",
|
|
2685
|
+
"runwayml/runway-gen-4-turbo",
|
|
2686
|
+
"stabilityai/stablediffusionxl",
|
|
2687
|
+
"topazlabs-co/topazlabs",
|
|
2688
|
+
"trytako/tako",
|
|
2689
|
+
"xai/grok-2",
|
|
2690
|
+
"xai/grok-3",
|
|
2691
|
+
"xai/grok-3-mini",
|
|
2692
|
+
"xai/grok-4",
|
|
2693
|
+
"xai/grok-4-fast-non-reasoning",
|
|
2694
|
+
"xai/grok-4-fast-reasoning",
|
|
2695
|
+
"xai/grok-code-fast-1"
|
|
2696
|
+
],
|
|
2697
|
+
"cerebras": ["gpt-oss-120b", "qwen-3-235b-a22b-instruct-2507", "zai-glm-4.6"],
|
|
2323
2698
|
"netlify": [
|
|
2324
2699
|
"anthropic/claude-3-5-haiku-20241022",
|
|
2325
2700
|
"anthropic/claude-3-7-sonnet-20250219",
|
|
@@ -2327,6 +2702,7 @@
|
|
|
2327
2702
|
"anthropic/claude-haiku-4-5-20251001",
|
|
2328
2703
|
"anthropic/claude-opus-4-1-20250805",
|
|
2329
2704
|
"anthropic/claude-opus-4-20250514",
|
|
2705
|
+
"anthropic/claude-opus-4-5-20251101",
|
|
2330
2706
|
"anthropic/claude-sonnet-4-20250514",
|
|
2331
2707
|
"anthropic/claude-sonnet-4-5-20250929",
|
|
2332
2708
|
"gemini/gemini-2.0-flash",
|
|
@@ -2338,6 +2714,7 @@
|
|
|
2338
2714
|
"gemini/gemini-2.5-flash-lite-preview-09-2025",
|
|
2339
2715
|
"gemini/gemini-2.5-flash-preview-09-2025",
|
|
2340
2716
|
"gemini/gemini-2.5-pro",
|
|
2717
|
+
"gemini/gemini-3-pro-image-preview",
|
|
2341
2718
|
"gemini/gemini-3-pro-preview",
|
|
2342
2719
|
"gemini/gemini-flash-latest",
|
|
2343
2720
|
"gemini/gemini-flash-lite-latest",
|
|
@@ -2357,6 +2734,7 @@
|
|
|
2357
2734
|
"openai/gpt-5.1",
|
|
2358
2735
|
"openai/gpt-5.1-2025-11-13",
|
|
2359
2736
|
"openai/gpt-5.1-codex",
|
|
2737
|
+
"openai/gpt-5.1-codex-mini",
|
|
2360
2738
|
"openai/o3",
|
|
2361
2739
|
"openai/o3-mini",
|
|
2362
2740
|
"openai/o4-mini"
|