@anolilab/ai-model-registry 1.4.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/LICENSE.md +8 -13
- package/MIGRATION.md +474 -0
- package/README.md +94 -49
- package/dist/index.d.ts +16 -16
- package/dist/index.js +1 -3
- package/dist/packem_chunks/alibaba.js +1 -0
- package/dist/packem_chunks/amazon-bedrock.js +1 -0
- package/dist/packem_chunks/anthropic.js +1 -0
- package/dist/packem_chunks/api.js +75 -0
- package/dist/packem_chunks/azure-open-ai.js +1 -0
- package/dist/packem_chunks/cerebras.js +1 -0
- package/dist/packem_chunks/chutes.js +1 -0
- package/dist/packem_chunks/cloudflare.js +3 -0
- package/dist/packem_chunks/deep-infra.js +1 -0
- package/dist/packem_chunks/deep-seek.js +1 -0
- package/dist/packem_chunks/fireworks-ai.js +1 -0
- package/dist/packem_chunks/git-hub-copilot.js +1 -0
- package/dist/packem_chunks/git-hub-models.js +1 -0
- package/dist/packem_chunks/google-partner.js +1 -0
- package/dist/packem_chunks/google-vertex.js +1 -0
- package/dist/packem_chunks/google.js +1 -0
- package/dist/packem_chunks/groq.js +1 -0
- package/dist/packem_chunks/hugging-face.js +1 -0
- package/dist/packem_chunks/inception.js +1 -0
- package/dist/packem_chunks/inference.js +1 -0
- package/dist/packem_chunks/meta.js +1 -0
- package/dist/packem_chunks/mistral.js +1 -0
- package/dist/packem_chunks/model-scope.js +1 -0
- package/dist/packem_chunks/morph.js +1 -0
- package/dist/packem_chunks/open-ai.js +1 -0
- package/dist/packem_chunks/open-router.js +1 -0
- package/dist/packem_chunks/providers.js +1 -0
- package/dist/packem_chunks/requesty.js +73 -0
- package/dist/packem_chunks/together-ai.js +1 -0
- package/dist/packem_chunks/upstage.js +1 -0
- package/dist/packem_chunks/v0.js +1 -0
- package/dist/packem_chunks/venice.js +1 -0
- package/dist/packem_chunks/vercel.js +1 -0
- package/dist/packem_chunks/weights-_-biases.js +1 -0
- package/dist/packem_chunks/xai.js +1 -0
- package/dist/schema.d.ts +1 -1
- package/dist/schema.js +1 -1
- package/dist/types/alibaba.d.ts +6 -0
- package/dist/types/alibaba.js +0 -0
- package/dist/types/amazon-bedrock.d.ts +6 -0
- package/dist/types/amazon-bedrock.js +0 -0
- package/dist/types/anthropic.d.ts +6 -0
- package/dist/types/anthropic.js +0 -0
- package/dist/types/azure-open-ai.d.ts +6 -0
- package/dist/types/azure-open-ai.js +0 -0
- package/dist/types/cerebras.d.ts +6 -0
- package/dist/types/cerebras.js +0 -0
- package/dist/types/chutes.d.ts +6 -0
- package/dist/types/chutes.js +0 -0
- package/dist/types/cloudflare.d.ts +6 -0
- package/dist/types/cloudflare.js +0 -0
- package/dist/types/deep-infra.d.ts +6 -0
- package/dist/types/deep-infra.js +0 -0
- package/dist/types/deep-seek.d.ts +6 -0
- package/dist/types/deep-seek.js +0 -0
- package/dist/types/fireworks-ai.d.ts +6 -0
- package/dist/types/fireworks-ai.js +0 -0
- package/dist/types/git-hub-copilot.d.ts +6 -0
- package/dist/types/git-hub-copilot.js +0 -0
- package/dist/types/git-hub-models.d.ts +6 -0
- package/dist/types/git-hub-models.js +0 -0
- package/dist/types/google-partner.d.ts +6 -0
- package/dist/types/google-partner.js +0 -0
- package/dist/types/google-vertex.d.ts +6 -0
- package/dist/types/google-vertex.js +0 -0
- package/dist/types/google.d.ts +6 -0
- package/dist/types/google.js +0 -0
- package/dist/types/groq.d.ts +6 -0
- package/dist/types/groq.js +0 -0
- package/dist/types/hugging-face.d.ts +6 -0
- package/dist/types/hugging-face.js +0 -0
- package/dist/types/inception.d.ts +6 -0
- package/dist/types/inception.js +0 -0
- package/dist/types/inference.d.ts +6 -0
- package/dist/types/inference.js +0 -0
- package/dist/types/meta.d.ts +6 -0
- package/dist/types/meta.js +0 -0
- package/dist/types/mistral.d.ts +6 -0
- package/dist/types/mistral.js +0 -0
- package/dist/types/model-scope.d.ts +6 -0
- package/dist/types/model-scope.js +0 -0
- package/dist/types/morph.d.ts +6 -0
- package/dist/types/morph.js +0 -0
- package/dist/types/open-ai.d.ts +6 -0
- package/dist/types/open-ai.js +0 -0
- package/dist/types/open-router.d.ts +6 -0
- package/dist/types/open-router.js +0 -0
- package/dist/types/providers.d.ts +11 -0
- package/dist/types/providers.js +1 -0
- package/dist/types/requesty.d.ts +6 -0
- package/dist/types/requesty.js +0 -0
- package/dist/types/together-ai.d.ts +6 -0
- package/dist/types/together-ai.js +0 -0
- package/dist/types/upstage.d.ts +6 -0
- package/dist/types/upstage.js +0 -0
- package/dist/types/v0.d.ts +6 -0
- package/dist/types/v0.js +0 -0
- package/dist/types/venice.d.ts +6 -0
- package/dist/types/venice.js +0 -0
- package/dist/types/vercel.d.ts +6 -0
- package/dist/types/vercel.js +0 -0
- package/dist/types/weights-_-biases.d.ts +6 -0
- package/dist/types/weights-_-biases.js +0 -0
- package/dist/types/xai.d.ts +6 -0
- package/dist/types/xai.js +0 -0
- package/package.json +6 -1
- package/public/alibaba.json +326 -0
- package/public/amazon-bedrock.json +2141 -0
- package/public/anthropic.json +396 -0
- package/public/api.json +13504 -3
- package/public/azure-open-ai.json +332 -0
- package/public/cerebras.json +288 -0
- package/public/chutes.json +3220 -0
- package/public/cloudflare.json +3094 -0
- package/public/deep-infra.json +956 -0
- package/public/deep-seek.json +46 -0
- package/public/fireworks-ai.json +14486 -0
- package/public/git-hub-copilot.json +676 -0
- package/public/git-hub-models.json +256 -0
- package/public/google-partner.json +536 -0
- package/public/google-vertex.json +1376 -0
- package/public/google.json +536 -0
- package/public/groq.json +882 -0
- package/public/hugging-face.json +1096 -0
- package/public/inception.json +81 -0
- package/public/inference.json +291 -0
- package/public/meta.json +151 -0
- package/public/mistral.json +2181 -0
- package/public/model-scope.json +37839 -0
- package/public/morph.json +46 -0
- package/public/open-ai.json +606 -0
- package/public/open-router.json +15341 -0
- package/public/providers.json +43 -0
- package/public/requesty.json +13757 -0
- package/public/together-ai.json +641 -0
- package/public/upstage.json +606 -0
- package/public/v0.json +431 -0
- package/public/venice.json +501 -0
- package/public/vercel.json +4071 -0
- package/public/weights-&-biases.json +551 -0
- package/public/xai.json +256 -0
package/dist/index.js
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
|
-
var n=Object.defineProperty;var r=(e,t)=>n(e,"name",{value:t,configurable:!0});import{getIcon as h,hasProviderIcon as I,iconSymbols as k,isBase64Icon as x,isSvgIcon as E,providerIconMap as D,spriteSheet as C}from"./icons-sprite.js";import{ModelSchema as _}from"./schema.js";var o=[{attachment:!1,cost:{input:75e-5,inputCacheHit:null,output:99e-5},extendedThinking:!0,id:"deepseek-r-1",knowledge:null,lastUpdated:null,limit:{context:163840,output:163840},modalities:{input:["text"],output:["text"]},name:"deepseek-r1",openWeights:!1,provider:"Alibaba",providerDoc:"https://help.aliyun.com/zh/model-studio/deepseek-api",providerEnv:["ALIBABA_API_KEY"],providerId:"alibaba",providerModelsDevId:"alibaba",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!1,toolCall:!0,vision:!1,icon:"alibaba"},{attachment:!1,cost:{input:4e-4,inputCacheHit:null,output:.00175},extendedThinking:!0,id:"deepseek-r-1-0528",knowledge:null,lastUpdated:null,limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"deepseek-r1-0528",openWeights:!1,provider:"Alibaba",providerDoc:"https://help.aliyun.com/zh/model-studio/deepseek-api",providerEnv:["ALIBABA_API_KEY"],providerId:"alibaba",providerModelsDevId:"alibaba",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-05-28",streamingSupported:!0,temperature:!1,toolCall:!0,vision:!1,icon:"alibaba"},{attachment:!1,cost:{input:.004,inputCacheHit:null,output:.016},extendedThinking:!0,id:"deepseek-r-1-685b",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"deepseek-r1 685B",openWeights:!1,provider:"Alibaba",providerDoc:"https://help.aliyun.com/zh/model-studio/deepseek-api",providerEnv:["ALIBABA_API_KEY"],providerId:"alibaba",providerModelsDevId:"alibaba",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!1,toolCall:!0,vision:!1,icon:"alibaba"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"deepseek-r-1-distill-qwen-1-5-b",knowledge:null,lastUpdated:null,limit:{context:32768,output:16384},modalities:{input:["text"],output:["text"]},name:"deepseek-r1-distill-qwen-1.5b",openWeights:!1,provider:"Alibaba",providerDoc:"https://help.aliyun.com/zh/model-studio/deepseek-api",providerEnv:["ALIBABA_API_KEY"],providerId:"alibaba",providerModelsDevId:"alibaba",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-01-31",streamingSupported:!0,temperature:!1,toolCall:!0,vision:!1,icon:"alibaba"},{attachment:!1,cost:{input:9e-4,inputCacheHit:null,output:9e-4},extendedThinking:!1,id:"deepseek-v-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-v3",openWeights:!1,provider:"Alibaba",providerDoc:"https://help.aliyun.com/zh/model-studio/deepseek-api",providerEnv:["ALIBABA_API_KEY"],providerId:"alibaba",providerModelsDevId:"alibaba",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"alibaba"},{attachment:!1,cost:{input:23e-5,inputCacheHit:null,output:9e-4},extendedThinking:!1,id:"deepseek-v-3-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-v3.1",openWeights:!1,provider:"Alibaba",providerDoc:"https://help.aliyun.com/zh/model-studio/deepseek-api",providerEnv:["ALIBABA_API_KEY"],providerId:"alibaba",providerModelsDevId:"alibaba",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"alibaba"},{attachment:!1,cost:{input:27e-5,inputCacheHit:null,output:4e-4},extendedThinking:!1,id:"deepseek-v-3-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-v3.2",openWeights:!1,provider:"Alibaba",providerDoc:"https://help.aliyun.com/zh/model-studio/deepseek-api",providerEnv:["ALIBABA_API_KEY"],providerId:"alibaba",providerModelsDevId:"alibaba",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"alibaba"},{attachment:!1,cost:{input:27e-5,inputCacheHit:null,output:4e-4},extendedThinking:!1,id:"deepseek-v-3-2-exp",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-v3.2-exp",openWeights:!1,provider:"Alibaba",providerDoc:"https://help.aliyun.com/zh/model-studio/deepseek-api",providerEnv:["ALIBABA_API_KEY"],providerId:"alibaba",providerModelsDevId:"alibaba",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"alibaba"},{attachment:!1,cost:{input:1,inputCacheHit:null,output:0},extendedThinking:!1,id:"moonshot-kimi-k2-instruct",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Moonshot-Kimi-K2-Instruct",openWeights:!1,provider:"Alibaba",providerDoc:"https://help.aliyun.com/zh/model-studio/kimi-api",providerEnv:["ALIBABA_API_KEY"],providerId:"alibaba",providerModelsDevId:"alibaba",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"alibaba"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"ai21.jamba-1-5-large-v1:0",knowledge:null,lastUpdated:"2024-09-23",launchDate:"9/23/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Jamba 1.5 Large",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/ai21-labs",reasoning:!1,regions:["us-east-1"],releaseDate:"2024-09-23",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"ai21.jamba-1-5-mini-v1:0",knowledge:null,lastUpdated:"2024-09-23",launchDate:"9/23/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Jamba 1.5 Mini",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/ai21-labs",reasoning:!1,regions:["us-east-1"],releaseDate:"2024-09-23",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"ai21.jamba-instruct-v1:0",knowledge:null,lastUpdated:"2024-06-25",launchDate:"6/25/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Jamba-Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/ai21-labs",reasoning:!1,regions:["us-east-1"],releaseDate:"2024-06-25",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.nova-canvas-v1:0",knowledge:null,lastUpdated:"2024-12-04",launchDate:"12/4/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Nova Canvas",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1"],releaseDate:"2024-12-04",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.nova-lite-v1:0",knowledge:null,lastUpdated:"2024-12-04",launchDate:"12/4/202412/4/202412/4/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image","video"]},name:"Nova Lite",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1","us-east-2*","us-west-2*"],releaseDate:"2024-12-04",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.nova-micro-v1:0",knowledge:null,lastUpdated:"2024-12-04",launchDate:"12/4/202412/4/202412/4/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Nova Micro",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1","us-east-2*","us-west-2*"],releaseDate:"2024-12-04",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.nova-pro-v1:0",knowledge:null,lastUpdated:"2024-12-04",launchDate:"12/4/202412/4/202412/4/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image","video"]},name:"Nova Pro",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1","us-east-2*","us-west-2*"],releaseDate:"2024-12-04",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.nova-reel-v1:0",knowledge:null,lastUpdated:"2024-12-04",launchDate:"12/4/202412/4/202412/4/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Nova Reel",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1"],releaseDate:"2024-12-04",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.rerank-v1:0",knowledge:null,lastUpdated:null,launchDate:"",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Rerank 1.0",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-west-2","ap-northeast-1","ca-central-1","eu-central-1"],releaseDate:null,streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.titan-embed-image-v1",knowledge:null,lastUpdated:"2023-11-29",launchDate:"11/29/202311/29/20234/30/20243/27/20246/13/20246/27/20244/30/20246/13/20243/27/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Titan Multimodal Embeddings G1",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1","us-west-2","ap-south-1","ap-southeast-2","ca-central-1","eu-central-1","eu-west-1 (Gated)","eu-west-2","eu-west-3","sa-east-1"],releaseDate:"2023-11-29",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.titan-embed-text-v1",knowledge:null,lastUpdated:"2023-11-29",launchDate:"11/29/202311/29/202311/29/202311/29/2023",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Titan Embeddings G1 - Text",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1","us-west-2","ap-northeast-1","eu-central-1"],releaseDate:"2023-11-29",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.titan-embed-text-v2:0",knowledge:null,lastUpdated:"2024-04-30",launchDate:"4/30/20244/30/202411/8/20248/13/202412/13/20249/30/202412/13/202410/10/20246/13/20246/27/202410/31/20246/13/202412/13/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Titan Text Embeddings V2",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1","us-east-2","us-west-2","us-gov-east-1","us-gov-west-1","ap-northeast-1","ap-northeast-2","ap-south-1","ap-southeast-1","ap-southeast-2","ca-central-1","eu-central-1","eu-central-2","eu-west-2","eu-west-3","sa-east-1"],releaseDate:"2024-04-30",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.titan-image-generator-v1",knowledge:null,lastUpdated:"2023-12-01",launchDate:"12/1/202312/1/20234/30/20244/30/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Titan Image Generator G1",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1","us-west-2","ap-south-1","eu-west-1 (Gated)","eu-west-2"],releaseDate:"2023-12-01",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.titan-image-generator-v2:0",knowledge:null,lastUpdated:"2024-08-06",launchDate:"8/6/20248/6/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Titan Image Generator G1 v2",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1","us-west-2"],releaseDate:"2024-08-06",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.titan-text-express-v1",knowledge:null,lastUpdated:"2023-11-29",launchDate:"11/29/202311/29/202311/29/202311/29/20234/30/20243/27/20246/13/202411/29/20234/30/20246/13/20243/27/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Titan Text G1 - Express",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1","us-west-2","us-gov-west-1","ap-northeast-1","ap-south-1","ap-southeast-2","ca-central-1","eu-central-1","eu-west-1 (Gated)","eu-west-2","eu-west-3","sa-east-1"],releaseDate:"2023-11-29",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.titan-text-lite-v1",knowledge:null,lastUpdated:"2023-11-29",launchDate:"11/29/202311/29/20234/30/20243/27/20246/13/20246/27/20244/30/20246/13/20243/27/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Titan Text G1 - Lite",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1","us-west-2","ap-south-1","ap-southeast-2","ca-central-1","eu-central-1","eu-west-1 (Gated)","eu-west-2","eu-west-3","sa-east-1"],releaseDate:"2023-11-29",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"amazon.titan-text-premier-v1:0",knowledge:null,lastUpdated:"2024-05-07",launchDate:"5/7/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Titan Text G1 - Premier",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/amazon",reasoning:!1,regions:["us-east-1"],releaseDate:"2024-05-07",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-3-5-haiku-20241022-v1:0",knowledge:null,lastUpdated:"2024-11-04",launchDate:"11/4/2024",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Claude 3.5 Haiku",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2"],releaseDate:"2024-11-04",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-3-5-sonnet-20240620-v1:0",knowledge:null,lastUpdated:"2024-06-20",launchDate:"6/20/20247/30/20248/7/20248/5/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Claude 3.5 Sonnet v1",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-gov-east-1*","us-gov-west-1","ap-northeast-1","ap-northeast-2","ap-south-1*","ap-southeast-1 (Gated)","ap-southeast-2*"],releaseDate:"2024-06-20",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-3-5-sonnet-20241022-v2:0",knowledge:null,lastUpdated:"2024-10-22",launchDate:"10/22/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Claude 3.5 Sonnet v2",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-south-1","ap-south-2","ap-southeast-1","ap-southeast-2"],releaseDate:"2024-10-22",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-3-7-sonnet-20250219-v1:0",knowledge:null,lastUpdated:"2025-02-24",launchDate:"2/24/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Claude 3.7 Sonnet",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,releaseDate:"2025-02-24",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-3-haiku-20240307-v1:0",knowledge:null,lastUpdated:"2024-03-14",launchDate:"3/14/20243/14/20248/30/20247/30/20244/30/20248/7/20244/6/20246/13/20244/30/20245/9/20244/4/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Claude 3 Haiku",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1","us-east-2*","us-west-2","us-gov-east-1*","us-gov-west-1","ap-northeast-1","ap-northeast-2","ap-south-1","ap-southeast-1 (Gated)","ap-southeast-2","ca-central-1","eu-central-1","eu-central-2","eu-west-1 (Gated)","eu-west-2","eu-west-3","sa-east-1"],releaseDate:"2024-03-14",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-3-sonnet-20240229-v1:0",knowledge:null,lastUpdated:"2024-03-04",launchDate:"3/4/20243/4/2024--4/30/2024-4/6/20246/13/20245/29/20244/30/20245/9/20244/4/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Claude 3 Sonnet",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1","us-west-2","ap-northeast-1*","ap-northeast-2*","ap-south-1","ap-southeast-1 (Gated)*","ap-southeast-2","ca-central-1","eu-central-1","eu-west-1 (Gated)","eu-west-2","eu-west-3","sa-east-1"],releaseDate:"2024-03-04",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-haiku-4-5-20251001-v1:0",knowledge:null,lastUpdated:"2025-10-01",launchDate:"10/1/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Claude Haiku 4.5",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2*"],releaseDate:"2025-10-01",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-instant-v1",knowledge:null,lastUpdated:"2023-11-29",launchDate:"--11/29/202311/29/2023",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude Instant",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1","us-west-2","ap-northeast-1","ap-southeast-1 (Gated)","eu-central-1"],releaseDate:"2023-11-29",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-opus-4-1-20250805-v1:0",knowledge:null,lastUpdated:"2025-07-31",launchDate:"7/31/20257/31/20257/31/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Claude Opus 4.1",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2*"],releaseDate:"2025-07-31",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-opus-4-20250514-v1:0",knowledge:null,lastUpdated:"2025-05-22",launchDate:"5/22/20255/22/20255/22/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Claude Opus 4.0",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2*"],releaseDate:"2025-05-22",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-sonnet-4-20250514-v1:0",knowledge:null,lastUpdated:"2025-05-22",launchDate:"5/22/20255/22/20255/22/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Claude Sonnet 4.0",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2*"],releaseDate:"2025-05-22",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-sonnet-4-5-20250929-v1:0",knowledge:null,lastUpdated:"2025-09-29",launchDate:"9/29/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Claude Sonnet 4.5",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2*"],releaseDate:"2025-09-29",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-v2",knowledge:null,lastUpdated:"2023-08-01",launchDate:"8/1/2023-11/29/2024-",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude 2",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1","us-west-2","ap-southeast-1 (Gated)","eu-central-1"],releaseDate:"2023-08-01",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"anthropic.claude-v2:1",knowledge:null,lastUpdated:"2023-11-29",launchDate:"11/29/202311/29/202312/21/2023-",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude 2.1",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/anthropic",reasoning:!1,regions:["us-east-1","us-west-2","ap-northeast-1","eu-central-1"],releaseDate:"2023-11-29",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"cohere.command-light-text-v14",knowledge:null,lastUpdated:"2023-11-13",launchDate:"11/13/202311/13/2023",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Command Light",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/cohere",reasoning:!1,regions:["us-east-1","us-west-2"],releaseDate:"2023-11-13",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"cohere.command-r-plus-v1:0",knowledge:null,lastUpdated:"2024-04-29",launchDate:"4/29/20244/29/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Command R+",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/cohere",reasoning:!1,regions:["us-east-1","us-west-2"],releaseDate:"2024-04-29",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"cohere.command-r-v1:0",knowledge:null,lastUpdated:"2024-04-29",launchDate:"4/29/20244/29/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Command R",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/cohere",reasoning:!1,regions:["us-east-1","us-west-2"],releaseDate:"2024-04-29",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:5e-4,inputCacheHit:null,output:.0015},id:"cohere.command-text-v14",knowledge:null,lastUpdated:"2023-11-13",launchDate:"11/13/202311/13/2023",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Command",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/cohere",reasoning:!1,regions:["us-east-1","us-west-2"],releaseDate:"2023-11-13",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"cohere.embed-english-v3",knowledge:null,lastUpdated:"2025-01-24",launchDate:"1/24/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Cohere Embed English",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/cohere",reasoning:!1,releaseDate:"2025-01-24",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"cohere.embed-multilingual-v3",knowledge:null,lastUpdated:"2025-01-24",launchDate:"1/24/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Cohere Embed Multilingual",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/cohere",reasoning:!1,releaseDate:"2025-01-24",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"cohere.rerank-v3-5:0",knowledge:null,lastUpdated:null,launchDate:"",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Rerank 3.5",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/cohere",reasoning:!1,regions:["us-west-2","ap-northeast-1","ca-central-1","eu-central-1"],releaseDate:null,streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:75e-5,inputCacheHit:null,output:99e-5},extendedThinking:!1,id:"deepseek.r1-v1:0",knowledge:null,lastUpdated:"2025-03-10",launchDate:"3/10/2025",limit:{context:163840,output:163840},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/deep-seek",reasoning:!1,regions:["us-east-1","us-east-2","us-west-2"],releaseDate:"2025-03-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"luma.ray-v2:0",knowledge:null,lastUpdated:"2025-01-23",launchDate:"1/23/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Luma Ray v2",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/luma",reasoning:!1,regions:["us-west-2"],releaseDate:"2025-01-23",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama3-1-405b-instruct-v1:0",knowledge:null,lastUpdated:"2024-12-03",launchDate:"12/3/20247/23/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 405B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-2*","us-west-2"],releaseDate:"2024-12-03",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama3-1-70b-instruct-v1:0",knowledge:null,lastUpdated:"2024-10-26",launchDate:"10/26/202410/26/20247/23/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 70B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2"],releaseDate:"2024-10-26",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama3-1-8b-instruct-v1:0",knowledge:null,lastUpdated:"2024-10-26",launchDate:"10/26/202410/26/20247/23/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 8B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2"],releaseDate:"2024-10-26",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama3-2-11b-instruct-v1:0",knowledge:null,lastUpdated:"2024-09-25",launchDate:"9/25/202410/26/20249/25/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Llama 3.2 11B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2*"],releaseDate:"2024-09-25",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama3-2-1b-instruct-v1:0",knowledge:null,lastUpdated:"2024-09-25",launchDate:"9/25/202410/26/20249/25/20249/25/20249/25/20249/25/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 1B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2*","eu-central-1*","eu-west-1 (Gated)*","eu-west-3*"],releaseDate:"2024-09-25",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama3-2-3b-instruct-v1:0",knowledge:null,lastUpdated:"2024-09-25",launchDate:"9/25/202410/26/20249/25/20249/25/20249/25/20249/25/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 3B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2*","eu-central-1*","eu-west-1 (Gated)*","eu-west-3*"],releaseDate:"2024-09-25",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama3-2-90b-instruct-v1:0",knowledge:null,lastUpdated:"2024-09-25",launchDate:"9/25/202410/26/20249/25/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Llama 3.2 90B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1*","us-east-2*","us-west-2*"],releaseDate:"2024-09-25",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama3-3-70b-instruct-v1:0",knowledge:null,lastUpdated:"2024-12-19",launchDate:"12/19/202412/19/202412/19/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.3 70B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1*","us-east-2","us-west-2*"],releaseDate:"2024-12-19",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama3-70b-instruct-v1:0",knowledge:null,lastUpdated:"2024-04-23",launchDate:"4/23/20244/23/20248/1/20244/30/20246/13/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 70B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1","us-west-2","us-gov-west-1","ap-south-1","ca-central-1","eu-west-2"],releaseDate:"2024-04-23",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama3-8b-instruct-v1:0",knowledge:null,lastUpdated:"2024-04-23",launchDate:"4/23/20244/23/20248/1/20244/30/20246/13/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 8B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1","us-west-2","us-gov-west-1","ap-south-1","ca-central-1","eu-west-2"],releaseDate:"2024-04-23",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama4-maverick-17b-instruct-v1:0",knowledge:null,lastUpdated:"2025-04-28",launchDate:"4/28/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Llama 4 Maverick 17B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1","us-east-2","us-west-2"],releaseDate:"2025-04-28",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"meta.llama4-scout-17b-instruct-v1:0",knowledge:null,lastUpdated:"2025-04-28",launchDate:"4/28/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Llama 4 Scout 17B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/meta",reasoning:!1,regions:["us-east-1","us-east-2","us-west-2"],releaseDate:"2025-04-28",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"mistral.pixtral-large-2502-v1:0",knowledge:null,lastUpdated:"2025-04-08",launchDate:"4/8/2025",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Pixtral Large (25.02)",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/miatral",reasoning:!1,releaseDate:"2025-04-08",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"mistral.mistral-7b-instruct-v0:2",knowledge:null,lastUpdated:"2024-03-09",launchDate:"3/9/20243/1/20244/30/20243/29/20246/13/20244/30/20246/13/20243/29/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/mistral-ai",reasoning:!1,regions:["us-east-1","us-west-2","ap-south-1","ap-southeast-2","ca-central-1","eu-west-1 (Gated)","eu-west-2","eu-west-3","sa-east-1"],releaseDate:"2024-03-09",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"mistral.mistral-large-2402-v1:0",knowledge:null,lastUpdated:"2024-04-03",launchDate:"4/3/20244/3/20244/30/20244/4/20246/13/20244/30/20246/13/20244/3/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Large (24.02)",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/mistral-ai",reasoning:!1,regions:["us-east-1","us-west-2","ap-south-1","ap-southeast-2","ca-central-1","eu-west-1 (Gated)","eu-west-2","eu-west-3","sa-east-1"],releaseDate:"2024-04-03",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral.mistral-large-2407-v1:0",knowledge:null,lastUpdated:"2024-07-24",launchDate:"7/24/2024",limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Large (24.07)",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/mistral-ai",reasoning:!1,regions:["us-west-2"],releaseDate:"2024-07-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"bedrock"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},id:"mistral.mistral-small-2402-v1:0",knowledge:null,lastUpdated:"2024-05-24",launchDate:"5/24/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small (24.02)",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/mistral-ai",reasoning:!1,regions:["us-east-1"],releaseDate:"2024-05-24",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"mistral.mixtral-8x7b-instruct-v0:1",knowledge:null,lastUpdated:"2024-03-09",launchDate:"3/9/20243/1/20244/30/20243/29/20246/13/20244/30/20246/13/20243/29/20246/13/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x7B Instruct",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/mistral-ai",reasoning:!1,regions:["us-east-1","us-west-2","ap-south-1","ap-southeast-2","ca-central-1","eu-west-1 (Gated)","eu-west-2","eu-west-3","sa-east-1"],releaseDate:"2024-03-09",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"stability.sd3-5-large-v1:0",knowledge:null,lastUpdated:"2024-12-19",launchDate:"12/19/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"Stable Diffusion 3.5 Large",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/stability-ai",reasoning:!1,regions:["us-west-2"],releaseDate:"2024-12-19",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"stability.sd3-large-v1:0",knowledge:null,lastUpdated:"2024-09-04",launchDate:"9/4/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text","image"]},name:"SD3 Large 1.0",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/stability-ai",reasoning:!1,regions:["us-west-2"],releaseDate:"2024-09-04",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"stability.stable-image-core-v1:0",knowledge:null,lastUpdated:"2024-09-04",launchDate:"9/4/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Stable Image Core 1.0",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/stability-ai",reasoning:!1,regions:["us-west-2"],releaseDate:"2024-09-04",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"stability.stable-image-core-v1:1",knowledge:null,lastUpdated:"2024-12-19",launchDate:"12/19/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Stable Image Core 1.1",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/stability-ai",reasoning:!1,regions:["us-west-2"],releaseDate:"2024-12-19",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"stability.stable-image-ultra-v1:0",knowledge:null,lastUpdated:"2024-09-04",launchDate:"9/4/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Stable Image Ultra 1.0",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/stability-ai",reasoning:!1,regions:["us-west-2"],releaseDate:"2024-09-04",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"stability.stable-image-ultra-v1:1",knowledge:null,lastUpdated:"2024-12-19",launchDate:"12/19/2024",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Stable Image Ultra 1.1",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/stability-ai",reasoning:!1,regions:["us-west-2"],releaseDate:"2024-12-19",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"writer.palmyra-x4-v1:0",knowledge:null,lastUpdated:"2025-04-28",launchDate:"4/28/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Palmyra X4",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/writer",reasoning:!1,regions:["us-west-2"],releaseDate:"2025-04-28",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},id:"writer.palmyra-x5-v1:0",knowledge:null,lastUpdated:"2025-04-28",launchDate:"4/28/2025",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Palmyra X5",openWeights:!0,provider:"Amazon Bedrock",providerId:"amazon-bedrock/writer",reasoning:!1,regions:["us-west-2"],releaseDate:"2025-04-28",streamingSupported:null,temperature:!0,toolCall:!0,icon:"bedrock"},{attachment:!1,cost:{input:.25,inputCacheHit:null,output:1.25},extendedThinking:!1,id:"claude-haiku-3",knowledge:null,lastUpdated:null,limit:{context:2e5,output:4e3},modalities:{input:["text","image"],output:["text"]},name:"Claude Haiku 3",openWeights:!1,provider:"Anthropic",providerDoc:"https://platform.claude.com/docs/en/about-claude/models/overview",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!1,releaseDate:"2024-03-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"anthropic"},{attachment:!1,cost:{input:1.6,inputCacheHit:null,output:.08},extendedThinking:!1,id:"claude-haiku-3-5",knowledge:null,lastUpdated:null,limit:{context:0,output:1},modalities:{input:["text","image"],output:["text"]},name:"Claude Haiku 3.5",openWeights:!1,provider:"Anthropic",providerDoc:"https://docs.anthropic.com/en/docs/about-claude/models",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!1,releaseDate:"2024-03-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"anthropic"},{attachment:!1,cost:{input:1,inputCacheHit:null,output:5},extendedThinking:!0,id:"claude-haiku-4-5",knowledge:"2025",lastUpdated:null,limit:{context:2e5,output:64e3},modalities:{input:["text","image"],output:["text"]},name:"Claude Haiku 4.5",openWeights:!1,provider:"Anthropic",providerDoc:"https://platform.claude.com/docs/en/about-claude/models/overview",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!0,releaseDate:"2025-10-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"anthropic"},{attachment:!1,cost:{input:30,inputCacheHit:null,output:1.5},extendedThinking:!0,id:"claude-opus-3-(deprecated)",knowledge:null,lastUpdated:null,limit:{context:15,output:18},modalities:{input:["text"],output:["text"]},name:"Claude Opus 3 (deprecated)",openWeights:!1,provider:"Anthropic",providerDoc:"https://docs.anthropic.com/en/docs/about-claude/models",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!0,releaseDate:"2024-02-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"anthropic"},{attachment:!1,cost:{input:15,inputCacheHit:null,output:75},extendedThinking:!0,id:"claude-opus-4",knowledge:"2025",lastUpdated:null,limit:{context:2e5,output:32e3},modalities:{input:["text","image"],output:["text"]},name:"Claude Opus 4",openWeights:!1,provider:"Anthropic",providerDoc:"https://platform.claude.com/docs/en/about-claude/models/overview",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!0,releaseDate:"2025-05-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"anthropic"},{attachment:!1,cost:{input:15,inputCacheHit:null,output:75},extendedThinking:!0,id:"claude-opus-4-1",knowledge:"2025",lastUpdated:null,limit:{context:2e5,output:32e3},modalities:{input:["text","image"],output:["text"]},name:"Claude Opus 4.1",openWeights:!1,provider:"Anthropic",providerDoc:"https://platform.claude.com/docs/en/about-claude/models/overview",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!0,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"anthropic"},{attachment:!1,cost:{input:5,inputCacheHit:null,output:25},extendedThinking:!0,id:"claude-opus-4-5",knowledge:"2025",lastUpdated:null,limit:{context:2e5,output:64e3},modalities:{input:["text","image"],output:["text"]},name:"Claude Opus 4.5",openWeights:!1,provider:"Anthropic",providerDoc:"https://platform.claude.com/docs/en/about-claude/models/overview",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!0,releaseDate:"2025-11-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"anthropic"},{attachment:!1,cost:{input:6,inputCacheHit:null,output:.3},extendedThinking:!0,id:"claude-sonnet-3-5-(deprecated)",knowledge:null,lastUpdated:null,limit:{context:3,output:3},modalities:{input:["text"],output:["text"]},name:"Claude Sonnet 3.5 (deprecated)",openWeights:!1,provider:"Anthropic",providerDoc:"https://docs.anthropic.com/en/docs/about-claude/models",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!0,releaseDate:"2024-03-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"anthropic"},{attachment:!1,cost:{input:3,inputCacheHit:null,output:15},extendedThinking:!0,id:"claude-sonnet-3-7",knowledge:"2024",lastUpdated:null,limit:{context:2e5,output:64e3},modalities:{input:["text","image"],output:["text"]},name:"Claude Sonnet 3.7",openWeights:!1,provider:"Anthropic",providerDoc:"https://platform.claude.com/docs/en/about-claude/models/overview",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!0,releaseDate:"2025-02-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"anthropic"},{attachment:!1,cost:{input:3,inputCacheHit:null,output:15},extendedThinking:!0,id:"claude-sonnet-4",knowledge:"2025",lastUpdated:null,limit:{context:2e5,output:64e3},modalities:{input:["text","image"],output:["text"]},name:"Claude Sonnet 4",openWeights:!1,provider:"Anthropic",providerDoc:"https://platform.claude.com/docs/en/about-claude/models/overview",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!0,releaseDate:"2025-05-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"anthropic"},{attachment:!1,cost:{input:3,inputCacheHit:null,output:15},extendedThinking:!0,id:"claude-sonnet-4-5",knowledge:"2025",lastUpdated:null,limit:{context:2e5,output:64e3},modalities:{input:["text","image"],output:["text"]},name:"Claude Sonnet 4.5",openWeights:!1,provider:"Anthropic",providerDoc:"https://platform.claude.com/docs/en/about-claude/models/overview",providerEnv:["ANTHROPIC_API_KEY"],providerId:"anthropic",providerModelsDevId:"anthropic",providerNpm:"@ai-sdk/anthropic",reasoning:!0,releaseDate:"2025-09-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"anthropic"},{attachment:!1,cost:{input:.0015,inputCacheHit:null,output:.002},extendedThinking:!1,id:"gpt-35-turbo-(0125)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-35-turbo (0125)",openWeights:!1,provider:"Azure OpenAI",providerDoc:"https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",providerEnv:["AZURE_OPENAI_API_KEY","AZURE_OPENAI_ENDPOINT"],providerId:"azure-open-ai",providerModelsDevId:"azure-openai",providerNpm:"@ai-sdk/azure-openai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"azure"},{attachment:!1,cost:{input:.0015,inputCacheHit:null,output:.002},extendedThinking:!1,id:"gpt-35-turbo-(1106)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-35-turbo (1106)",openWeights:!1,provider:"Azure OpenAI",providerDoc:"https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",providerEnv:["AZURE_OPENAI_API_KEY","AZURE_OPENAI_ENDPOINT"],providerId:"azure-open-ai",providerModelsDevId:"azure-openai",providerNpm:"@ai-sdk/azure-openai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"azure"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"gpt-4-(turbo-2024-04-09)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-4 (turbo-2024-04-09)",openWeights:!1,provider:"Azure OpenAI",providerDoc:"https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",providerEnv:["AZURE_OPENAI_API_KEY","AZURE_OPENAI_ENDPOINT"],providerId:"azure-open-ai",providerModelsDevId:"azure-openai",providerNpm:"@ai-sdk/azure-openai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"azure"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},description:"Lifecycle: Generally Available | Deprecation: 2025-11-20 | Retirement: 2026-06-03 | Replacement: gpt-5.1",extendedThinking:!1,id:"gpt-4-o-(2024-05-13)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gpt-4o (2024-05-13)",openWeights:!1,provider:"Azure OpenAI",providerDoc:"https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",providerEnv:["AZURE_OPENAI_API_KEY","AZURE_OPENAI_ENDPOINT"],providerId:"azure-open-ai",providerModelsDevId:"azure-openai",providerNpm:"@ai-sdk/azure-openai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"azure"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},description:"Lifecycle: Generally Available | Deprecation: 2025-11-20 | Retirement: 2026-06-03 | Replacement: gpt-5.1",extendedThinking:!1,id:"gpt-4-o-(2024-08-06)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gpt-4o (2024-08-06)",openWeights:!1,provider:"Azure OpenAI",providerDoc:"https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",providerEnv:["AZURE_OPENAI_API_KEY","AZURE_OPENAI_ENDPOINT"],providerId:"azure-open-ai",providerModelsDevId:"azure-openai",providerNpm:"@ai-sdk/azure-openai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"azure"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},description:"Lifecycle: Generally Available | Deprecation: 2025-11-20 | Retirement: 2026-06-03 | Replacement: gpt-5.1",extendedThinking:!1,id:"gpt-4-o-(2024-11-20)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gpt-4o (2024-11-20)",openWeights:!1,provider:"Azure OpenAI",providerDoc:"https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",providerEnv:["AZURE_OPENAI_API_KEY","AZURE_OPENAI_ENDPOINT"],providerId:"azure-open-ai",providerModelsDevId:"azure-openai",providerNpm:"@ai-sdk/azure-openai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"azure"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},description:"Lifecycle: Generally Available | Deprecation: 2025-11-20 | Retirement: 2026-06-03 | Replacement: gpt-5.1",extendedThinking:!1,id:"gpt-4-o-mini-(2024-07-18)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gpt-4o-mini (2024-07-18)",openWeights:!1,provider:"Azure OpenAI",providerDoc:"https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",providerEnv:["AZURE_OPENAI_API_KEY","AZURE_OPENAI_ENDPOINT"],providerId:"azure-open-ai",providerModelsDevId:"azure-openai",providerNpm:"@ai-sdk/azure-openai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"azure"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},description:"Lifecycle: Generally Available | Deprecation: 2025-12-17 | Retirement: 2026-06-18 | Replacement: o3",extendedThinking:!1,id:"o-1-mini-(2024-09-12)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"o1-mini (2024-09-12)",openWeights:!1,provider:"Azure OpenAI",providerDoc:"https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",providerEnv:["AZURE_OPENAI_API_KEY","AZURE_OPENAI_ENDPOINT"],providerId:"azure-open-ai",providerModelsDevId:"azure-openai",providerNpm:"@ai-sdk/azure-openai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"azure"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},description:"Lifecycle: Generally Available | Deprecation: 2025-12-17 | Retirement: 2026-06-18 | Replacement: o3",extendedThinking:!1,id:"o-1-preview-(2024-09-12)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"o1-preview (2024-09-12)",openWeights:!1,provider:"Azure OpenAI",providerDoc:"https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models",providerEnv:["AZURE_OPENAI_API_KEY","AZURE_OPENAI_ENDPOINT"],providerId:"azure-open-ai",providerModelsDevId:"azure-openai",providerNpm:"@ai-sdk/azure-openai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"azure"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:3e-4},extendedThinking:!0,id:"FP16",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"qwen-3-32b",openWeights:!1,provider:"cerebras",providerDoc:"https://inference-docs.cerebras.ai/models/overview",providerEnv:["CEREBRAS_API_KEY"],providerId:"cerebras",providerNpm:"@ai-sdk/cerebras",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"cerebras"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"FP16/FP8 (weights only)1",knowledge:null,lastUpdated:null,limit:{context:202752,output:65535},modalities:{input:["text"],output:["text"]},name:"zai-glm-4.7",openWeights:!1,provider:"cerebras",providerDoc:"https://inference-docs.cerebras.ai/models/overview",providerEnv:["CEREBRAS_API_KEY"],providerId:"cerebras",providerNpm:"@ai-sdk/cerebras",reasoning:!0,releaseDate:"2025-12-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"cerebras"},{attachment:!1,cost:{input:.35,inputCacheHit:null,output:.75},extendedThinking:!0,id:"gpt-oss-120b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"OpenAI GPT OSS",openWeights:!1,provider:"cerebras",providerDoc:"https://inference-docs.cerebras.ai/models/overview",providerEnv:["CEREBRAS_API_KEY"],providerId:"cerebras",providerNpm:"@ai-sdk/cerebras",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"cerebras",audioGeneration:!1,description:"OpenAI’s open-weight models designed for powerful reasoning, agentic tasks, and versatile developer use cases – gpt-oss-120b is for production, general purpose, high reasoning use-cases.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!0,id:"llama3.1-8b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 8B",openWeights:!1,provider:"cerebras",providerDoc:"https://inference-docs.cerebras.ai/models/overview",providerEnv:["CEREBRAS_API_KEY"],providerId:"cerebras",providerNpm:"@ai-sdk/cerebras",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"cerebras"},{attachment:!1,cost:{input:.85,inputCacheHit:null,output:1.2},extendedThinking:!0,id:"llama-3.3-70b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.3 70B",openWeights:!1,provider:"cerebras",providerDoc:"https://inference-docs.cerebras.ai/models/overview",providerEnv:["CEREBRAS_API_KEY"],providerId:"cerebras",providerNpm:"@ai-sdk/cerebras",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"cerebras"},{attachment:!1,cost:{input:2e-4,inputCacheHit:null,output:6e-4},extendedThinking:!1,id:"llama-4-maverick-17b-128e-instruct",knowledge:null,lastUpdated:"2025-04-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-4-Maverick-17B-128E-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:11e-5,inputCacheHit:null,output:34e-5},extendedThinking:!1,id:"llama-4-scout-17b-16e-instruct",knowledge:null,lastUpdated:"2025-04-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-4-Scout-17B-16E-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope",audioGeneration:!1,description:"Meta's Llama 4 Scout is a 17 billion parameter model with 16 experts that is natively multimodal. These models leverage a mixture-of-experts architecture to offer industry-leading performance in text and image understanding.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-235b-a22b-instruct-2507",knowledge:null,lastUpdated:"2025-09-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-Instruct-2507",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:11e-5,inputCacheHit:null,output:6e-4},extendedThinking:!0,id:"qwen-3-235b-a22b-thinking-2507",knowledge:null,lastUpdated:"2025-08-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-Thinking-2507",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-07-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:29e-5,inputCacheHit:null,output:59e-5},extendedThinking:!1,id:"qwen-3-32b",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-32B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope",preview:!0},{attachment:!1,cost:{input:2,inputCacheHit:null,output:2},extendedThinking:!0,id:"qwen-3-coder-480b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen 3 480B Coder",openWeights:!1,provider:"cerebras",providerDoc:"https://inference-docs.cerebras.ai/models/overview",providerEnv:["CEREBRAS_API_KEY"],providerId:"cerebras",providerNpm:"@ai-sdk/cerebras",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"cerebras"},{attachment:!1,cost:{input:2.25,inputCacheHit:null,output:2.75},extendedThinking:!0,id:"zai-glm-4.6",knowledge:null,lastUpdated:null,limit:{context:32768,output:65536},modalities:{input:["text"],output:["text"]},name:"Z.ai GLM 4.6",openWeights:!1,provider:"cerebras",providerDoc:"https://inference-docs.cerebras.ai/models/overview",providerEnv:["CEREBRAS_API_KEY"],providerId:"cerebras",providerNpm:"@ai-sdk/cerebras",reasoning:!0,releaseDate:"2025-09-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"cerebras"},{attachment:!1,cost:{input:2.25,inputCacheHit:null,output:2.75},extendedThinking:!0,id:"zai-glm-4.7",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Z.ai GLM 4.7 1",openWeights:!1,provider:"cerebras",providerDoc:"https://inference-docs.cerebras.ai/models/overview",providerEnv:["CEREBRAS_API_KEY"],providerId:"cerebras",providerNpm:"@ai-sdk/cerebras",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"cerebras"},{attachment:!1,cost:{input:15e-6,inputCacheHit:null,output:15e-6},extendedThinking:!1,id:"agentica-org/DeepCoder-14B-Preview",knowledge:null,lastUpdated:null,limit:{context:384e3,output:null},modalities:{input:["text"],output:["text"]},name:"DeepCoder-14B-Preview",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"all-hands/openhands-lm-32b-v0.1-ep3",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"openhands-lm-32b-v0.1-ep3",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:11e-5},extendedThinking:!1,id:"ArliAI/QwQ-32B-ArliAI-RpR-v1",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"QwQ-32B-ArliAI-RpR-v1",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"chutesai/Devstral-Small-2505",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral-Small-2505",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"chutesai/Llama-4-Maverick-17B-128E-Instruct-FP8",knowledge:null,lastUpdated:null,limit:{context:512e3,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-4-Maverick-17B-128E-Instruct-FP8",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:14e-5,inputCacheHit:null,output:42e-5},extendedThinking:!1,id:"chutesai/Mistral-Small-3.1-24B-Instruct-2503",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral-Small-3.1-24B-Instruct-2503",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:14e-5,inputCacheHit:null,output:42e-5},extendedThinking:!1,id:"chutesai/Mistral-Small-3.2-24B-Instruct-2506",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral-Small-3.2-24B-Instruct-2506",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:4e-5,inputCacheHit:null,output:17e-5},extendedThinking:!1,id:"cognitivecomputations/Dolphin3.0-Mistral-24B",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Dolphin3.0-Mistral-24B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"cognitivecomputations/Dolphin3.0-R1-Mistral-24B",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Dolphin3.0-R1-Mistral-24B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:75e-5,inputCacheHit:null,output:99e-5},extendedThinking:!1,id:"deepseek-ai/DeepSeek-R1",knowledge:null,lastUpdated:null,limit:{context:655360,output:163840},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:4e-4,inputCacheHit:null,output:.00175},extendedThinking:!1,id:"deepseek-ai/DeepSeek-R1-0528",knowledge:null,lastUpdated:null,limit:{context:655360,output:65536},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-0528",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:11e-5},extendedThinking:!1,id:"deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-0528-Qwen3-8B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-ai/DeepSeek-R1-0528-TEE",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-0528-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:75e-5,inputCacheHit:null,output:99e-5},extendedThinking:!1,id:"deepseek-ai/DeepSeek-R1-Distill-Llama-70B",knowledge:null,lastUpdated:null,limit:{context:524288,output:131072},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Llama-70B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-ai/DeepSeek-R1-TEE",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:9e-4,inputCacheHit:null,output:9e-4},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3-0324",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3-0324",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3-0324-TEE",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3-0324-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3.1-TEE",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3.1-Terminus-TEE",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1-Terminus-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3.2-Speciale-TEE",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.2-Speciale-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3.2-TEE",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.2-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3-Base",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3-Base",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"internlm/Intern-S1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Intern-S1",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"microsoft/MAI-DS-R1-FP8",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"MAI-DS-R1-FP8",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"MiniMaxAI/MiniMax-M2.1-TEE",knowledge:null,lastUpdated:null,limit:{context:786432,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M2.1-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"miromind-ai/MiroThinker-v1.5-235B",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"MiroThinker-v1.5-235B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistralai/Devstral-2-123B-Instruct-2512",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral-2-123B-Instruct-2512",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistralai/Devstral-2-123B-Instruct-2512-TEE",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral-2-123B-Instruct-2512-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:29e-5,inputCacheHit:null,output:.00115},extendedThinking:!1,id:"moonshotai/Kimi-Dev-72B",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-Dev-72B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.003},extendedThinking:!1,id:"moonshotai/Kimi-K2-Instruct",knowledge:null,lastUpdated:null,limit:{context:3e5,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-K2-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/Kimi-K2-Instruct-0905",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-K2-Instruct-0905",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/Kimi-K2-Thinking-TEE",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-K2-Thinking-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/Kimi-VL-A3B-Thinking",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-VL-A3B-Thinking",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:11e-5},extendedThinking:!1,id:"NousResearch/DeepHermes-3-Llama-3-8B-Preview",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"DeepHermes-3-Llama-3-8B-Preview",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:15e-5,inputCacheHit:null,output:59e-5},extendedThinking:!1,id:"NousResearch/DeepHermes-3-Mistral-24B-Preview",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepHermes-3-Mistral-24B-Preview",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"NousResearch/Hermes-4-14B",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Hermes-4-14B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"NousResearch/Hermes-4.3-36B",knowledge:null,lastUpdated:null,limit:{context:2097152,output:null},modalities:{input:["text"],output:["text"]},name:"Hermes-4.3-36B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"NousResearch/Hermes-4-405B-FP8-TEE",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Hermes-4-405B-FP8-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:11e-5,inputCacheHit:null,output:38e-5},extendedThinking:!1,id:"NousResearch/Hermes-4-70B",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Hermes-4-70B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nvidia/Llama-3_3-Nemotron-Super-49B-v1_5",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3_3-Nemotron-Super-49B-v1_5",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA-Nemotron-3-Nano-30B-A3B-BF16",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"OpenGVLab/InternVL3-78B-TEE",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"InternVL3-78B-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-oss-120b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"OpenAI: gpt-oss-120b",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-oss-120b-TEE",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-oss-120b-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-oss-20b",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"OpenAI: gpt-oss-20b",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.0012,inputCacheHit:null,output:.0012},extendedThinking:!1,id:"Qwen/Qwen2.5-72B-Instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-72B-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:8e-4,inputCacheHit:null,output:8e-4},extendedThinking:!1,id:"Qwen/Qwen2.5-Coder-32B-Instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder-32B-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"Qwen/Qwen2.5-VL-32B-Instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-VL-32B-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:8e-5,inputCacheHit:null,output:33e-5},extendedThinking:!1,id:"Qwen/Qwen2.5-VL-72B-Instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-VL-72B-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"Qwen/Qwen2.5-VL-72B-Instruct-TEE",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-VL-72B-Instruct-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"Qwen/Qwen3-14B",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-14B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:18e-5,inputCacheHit:null,output:54e-5},extendedThinking:!1,id:"Qwen/Qwen3-235B-A22B",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"Qwen/Qwen3-235B-A22B-Instruct-2507",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-Instruct-2507",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"Qwen/Qwen3-235B-A22B-Instruct-2507-TEE",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-Instruct-2507-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:11e-5,inputCacheHit:null,output:6e-4},extendedThinking:!1,id:"Qwen/Qwen3-235B-A22B-Thinking-2507",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-Thinking-2507",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:6e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"Qwen/Qwen3-30B-A3B",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:8e-5,inputCacheHit:null,output:33e-5},extendedThinking:!1,id:"Qwen/Qwen3-30B-A3B-Instruct-2507",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Instruct-2507",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:29e-5,inputCacheHit:null,output:59e-5},extendedThinking:!1,id:"Qwen/Qwen3-32B",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-32B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:11e-5},extendedThinking:!1,id:"Qwen/Qwen3-8B",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-8B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:6e-5,inputCacheHit:null,output:25e-5},extendedThinking:!1,id:"Qwen/Qwen3-Coder-30B-A3B-Instruct",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-30B-A3B-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-480B-A35B-Instruct-FP8",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8-TEE",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-480B-A35B-Instruct-FP8-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"Qwen/Qwen3Guard-Gen-0.6B",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3Guard-Gen-0.6B",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:8e-4},extendedThinking:!1,id:"Qwen/Qwen3-Next-80B-A3B-Instruct",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Next-80B-A3B-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:.0012},extendedThinking:!1,id:"Qwen/Qwen3-VL-235B-A22B-Instruct",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-VL-235B-A22B-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"rednote-hilab/dots.ocr",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"dots.ocr",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"Salesforce/xgen-small-9B-instruct-r",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"xgen-small-9B-instruct-r",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"shisa-ai/shisa-v2-llama3.3-70b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Shisa AI: Shisa V2 Llama 3.3 70B ",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stepfun-ai/step3",knowledge:null,lastUpdated:null,limit:{context:65536,output:65536},modalities:{input:["image","text"],output:["text"]},name:"StepFun: Step3",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:3e-5},extendedThinking:!1,id:"tencent/Hunyuan-A13B-Instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Hunyuan-A13B-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"Tesslate/UIGEN-X-32B-0727",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"UIGEN-X-32B-0727",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"TheDrummer/Cydonia-24B-v2.1",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cydonia-24B-v2.1",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"TheDrummer/Gemmasutra-Pro-27B-v1.1",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Gemmasutra-Pro-27B-v1.1",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:8e-5,inputCacheHit:null,output:33e-5},extendedThinking:!1,id:"TheDrummer/Skyfall-36B-v2",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Skyfall-36B-v2",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"TheDrummer/Tunguska-39B-v1",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Tunguska-39B-v1",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:.0012},extendedThinking:!1,id:"tngtech/DeepSeek-R1T-Chimera",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1T-Chimera",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tngtech/DeepSeek-TNG-R1T2-Chimera",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-TNG-R1T2-Chimera",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tngtech/TNG-R1T-Chimera-TEE",knowledge:null,lastUpdated:null,limit:{context:655360,output:null},modalities:{input:["text"],output:["text"]},name:"TNG-R1T-Chimera-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tplr/TEMPLAR-I",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"TEMPLAR-I",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:8e-5,inputCacheHit:null,output:8e-5},extendedThinking:!1,id:"unsloth/gemma-2-9b-it",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"gemma-2-9b-it",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:1e-4},extendedThinking:!1,id:"unsloth/gemma-3-12b-it",knowledge:null,lastUpdated:null,limit:{context:4194304,output:null},modalities:{input:["text"],output:["text"]},name:"gemma-3-12b-it",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:9e-5,inputCacheHit:null,output:16e-5},extendedThinking:!1,id:"unsloth/gemma-3-27b-it",knowledge:null,lastUpdated:null,limit:{context:4194304,output:null},modalities:{input:["text"],output:["text"]},name:"gemma-3-27b-it",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:170301e-10,inputCacheHit:null,output:681536e-10},extendedThinking:!1,id:"unsloth/gemma-3-4b-it",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"gemma-3-4b-it",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:2e-5,inputCacheHit:null,output:2e-5},extendedThinking:!1,id:"unsloth/Llama-3.2-1B-Instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.2-1B-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:5e-5},extendedThinking:!1,id:"unsloth/Llama-3.2-3B-Instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.2-3B-Instruct",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"unsloth/Mistral-Nemo-Instruct-2407",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral-Nemo-Instruct-2407",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:14e-5,inputCacheHit:null,output:42e-5},extendedThinking:!1,id:"unsloth/Mistral-Small-24B-Instruct-2501",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral-Small-24B-Instruct-2501",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"XiaomiMiMo/MiMo-V2-Flash",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"MiMo-V2-Flash",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai-org/GLM-4-32B-0414",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4-32B-0414",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:13e-5,inputCacheHit:null,output:85e-5},extendedThinking:!1,id:"zai-org/GLM-4.5-Air",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5-Air",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes",providerModelsDevId:"deepinfra"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai-org/GLM-4.5-FP8",knowledge:null,lastUpdated:null,limit:{context:393216,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5-FP8",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai-org/GLM-4.5-TEE",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai-org/GLM-4.5V-FP8",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5V-FP8",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai-org/GLM-4.6-TEE",knowledge:null,lastUpdated:null,limit:{context:811008,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.6-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai-org/GLM-4.6V",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.6V",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai-org/GLM-4.7-TEE",knowledge:null,lastUpdated:null,limit:{context:811008,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.7-TEE",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai-org/GLM-Z1-32B-0414",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-Z1-32B-0414",openWeights:!1,provider:"chutes",providerDoc:"https://llm.chutes.ai/v1/models",providerEnv:["CHUTES_API_KEY"],providerId:"chutes",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"chutes"},{attachment:!1,audioGeneration:!0,cost:{input:null,inputCacheHit:null,output:null},description:"Aura is a context-aware text-to-speech (TTS) model that applies natural pacing, expressiveness, and fillers based on the context of the provided text. The quality of your text input directly impacts the naturalness of the audio output.",id:"aura-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["audio"],output:["text"]},name:"aura-1",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!0,cost:{input:null,inputCacheHit:null,output:null},description:"Aura-2 is a context-aware text-to-speech (TTS) model that applies natural pacing, expressiveness, and fillers based on the context of the provided text. The quality of your text input directly impacts the naturalness of the audio output.",id:"aura-2-en",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["audio"],output:["text"]},name:"aura-2-en",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!0,cost:{input:null,inputCacheHit:null,output:null},description:"Aura-2 is a context-aware text-to-speech (TTS) model that applies natural pacing, expressiveness, and fillers based on the context of the provided text. The quality of your text input directly impacts the naturalness of the audio output.",id:"aura-2-es",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["audio"],output:["text"]},name:"aura-2-es",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"BART is a transformer encoder-encoder (seq2seq) model with a bidirectional (BERT-like) encoder and an autoregressive (GPT-like) decoder. You can use this model for text summarization.",id:"bart-large-cnn",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bart-large-cnn",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"BAAI general embedding (Base) model that transforms any given text into a 768-dimensional vector",id:"bge-base-en-v1.5",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["embedding"]},name:"bge-base-en-v1.5",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"BAAI general embedding (Large) model that transforms any given text into a 1024-dimensional vector",id:"bge-large-en-v1.5",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["embedding"]},name:"bge-large-en-v1.5",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Multi-Functionality, Multi-Linguality, and Multi-Granularity embeddings model.",id:"bge-m3",knowledge:null,lastUpdated:null,limit:{context:6e7,output:null},modalities:{input:["text"],output:["embedding"]},name:"bge-m3",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bge-reranker-base",knowledge:null,lastUpdated:"2024-09-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bge-reranker-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope",audioGeneration:!1,description:"Different from embedding model, reranker uses question and document as input and directly output similarity instead of embedding. You can get a relevance score by inputting query and passage to the reranker. And the score can be mapped to a float value in [0,1] by sigmoid function.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"BAAI general embedding (Small) model that transforms any given text into a 384-dimensional vector",id:"bge-small-en-v1.5",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["embedding"]},name:"bge-small-en-v1.5",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Deepseek Coder is composed of a series of code language models, each trained from scratch on 2T tokens, with a composition of 87% code and 13% natural language in both English and Chinese.",id:"deepseek-coder-6.7b-base-awq",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-coder-6.7b-base-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Deepseek Coder is composed of a series of code language models, each trained from scratch on 2T tokens, with a composition of 87% code and 13% natural language in both English and Chinese.",id:"deepseek-coder-6.7b-instruct-awq",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-coder-6.7b-instruct-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"DeepSeekMath-Instruct 7B is a mathematically instructed tuning model derived from DeepSeekMath-Base 7B. DeepSeekMath is initialized with DeepSeek-Coder-v1.5 7B and continues pre-training on math-related tokens sourced from Common Crawl, together with natural language and code data for 500B tokens.",id:"deepseek-math-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-math-7b-instruct",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"DeepSeek-R1-Distill-Qwen-32B is a model distilled from DeepSeek-R1 based on Qwen2.5. It outperforms OpenAI-o1-mini across various benchmarks, achieving new state-of-the-art results for dense models.",extendedThinking:!1,id:"deepseek-r1-distill-qwen-32b",knowledge:null,lastUpdated:null,limit:{context:8e7,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-r1-distill-qwen-32b",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:"2025-01-29",streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images).",id:"detr-resnet-50",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"detr-resnet-50",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"DiscoLM German 7b is a Mistral-based large language model with a focus on German-language applications. AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization.",id:"discolm-german-7b-v1-awq",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"discolm-german-7b-v1-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Distilled BERT model that was finetuned on SST-2 for sentiment classification",id:"distilbert-sst-2-int8",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"distilbert-sst-2-int8",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Stable Diffusion model that has been fine-tuned to be better at photorealism without sacrificing range.",id:"dreamshaper-8-lcm",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"dreamshaper-8-lcm",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"EmbeddingGemma is a 300M parameter, state-of-the-art for its size, open embedding model from Google, built from Gemma 3 (with T5Gemma initialization) and the same research and technology used to create Gemini models. EmbeddingGemma produces vector representations of text, making it well-suited for search and retrieval tasks, including classification, clustering, and semantic similarity search. This model was trained with data in 100+ spoken languages.",id:"embeddinggemma-300m",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["embedding"]},name:"embeddinggemma-300m",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Falcon-7B-Instruct is a 7B parameters causal decoder-only model built by TII based on Falcon-7B and finetuned on a mixture of chat/instruct datasets.",id:"falcon-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"falcon-7b-instruct",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!0,cost:{input:0,inputCacheHit:null,output:0},description:"Flux is the first conversational speech recognition model built specifically for voice agents.",id:"flux",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["audio"],output:["text"]},name:"flux",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-schnell",knowledge:null,lastUpdated:"2024-09-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-schnell",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope",audioGeneration:!1,description:"FLUX.1 [schnell] is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-2-dev",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"flux2-dev",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope",audioGeneration:!1,description:"FLUX.2 [dev] is an image model from Black Forest Labs where you can generate highly realistic and detailed images, with multi-reference support.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"This is a Gemma-2B base model that Cloudflare dedicates for inference with LoRA adapters. Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models.",id:"gemma-2b-it-lora",knowledge:null,lastUpdated:null,limit:{context:8192e3,output:null},modalities:{input:["text"],output:["text"]},name:"gemma-2b-it-lora",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-5,inputCacheHit:null,output:1e-4},description:"Gemma 3 models are well-suited for a variety of text generation and image understanding tasks, including question answering, summarization, and reasoning. Gemma 3 models are multimodal, handling text and image input and generating text output, with a large, 128K context window, multilingual support in over 140 languages, and is available in more sizes than previous versions.",id:"gemma-3-12b-it",knowledge:null,lastUpdated:null,limit:{context:8e7,output:null},modalities:{input:["text","image"],output:["text"]},name:"gemma-3-12b-it",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:7e-5,inputCacheHit:null,output:7e-5},description:"Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models. They are text-to-text, decoder-only large language models, available in English, with open weights, pre-trained variants, and instruction-tuned variants.",id:"gemma-7b-it",knowledge:null,lastUpdated:null,limit:{context:8192e3,output:null},modalities:{input:["text"],output:["text"]},name:"gemma-7b-it",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:7e-5,inputCacheHit:null,output:7e-5},description:"This is a Gemma-7B base model that Cloudflare dedicates for inference with LoRA adapters. Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models.",id:"gemma-7b-it-lora",knowledge:null,lastUpdated:null,limit:{context:35e5,output:null},modalities:{input:["text"],output:["text"]},name:"gemma-7b-it-lora",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"SEA-LION stands for Southeast Asian Languages In One Network, which is a collection of Large Language Models (LLMs) which have been pretrained and instruct-tuned for the Southeast Asia (SEA) region.",id:"gemma-sea-lion-v4-27b-it",knowledge:null,lastUpdated:null,limit:{context:128e6,output:null},modalities:{input:["text"],output:["text"]},name:"gemma-sea-lion-v4-27b-it",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},description:"OpenAI’s open-weight models designed for powerful reasoning, agentic tasks, and versatile developer use cases – gpt-oss-20b is for lower latency, and local or specialized use-cases.",id:"gpt-oss-20b",knowledge:null,lastUpdated:null,limit:{context:128e6,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-oss-20b",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:17e-6,inputCacheHit:null,output:11e-5},description:"Granite 4.0 instruct models deliver strong performance across benchmarks, achieving industry-leading results in key agentic tasks like instruction following and function calling. These efficiencies make the models well-suited for a wide range of use cases like retrieval-augmented generation (RAG), multi-agent workflows, and edge deployments.",id:"granite-4.0-h-micro",knowledge:null,lastUpdated:null,limit:{context:131e6,output:null},modalities:{input:["text"],output:["text"]},name:"granite-4.0-h-micro",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"hermes-2-pro-mistral-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Hermes 2 Pro Mistral 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks",audioGeneration:!1,description:"Hermes 2 Pro on Mistral 7B is the new flagship 7B Hermes! Hermes 2 Pro is an upgraded, retrained version of Nous Hermes 2, consisting of an updated and cleaned version of the OpenHermes 2.5 Dataset, as well as a newly introduced Function Calling and JSON Mode dataset developed in-house.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"IndicTrans2 is the first open-source transformer-based multilingual NMT model that supports high-quality translations across all the 22 scheduled Indic languages",id:"indictrans2-en-indic-1B",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"indictrans2-en-indic-1B",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"Llama 2 13B Chat AWQ is an efficient, accurate and blazing-fast low-bit weight quantized Llama 2 variant.",id:"llama-2-13b-chat-awq",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"llama-2-13b-chat-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"Full precision (fp16) generative text model with 7 billion parameters from Meta",id:"llama-2-7b-chat-fp16",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"llama-2-7b-chat-fp16",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"This is a Llama2 base model that Cloudflare dedicated for inference with LoRA adapters. Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 7B fine-tuned model, optimized for dialogue use cases and converted for the Hugging Face Transformers format.",id:"llama-2-7b-chat-hf-lora",knowledge:null,lastUpdated:null,limit:{context:8192e3,output:null},modalities:{input:["text"],output:["text"]},name:"llama-2-7b-chat-hf-lora",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"Quantized (int8) generative text model with 7 billion parameters from Meta",id:"llama-2-7b-chat-int8",knowledge:null,lastUpdated:null,limit:{context:8192e3,output:null},modalities:{input:["text"],output:["text"]},name:"llama-2-7b-chat-int8",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:45e-5,inputCacheHit:null,output:45e-5},description:"The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction tuned generative models. The Llama 3.1 instruction tuned text only models are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.",id:"llama-3.1-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:24e6,output:null},modalities:{input:["text","image"],output:["text"]},name:"llama-3.1-70b-instruct",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},description:"The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction tuned generative models. The Llama 3.1 instruction tuned text only models are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.",id:"llama-3.1-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:7968e3,output:null},modalities:{input:["text"],output:["text"]},name:"llama-3.1-8b-instruct",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"Quantized (int4) generative text model with 8 billion parameters from Meta.",id:"llama-3.1-8b-instruct-awq",knowledge:null,lastUpdated:null,limit:{context:8192e3,output:null},modalities:{input:["text"],output:["text"]},name:"llama-3.1-8b-instruct-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"[Fast version] The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction tuned generative models. The Llama 3.1 instruction tuned text only models are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.",id:"llama-3.1-8b-instruct-fast",knowledge:null,lastUpdated:null,limit:{context:128e6,output:null},modalities:{input:["text","image"],output:["text"]},name:"llama-3.1-8b-instruct-fast",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"Llama 3.1 8B quantized to FP8 precision",id:"llama-3.1-8b-instruct-fp8",knowledge:null,lastUpdated:null,limit:{context:32e6,output:null},modalities:{input:["text"],output:["text"]},name:"llama-3.1-8b-instruct-fp8",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:6e-5,inputCacheHit:null,output:6e-5},description:"The Llama 3.2-Vision instruction-tuned models are optimized for visual recognition, image reasoning, captioning, and answering general questions about an image.",id:"llama-3.2-11b-vision-instruct",knowledge:null,lastUpdated:null,limit:{context:128e6,output:null},modalities:{input:["text","image"],output:["text"]},name:"llama-3.2-11b-vision-instruct",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:2e-5,inputCacheHit:null,output:2e-5},description:"The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks.",id:"llama-3.2-1b-instruct",knowledge:null,lastUpdated:null,limit:{context:6e7,output:null},modalities:{input:["text"],output:["text"]},name:"llama-3.2-1b-instruct",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-5,inputCacheHit:null,output:5e-5},description:"The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks.",id:"llama-3.2-3b-instruct",knowledge:null,lastUpdated:null,limit:{context:128e6,output:null},modalities:{input:["text"],output:["text"]},name:"llama-3.2-3b-instruct",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:0,inputCacheHit:null,output:0},description:"Llama 3.3 70B quantized to fp8 precision, optimized to be faster.",id:"llama-3.3-70b-instruct-fp8-fast",knowledge:null,lastUpdated:null,limit:{context:24e6,output:null},modalities:{input:["text"],output:["text"]},name:"llama-3.3-70b-instruct-fp8-fast",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 8B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks",audioGeneration:!1,description:"Generation over generation, Meta Llama 3 demonstrates state-of-the-art performance on a wide range of industry benchmarks and offers new capabilities, including improved reasoning.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"Quantized (int4) generative text model with 8 billion parameters from Meta.",id:"llama-3-8b-instruct-awq",knowledge:null,lastUpdated:null,limit:{context:8192e3,output:null},modalities:{input:["text"],output:["text"]},name:"llama-3-8b-instruct-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-guard-3-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama Guard 3 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-02-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks",audioGeneration:!1,description:"Llama Guard 3 is a Llama-3.1-8B pretrained model, fine-tuned for content safety classification. Similar to previous versions, it can be used to classify content in both LLM inputs (prompt classification) and in LLM responses (response classification). It acts as an LLM – it generates text in its output that indicates whether a given prompt or response is safe or unsafe, and if unsafe, it also lists the content categories violated.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"Llama Guard is a model for classifying the safety of LLM prompts and responses, using a taxonomy of safety risks.",id:"llamaguard-7b-awq",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"llamaguard-7b-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"LLaVA is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on GPT-generated multimodal instruction-following data. It is an auto-regressive language model, based on the transformer architecture.",id:"llava-1.5-7b-hf",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"llava-1.5-7b-hf",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Lucid Origin from Leonardo.AI is their most adaptable and prompt-responsive model to date. Whether you're generating images with sharp graphic design, stunning full-HD renders, or highly specific creative direction, it adheres closely to your prompts, renders text with accuracy, and supports a wide array of visual styles and aesthetics – from stylized concept art to crisp product mockups.",id:"lucid-origin",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"lucid-origin",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Multilingual encoder-decoder (seq-to-seq) model trained for Many-to-Many multilingual translation",id:"m2m100-1.2b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"m2m100-1.2b",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!0,cost:{input:null,inputCacheHit:null,output:null},description:"MeloTTS is a high-quality multi-lingual text-to-speech library by MyShell.ai.",id:"melotts",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["audio"],output:["text"]},name:"melotts",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama-3-8b-instruct",knowledge:null,lastUpdated:"2025-06-23",limit:{context:8192,output:16384},modalities:{input:["text"],output:["text"]},name:"Meta-Llama-3-8B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-04-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope",audioGeneration:!1,description:"Generation over generation, Meta Llama 3 demonstrates state-of-the-art performance on a wide range of industry benchmarks and offers new capabilities, including improved reasoning.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,audioGeneration:!1,cost:{input:14e-5,inputCacheHit:null,output:42e-5},description:"Instruct fine-tuned version of the Mistral-7b generative text model with 7 billion parameters",id:"mistral-7b-instruct-v0.1",knowledge:null,lastUpdated:null,limit:{context:2824e3,output:null},modalities:{input:["text"],output:["text"]},name:"mistral-7b-instruct-v0.1",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:14e-5,inputCacheHit:null,output:42e-5},description:"Mistral 7B Instruct v0.1 AWQ is an efficient, accurate and blazing-fast low-bit weight quantized Mistral variant.",id:"mistral-7b-instruct-v0.1-awq",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"mistral-7b-instruct-v0.1-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:14e-5,inputCacheHit:null,output:42e-5},description:"The Mistral-7B-Instruct-v0.2 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral-7B-v0.2. Mistral-7B-v0.2 has the following changes compared to Mistral-7B-v0.1: 32k context window (vs 8k context in v0.1), rope-theta = 1e6, and no Sliding-Window Attention.",id:"mistral-7b-instruct-v0.2",knowledge:null,lastUpdated:null,limit:{context:3072e3,output:null},modalities:{input:["text"],output:["text"]},name:"mistral-7b-instruct-v0.2",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:14e-5,inputCacheHit:null,output:42e-5},description:"The Mistral-7B-Instruct-v0.2 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral-7B-v0.2.",id:"mistral-7b-instruct-v0.2-lora",knowledge:null,lastUpdated:null,limit:{context:15e6,output:null},modalities:{input:["text"],output:["text"]},name:"mistral-7b-instruct-v0.2-lora",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:14e-5,inputCacheHit:null,output:42e-5},description:"Building upon Mistral Small 3 (2501), Mistral Small 3.1 (2503) adds state-of-the-art vision understanding and enhances long context capabilities up to 128k tokens without compromising text performance. With 24 billion parameters, this model achieves top-tier capabilities in both text and vision tasks.",id:"mistral-small-3.1-24b-instruct",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"mistral-small-3.1-24b-instruct",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"This model is a fine-tuned 7B parameter LLM on the Intel Gaudi 2 processor from the mistralai/Mistral-7B-v0.1 on the open source dataset Open-Orca/SlimOrca.",id:"neural-chat-7b-v3-1-awq",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"neural-chat-7b-v3-1-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!0,cost:{input:52e-10,inputCacheHit:null,output:92e-10},description:"Transcribe audio using Deepgram’s speech-to-text model",id:"nova-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["audio"],output:["text"]},name:"nova-3",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"OpenChat is an innovative library of open-source language models, fine-tuned with C-RLFT - a strategy inspired by offline reinforcement learning.",id:"openchat-3.5-0106",knowledge:null,lastUpdated:null,limit:{context:8192e3,output:null},modalities:{input:["text"],output:["text"]},name:"openchat-3.5-0106",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"OpenHermes 2.5 Mistral 7B is a state of the art Mistral Fine-tune, a continuation of OpenHermes 2 model, which trained on additional code datasets.",id:"openhermes-2.5-mistral-7b-awq",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"openhermes-2.5-mistral-7b-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},description:"Phi-2 is a Transformer-based model with a next-word prediction objective, trained on 1.4T tokens from multiple passes on a mixture of Synthetic and Web datasets for NLP and coding.",id:"phi-2",knowledge:null,lastUpdated:null,limit:{context:2048e3,output:null},modalities:{input:["text"],output:["text"]},name:"phi-2",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Phoenix 1.0 is a model by Leonardo.Ai that generates images with exceptional prompt adherence and coherent text.",id:"phoenix-1.0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"phoenix-1.0",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:`PLaMo-Embedding-1B is a Japanese text embedding model developed by Preferred Networks, Inc.
|
|
2
|
-
|
|
3
|
-
It can convert Japanese text input into numerical vectors and can be used for a wide range of applications, including information retrieval, text classification, and clustering.`,id:"plamo-embedding-1b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["embedding"]},name:"plamo-embedding-1b",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},description:"Qwen1.5 is the improved version of Qwen, the large language model series developed by Alibaba Cloud.",id:"qwen1.5-0.5b-chat",knowledge:null,lastUpdated:null,limit:{context:32e6,output:null},modalities:{input:["text"],output:["text"]},name:"qwen1.5-0.5b-chat",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Qwen1.5 is the improved version of Qwen, the large language model series developed by Alibaba Cloud. AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization.",id:"qwen1.5-14b-chat-awq",knowledge:null,lastUpdated:null,limit:{context:75e5,output:null},modalities:{input:["text"],output:["text"]},name:"qwen1.5-14b-chat-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},description:"Qwen1.5 is the improved version of Qwen, the large language model series developed by Alibaba Cloud.",id:"qwen1.5-1.8b-chat",knowledge:null,lastUpdated:null,limit:{context:32e6,output:null},modalities:{input:["text"],output:["text"]},name:"qwen1.5-1.8b-chat",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Qwen1.5 is the improved version of Qwen, the large language model series developed by Alibaba Cloud. AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization.",id:"qwen1.5-7b-chat-awq",knowledge:null,lastUpdated:null,limit:{context:2e7,output:null},modalities:{input:["text"],output:["text"]},name:"qwen1.5-7b-chat-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:8e-4,inputCacheHit:null,output:8e-4},description:"Qwen2.5-Coder is the latest series of Code-Specific Qwen large language models (formerly known as CodeQwen). As of now, Qwen2.5-Coder has covered six mainstream model sizes, 0.5, 1.5, 3, 7, 14, 32 billion parameters, to meet the needs of different developers. Qwen2.5-Coder brings the following improvements upon CodeQwen1.5:",extendedThinking:!1,id:"qwen2.5-coder-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768e3,output:32768},modalities:{input:["text"],output:["text"]},name:"qwen2.5-coder-32b-instruct",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:"2024-11-11",streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models. Built upon extensive training, Qwen3 delivers groundbreaking advancements in reasoning, instruction-following, agent capabilities, and multilingual support.",id:"qwen3-30b-a3b-fp8",knowledge:null,lastUpdated:null,limit:{context:32768e3,output:null},modalities:{input:["text"],output:["text"]},name:"qwen3-30b-a3b-fp8",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"The Qwen3 Embedding model series is the latest proprietary model of the Qwen family, specifically designed for text embedding and ranking tasks.",id:"qwen3-embedding-0.6b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["embedding"]},name:"qwen3-embedding-0.6b",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwq-32b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"QWQ 32B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks",audioGeneration:!1,description:"QwQ is the reasoning model of the Qwen series. Compared with conventional instruction-tuned models, QwQ, which is capable of thinking and reasoning, can achieve significantly enhanced performance in downstream tasks, especially hard problems. QwQ-32B is the medium-sized reasoning model, which is capable of achieving competitive performance against state-of-the-art reasoning models, e.g., DeepSeek-R1, o1-mini.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"50 layers deep image classification CNN trained on more than 1M images from ImageNet",id:"resnet-50",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"resnet-50",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!0,cost:{input:null,inputCacheHit:null,output:null},description:"An open source, community-driven, native audio turn detection model in 2nd version",id:"smart-turn-v2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["audio"]},name:"smart-turn-v2",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"This model is intended to be used by non-technical users to understand data inside their SQL databases.",id:"sqlcoder-7b-2",knowledge:null,lastUpdated:null,limit:{context:1e7,output:null},modalities:{input:["text"],output:["text"]},name:"sqlcoder-7b-2",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images. Img2img generate a new image from an input image with Stable Diffusion.",id:"stable-diffusion-v1-5-img2img",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"stable-diffusion-v1-5-img2img",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Stable Diffusion Inpainting is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input, with the extra capability of inpainting the pictures by using a mask.",id:"stable-diffusion-v1-5-inpainting",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"stable-diffusion-v1-5-inpainting",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Diffusion-based text-to-image generative model by Stability AI. Generates and modify images based on text prompts.",id:"stable-diffusion-xl-base-1.0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"stable-diffusion-xl-base-1.0",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"SDXL-Lightning is a lightning-fast text-to-image generation model. It can generate high-quality 1024px images in a few steps.",id:"stable-diffusion-xl-lightning",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"stable-diffusion-xl-lightning",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"We introduce Starling-LM-7B-beta, an open large language model (LLM) trained by Reinforcement Learning from AI Feedback (RLAIF). Starling-LM-7B-beta is trained from Openchat-3.5-0106 with our new reward model Nexusflow/Starling-RM-34B and policy optimization method Fine-Tuning Language Models from Human Preferences (PPO).",id:"starling-lm-7b-beta",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"starling-lm-7b-beta",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},description:"The TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens. This is the chat model finetuned on top of TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T.",id:"tinyllama-1.1b-chat-v1.0",knowledge:null,lastUpdated:null,limit:{context:2048e3,output:null},modalities:{input:["text"],output:["text"]},name:"tinyllama-1.1b-chat-v1.0",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"UForm-Gen is a small generative vision-language model primarily designed for Image Captioning and Visual Question Answering. The model was pre-trained on the internal image captioning dataset and fine-tuned on public instructions datasets: SVIT, LVIS, VQAs datasets.",id:"uform-gen2-qwen-500m",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"uform-gen2-qwen-500m",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!0,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Cybertron 7B v2 is a 7B MistralAI based model, best on it's series. It was trained with SFT, DPO and UNA (Unified Neural Alignment) on multiple datasets.",id:"una-cybertron-7b-v2-bf16",knowledge:null,lastUpdated:null,limit:{context:15e6,output:null},modalities:{input:["text"],output:["text"]},name:"una-cybertron-7b-v2-bf16",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"whisper",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","audio"],output:["text","audio"]},name:"Whisper",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq",audioGeneration:!0,description:"Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitasking model that can perform multilingual speech recognition, speech translation, and language identification.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,audioGeneration:!0,cost:{input:null,inputCacheHit:null,output:null},description:"Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation.",id:"whisper-large-v3-turbo",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["audio"],output:["text"]},name:"whisper-large-v3-turbo",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!0,cost:{input:null,inputCacheHit:null,output:null},description:"Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours of labelled data, Whisper models demonstrate a strong ability to generalize to many datasets and domains without the need for fine-tuning. This is the English-only version of the Whisper Tiny model which was trained on the task of speech recognition.",id:"whisper-tiny-en",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["audio"],output:["text"]},name:"whisper-tiny-en",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,audioGeneration:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Zephyr 7B Beta AWQ is an efficient, accurate and blazing-fast low-bit weight quantized Zephyr model variant.",id:"zephyr-7b-beta-awq",knowledge:null,lastUpdated:null,limit:{context:4096e3,output:null},modalities:{input:["text"],output:["text"]},name:"zephyr-7b-beta-awq",openWeights:!1,provider:"Cloudflare",providerDoc:"https://developers.cloudflare.com/workers-ai/models",providerEnv:["CLOUDFLARE_API_TOKEN"],providerId:"cloudflare",providerNpm:"@ai-sdk/cloudflare",reasoning:!1,releaseDate:null,streamingSupported:!0,structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0,temperature:!0,toolCall:!0,version:null,vision:!1,icon:"cloudflare"},{attachment:!1,cost:{input:9e-6,inputCacheHit:null,output:19e-6},extendedThinking:!1,id:"allenai/olmOCR-2-7B-1025",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"olmOCR-2-7B-1025",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:18e-5},extendedThinking:!1,id:"allenai/olmOCR-7B-0725-FP8",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"olmOCR-7B-0725-FP8",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:.00165,inputCacheHit:null,output:.00825},extendedThinking:!1,id:"anthropic/claude-4-opus",knowledge:null,lastUpdated:null,limit:{context:2e5,output:null},modalities:{input:["text"],output:["text"]},name:"claude-4-opus",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:33e-5,inputCacheHit:null,output:.00165},extendedThinking:!1,id:"anthropic/claude-4-sonnet",knowledge:null,lastUpdated:null,limit:{context:2e5,output:null},modalities:{input:["text"],output:["text"]},name:"claude-4-sonnet",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:3e-6,inputCacheHit:null,output:1e-5},extendedThinking:!1,id:"deepseek-ai/DeepSeek-OCR",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-OCR",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"deepseek-ai/DeepSeek-R1-0528-Turbo",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-0528-Turbo",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3-0324-Turbo",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3-0324-Turbo",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:21e-6,inputCacheHit:null,output:79e-6},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3.1",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:21e-6,inputCacheHit:null,output:79e-6},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3.1-Terminus",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1-Terminus",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:26e-6,inputCacheHit:null,output:39e-6},extendedThinking:!1,id:"deepseek-ai/DeepSeek-V3.2",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.2",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-flash",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65535},modalities:{input:["file","image","text","audio","video"],output:["text"]},name:"Google: Gemini 2.5 Flash",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-pro",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65536},modalities:{input:["text","image","file","audio","video"],output:["text"]},name:"Google: Gemini 2.5 Pro",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-3-12b-it",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text","image"],output:["text"]},name:"Google: Gemma 3 12B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-3-27b-it",knowledge:null,lastUpdated:null,limit:{context:96e3,output:96e3},modalities:{input:["text","image"],output:["text"]},name:"Google: Gemma 3 27B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-3-4b-it",knowledge:null,lastUpdated:null,limit:{context:96e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Google: Gemma 3 4B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:23e-6,inputCacheHit:null,output:4e-5},extendedThinking:!1,id:"meta-llama/Llama-3.3-70B-Instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.3-70B-Instruct",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:1e-5,inputCacheHit:null,output:32e-6},extendedThinking:!1,id:"meta-llama/Llama-3.3-70B-Instruct-Turbo",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.3-70B-Instruct-Turbo",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:15e-6,inputCacheHit:null,output:6e-5},extendedThinking:!1,id:"meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-4-Maverick-17B-128E-Instruct-FP8",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:5e-5},extendedThinking:!1,id:"meta-llama/Llama-4-Maverick-17B-128E-Instruct-Turbo",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-4-Maverick-17B-128E-Instruct-Turbo",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:8e-6,inputCacheHit:null,output:3e-5},extendedThinking:!1,id:"meta-llama/Llama-4-Scout-17B-16E-Instruct",knowledge:null,lastUpdated:null,limit:{context:327680,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-4-Scout-17B-16E-Instruct",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:18e-6,inputCacheHit:null,output:18e-6},extendedThinking:!1,id:"meta-llama/Llama-Guard-4-12B",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-Guard-4-12B",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"microsoft/phi-4",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Microsoft: Phi 4",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:254e-7,inputCacheHit:null,output:102e-6},extendedThinking:!1,id:"MiniMaxAI/MiniMax-M2",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M2",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:7e-6,inputCacheHit:null,output:28e-6},extendedThinking:!1,id:"mistralai/Devstral-Small-2507",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral-Small-2507",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:75e-7,inputCacheHit:null,output:2e-5},extendedThinking:!1,id:"mistralai/Mistral-Small-3.2-24B-Instruct-2506",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral-Small-3.2-24B-Instruct-2506",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:47e-6,inputCacheHit:null,output:2e-4},extendedThinking:!1,id:"moonshotai/Kimi-K2-Thinking",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-K2-Thinking",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:6e-6,inputCacheHit:null,output:24e-6},extendedThinking:!1,id:"nvidia/Nemotron-3-Nano-30B-A3B",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Nemotron-3-Nano-30B-A3B",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:14e-6,inputCacheHit:null,output:8e-5},extendedThinking:!1,id:"PaddlePaddle/PaddleOCR-VL-0.9B",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"PaddleOCR-VL-0.9B",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:75e-7,inputCacheHit:null,output:15e-6},extendedThinking:!1,id:"Qwen/QwQ-32B",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"QwQ-32B",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:4e-5,inputCacheHit:null,output:16e-5},extendedThinking:!1,id:"Qwen/Qwen3-Coder-480B-A35B-Instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-480B-A35B-Instruct",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:28e-6,inputCacheHit:null,output:12e-5},extendedThinking:!1,id:"Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-480B-A35B-Instruct-Turbo",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:55e-6,inputCacheHit:null,output:2e-4},extendedThinking:!1,id:"zai-org/GLM-4.5",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:17e-5},extendedThinking:!1,id:"zai-org/GLM-4.5V",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5V",openWeights:!1,provider:"Deep Infra",providerDoc:"https://deepinfra.com/docs",providerEnv:[],providerId:"deep-infra",providerModelsDevId:"deepinfra",providerNpm:"@deepinfra/sdk",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"deepinfra"},{attachment:!1,cost:{input:4e-4,inputCacheHit:null,output:.00175},extendedThinking:!1,id:"deep-seek-r1-0528",knowledge:null,lastUpdated:"2025-05-29",limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-0528",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v3-0324",knowledge:null,lastUpdated:"2025-03-25",limit:{context:null,output:8e3},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3-0324",openWeights:!1,provider:"DeepSeek",providerDoc:"https://api-docs.deepseek.com/quick_start/pricing",providerEnv:["DEEPSEEK_API_KEY"],providerId:"deep-seek",providerModelsDevId:"deepseek",providerNpm:"@ai-sdk/deepseek",reasoning:!1,releaseDate:"2024-03-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"deepseek"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/chronos-hermes-13b-v2",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Chronos Hermes 13B v2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-13b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 13B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-13b-instruct",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 13B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-13b-python",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 13B Python",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-34b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 34B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-34b-instruct",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 34B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-34b-python",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 34B Python",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-70b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 70B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-70b-python",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 70B Python",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-7b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/code-llama-7b-python",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 7B Python",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/code-qwen-1p5-7b",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"CodeQwen 1.5 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/codegemma-2b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"CodeGemma 2B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/codegemma-7b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"CodeGemma 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/cogito-v1-preview-llama-3b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cogito v1 Preview Llama 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/cogito-v1-preview-llama-70b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cogito v1 Preview Llama 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/cogito-v1-preview-llama-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cogito v1 Preview Llama 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/cogito-v1-preview-qwen-14b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cogito v1 Preview Qwen 14B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/cogito-v1-preview-qwen-32b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cogito v1 Preview Qwen 32B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.2,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/dbrx-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"DBRX Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-coder-1b-base",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder 1.3B Base",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-coder-33b-instruct",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder 33B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-coder-7b-base",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder 7B Base",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-coder-7b-base-v1p5",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder 7B Base v1.5",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-coder-7b-instruct-v1p5",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder 7B Instruct v1.5",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.2,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-coder-v2-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder V2 Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-coder-v2-lite-base",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder V2 Lite Base",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-coder-v2-lite-instruct",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder V2 Lite Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.2,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-prover-v2",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Prover V2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.35,inputCacheHit:null,output:5.4},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-r1",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 (Fast)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.35,inputCacheHit:null,output:5.4},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-r1-0528",knowledge:null,lastUpdated:null,limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"Deepseek R1 05/28",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-05-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-r1-0528-distill-qwen3-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 0528 Distill Qwen3 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.55,inputCacheHit:null,output:2.19},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-r1-basic",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 (Basic)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-r1-distill-llama-70b",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 Distill Llama 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-01-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-r1-distill-llama-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:32e3},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 Distill Llama 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-02-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-r1-distill-qwen-14b",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 Distill Qwen 14B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-01-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-r1-distill-qwen-1p5b",knowledge:null,lastUpdated:null,limit:{context:131072,output:32768},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 Distill Qwen 1.5B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-01-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-r1-distill-qwen-32b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 Distill Qwen 32B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-01-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-r1-distill-qwen-7b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 Distill Qwen 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-v2-lite-chat",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek V2 Lite Chat",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.2,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-v2p5",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek V2.5",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-v3",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek V3",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-v3-0324",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Deepseek V3 03-24",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.56,inputCacheHit:null,output:1.68},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-v3p1",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek V3.1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.56,inputCacheHit:null,output:1.68},extendedThinking:!1,id:"accounts/fireworks/models/deepseek-v3p2",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Deepseek v3.2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/devstral-small-2505",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral-Small-2505",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/devstral-small-2-24b-instruct-2512",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Devstral Small 2 24B Instruct 2512",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/dolphin-2-9-2-qwen2-72b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Dolphin 2.9.2 Qwen2 72B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/dolphin-2p6-mixtral-8x7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Dolphin 2.6 Mixtral 8x7b",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/ernie-4p5-21b-a3b-pt",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"ERNIE-4.5-21B-A3B-PT",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/ernie-4p5-300b-a47b-pt",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"ERNIE-4.5-300B-A47B-PT",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/fare-20b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"FARE-20B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/firefunction-v1",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"FireFunction V1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/firefunction-v2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FireFunction V2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/firellava-13b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text","image"],output:["text"]},name:"FireLLaVA 13B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/firesearch-ocr-v6",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text","image"],output:["text"]},name:"Firesearch OCR V6",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"accounts/fireworks/models/fireworks-asr-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Streaming ASR v1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"accounts/fireworks/models/fireworks-asr-v2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Streaming ASR v2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.001},extendedThinking:!1,id:"accounts/fireworks/models/flux-1-dev-controlnet-union",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 [dev] ControlNet",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:5e-4,inputCacheHit:null,output:5e-4},extendedThinking:!1,id:"accounts/fireworks/models/flux-1-dev-fp8",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"FLUX.1 [dev] FP8",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/flux-1-schnell",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 [schnell]",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:35e-5,inputCacheHit:null,output:35e-5},extendedThinking:!1,id:"accounts/fireworks/models/flux-1-schnell-fp8",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"FLUX.1 [schnell] FP8",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.08,inputCacheHit:null,output:.08},extendedThinking:!1,id:"accounts/fireworks/models/flux-kontext-max",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"FLUX.1 Kontext Max",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.04,inputCacheHit:null,output:.04},extendedThinking:!1,id:"accounts/fireworks/models/flux-kontext-pro",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"FLUX.1 Kontext Pro",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/gemma2-9b-it",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 2 9B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/gemma-2b-it",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 2B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/gemma-3-12b-it",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 3 12B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/gemma-3-27b-it",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 3 27B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/gemma-3-4b-it",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 3 4B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/gemma-7b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/gemma-7b-it",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.55,inputCacheHit:null,output:2.19},extendedThinking:!1,id:"accounts/fireworks/models/glm-4p5",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.22,inputCacheHit:null,output:.88},extendedThinking:!1,id:"accounts/fireworks/models/glm-4p5-air",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5-Air",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.2,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/glm-4p5v",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"GLM-4.5V",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.55,inputCacheHit:null,output:2.19},extendedThinking:!1,id:"accounts/fireworks/models/glm-4p6",knowledge:null,lastUpdated:null,limit:{context:202752,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.6",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.6,inputCacheHit:null,output:2.2},extendedThinking:!1,id:"accounts/fireworks/models/glm-4p7",knowledge:null,lastUpdated:null,limit:{context:202752,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.7",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.15,inputCacheHit:null,output:.6},extendedThinking:!1,id:"accounts/fireworks/models/gpt-oss-120b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"OpenAI gpt-oss-120b",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.07,inputCacheHit:null,output:.3},extendedThinking:!1,id:"accounts/fireworks/models/gpt-oss-20b",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"OpenAI gpt-oss-20b",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.2,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/gpt-oss-safeguard-120b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"OpenAI gpt-oss-safeguard-120b",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/gpt-oss-safeguard-20b",knowledge:null,lastUpdated:null,limit:{context:131072,output:65536},modalities:{input:["text"],output:["text"]},name:"OpenAI gpt-oss-safeguard-20b",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-10-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/hermes-2-pro-mistral-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Hermes 2 Pro Mistral 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/internvl3-38b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3 38B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/internvl3-78b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3 78B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/internvl3-8b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:13e-5,inputCacheHit:null,output:13e-5},extendedThinking:!1,id:"accounts/fireworks/models/japanese-stable-diffusion-xl",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Japanese Stable Diffusion XL",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/kat-coder",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"KAT Coder",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/kat-dev-32b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"KAT Dev 32B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/kat-dev-72b-exp",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"KAT Dev 72B Exp",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.6,inputCacheHit:null,output:2.5},extendedThinking:!1,id:"accounts/fireworks/models/kimi-k2-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi K2 Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.6,inputCacheHit:null,output:2.5},extendedThinking:!1,id:"accounts/fireworks/models/kimi-k2-instruct-0905",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi K2 Instruct 0905",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.6,inputCacheHit:null,output:2.5},extendedThinking:!0,id:"accounts/fireworks/models/kimi-k2-thinking",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi K2 Thinking",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.22,inputCacheHit:null,output:.88},extendedThinking:!1,id:"accounts/fireworks/models/llama4-maverick-instruct-basic",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text","image"],output:["text"]},name:"Llama 4 Maverick Instruct (Basic)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.15,inputCacheHit:null,output:.6},extendedThinking:!1,id:"accounts/fireworks/models/llama4-scout-instruct-basic",knowledge:null,lastUpdated:null,limit:{context:1048576,output:null},modalities:{input:["text","image"],output:["text"]},name:"Llama 4 Scout Instruct (Basic)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llama-guard-2-8b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama Guard v2 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/llama-guard-3-1b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama Guard v3 1B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llama-guard-3-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama Guard 3 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-02-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llama-v2-13b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 13B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llama-v2-13b-chat",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 13B Chat",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/llama-v2-70b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/llama-v2-70b-chat",knowledge:null,lastUpdated:null,limit:{context:2048,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 70B Chat",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llama-v2-7b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llama-v2-7b-chat",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 7B Chat",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 70B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3-70b-instruct-hf",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 70B Instruct (HF version)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3-8b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3-8b-instruct-hf",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 8B Instruct (HF version)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3,inputCacheHit:null,output:3},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p1-405b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 405B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p1-405b-instruct-long",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 405B Instruct Long",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p1-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 70B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p1-70b-instruct-1b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 70B Instruct 1B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p1-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 8B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p1-nemotron-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 Nemotron 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p2-11b-vision-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Llama 3.2 11B Vision Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p2-1b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 1B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p2-1b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 1B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p2-3b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p2-3b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 3B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p2-90b-vision-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Llama 3.2 90B Vision Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/llama-v3p3-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.3 70B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/llamaguard-7b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama Guard 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/llava-yi-34b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text","image"],output:["text"]},name:"LLaVA V1.6 Yi 34B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/minimax-m1-80k",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M1-80k",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/minimax-m2",knowledge:null,lastUpdated:null,limit:{context:196608,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/minimax-m2p1",knowledge:null,lastUpdated:null,limit:{context:204800,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M2.1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/ministral-3-14b-instruct-2512",knowledge:null,lastUpdated:null,limit:{context:256e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Ministral 3 14B Instruct 2512",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/ministral-3-3b-instruct-2512",knowledge:null,lastUpdated:null,limit:{context:256e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Ministral 3 3B Instruct 2512",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/ministral-3-8b-instruct-2512",knowledge:null,lastUpdated:null,limit:{context:256e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Ministral 3 8B Instruct 2512",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/mistral-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/mistral-7b-instruct-4k",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistal 7B Instruct V0.1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/mistral-7b-instruct-v0p2",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B Instruct v0.2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/mistral-7b-instruct-v3",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B Instruct v0.3",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/mistral-7b-v0p2",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B v0.2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.2,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/mistral-large-3-fp8",knowledge:null,lastUpdated:null,limit:{context:256e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 3 675B Instruct 2512",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/mistral-nemo-base-2407",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Nemo Base 2407",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/mistral-nemo-instruct-2407",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Nemo Instruct 2407",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/mistral-small-24b-instruct-2501",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 24B Instruct 2501",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.2,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/mixtral-8x22b",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral Moe 8x22B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.2,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/mixtral-8x22b-instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral MoE 8x22B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/mixtral-8x7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x7B v0.1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/mixtral-8x7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral MoE 8x7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/mixtral-8x7b-instruct-hf",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral MoE 8x7B Instruct (HF version)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/mythomax-l2-13b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"MythoMax L2 13B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/nemotron-nano-3-30b-a3b",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA Nemotron Nano 3 30B A3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/nemotron-nano-v2-12b-vl",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"NVIDIA Nemotron Nano 2 VL",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/nous-capybara-7b-v1p9",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Nous Capybara 7B V1.9",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/nous-hermes-2-mixtral-8x7b-dpo",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Nouse Hermes 2 Mixtral 8x7B DPO",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/nous-hermes-2-yi-34b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Nous Hermes 2 Yi 34B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/nous-hermes-llama2-13b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Nous Hermes Llama2 13B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/nous-hermes-llama2-70b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Nous Hermes Llama2 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/nous-hermes-llama2-7b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Nous Hermes Llama2 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/nvidia-nemotron-nano-12b-v2",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA Nemotron Nano 12B v2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/nvidia-nemotron-nano-9b-v2",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA Nemotron Nano 9B v2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-09-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/openchat-3p5-0106-7b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"OpenChat 3.5 0106",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/openhermes-2-mistral-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"OpenHermes 2 Mistral 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/openhermes-2p5-mistral-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"OpenHermes 2.5 Mistral 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/openorca-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B OpenOrca",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/phi-2-3b",knowledge:null,lastUpdated:null,limit:{context:2048,output:null},modalities:{input:["text"],output:["text"]},name:"Phi-2 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/phi-3-mini-128k-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Phi-3 Mini 128k Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/phi-3-vision-128k-instruct",knowledge:null,lastUpdated:null,limit:{context:32064,output:null},modalities:{input:["text","image"],output:["text"]},name:"Phi-3.5 Vision Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/phind-code-llama-34b-python-v1",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Phind CodeLlama 34B Python v1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/phind-code-llama-34b-v1",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Phind CodeLlama 34B v1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/phind-code-llama-34b-v2",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Phind CodeLlama 34B v2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:13e-5,inputCacheHit:null,output:13e-5},extendedThinking:!1,id:"accounts/fireworks/models/playground-v2-1024px-aesthetic",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Playground v2 1024",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:13e-5,inputCacheHit:null,output:13e-5},extendedThinking:!1,id:"accounts/fireworks/models/playground-v2-5-1024px-aesthetic",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Playground v2.5 1024",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/pythia-12b",knowledge:null,lastUpdated:null,limit:{context:2048,output:null},modalities:{input:["text"],output:["text"]},name:"Pythia 12B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen1p5-72b-chat",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen1.5 72B Chat",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:4096},modalities:{input:["text"],output:["text"]},name:"Qwen2 72B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2024-06-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen2-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2 7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-0p5b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 0.5B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-14b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 14B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-1p5b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 1.5B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-32b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 32B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 32B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-72b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 72B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 72B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2024-09-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-0p5b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 0.5B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-0p5b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 0.5B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-14b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 14B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-14b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 14B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-1p5b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 1.5B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-1p5b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 1.5B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-32b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 32B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 32B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2024-11-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-32b-instruct-128k",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 32B Instruct 128K",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-32b-instruct-32k-rope",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 32B Instruct 32K RoPE",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-32b-instruct-64k",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 32B Instruct 64k",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-3b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-3b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 3B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-coder-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-math-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Math 72B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-vl-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL 32B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-vl-3b-instruct",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL 3B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-vl-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL 72B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen2p5-vl-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL 7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen2-vl-2b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2-VL 2B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen2-vl-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2-VL 72B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen2-vl-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2-VL 7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-0p6b",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 0.6B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-14b",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 14B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-1p7b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 1.7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-1p7b-fp8-draft",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 1.7B fp8 model used for drafting",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-1p7b-fp8-draft-131072",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 1.7B fp8 model used for drafting for 131072 context",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-1p7b-fp8-draft-40960",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 1.7B fp8 model used for drafting for 40960 context length",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.22,inputCacheHit:null,output:.88},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-235b-a22b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 235B A22B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.22,inputCacheHit:null,output:.88},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-235b-a22b-instruct-2507",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 235B A22B Instruct 2507",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.15,inputCacheHit:null,output:.6},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-30b-a3b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 30B-A3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-30b-a3b-instruct-2507",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 30B A3B Instruct 2507",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!0,id:"accounts/fireworks/models/qwen3-30b-a3b-thinking-2507",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 30B A3B Thinking 2507",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-32b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 32B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-4b",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 4B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-4b-instruct-2507",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen 3 4B Instruct 2507",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-8b",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.15,inputCacheHit:null,output:.6},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-coder-30b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Coder 30B A3B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.45,inputCacheHit:null,output:1.8},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-coder-480b-a35b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Coder 480B A35B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:1.2,inputCacheHit:null,output:1.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-coder-480b-instruct-bf16",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Coder 480B Instruct BF16",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-embedding-0p6b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Embedding 0.6B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-embedding-4b",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Embedding 4B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-embedding-8b",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Embedding 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-next-80b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Next 80B A3B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!0,id:"accounts/fireworks/models/qwen3-next-80b-a3b-thinking",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Next 80B A3B Thinking",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.5,inputCacheHit:null,output:.5},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-omni-30b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3 Omni 30B A3B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-reranker-0p6b",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Reranker 0.6B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-reranker-4b",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Reranker 4B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-reranker-8b",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Reranker 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.22,inputCacheHit:null,output:.88},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-vl-235b-a22b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3 VL 235B A22B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.22,inputCacheHit:null,output:.88},extendedThinking:!0,id:"accounts/fireworks/models/qwen3-vl-235b-a22b-thinking",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3 VL 235B A22B Thinking",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.15,inputCacheHit:null,output:.6},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-vl-30b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3 VL 30B A3B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.15,inputCacheHit:null,output:.6},extendedThinking:!0,id:"accounts/fireworks/models/qwen3-vl-30b-a3b-thinking",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3 VL 30B A3B Thinking",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-vl-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3 VL 32B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen3-vl-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-8B-Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwen-qwq-32b-preview",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen QWQ 32B Preview",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2024-11-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen-v2p5-14b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 14B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/qwen-v2p5-7b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/qwq-32b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"QWQ 32B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/rolm-ocr",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Rolm OCR",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/seed-oss-36b-instruct",knowledge:null,lastUpdated:null,limit:{context:524288,output:null},modalities:{input:["text"],output:["text"]},name:"Seed OSS 36B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/snorkel-mistral-7b-pairrm-dpo",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Snorkel Mistral PairRM DPO",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:13e-5,inputCacheHit:null,output:13e-5},extendedThinking:!1,id:"accounts/fireworks/models/SSD-1B",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Segmind Stable Diffusion 1B (SSD-1B)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:13e-5,inputCacheHit:null,output:13e-5},extendedThinking:!1,id:"accounts/fireworks/models/stable-diffusion-xl-1024-v1-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Stable Diffusion XL",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/stablecode-3b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Stable Code 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/starcoder-16b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"StarCoder 16B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/starcoder2-15b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"StarCoder2 15B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.1,inputCacheHit:null,output:.1},extendedThinking:!1,id:"accounts/fireworks/models/starcoder2-3b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"StarCoder2 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/starcoder2-7b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"StarCoder2 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/starcoder-7b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"StarCoder 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/toppy-m-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Toppy M 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"accounts/fireworks/models/whisper-v3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Whisper V3 Large",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"accounts/fireworks/models/whisper-v3-turbo",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Whisper V3 Turbo",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.9,inputCacheHit:null,output:.9},extendedThinking:!1,id:"accounts/fireworks/models/yi-34b-200k-capybara",knowledge:null,lastUpdated:null,limit:{context:2e5,output:null},modalities:{input:["text"],output:["text"]},name:"Nouse Capybara 34B V1.9",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.2,inputCacheHit:null,output:.2},extendedThinking:!1,id:"accounts/fireworks/models/zephyr-7b-beta",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Zephyr 7B Beta",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chronos-hermes-13b-v-2",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Chronos Hermes 13B v2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"code-gemma-2b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"CodeGemma 2B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"code-gemma-7b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"CodeGemma 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-13b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 13B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-13b-instruct",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 13B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-13b-python",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 13B Python",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-34b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 34B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-34b-instruct",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 34B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-34b-python",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 34B Python",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-70b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 70B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-70b-python",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 70B Python",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-7b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"code-llama-7b-python",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Code Llama 7B Python",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"code-qwen-1-5-7b",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"CodeQwen 1.5 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"cogito-v-1-preview-llama-3b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cogito v1 Preview Llama 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"cogito-v-1-preview-llama-70b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cogito v1 Preview Llama 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"cogito-v-1-preview-llama-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cogito v1 Preview Llama 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cogito-v-1-preview-qwen-14b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cogito v1 Preview Qwen 14B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cogito-v-1-preview-qwen-32b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Cogito v1 Preview Qwen 32B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dbrx-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"DBRX Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-coder-1-3b-base",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder 1.3B Base",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-coder-33b-instruct",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder 33B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-coder-7b-base",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder 7B Base",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-coder-7b-base-v-1-5",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder 7B Base v1.5",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-coder-7b-instruct-v-1-5",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder 7B Instruct v1.5",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-coder-v2-instruct",knowledge:null,lastUpdated:"2024-08-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-Coder-V2-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-coder-v2-lite-base",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Coder V2 Lite Base",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-coder-v2-lite-instruct",knowledge:null,lastUpdated:"2024-12-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-Coder-V2-Lite-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-prover-v2",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek Prover V2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.55,inputCacheHit:null,output:2.19},extendedThinking:!1,id:"deep-seek-r1-(basic)",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 (Basic)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3,inputCacheHit:null,output:8},extendedThinking:!1,id:"deep-seek-r1-(fast)",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 (Fast)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-0528-distill-qwen-3-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1 0528 Distill Qwen3 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:75e-5,inputCacheHit:null,output:99e-5},extendedThinking:!1,id:"deep-seek-r1-distill-llama-70b",knowledge:null,lastUpdated:"2025-02-24",limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Llama-70B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:4e-5,inputCacheHit:null,output:4e-5},extendedThinking:!1,id:"deep-seek-r1-distill-llama-8b",knowledge:null,lastUpdated:"2025-02-24",limit:{context:32e3,output:32e3},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Llama-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:15e-5,inputCacheHit:null,output:15e-5},extendedThinking:!1,id:"deep-seek-r1-distill-qwen-14b",knowledge:null,lastUpdated:"2025-02-24",limit:{context:32768,output:16384},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Qwen-14B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-distill-qwen-1-5b",knowledge:null,lastUpdated:"2025-03-07",limit:{context:131072,output:32768},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Qwen-1.5B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"deep-seek-r1-distill-qwen-32b",knowledge:null,lastUpdated:"2025-02-24",limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Qwen-32B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-distill-qwen-7b",knowledge:null,lastUpdated:"2025-02-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Qwen-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v2-5",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek V2.5",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v2-lite-chat",knowledge:null,lastUpdated:"2024-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V2-Lite-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-05-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:9e-4,inputCacheHit:null,output:9e-4},extendedThinking:!1,id:"deep-seek-v3",knowledge:null,lastUpdated:"2025-02-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3,inputCacheHit:null,output:8},extendedThinking:!1,id:"deepseek-r1-05-28",knowledge:null,lastUpdated:null,limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"Deepseek R1 05/28",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2025-05-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-v3-03-24",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Deepseek V3 03-24",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"devstral-small-2505",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral-Small-2505",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"dobby-mini-unhinged-plus-llama-3-1-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Dobby Mini Unhinged Plus Llama 3.1 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"dobby-unhinged-llama-3-3-70b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Dobby-Unhinged-Llama-3.3-70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dolphin-2-6-mixtral-8-x-7-b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Dolphin 2.6 Mixtral 8x7b",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dolphin-2-9-2-qwen-2-72b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Dolphin 2.9.2 Qwen2 72B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ernie-4-5-21b-a3b-pt",knowledge:null,lastUpdated:"2025-09-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ERNIE-4.5-21B-A3B-PT",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ernie-4-5-300b-a47b-pt",knowledge:null,lastUpdated:"2025-08-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ERNIE-4.5-300B-A47B-PT",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fire-function-v1",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"FireFunction V1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fire-function-v2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FireFunction V2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fire-l-la-va-13b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text","image"],output:["text"]},name:"FireLLaVA 13B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"firesearch-ocr-v6",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text","image"],output:["text"]},name:"Firesearch OCR V6",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-[dev]",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 [dev]",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-[dev]-control-net",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 [dev] ControlNet",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-[dev]-fp8",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 [dev] FP8",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-[schnell]",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 [schnell]",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-[schnell]-fp8",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 [schnell] FP8",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-kontext-max",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 Kontext Max",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-kontext-pro",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 Kontext Pro",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-2-9b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 2 9B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-2b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 2B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-3-27b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 3 27B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-7b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:.0015},extendedThinking:!1,id:"glm-4-5",knowledge:null,lastUpdated:"2025-08-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:13e-5,inputCacheHit:null,output:85e-5},extendedThinking:!1,id:"glm-4-5-air",knowledge:null,lastUpdated:"2025-08-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5-Air",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-vl-3-38b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3 38B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:7e-5,inputCacheHit:null,output:26e-5},extendedThinking:!1,id:"intern-vl-3-78b",knowledge:null,lastUpdated:"2025-05-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3-78B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-vl-3-8b",knowledge:null,lastUpdated:"2025-09-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"japanese-stable-diffusion-xl",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Japanese Stable Diffusion XL",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.003},extendedThinking:!1,id:"kimi-k2-instruct",knowledge:null,lastUpdated:"2025-11-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-K2-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"l-la-va-v1-6-yi-34b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text","image"],output:["text"]},name:"LLaVA V1.6 Yi 34B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-2-13b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 13B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-2-13b-chat",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 13B Chat",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-2-70b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-2-70b-chat",knowledge:null,lastUpdated:null,limit:{context:2048,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 70B Chat",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-2-7b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-2-7b-chat",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 2 7B Chat",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-1-405b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 405B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-1-405b-instruct-long",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 405B Instruct Long",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-1-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 70B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-1-70b-instruct-1b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 70B Instruct 1B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-1-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 8B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-1-nemotron-70b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 Nemotron 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-2-11b-vision-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Llama 3.2 11B Vision Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:2e-5,inputCacheHit:null,output:2e-5},extendedThinking:!1,id:"llama-3-2-1b",knowledge:null,lastUpdated:"2024-10-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.2-1B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:2e-5,inputCacheHit:null,output:2e-5},extendedThinking:!1,id:"llama-3-2-1b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.2-1B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:5e-5},extendedThinking:!1,id:"llama-3-2-3b",knowledge:null,lastUpdated:"2024-10-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.2-3B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:5e-5},extendedThinking:!1,id:"llama-3-2-3b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.2-3B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-2-90b-vision-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Llama 3.2 90B Vision Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:45e-5,inputCacheHit:null,output:45e-5},extendedThinking:!1,id:"llama-3-3-70b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.3-70B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 70B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-70b-instruct-(hf-version)",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 70B Instruct (HF version)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-8b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-3-8b-instruct-(hf-version)",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama 3 8B Instruct (HF version)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.22,inputCacheHit:null,output:.88},extendedThinking:!1,id:"llama-4-maverick-instruct-(basic)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Llama 4 Maverick Instruct (Basic)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:.15,inputCacheHit:null,output:.6},extendedThinking:!1,id:"llama-4-scout-instruct-(basic)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Llama 4 Scout Instruct (Basic)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-guard-7b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Llama Guard 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-guard-v-2-8b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Llama Guard v2 8B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-guard-v-3-1b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama Guard v3 1B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-max-m1-80-k",knowledge:null,lastUpdated:"2025-07-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M1-80k",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistal-7b-instruct-v0-1",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistal 7B Instruct V0.1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-7b-instruct-v-0-2",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B Instruct v0.2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:14e-5,inputCacheHit:null,output:42e-5},extendedThinking:!1,id:"mistral-7b-instruct-v-0-3",knowledge:null,lastUpdated:"2024-09-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral-7B-Instruct-v0.3",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-7b-open-orca",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B OpenOrca",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-7b-v-0-2",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B v0.2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-nemo-base-2407",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Nemo Base 2407",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-nemo-instruct-2407",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Nemo Instruct 2407",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-24b-instruct-2501",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 24B Instruct 2501",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-8-x-7-b-v-0-1",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x7B v0.1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-mo-e-8-x-22-b-instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral MoE 8x22B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-mo-e-8-x-7-b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral MoE 8x7B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-mo-e-8-x-7-b-instruct-(hf-version)",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral MoE 8x7B Instruct (HF version)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-moe-8-x-22-b",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral Moe 8x22B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mytho-max-l2-13b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"MythoMax L2 13B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nous-capybara-7b-v1-9",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Nous Capybara 7B V1.9",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nous-hermes-2-yi-34b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Nous Hermes 2 Yi 34B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nous-hermes-llama-2-13b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Nous Hermes Llama2 13B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nous-hermes-llama-2-70b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Nous Hermes Llama2 70B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nous-hermes-llama-2-7b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Nous Hermes Llama2 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nouse-capybara-34b-v1-9",knowledge:null,lastUpdated:null,limit:{context:199680,output:null},modalities:{input:["text"],output:["text"]},name:"Nouse Capybara 34B V1.9",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nouse-hermes-2-mixtral-8-x-7-b-dpo",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Nouse Hermes 2 Mixtral 8x7B DPO",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"open-chat-3-5-0106",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"OpenChat 3.5 0106",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"open-hermes-2-5-mistral-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"OpenHermes 2.5 Mistral 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"open-hermes-2-mistral-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"OpenHermes 2 Mistral 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"phi-2-3b",knowledge:null,lastUpdated:null,limit:{context:2048,output:null},modalities:{input:["text"],output:["text"]},name:"Phi-2 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"phi-3-5-vision-instruct",knowledge:null,lastUpdated:null,limit:{context:31744,output:null},modalities:{input:["text","image"],output:["text"]},name:"Phi-3.5 Vision Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"phi-3-mini-128-k-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Phi-3 Mini 128k Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"phind-code-llama-34b-python-v-1",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Phind CodeLlama 34B Python v1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"phind-code-llama-34b-v-1",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Phind CodeLlama 34B v1",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"phind-code-llama-34b-v-2",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"Phind CodeLlama 34B v2",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"playground-v-2-1024",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Playground v2 1024",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"playground-v-2-5-1024",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Playground v2.5 1024",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pythia-12b",knowledge:null,lastUpdated:null,limit:{context:2048,output:null},modalities:{input:["text"],output:["text"]},name:"Pythia 12B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-1-5-72b-chat",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen1.5 72B Chat",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-0-5b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-0.5B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-14b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 14B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-14b-instruct",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-14B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-1-5b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-1.5B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-32b",knowledge:null,lastUpdated:"2024-09-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-32B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-32b-instruct",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-32B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-72b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 72B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.0012,inputCacheHit:null,output:.0012},extendedThinking:!1,id:"qwen-2-5-72b-instruct",knowledge:null,lastUpdated:"2025-03-07",limit:{context:32768,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-72B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"qwen-2-5-7b",knowledge:null,lastUpdated:"2024-09-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"qwen-2-5-7b-instruct",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-7B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-0-5b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 0.5B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-0-5b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 0.5B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-14b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 14B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-14b-instruct",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder-14B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-1-5b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 1.5B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-1-5b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder-1.5B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-32b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 32B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:8e-4,inputCacheHit:null,output:8e-4},extendedThinking:!1,id:"qwen-2-5-coder-32b-instruct",knowledge:null,lastUpdated:"2025-03-07",limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder-32B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-32b-instruct-128k",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 32B Instruct 128K",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-32b-instruct-32k-ro-pe",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 32B Instruct 32K RoPE",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-32b-instruct-64-k",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 32B Instruct 64k",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-3b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-3b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 3B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-coder-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:9e-5},extendedThinking:!1,id:"qwen-2-5-coder-7b-instruct",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Coder-7B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-math-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-Math 72B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"qwen-2-5-vl-32b-instruct",knowledge:null,lastUpdated:"2025-04-14",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL-32B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-vl-3b-instruct",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL-3B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:8e-5,inputCacheHit:null,output:33e-5},extendedThinking:!1,id:"qwen-2-5-vl-72b-instruct",knowledge:null,lastUpdated:"2025-06-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL-72B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-vl-7b-instruct",knowledge:null,lastUpdated:"2025-04-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL-7B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:4096},modalities:{input:["text"],output:["text"]},name:"Qwen2 72B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2024-06-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-7b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2-7B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-vl-2b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2-VL-2B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-vl-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2-VL 72B Instruct",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-vl-7b-instruct",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2-VL-7B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-0-6b",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-0.6B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"qwen-3-14b",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-14B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-1-7b",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-1.7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-1-7b-fp-8-model-used-for-drafting",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 1.7B fp8 model used for drafting",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-1-7b-fp-8-model-used-for-drafting-for-131072-context",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 1.7B fp8 model used for drafting for 131072 context",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-1-7b-fp-8-model-used-for-drafting-for-40960-context-length",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 1.7B fp8 model used for drafting for 40960 context length",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:18e-5,inputCacheHit:null,output:54e-5},extendedThinking:!1,id:"qwen-3-235b-a22b",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:6e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"qwen-3-30b-a3b",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:8e-5,inputCacheHit:null,output:33e-5},extendedThinking:!1,id:"qwen-3-30b-a3b-instruct-2507",knowledge:null,lastUpdated:"2025-09-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Instruct-2507",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:8e-5,inputCacheHit:null,output:29e-5},extendedThinking:!0,id:"qwen-3-30b-a3b-thinking-2507",knowledge:null,lastUpdated:"2025-08-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Thinking-2507",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-07-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"qwen-3-4b",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:11e-5},extendedThinking:!1,id:"qwen-3-8b",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:6e-5,inputCacheHit:null,output:25e-5},extendedThinking:!1,id:"qwen-3-coder-30b-a3b-instruct",knowledge:null,lastUpdated:"2025-12-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-30B-A3B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-coder-480b-a35b-instruct",knowledge:null,lastUpdated:"2025-08-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-480B-A35B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwq-32b-preview",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen QWQ 32B Preview",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:"2024-11-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"rolm-ocr",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Rolm OCR",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"segmind-stable-diffusion-1b-(ssd-1b)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Segmind Stable Diffusion 1B (SSD-1B)",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"snorkel-mistral-pair-rm-dpo",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Snorkel Mistral PairRM DPO",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stable-code-3b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Stable Code 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stable-diffusion-xl",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Stable Diffusion XL",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"star-coder-16b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"StarCoder 16B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"star-coder-2-15b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"StarCoder2 15B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"star-coder-2-3b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"StarCoder2 3B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"star-coder-2-7b",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"StarCoder2 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"star-coder-7b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"StarCoder 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"streaming-asr",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Streaming ASR",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"toppy-m-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Toppy M 7B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"whisper-v3-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Whisper V3 Large",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"whisper-v3-turbo",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Whisper V3 Turbo",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"yi-34b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Yi 34B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"yi-34b-chat",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Yi 34B Chat",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"yi-6b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Yi 6B",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.003},extendedThinking:!1,id:"yi-large",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Yi-Large",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zephyr-7b-beta",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Zephyr 7B Beta",openWeights:!1,provider:"Fireworks AI",providerDoc:"https://readme.fireworks.ai/",providerEnv:["FIREWORKS_API_KEY"],providerId:"fireworks-ai",providerModelsDevId:"fireworks-ai",providerNpm:"@ai-sdk/fireworks",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"fireworks"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"claude-sonnet-3-5",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude Sonnet 3.5",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-03-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"claude-sonnet-3-7-thinking",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude Sonnet 3.7 Thinking",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!0,releaseDate:"2024-11-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-0-flash",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.0 Flash",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-05-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-pro",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Pro",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-12-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-3-flash",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 3 Flash",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-02-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-3-pro",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 3 Pro",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-02-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"gpt-4-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-4.1",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-12-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5.1",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-1-codex",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5.1-Codex",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-1-codex-max",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5.1-Codex-Max",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-1-codex-mini",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5.1-Codex-Mini",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5.2",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-codex",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5-Codex",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-mini",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5 mini",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"grok-code-fast-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Grok Code Fast 1",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.002,inputCacheHit:null,output:.008},extendedThinking:!1,id:"o-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"o3",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-02-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.0011,inputCacheHit:null,output:.0044},extendedThinking:!1,id:"o-4-mini",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"o4-mini",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"raptor-mini",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Raptor mini",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"about-github-models",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"about-github-models",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ask-copilot-open",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"askCopilotOpen",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ask-copilot-select",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"askCopilotSelect",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"github-models",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"github-models",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"optimizing-your-ai-powered-app-with-github-models",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"optimizing-your-ai-powered-app-with-github-models",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"prototyping-with-ai-models",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"prototyping-with-ai-models",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"use-github-models",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"use-github-models",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-1-5-flash",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 1.5 Flash",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-1-5-flash-8b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 1.5 Flash-8B",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-1-5-pro",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 1.5 Pro",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-0-flash-lite",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.0 Flash-Lite",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-0-flash-preview-image-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.0 Flash Preview Image Generation",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash-lite",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash-Lite",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash-native-audio",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash Native Audio",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash-preview-tts",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash Preview TTS",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-pro-preview-tts",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Pro Preview TTS",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-api-card-width",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"--gemini-api-card-width",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-api-elevation-1-dp",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"--gemini-api-elevation-1dp",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-api-elevation-3-dp",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"--gemini-api-elevation-3dp",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-api-model-font",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"--gemini-api-model-font",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-api-table-font-color",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"--gemini-api-table-font-color",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"code-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CodeGemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"embeddings-for-text",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Embeddings for Text",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash-image",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash Image",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash-with-gemini-live-api",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash with Gemini Live API",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-3-pro-image",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Gemini 3 Pro Image",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:7e-5,inputCacheHit:null,output:7e-5},extendedThinking:!1,id:"gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 2",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 3",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-3-n",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 3n",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-3-for-editing-and-customization",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 3 for Editing and Customization",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-3-for-fast-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 3 for Fast Generation",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-3-for-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 3 for Generation",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-3-for-generation-001",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 3 for Generation 001",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-3-for-generation-002",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 3 for Generation 002",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-4-for-fast-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 4 for Fast Generation",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-4-for-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 4 for Generation",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-4-for-ultra-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 4 for Ultra Generation",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-for-captioning-&-vqa",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen for Captioning & VQA",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-product-recontext-on-vertex-ai",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen product recontext on Vertex AI",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"med-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MedGemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"multimodal-embeddings",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Multimodal Embeddings",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pali-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"PaliGemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"shield-gemma-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ShieldGemma 2",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"t-5-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"T5Gemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tx-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"TxGemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 2",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-2-experimental",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 2 Experimental",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-2-generate",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 2 Generate",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-2-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 2 Preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-1-fast",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3.1 Fast",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-1-fast-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3.1 Fast preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-1-generate",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3.1 Generate",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-1-generate-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3.1 Generate preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-fast",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3 Fast",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-fast-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3 Fast preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-generate",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3 Generate",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-generate-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3 Generate preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3 preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"jamba-1-5-large",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Jamba 1.5 Large",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/ai21/jamba-1-5-large",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-ai21-labs",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"jamba-1-5-mini",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Jamba 1.5 Mini",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/ai21/jamba-1-5-mini",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-ai21-labs",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"claude-3-5-haiku",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude 3.5 Haiku",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/haiku-3-5",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"claude-3-5-sonnet",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Claude 3.5 Sonnet",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/sonnet-3-5",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"claude-3-5-sonnet-v-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Claude 3.5 Sonnet v2",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/sonnet-3-5-v2",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"claude-3-7-sonnet",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Claude 3.7 Sonnet",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/sonnet-3-7",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"claude-3-haiku",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude 3 Haiku",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/haiku-3",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"safety-classifiers",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Safety classifiers",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/safety",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"web-search",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Web search",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/web-search",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-(25-01)",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral (25.01)",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/codestral-2501",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-2",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral 2",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/codestral-2",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-(24-11)",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Large (24.11)",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/mistral-large",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:"2024-11-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-medium-3",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Medium 3",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/mistral-medium-3",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-ocr-(25-05)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral OCR (25.05)",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/mistral-ocr",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"google"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3-1-(25-03)",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3.1 (25.03)",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/mistral-small-3-1",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"canopy",knowledge:null,lastUpdated:null,limit:{context:4e3,output:5e4},modalities:{input:["text"],output:["text"]},name:"Canopy",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"compound",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"Compound",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"compound-beta",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"compound-beta",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"compound-beta-mini",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"compound-beta-mini",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:75e-5,inputCacheHit:null,output:99e-5},extendedThinking:!1,id:"deepseek-r-1-distill-llama-70-b",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"deepseek-r1-distill-llama-70b",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:"2025-01-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:.075,inputCacheHit:null,output:.3},extendedThinking:!1,id:"gpt",knowledge:null,lastUpdated:null,limit:{context:131072,output:65536},modalities:{input:["text"],output:["text"]},name:"GPT",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:1,inputCacheHit:null,output:3},extendedThinking:!1,id:"kimi",knowledge:null,lastUpdated:null,limit:{context:262144,output:16384},modalities:{input:["text"],output:["text"]},name:"Kimi",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.03},extendedThinking:!1,id:"llama",knowledge:null,lastUpdated:null,limit:{context:512,output:512},modalities:{input:["text"],output:["text"]},name:"Llama",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:8e-5},extendedThinking:!1,id:"llama-3-1-8-b-instant",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"llama-3.1-8b-instant",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:59e-5,inputCacheHit:null,output:79e-5},extendedThinking:!1,id:"llama-3-3-70-b-versatile",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"llama-3.3-70b-versatile",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:2e-4,inputCacheHit:null,output:6e-4},extendedThinking:!1,id:"meta-llama-llama-4-maverick-17-b-128-e-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"meta-llama/llama-4-maverick-17b-128e-instruct",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:11e-5,inputCacheHit:null,output:34e-5},extendedThinking:!1,id:"meta-llama-llama-4-scout-17-b-16-e-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"meta-llama/llama-4-scout-17b-16e-instruct",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:2e-4,inputCacheHit:null,output:2e-4},extendedThinking:!1,id:"meta-llama-llama-guard-4-12-b",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"meta-llama/llama-guard-4-12b",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama-llama-prompt-guard-2-22-m",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"meta-llama/llama-prompt-guard-2-22m",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama-llama-prompt-guard-2-86-m",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"meta-llama/llama-prompt-guard-2-86m",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.003},extendedThinking:!1,id:"moonshotai-kimi-k-2-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"moonshotai/kimi-k2-instruct",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:15e-5,inputCacheHit:null,output:75e-5},extendedThinking:!1,id:"openai-gpt-oss-120-b",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"openai/gpt-oss-120b",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq",description:"Efficient Mixture-of-Experts model designed for high-reasoning, agentic and general-purpose use cases"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:5e-4},extendedThinking:!1,id:"openai-gpt-oss-20-b",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"openai/gpt-oss-20b",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq",description:"Lower latency Mixture-of-Experts model trained on OpenAI’s Harmony response format with reasoning capabilities"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"playai-tts",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"playai-tts",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"playai-tts-arabic",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"playai-tts-arabic",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:.04,inputCacheHit:null,output:.04},extendedThinking:!1,id:"prompt",knowledge:null,lastUpdated:null,limit:{context:512,output:512},modalities:{input:["text"],output:["text"]},name:"Prompt",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:29e-5,inputCacheHit:null,output:59e-5},extendedThinking:!1,id:"qwen-qwen-3-32-b",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"qwen/qwen3-32b",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:.075,inputCacheHit:null,output:.3},extendedThinking:!1,id:"safety",knowledge:null,lastUpdated:null,limit:{context:131072,output:65536},modalities:{input:["text"],output:["text"]},name:"Safety",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"whisper-large-v-3",knowledge:null,lastUpdated:"2025-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"whisper-large-v3",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope",preview:!1},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"whisper-large-v-3-turbo",knowledge:null,lastUpdated:"2025-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"whisper-large-v3-turbo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope",preview:!1},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon-chronos-t-5-small",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"amazon/chronos-t5-small",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"babelscape-rebel-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Babelscape/rebel-large",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"context-labs-meta-llama-llama-3-2-3b-instruct-fp16",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"distilbert-distilgpt-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"distilbert/distilgpt2",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dphn-dolphin-2-9-1-yi-1-5-34-b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"dphn/dolphin-2.9.1-yi-1.5-34b",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"facebook-bart-large-cnn",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"facebook/bart-large-cnn",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"facebook-opt-125-m",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"facebook/opt-125m",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gensyn-qwen-2-5-0-5b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gensyn/Qwen2.5-0.5B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google-gemma-3-1-b-it",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"google/gemma-3-1b-it",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google-t-5-gemma-b-b-prefixlm",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"google/t5gemma-b-b-prefixlm",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google-t-5-t-5-small",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"google-t5/t5-small",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:22e-8,inputCacheHit:null,output:22e-8},description:"Efficient conversational model optimized for responsive multilingual chatbot interactions",extendedThinking:!1,id:"meta-llama-llama-3-1-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta Llama 3.1 8B",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:2e-5,inputCacheHit:null,output:2e-5},extendedThinking:!1,id:"meta-llama-llama-3-2-1b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"meta-llama/Llama-3.2-1B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai-community-gpt-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"openai-community/gpt2",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai-community-gpt-2-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"openai-community/gpt2-large",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:6e-8,inputCacheHit:null,output:24e-8},description:"Dense multilingual instruction-tuned model with tool-use and structured output support",extendedThinking:!1,id:"qwen-qwen-2-5-14b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 14B Instruct",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-1-5b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen2.5-1.5B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen2.5-32B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-3b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen2.5-3B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"qwen-qwen-2-5-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen2.5-7B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:"2024-10-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-coder-0-5b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen2.5-Coder-0.5B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-vl-3b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen/Qwen2.5-VL-3B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-vl-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen/Qwen2.5-VL-7B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:"2024-08-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-3-0-6b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-0.6B",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-3-1-7b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-1.7B",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"qwen-qwen-3-4b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-4B",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-3-4b-base",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-4B-Base",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-3-4b-instruct-2507",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-4B-Instruct-2507",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:35e-6,inputCacheHit:null,output:138e-6},extendedThinking:!1,id:"qwen-qwen-3-8b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:2e4},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-8B",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-3-embedding-0-6b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-Embedding-0.6B",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:8e-4},extendedThinking:!1,id:"qwen-qwen-3-next-80b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-Next-80B-A3B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:"2025-09-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"unslothai-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"unslothai/1",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"vikhyatk-moondream-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"vikhyatk/moondream2",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"huggingface"},{attachment:!1,cost:{input:.25,inputCacheHit:.25,output:1},extendedThinking:!1,id:"mercury",knowledge:"2023-10",lastUpdated:"2025-07-31",limit:{context:128e3,output:16384},modalities:{input:["text"],output:["text"]},name:"Mercury",openWeights:!1,provider:"inception",providerDoc:"https://platform.inceptionlabs.ai/docs",providerEnv:["INCEPTION_API_KEY"],providerId:"inception",providerModelsDevId:"inception",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"inception"},{attachment:!1,cost:{input:.25,inputCacheHit:.25,output:1},extendedThinking:!1,id:"mercury-coder",knowledge:"2023-10",lastUpdated:"2025-07-31",limit:{context:128e3,output:16384},modalities:{input:["text"],output:["text"]},name:"Mercury Coder",openWeights:!1,provider:"inception",providerDoc:"https://platform.inceptionlabs.ai/docs",providerEnv:["INCEPTION_API_KEY"],providerId:"inception",providerModelsDevId:"inception",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"inception"},{attachment:!1,cost:{input:.002,inputCacheHit:null,output:.01},extendedThinking:!1,id:"2-vision",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"2-Vision",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"inference"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"3-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"3Gemma",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"id-meta-fp-16-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IDMetaFP16Llama",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"id-meta-fp-8-fp-16-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IDMetaFP8FP16Llama",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"id-meta-fp-8-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IDMetaFP8Llama",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"id-mistral-fp-8-mistral",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IDMistralFP8Mistral",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"instruct-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"InstructLlama",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"instruct-mistral-ne-mo-12b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"InstructMistral-NeMo-12B-Instruct",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"llama-4-maverick-17b-128e-instruct-fp8",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Cerebras-Llama-4-Maverick-17B-128E-Instruct (Preview)",openWeights:!0,provider:"Meta",providerDoc:"https://llama.meta.com/llama/",providerEnv:["META_API_KEY"],providerId:"meta/cerebras",providerModelsDevId:"meta",providerNpm:"@ai-sdk/meta",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"meta"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"llama-4-scout-17b-16e-instruct-fp8",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Cerebras-Llama-4-Scout-17B-16E-Instruct (Preview)",openWeights:!0,provider:"Meta",providerDoc:"https://llama.meta.com/llama/",providerEnv:["META_API_KEY"],providerId:"meta/cerebras",providerModelsDevId:"meta",providerNpm:"@ai-sdk/meta",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"meta"},{attachment:!1,cost:{input:45e-5,inputCacheHit:null,output:45e-5},extendedThinking:!1,id:"llama-3_3-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.3-70B-Instruct",openWeights:!0,provider:"Meta",providerDoc:"https://llama.meta.com/llama/",providerEnv:["META_API_KEY"],providerId:"meta",providerModelsDevId:"meta",providerNpm:"@ai-sdk/meta",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"meta"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"llama-3_3-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.3-8B-Instruct",openWeights:!0,provider:"Meta",providerDoc:"https://llama.meta.com/llama/",providerEnv:["META_API_KEY"],providerId:"meta",providerModelsDevId:"meta",providerNpm:"@ai-sdk/meta",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"meta"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-2405",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral 2405",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-2501",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral 2501",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-2508",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral 2508",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-embed",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral Embed",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-mamba",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral Mamba",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-mamba-7b-↗",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral Mamba 7B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"devstral-medium",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral Medium",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"devstral-small-1",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral Small 1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"devstral-small-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral Small 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"devstral-small-1-1",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral Small 1.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-medium-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Medium 1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-medium-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Medium 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-medium-1-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Medium 1.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-medium-1-1-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Medium 1.1 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-small-1",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Small 1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-small-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Small 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-small-1-1",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Small 1.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-small-1-1-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Small 1.1 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mathstral-7b",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mathstral 7B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mathstral-7b-↗",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mathstral 7B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ministral-3b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Ministral 3B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ministral-3b-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Ministral 3B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ministral-8b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Ministral 8B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ministral-8b-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Ministral 8B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-7b-↗",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-embed",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Embed",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-2402",knowledge:null,lastUpdated:null,limit:{context:2402,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 2402",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-2407",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 2407",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:"2024-11-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-2-0-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 2.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-2-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 2.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-medium-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:23,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Medium 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-medium-2312",knowledge:null,lastUpdated:null,limit:{context:2312,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Medium 2312",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-medium-3-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Medium 3.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-moderation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Moderation",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-nemo-12b",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Nemo 12B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-next-↗",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Next ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-ocr-2503",knowledge:null,lastUpdated:null,limit:{context:2503,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral OCR 2503",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-ocr-2505",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral OCR 2505",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-saba-2502",knowledge:null,lastUpdated:null,limit:{context:2502,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Saba 2502",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-saba-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Saba ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:"2025-02-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 2",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-2402",knowledge:null,lastUpdated:null,limit:{context:2402,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 2402",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-2-0-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 2.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3-0-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3-1",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3-1-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3.1 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3-2",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3.2",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-8-x-22-b",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x22B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-8-x-22-b-↗",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x22B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-8-x-7-b",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x7B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-8-x-7-b-↗",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x7B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ocr-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"OCR ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pixtral-12b",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Pixtral 12B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pixtral-12b-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Pixtral 12B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pixtral-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Pixtral Large",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voxtral-mini",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Voxtral Mini",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voxtral-mini-transcribe",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Voxtral Mini Transcribe",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voxtral-small",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Voxtral Small",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"14-ckpt-sd-xl",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"14_ckpt_SD_XL",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"42-ckpt-sd-xl",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"42_ckpt_SD_XL",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"46-ckpt-sd-xl",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"46_ckpt_SD_XL",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"47-ckpt-sd-xl",knowledge:null,lastUpdated:"2025-04-25",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"47_ckpt_SD_XL",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"489-ckpt-flux-1",knowledge:null,lastUpdated:"2025-06-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"489_ckpt_FLUX_1",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"4-x-ultra-sharp",knowledge:null,lastUpdated:"2024-11-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"4x-UltraSharp",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ace-step-v-1-3-5b",knowledge:null,lastUpdated:"2025-05-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ACE-Step-v1-3.5B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"agentar-scale-sql-generation-32b",knowledge:null,lastUpdated:"2025-11-28",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Agentar-Scale-SQL-Generation-32B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ai-glasses-for-navigation",knowledge:null,lastUpdated:"2025-10-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"AIGlasses_for_navigation",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ai-model-hub-25-q3",knowledge:null,lastUpdated:"2025-10-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ai_model_hub_25_Q3",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"all-mini-lm-l6-v-2",knowledge:null,lastUpdated:"2025-04-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"all-MiniLM-L6-v2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alpamayo-r1-10b",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Alpamayo-R1-10B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"animatediff",knowledge:null,lastUpdated:"2023-12-18",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"animatediff",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anime-gpt-sovits-models",knowledge:null,lastUpdated:"2025-05-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Anime_GPT-Sovits_Models",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"animetoliveaction",knowledge:null,lastUpdated:"2025-12-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Animetoliveaction",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ant-angel-med",knowledge:null,lastUpdated:"2026-01-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"AntAngelMed",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ant-angel-med-eagle-3",knowledge:null,lastUpdated:"2026-01-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"AntAngelMed-eagle3",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ant-angel-med-fp8",knowledge:null,lastUpdated:"2026-01-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"AntAngelMed-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"any-pose",knowledge:null,lastUpdated:"2026-01-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"AnyPose",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anythingto-real-characters",knowledge:null,lastUpdated:"2025-12-20",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"AnythingtoRealCharacters",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anyto-3-dfigure-v-2",knowledge:null,lastUpdated:"2025-12-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Anyto3DfigureV2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"arunk-25-qwen-image-edit-rapid-aio-gguf",knowledge:null,lastUpdated:"2026-01-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Arunk25-Qwen-Image-Edit-Rapid-AIO-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"auto-glm-phone-9b",knowledge:null,lastUpdated:"2025-12-09",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"AutoGLM-Phone-9B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"auto-glm-phone-9b-gguf",knowledge:null,lastUpdated:"2025-12-18",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"AutoGLM-Phone-9B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"auto-glm-phone-9b-multilingual",knowledge:null,lastUpdated:"2025-12-09",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"AutoGLM-Phone-9B-Multilingual",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"aw-portrait-z",knowledge:null,lastUpdated:"2025-12-14",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"AWPortrait-Z",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bagel-7b-mo-t",knowledge:null,lastUpdated:"2025-12-09",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"BAGEL-7B-MoT",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"baichuan-2-13b-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Baichuan2-13B-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-09-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"baichuan-2-7b-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Baichuan2-7B-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-09-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"baichuan-m2-32b",knowledge:null,lastUpdated:"2025-12-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Baichuan-M2-32B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"baichuan-m2-32b-gptq-int-4",knowledge:null,lastUpdated:"2025-08-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Baichuan-M2-32B-GPTQ-Int4",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bce-embedding-base-v-1",knowledge:null,lastUpdated:"2024-03-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bce-embedding-base_v1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-01-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bce-reranker-base-v-1",knowledge:null,lastUpdated:"2024-11-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bce-reranker-base_v1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-01-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bert-base-chinese",knowledge:null,lastUpdated:"2025-08-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bert-base-chinese",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bert-base-uncased",knowledge:null,lastUpdated:"2023-10-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bert-base-uncased",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-09-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"beyond-reality-z-image",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"BEYOND_REALITY_Z_IMAGE",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfs-best-face-swap",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"BFS-Best-Face-Swap",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bge-base-zh-v-1-5",knowledge:null,lastUpdated:"2024-09-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bge-base-zh-v1.5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bge-large-zh",knowledge:null,lastUpdated:"2023-08-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bge-large-zh",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bge-large-zh-v-1-5",knowledge:null,lastUpdated:"2024-01-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bge-large-zh-v1.5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-01-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bge-m-3",knowledge:null,lastUpdated:"2024-09-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bge-m3",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bge-reranker-large",knowledge:null,lastUpdated:"2024-09-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bge-reranker-large",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bge-reranker-v-2-m-3",knowledge:null,lastUpdated:"2024-09-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bge-reranker-v2-m3",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bge-small-zh-v-1-5",knowledge:null,lastUpdated:"2024-11-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"bge-small-zh-v1.5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bi-ref-net",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"BiRefNet",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"blip2-chinese",knowledge:null,lastUpdated:"2023-08-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"BLIP2-Chinese",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bounce-high-wan-2-2",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"BounceHighWan2_2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"breast-q-wen-2512",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"breastQWen2512",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chandra",knowledge:null,lastUpdated:"2025-10-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"chandra",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chat-glm-6b",knowledge:null,lastUpdated:"2023-12-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ChatGLM-6B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-03-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chat-law-text-2-vec",knowledge:null,lastUpdated:"2023-10-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ChatLaw-Text2Vec",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chat-tts",knowledge:null,lastUpdated:"2024-10-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ChatTTS",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chat-tts-model-scope",knowledge:null,lastUpdated:"2024-06-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ChatTTS-ModelScope",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chatglm-2-6-b",knowledge:null,lastUpdated:"2023-10-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"chatglm2-6b",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-06-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chatglm-3-6-b",knowledge:null,lastUpdated:"2025-05-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"chatglm3-6b",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chatglm-3-6-b-base",knowledge:null,lastUpdated:"2023-11-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"chatglm3-6b-base",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chenkin-noob-xl-v0-1",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"ChenkinNoob-XL-V0.1",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chenkin-noob-xl-v0-2",knowledge:null,lastUpdated:"2025-12-25",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"ChenkinNoob-XL-V0.2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chinese-clip-vit-base-patch-16",knowledge:null,lastUpdated:"2024-10-10",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"chinese-clip-vit-base-patch16",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chinese-roberta-wwm-ext-large",knowledge:null,lastUpdated:"2025-08-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"chinese-roberta-wwm-ext-large",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chinese-wav-2-vec-2-base",knowledge:null,lastUpdated:"2025-08-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"chinese-wav2vec2-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"chroma-1-hd-repackaged",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"Chroma1-HD_repackaged",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ckpt-sd-1-5-anime",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"ckpt_sd1.5_anime",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"claude-4-5-sonnet-thinking-stackexchange-overflow-32-ep-32-k-traces",knowledge:null,lastUpdated:"2025-12-09",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"claude-4-5-sonnet-thinking-stackexchange-overflow-32ep-32k-traces",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-12-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"clearer-voice-studio",knowledge:null,lastUpdated:"2025-01-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ClearerVoice-Studio",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"clip-vi-t-h-14-laion-2-b-s-32-b-b-79-k",knowledge:null,lastUpdated:"2025-01-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CLIP-ViT-H-14-laion2B-s32B-b79K",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"clip-vi-t-h-14-laion-2-b-s-32-b-b-79-k-repackaged",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CLIP-ViT-H-14-laion2B-s32B-b79K_repackaged",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"clip-vision-h",knowledge:null,lastUpdated:"2025-09-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"clip_vision_h",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"clip-vit-base-patch-32",knowledge:null,lastUpdated:"2025-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"clip-vit-base-patch32",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"clip-vit-large-patch-14",knowledge:null,lastUpdated:"2023-10-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"clip-vit-large-patch14",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"code-qwen-1-5-7b-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CodeQwen1.5-7B-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-04-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cog-video-x-1-5-5b-sat",knowledge:null,lastUpdated:"2024-11-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"CogVideoX1.5-5B-SAT",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cog-video-x-5-b",knowledge:null,lastUpdated:"2024-09-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CogVideoX-5b",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cog-view-4-6b",knowledge:null,lastUpdated:"2025-03-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"CogView4-6B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"comfy-ui-notebook",knowledge:null,lastUpdated:"2024-06-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"ComfyUI_Notebook",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-01-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"comfy-ui-qwen-image",knowledge:null,lastUpdated:"2025-08-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"ComfyUI-Qwen-Image",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cosy-voice-2-0-5b",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CosyVoice2-0.5B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cosy-voice-2-0-5b-zhenghebao",knowledge:null,lastUpdated:"2025-06-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CosyVoice2-0.5B-zhenghebao",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cosy-voice-300m",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CosyVoice-300M",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cosy-voice-300m-instruct",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CosyVoice-300M-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cosy-voice-300m-sft",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CosyVoice-300M-SFT",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cosy-voice-ttsfrd",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CosyVoice-ttsfrd",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-convnext-tiny-ocr-recognition-document-damo",knowledge:null,lastUpdated:"2023-11-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_convnextTiny_ocr-recognition-document_damo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-convnext-tiny-ocr-recognition-general-damo",knowledge:null,lastUpdated:"2023-11-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_convnextTiny_ocr-recognition-general_damo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-convnext-tiny-ocr-recognition-handwritten-damo",knowledge:null,lastUpdated:"2023-11-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_convnextTiny_ocr-recognition-handwritten_damo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-convnext-tiny-ocr-recognition-licenseplate-damo",knowledge:null,lastUpdated:"2023-11-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_convnextTiny_ocr-recognition-licenseplate_damo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-11-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-cspnet-video-object-detection-streamyolo",knowledge:null,lastUpdated:"2023-04-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_cspnet_video-object-detection_streamyolo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-09-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-ddcolor-image-colorization",knowledge:null,lastUpdated:"2024-01-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_ddcolor_image-colorization",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-ddsar-face-detection-iclr-23-damofd",knowledge:null,lastUpdated:"2023-08-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_ddsar_face-detection_iclr23-damofd",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-diffusion-text-to-image-synthesis",knowledge:null,lastUpdated:"2023-05-09",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"cv_diffusion_text-to-image-synthesis",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-09-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-dla-34-table-structure-recognition-cycle-centernet",knowledge:null,lastUpdated:"2022-12-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_dla34_table-structure-recognition_cycle-centernet",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-11-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-fft-inpainting-lama",knowledge:null,lastUpdated:"2023-03-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_fft_inpainting_lama",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-09-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-gpen-image-portrait-enhancement",knowledge:null,lastUpdated:"2022-12-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_gpen_image-portrait-enhancement",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-hrn-head-reconstruction",knowledge:null,lastUpdated:"2023-11-28",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_HRN_head-reconstruction",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-hrnetv-2-w-32-body-2-d-keypoints-image",knowledge:null,lastUpdated:"2024-10-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_hrnetv2w32_body-2d-keypoints_image",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-hrnetw-48-human-wholebody-keypoint-image",knowledge:null,lastUpdated:"2023-05-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_hrnetw48_human-wholebody-keypoint_image",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-09-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-ir-50-face-recognition-arcface",knowledge:null,lastUpdated:"2023-02-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_ir50_face-recognition_arcface",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-11-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-mobilenet-face-2-d-keypoints-alignment",knowledge:null,lastUpdated:"2023-06-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_mobilenet_face-2d-keypoints_alignment",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-res-net-c-3-d-action-detection-detection-2-d",knowledge:null,lastUpdated:"2023-05-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_ResNetC3D_action-detection_detection2d",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-resnest-101-general-recognition",knowledge:null,lastUpdated:"2022-10-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_resnest101_general_recognition",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-resnet-101-face-detection-cvpr-22-papermogface",knowledge:null,lastUpdated:"2023-02-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_resnet101_face-detection_cvpr22papermogface",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-resnet-18-card-correction",knowledge:null,lastUpdated:"2024-01-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_resnet18_card_correction",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-09-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-resnet-18-human-detection",knowledge:null,lastUpdated:"2024-10-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_resnet18_human-detection",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-resnet-18-ocr-detection-db-line-level-damo",knowledge:null,lastUpdated:"2023-10-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_resnet18_ocr-detection-db-line-level_damo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-resnet-34-face-attribute-recognition-fairface",knowledge:null,lastUpdated:"2023-02-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_resnet34_face-attribute-recognition_fairface",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-11-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-resnet-50-face-detection-retinaface",knowledge:null,lastUpdated:"2023-02-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_resnet50_face-detection_retinaface",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-resnet-50-face-reconstruction",knowledge:null,lastUpdated:"2023-11-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_resnet50_face-reconstruction",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-01-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-retinafce-recognition",knowledge:null,lastUpdated:"2023-09-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_retinafce_recognition",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-09-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-stable-diffusion-v-2-image-inpainting-base",knowledge:null,lastUpdated:"2025-08-13",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"cv_stable-diffusion-v2_image-inpainting_base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-tinynas-head-detection-damoyolo",knowledge:null,lastUpdated:"2025-06-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_tinynas_head-detection_damoyolo",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-tinynas-human-detection-damoyolo",knowledge:null,lastUpdated:"2025-06-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_tinynas_human-detection_damoyolo",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-tinynas-object-detection-damoyolo",knowledge:null,lastUpdated:"2025-06-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_tinynas_object-detection_damoyolo",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-10-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-tinynas-object-detection-damoyolo-cigarette",knowledge:null,lastUpdated:"2025-06-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_tinynas_object-detection_damoyolo_cigarette",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-tinynas-object-detection-damoyolo-safety-helmet",knowledge:null,lastUpdated:"2025-06-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_tinynas_object-detection_damoyolo_safety-helmet",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-u-2-net-salient-detection",knowledge:null,lastUpdated:"2022-10-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_u2net_salient-detection",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-unet-image-face-fusion-damo",knowledge:null,lastUpdated:"2023-09-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_unet-image-face-fusion_damo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-01-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-unet-image-matting",knowledge:null,lastUpdated:"2023-10-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_unet_image-matting",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-unet-person-image-cartoon-compound-models",knowledge:null,lastUpdated:"2023-04-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_unet_person-image-cartoon_compound-models",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-unet-skin-retouching",knowledge:null,lastUpdated:"2023-08-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_unet_skin-retouching",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-unet-universal-matting",knowledge:null,lastUpdated:"2023-03-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_unet_universal-matting",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-01-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-vgg-19-facial-expression-recognition-fer",knowledge:null,lastUpdated:"2023-02-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"cv_vgg19_facial-expression-recognition_fer",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-vit-base-image-classification-dailylife-labels",knowledge:null,lastUpdated:"2023-03-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_vit-base_image-classification_Dailylife-labels",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cv-vit-base-image-classification-image-net-labels",knowledge:null,lastUpdated:"2023-01-31",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"cv_vit-base_image-classification_ImageNet-labels",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-analyze-8b",knowledge:null,lastUpdated:"2025-10-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepAnalyze-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-math-v2",knowledge:null,lastUpdated:"2025-11-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-Math-V2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-ocr",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"DeepSeek-OCR",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:75e-5,inputCacheHit:null,output:99e-5},extendedThinking:!1,id:"deep-seek-r1",knowledge:null,lastUpdated:"2025-03-07",limit:{context:163840,output:163840},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-0528-bf16",knowledge:null,lastUpdated:"2025-07-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-0528-BF16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:11e-5},extendedThinking:!1,id:"deep-seek-r1-0528-qwen-3-8b",knowledge:null,lastUpdated:"2025-05-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-0528-Qwen3-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-0528-qwen-3-8b-gguf",knowledge:null,lastUpdated:"2025-06-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-0528-Qwen3-8B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-0528-w8a8",knowledge:null,lastUpdated:"2025-06-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-0528-W8A8",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-0528-w8a8-mind-ie",knowledge:null,lastUpdated:"2025-07-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-0528-W8A8-MindIE",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-distill-qwen-14b-gguf",knowledge:null,lastUpdated:"2025-01-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Qwen-14B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-distill-qwen-1-5b-gguf",knowledge:null,lastUpdated:"2025-04-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Qwen-1.5B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-distill-qwen-32b-awq",knowledge:null,lastUpdated:"2025-02-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Qwen-32B-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-distill-qwen-32b-gguf",knowledge:null,lastUpdated:"2025-01-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Qwen-32B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-distill-qwen-7b-gguf",knowledge:null,lastUpdated:"2025-01-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-Distill-Qwen-7B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-r1-gguf",knowledge:null,lastUpdated:"2025-02-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-R1-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v2-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V2-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-05-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v2-lite",knowledge:null,lastUpdated:"2024-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V2-Lite",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-05-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:23e-5,inputCacheHit:null,output:9e-4},extendedThinking:!1,id:"deep-seek-v3-1",knowledge:null,lastUpdated:"2025-08-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v3-1-base",knowledge:null,lastUpdated:"2025-08-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1-Base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v3-1-bf16",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1-BF16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v3-1-nex-n1",knowledge:null,lastUpdated:"2025-12-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1-Nex-N1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:23e-5,inputCacheHit:null,output:9e-4},extendedThinking:!1,id:"deep-seek-v3-1-terminus",knowledge:null,lastUpdated:"2025-09-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1-Terminus",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v3-1-terminus-w-4-a-8-mtp-qua-rot",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1-Terminus-w4a8-mtp-QuaRot",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:27e-5,inputCacheHit:null,output:4e-4},extendedThinking:!1,id:"deep-seek-v3-2",knowledge:null,lastUpdated:"2025-12-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v3-2-awq",knowledge:null,lastUpdated:"2025-12-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.2-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:27e-5,inputCacheHit:null,output:4e-4},extendedThinking:!1,id:"deep-seek-v3-2-exp",knowledge:null,lastUpdated:"2025-11-18",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.2-Exp",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v3-2-exp-base",knowledge:null,lastUpdated:"2025-09-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.2-Exp-Base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v3-2-speciale",knowledge:null,lastUpdated:"2025-12-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.2-Speciale",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v3-2-w8a8",knowledge:null,lastUpdated:"2025-12-18",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.2-W8A8",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deep-seek-v3-2-w-4-a-8",knowledge:null,lastUpdated:"2025-12-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.2-w4a8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:8e-4,inputCacheHit:null,output:8e-4},extendedThinking:!1,id:"deepseek-coder-33-b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-coder-33b-instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-coder-6-7-b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-coder-6.7b-instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-llm-7-b-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-llm-7b-chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-r-1-distill-qwen-32-b-gptq-int-4",knowledge:null,lastUpdated:"2025-03-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"deepseek-r1-distill-qwen-32b-gptq-int4",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-vl-2",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"deepseek-vl2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek-vl-2-tiny",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"deepseek-vl2-tiny",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dinov-3-vit-7-b-16-pretrain-lvd-1689-m",knowledge:null,lastUpdated:"2025-08-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"dinov3-vit7b16-pretrain-lvd1689m",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dinov-3-vitb-16-pretrain-lvd-1689-m",knowledge:null,lastUpdated:"2025-08-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"dinov3-vitb16-pretrain-lvd1689m",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dinov-3-vitl-16-pretrain-lvd-1689-m",knowledge:null,lastUpdated:"2025-08-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"dinov3-vitl16-pretrain-lvd1689m",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dinov-3-vits-16-pretrain-lvd-1689-m",knowledge:null,lastUpdated:"2025-08-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"dinov3-vits16-pretrain-lvd1689m",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:9e-4,inputCacheHit:null,output:9e-4},extendedThinking:!1,id:"dolphin",knowledge:null,lastUpdated:"2025-07-16",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Dolphin",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dolphin-small",knowledge:null,lastUpdated:"2025-07-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"dolphin-small",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dolphin-v-2",knowledge:null,lastUpdated:"2025-12-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Dolphin-v2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dots-ocr",knowledge:null,lastUpdated:"2025-11-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"dots.ocr",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dots-vlm-1-inst",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"dots.vlm1.inst",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dou-bao-flux",knowledge:null,lastUpdated:"2025-05-14",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"DouBaoFlux",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"doubao-1-5-embedding",knowledge:null,lastUpdated:"2025-05-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Doubao-1.5-Embedding",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dream-shaper-8",knowledge:null,lastUpdated:"2024-11-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"DreamShaper_8",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"duguang-ocr-onnx",knowledge:null,lastUpdated:"2025-11-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"duguang-ocr-onnx",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"duguang-ocr-onnx-v-2",knowledge:null,lastUpdated:"2025-11-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"duguang-ocr-onnx-v2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"duke-g-qwen-beauty-dim32-lo-ra-plus-1",knowledge:null,lastUpdated:"2026-01-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"DukeG_Qwen_Beauty_DIM32_LoRA_Plus1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"duke-g-qwen-beauty-public-version",knowledge:null,lastUpdated:"2025-12-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"DukeG_Qwen_Beauty_Public_Version",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"duke-g-qwen-light-and-shadow-public",knowledge:null,lastUpdated:"2025-12-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"DukeG_Qwen_Light_And_Shadow_Public",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"echo-mimic-v-3",knowledge:null,lastUpdated:"2025-08-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"EchoMimicV3",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"emotion-2-vec-base-finetuned",knowledge:null,lastUpdated:"2024-03-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"emotion2vec_base_finetuned",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-01-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"emotion-2-vec-plus-base",knowledge:null,lastUpdated:"2024-06-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"emotion2vec_plus_base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-05-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"emotion-2-vec-plus-large",knowledge:null,lastUpdated:"2024-07-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"emotion2vec_plus_large",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-05-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ernie-4-5-0-3b-pt",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ERNIE-4.5-0.3B-PT",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ernie-4-5-vl-28b-a3b-paddle",knowledge:null,lastUpdated:"2025-07-16",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"ERNIE-4.5-VL-28B-A3B-Paddle",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ernie-4-5-vl-28b-a3b-pt",knowledge:null,lastUpdated:"2025-07-18",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"ERNIE-4.5-VL-28B-A3B-PT",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"ernie-4-5-vl-28b-a3b-thinking",knowledge:null,lastUpdated:"2025-11-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"ERNIE-4.5-VL-28B-A3B-Thinking",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-11-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"f5-tts",knowledge:null,lastUpdated:"2025-03-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"F5-TTS",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"f5-tts-emilia-zh-en",knowledge:null,lastUpdated:"2025-03-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"F5-TTS_Emilia-ZH-EN",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"faster-whisper-large-v-3-turbo",knowledge:null,lastUpdated:"2024-10-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"faster-whisper-large-v3-turbo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"faster-whisper-small",knowledge:null,lastUpdated:"2024-03-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"faster-whisper-small",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-03-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fire-red-asr-aed-l",knowledge:null,lastUpdated:"2025-09-18",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FireRedASR-AED-L",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fish-speech-1-5",knowledge:null,lastUpdated:"2025-03-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"fish-speech-1.5",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fix-bad-image-kontext-lora",knowledge:null,lastUpdated:"2025-08-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FixBadImage-KontextLora",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"florence-2-base",knowledge:null,lastUpdated:"2025-08-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Florence-2-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"florence-2-large-prompt-gen-v-2-0",knowledge:null,lastUpdated:"2024-12-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Florence-2-large-PromptGen-v2.0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-dev",knowledge:null,lastUpdated:"2025-06-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-dev",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-dev-control-net-union-pro-2-0",knowledge:null,lastUpdated:"2025-04-24",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-dev-ControlNet-Union-Pro-2.0",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-dev-fp-8-dit",knowledge:null,lastUpdated:"2025-07-31",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-dev-fp8-dit",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-dev-gguf",knowledge:null,lastUpdated:"2024-09-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-dev-gguf",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-fill-dev",knowledge:null,lastUpdated:"2025-06-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-Fill-dev",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-fill-dev-gguf",knowledge:null,lastUpdated:"2025-01-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-Fill-dev-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-fill-dev-one-reward",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"flux.1-fill-dev-OneReward",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-kontext-dev",knowledge:null,lastUpdated:"2025-08-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-Kontext-Dev",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-kontext-dev-fp-8",knowledge:null,lastUpdated:"2025-07-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"flux1-kontext-dev-fp8",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-kontext-dev-lora-art-aug",knowledge:null,lastUpdated:"2025-07-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-Kontext-dev-lora-ArtAug",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-kontext-dev-lora-highresfix",knowledge:null,lastUpdated:"2025-07-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-Kontext-dev-lora-highresfix",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-kontext-dev-lora-super-outpainting",knowledge:null,lastUpdated:"2025-07-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-Kontext-dev-lora-SuperOutpainting",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-krea-dev",knowledge:null,lastUpdated:"2025-08-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-Krea-dev",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-krea-dev-comfy-ui",knowledge:null,lastUpdated:"2025-08-05",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"FLUX.1-Krea-dev_ComfyUI",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-krea-dev-gguf",knowledge:null,lastUpdated:"2025-07-31",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-Krea-dev-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-1-turbo-alpha",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.1-Turbo-Alpha",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-2-dev-bnb-4-bit",knowledge:null,lastUpdated:"2025-11-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.2-dev-bnb-4bit",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-2-dev-fp-8-scaled",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.2-dev-fp8_scaled",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-2-dev-gguf",knowledge:null,lastUpdated:"2025-11-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.2-dev-gguf",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-2-dev-nvfp4",knowledge:null,lastUpdated:"2026-01-02",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.2-dev-NVFP4",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-2-dev-turbo",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX.2-dev-Turbo",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-high-res",knowledge:null,lastUpdated:"2025-06-24",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"flux-high-res",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-realistic-pure-desire-beautiful-girl-v-1-0",knowledge:null,lastUpdated:"2025-07-24",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX-Realistic-Pure-Desire-Beautiful-Girl-v1.0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-text-encoders",knowledge:null,lastUpdated:"2024-11-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"flux_text_encoders",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-vae",knowledge:null,lastUpdated:"2024-10-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"flux_vae",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"flux-xiao-hong-shu-ji-zhi-zhen-shi-v2",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"FLUX_xiao_hong_shu_ji_zhi_zhen_shi_V2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fst-itn-zh",knowledge:null,lastUpdated:"2023-09-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"fst_itn_zh",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fun-asr-mlt-nano-2512",knowledge:null,lastUpdated:"2025-12-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Fun-ASR-MLT-Nano-2512",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fun-asr-nano-2512",knowledge:null,lastUpdated:"2026-01-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Fun-ASR-Nano-2512",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fun-asr-nano-onnx",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FunASR-nano-onnx",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fun-asr-nano-onnx-v2",knowledge:null,lastUpdated:"2025-12-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FunASR-nano-onnx-V2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fun-audio-chat-8b",knowledge:null,lastUpdated:"2025-12-24",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Fun-Audio-Chat-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fun-cosy-voice-3-0-5b-2512",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Fun-CosyVoice3-0.5B-2512",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fun-cosy-voice-3-0-5b-2512-4-bit",knowledge:null,lastUpdated:"2025-12-18",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Fun-CosyVoice3-0.5B-2512-4bit",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"funasr-runtime-win-cpu-x-64",knowledge:null,lastUpdated:"2024-05-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"funasr-runtime-win-cpu-x64",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-12-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"fuxi-2",knowledge:null,lastUpdated:"2025-09-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"fuxi2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ge-lab-zero-4b-preview",knowledge:null,lastUpdated:"2025-12-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GELab-Zero-4B-preview",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-nano",knowledge:null,lastUpdated:"2024-06-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gemini-nano",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:1e-4},extendedThinking:!1,id:"gemma-3-12-b-it",knowledge:null,lastUpdated:"2025-03-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gemma-3-12b-it",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-3-12-b-it-gguf",knowledge:null,lastUpdated:"2025-03-13",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gemma-3-12b-it-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-3-12-b-it-qat-q-4-0-unquantized",knowledge:null,lastUpdated:"2025-04-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gemma-3-12b-it-qat-q4_0-unquantized",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-3-1-b-it",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gemma-3-1b-it",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-3-270-m",knowledge:null,lastUpdated:"2025-08-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gemma-3-270m",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:9e-5,inputCacheHit:null,output:16e-5},extendedThinking:!1,id:"gemma-3-27-b-it",knowledge:null,lastUpdated:"2025-03-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gemma-3-27b-it",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:170301e-10,inputCacheHit:null,output:681536e-10},extendedThinking:!1,id:"gemma-3-4-b-it",knowledge:null,lastUpdated:"2025-04-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gemma-3-4b-it",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:2e-5,inputCacheHit:null,output:4e-5},extendedThinking:!1,id:"gemma-3-n-e4b-it",knowledge:null,lastUpdated:"2025-07-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gemma-3n-E4B-it",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"genos-10b",knowledge:null,lastUpdated:"2025-12-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Genos-10B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"genos-megatron-10b",knowledge:null,lastUpdated:"2025-10-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Genos-Megatron-10B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-1v-9b-base",knowledge:null,lastUpdated:"2025-07-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.1V-9B-Base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:35e-6,inputCacheHit:null,output:138e-6},extendedThinking:!0,id:"glm-4-1v-9b-thinking",knowledge:null,lastUpdated:"2025-10-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.1V-9B-Thinking",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-06-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"glm-4-1v-9b-thinking-gguf",knowledge:null,lastUpdated:"2025-07-25",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GLM-4.1V-9B-Thinking-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-07-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-5-air-fp8",knowledge:null,lastUpdated:"2025-08-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5-Air-FP8",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-5-air-gguf",knowledge:null,lastUpdated:"2025-08-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5-Air-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-5-awq",knowledge:null,lastUpdated:"2025-07-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5-AWQ",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-5-fp8",knowledge:null,lastUpdated:"2025-08-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5-FP8",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-5-gguf",knowledge:null,lastUpdated:"2025-08-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.5-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:6e-4,inputCacheHit:null,output:.0018},extendedThinking:!1,id:"glm-4-5v",knowledge:null,lastUpdated:"2025-08-18",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GLM-4.5V",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-5v-awq",knowledge:null,lastUpdated:"2025-08-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GLM-4.5V-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-5v-fp8",knowledge:null,lastUpdated:"2025-08-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GLM-4.5V-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:5e-4,inputCacheHit:null,output:.00175},extendedThinking:!1,id:"glm-4-6",knowledge:null,lastUpdated:"2025-12-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.6",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-6-fp8",knowledge:null,lastUpdated:"2025-10-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.6-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-6v",knowledge:null,lastUpdated:"2025-12-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GLM-4.6V",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-6v-flash",knowledge:null,lastUpdated:"2025-12-09",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GLM-4.6V-Flash",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-6v-flash-gguf",knowledge:null,lastUpdated:"2025-12-27",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GLM-4.6V-Flash-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-6v-fp8",knowledge:null,lastUpdated:"2025-12-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GLM-4.6V-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-7",knowledge:null,lastUpdated:"2025-12-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.7",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-7-awq",knowledge:null,lastUpdated:"2025-12-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.7-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-7-fp8",knowledge:null,lastUpdated:"2025-12-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.7-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-7-gguf",knowledge:null,lastUpdated:"2025-12-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.7-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-7-gptq-int-4-int-8-mix",knowledge:null,lastUpdated:"2025-12-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.7-GPTQ-Int4-Int8Mix",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-7-w8a8",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4.7-W8A8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-9-b",knowledge:null,lastUpdated:"2024-08-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"glm-4-9b",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-9-b-chat",knowledge:null,lastUpdated:"2025-01-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"glm-4-9b-chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-9-b-chat-1-m",knowledge:null,lastUpdated:"2024-08-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"glm-4-9b-chat-1m",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-9b-0414",knowledge:null,lastUpdated:"2025-04-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-4-9B-0414",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-v-9-b",knowledge:null,lastUpdated:"2024-08-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"glm-4v-9b",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-4-voice-tokenizer",knowledge:null,lastUpdated:"2024-10-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"glm-4-voice-tokenizer",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-asr-nano-2512",knowledge:null,lastUpdated:"2025-12-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-ASR-Nano-2512",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"glm-tts",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GLM-TTS",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gme-qwen-2-vl-2b-instruct",knowledge:null,lastUpdated:"2025-09-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gme-Qwen2-VL-2B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gme-qwen-2-vl-7b-instruct",knowledge:null,lastUpdated:"2025-09-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"gme-Qwen2-VL-7B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gpt-2",knowledge:null,lastUpdated:"2025-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpt2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},extendedThinking:!1,id:"gpt-oss-120-b",knowledge:null,lastUpdated:"2025-08-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-oss-120b",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gpt-oss-120-b-bf16",knowledge:null,lastUpdated:"2025-08-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-oss-120b-BF16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gpt-oss-120-b-gguf",knowledge:null,lastUpdated:"2025-08-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-oss-120b-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},extendedThinking:!1,id:"gpt-oss-20-b",knowledge:null,lastUpdated:"2025-08-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-oss-20b",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gpt-oss-20-b-bf16",knowledge:null,lastUpdated:"2025-08-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-oss-20b-BF16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gpt-oss-20-b-gguf",knowledge:null,lastUpdated:"2025-12-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpt-oss-20b-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gpt-so-vits",knowledge:null,lastUpdated:"2025-06-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-SoVITS",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-01-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gpt-so-vits-inference",knowledge:null,lastUpdated:"2025-11-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-SoVITS-Inference",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gpt-so-vits-model-collection",knowledge:null,lastUpdated:"2025-11-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-SoVITS_Model_Collection",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gpt-so-vits-v-2-pro-20250604",knowledge:null,lastUpdated:"2025-09-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-SoVITS-v2pro-20250604",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gpu-course-lyt-0-6b",knowledge:null,lastUpdated:"2026-01-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gpu_course_lyt_0.6B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"grounding-dino",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GroundingDINO",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-05-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gte-qwen-2-1-5b-instruct",knowledge:null,lastUpdated:"2025-06-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gte_Qwen2-1.5B-instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gte-qwen-2-7b-instruct",knowledge:null,lastUpdated:"2025-06-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"gte_Qwen2-7B-instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gui-owl-32b",knowledge:null,lastUpdated:"2025-08-27",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GUI-Owl-32B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gui-owl-7b",knowledge:null,lastUpdated:"2025-08-27",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"GUI-Owl-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"handwritten-poster",knowledge:null,lastUpdated:"2025-08-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Handwritten_poster",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"happy-llm-215m-base",knowledge:null,lastUpdated:"2025-06-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"happy-llm-215M-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"higgs-audio-v-2-generation-3b-base",knowledge:null,lastUpdated:"2025-07-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"higgs-audio-v2-generation-3B-base",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"huihui-qwen-3-vl-4b-instruct-abliterated",knowledge:null,lastUpdated:"2025-10-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Huihui-Qwen3-VL-4B-Instruct-abliterated",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"huihui-qwen-3-vl-8b-instruct-abliterated",knowledge:null,lastUpdated:"2025-10-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Huihui-Qwen3-VL-8B-Instruct-abliterated",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hulu-med",knowledge:null,lastUpdated:"2025-12-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Hulu-Med",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-0-5b-instruct",knowledge:null,lastUpdated:"2025-08-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Hunyuan-0.5B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-1-8b-instruct",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Hunyuan-1.8B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-3-d-2",knowledge:null,lastUpdated:"2025-10-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Hunyuan3D-2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-3-d-2-1",knowledge:null,lastUpdated:"2025-10-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Hunyuan3D-2.1",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-4b-instruct",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Hunyuan-4B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-7b-instruct",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Hunyuan-7B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:3e-5},extendedThinking:!1,id:"hunyuan-a13b-instruct",knowledge:null,lastUpdated:"2025-07-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Hunyuan-A13B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-game-craft-1-0",knowledge:null,lastUpdated:"2025-08-14",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Hunyuan-GameCraft-1.0",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-image-2-1",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"HunyuanImage-2.1",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-image-3-0",knowledge:null,lastUpdated:"2025-10-14",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"HunyuanImage-3.0",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-mt-7b",knowledge:null,lastUpdated:"2025-09-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Hunyuan-MT-7B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-mt-chimera-7b",knowledge:null,lastUpdated:"2025-09-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Hunyuan-MT-Chimera-7B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-ocr",knowledge:null,lastUpdated:"2025-11-25",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"HunyuanOCR",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-video-1-5",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"HunyuanVideo-1.5",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-video-1-5-repackaged",knowledge:null,lastUpdated:"2025-12-06",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"HunyuanVideo_1.5_repackaged",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-video-foley",knowledge:null,lastUpdated:"2025-09-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HunyuanVideo-Foley",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-world-1",knowledge:null,lastUpdated:"2025-07-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HunyuanWorld-1",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hunyuan-world-voyager",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"HunyuanWorld-Voyager",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hy-motion-1-0",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HY-Motion-1.0",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hy-mt1-5-1-8b",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HY-MT1.5-1.8B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hy-mt1-5-1-8b-fp8",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HY-MT1.5-1.8B-FP8",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hy-mt1-5-1-8b-gguf",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HY-MT1.5-1.8B-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hy-mt1-5-1-8b-gptq-int-4",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HY-MT1.5-1.8B-GPTQ-Int4",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hy-mt1-5-7b",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HY-MT1.5-7B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hy-mt1-5-7b-fp8",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HY-MT1.5-7B-FP8",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hy-mt1-5-7b-gguf",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HY-MT1.5-7B-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hy-mt1-5-7b-gptq-int-4",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"HY-MT1.5-7B-GPTQ-Int4",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"hy-world-play",knowledge:null,lastUpdated:"2026-01-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"HY-WorldPlay",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"i-quest-coder-v1-40b-base",knowledge:null,lastUpdated:"2026-01-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IQuest-Coder-V1-40B-Base",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"i-quest-coder-v1-40b-base-stage-1",knowledge:null,lastUpdated:"2026-01-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IQuest-Coder-V1-40B-Base-Stage1",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"i-quest-coder-v1-40b-instruct",knowledge:null,lastUpdated:"2026-01-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IQuest-Coder-V1-40B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"i-quest-coder-v1-40b-instruct-4-bit",knowledge:null,lastUpdated:"2026-01-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IQuest-Coder-V1-40B-Instruct-4bit",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"i-quest-coder-v1-40b-instruct-awq-4-bit",knowledge:null,lastUpdated:"2026-01-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IQuest-Coder-V1-40B-Instruct-AWQ-4bit",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"i-quest-coder-v1-40b-loop-instruct",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IQuest-Coder-V1-40B-Loop-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"i-quest-coder-v1-40b-loop-instruct-4-bit",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IQuest-Coder-V1-40B-Loop-Instruct-4bit",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"i-quest-lab-i-quest-coder-v1-40b-instruct-gguf",knowledge:null,lastUpdated:"2026-01-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IQuestLab.IQuest-Coder-V1-40B-Instruct-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"illustrious-xl",knowledge:null,lastUpdated:"2025-08-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Illustrious-XL",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"image-to-video",knowledge:null,lastUpdated:"2023-12-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Image-to-Video",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"index-anisora",knowledge:null,lastUpdated:"2025-10-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Index-anisora",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"index-tts",knowledge:null,lastUpdated:"2025-04-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Index-TTS",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"index-tts-1-5",knowledge:null,lastUpdated:"2025-05-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IndexTTS-1.5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"index-tts-2",knowledge:null,lastUpdated:"2025-11-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"index-tts2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"index-tts-2-v-llm",knowledge:null,lastUpdated:"2025-09-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"IndexTTS-2-vLLM",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"infinite-talk",knowledge:null,lastUpdated:"2025-09-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"InfiniteTalk",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-s1",knowledge:null,lastUpdated:"2025-10-31",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Intern-S1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-s1-gguf",knowledge:null,lastUpdated:"2025-07-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Intern-S1-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-vl-3-14b",knowledge:null,lastUpdated:"2025-05-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3-14B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-vl-3-1b",knowledge:null,lastUpdated:"2025-05-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3-1B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-vl-3-2b",knowledge:null,lastUpdated:"2025-05-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3-2B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-vl-3-5-1b",knowledge:null,lastUpdated:"2025-08-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3_5-1B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-vl-3-5-241b-a28b",knowledge:null,lastUpdated:"2025-08-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3_5-241B-A28B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-vl-3-5-8b",knowledge:null,lastUpdated:"2025-08-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVL3_5-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"intern-vla-a1-3b",knowledge:null,lastUpdated:"2026-01-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"InternVLA-A1-3B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:4e-4,inputCacheHit:null,output:4e-4},extendedThinking:!1,id:"ip-adapter",knowledge:null,lastUpdated:"2024-04-10",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"IP-Adapter",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-04-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"janus-pro-7b",knowledge:null,lastUpdated:"2025-02-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Janus-Pro-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"jimeng",knowledge:null,lastUpdated:"2025-06-09",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"jimeng",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"jina-embeddings-v-3",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"jina-embeddings-v3",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"jina-embeddings-v-4",knowledge:"Available",lastUpdated:"2025-09-02",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"jina-embeddings-v4",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"jina-reranker-v-3",knowledge:null,lastUpdated:"2025-11-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"jina-reranker-v3",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"joy-caption-alpha-two",knowledge:null,lastUpdated:"2024-12-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"joy-caption-alpha-two",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"jt-da-8b",knowledge:null,lastUpdated:"2025-07-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"JT-DA-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"keqing-z-image-4",knowledge:null,lastUpdated:"2026-01-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"keqing_z_image_4",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kfm-poster",knowledge:null,lastUpdated:"2025-08-13",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"KFM-poster",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kimi-audio-7b-instruct",knowledge:null,lastUpdated:"2025-05-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-Audio-7B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kimi-k2-base",knowledge:null,lastUpdated:"2025-07-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-K2-Base",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kimi-k2-instruct-0905",knowledge:null,lastUpdated:"2025-11-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-K2-Instruct-0905",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kimi-k2-instruct-gguf",knowledge:null,lastUpdated:"2025-07-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-K2-Instruct-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:6e-4,inputCacheHit:null,output:.0025},extendedThinking:!0,id:"kimi-k2-thinking",knowledge:null,lastUpdated:"2025-11-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-K2-Thinking",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-11-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kimi-linear-48b-a3b-instruct",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kimi-Linear-48B-A3B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kimi-vl-a3b-instruct",knowledge:null,lastUpdated:"2025-07-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Kimi-VL-A3B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"kimi-vl-a3b-thinking",knowledge:null,lastUpdated:"2025-06-27",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Kimi-VL-A3B-Thinking",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-04-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"kimi-vl-a3b-thinking-2506",knowledge:null,lastUpdated:"2025-08-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Kimi-VL-A3B-Thinking-2506",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-06-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kitten-tts-nano-0-1",knowledge:null,lastUpdated:"2025-08-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"kitten-tts-nano-0.1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kokoro-82m-v-1-1-zh",knowledge:null,lastUpdated:"2025-03-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kokoro-82M-v1.1-zh",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kook-qwen-2512-jzzs",knowledge:null,lastUpdated:"2026-01-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Kook_Qwen_2512_jzzs",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kook-qwen-2512-qwxs-v2",knowledge:null,lastUpdated:"2026-01-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"KOOK_Qwen_2512_qwxs_V2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kook-qwen-2512-zshx",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Kook_Qwen_2512_Zshx",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kook-qwen-2512-zshx-v2",knowledge:null,lastUpdated:"2026-01-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"KOOK_Qwen_2512_zshx_V2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kook-qwen-jizhizhenshi",knowledge:null,lastUpdated:"2025-11-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kook_Qwen_JIZHIZHENSHI",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kook-qwen-zshx-v-2",knowledge:null,lastUpdated:"2025-11-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Kook_Qwen_zshx_v2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kook-xieshi-kook-qwen",knowledge:null,lastUpdated:"2025-11-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Kook_xieshi_Kook_Qwen",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kook-xieshi-kook-qwen-v2",knowledge:null,lastUpdated:"2025-11-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Kook_xieshi_Kook_Qwen_V2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kook-zimage-zshx-turbo",knowledge:null,lastUpdated:"2025-12-02",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Kook_Zimage_Zshx_Turbo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"lenovo-ultra-real-z-image-turbo",knowledge:null,lastUpdated:"2025-12-09",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Lenovo_UltraReal_Z_Image_Turbo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:4e-4,inputCacheHit:null,output:.002},extendedThinking:!1,id:"ling-1t",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Ling-1T",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ling-flash-2-0",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Ling-flash-2.0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"linly-talker",knowledge:null,lastUpdated:"2024-08-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Linly-Talker",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-02-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"lite-avatar-gallery",knowledge:null,lastUpdated:"2025-06-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"LiteAvatarGallery",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-2-7-b",knowledge:null,lastUpdated:"2024-09-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"llama-2-7b",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-2-7-b-chat-hf",knowledge:null,lastUpdated:"2023-12-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-2-7b-chat-hf",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-12-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"llama-2-7-b-hf",knowledge:null,lastUpdated:"2023-12-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-2-7b-hf",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-12-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"llava-1-5-7-b-hf",knowledge:null,lastUpdated:"2025-06-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"llava-1.5-7b-hf",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"long-cat-image",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"LongCat-Image",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"long-cat-image-dev",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"LongCat-Image-Dev",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"long-cat-image-edit",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"LongCat-Image-Edit",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"long-cat-video",knowledge:null,lastUpdated:"2025-10-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"LongCat-Video",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"long-cat-video-avatar",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"LongCat-Video-Avatar",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"longlegs",knowledge:null,lastUpdated:"2025-04-28",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"longlegs",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"lora-rioko-kontext",knowledge:null,lastUpdated:"2025-07-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"lora_rioko_kontext",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ltx-2",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ltx-2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ltx-video",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"LTX-Video",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"m-3-e-base",knowledge:null,lastUpdated:"2023-08-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"m3e-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magic-wan-image-v2",knowledge:null,lastUpdated:"2025-11-20",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Magic-Wan-Image-V2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mai-ui-2b",knowledge:null,lastUpdated:"2026-01-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MAI-UI-2B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mai-ui-8b",knowledge:null,lastUpdated:"2026-01-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MAI-UI-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"majic-mix-realistic",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"majicMIX_realistic",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"majic-mix-realistic-maijuxieshi-sd-1-5",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"majicMIX_realistic_maijuxieshi_SD_1_5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"majicbeauty-qwen-1",knowledge:null,lastUpdated:"2025-08-24",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"majicbeauty-qwen1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"majicflus-v-1",knowledge:null,lastUpdated:"2025-03-13",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"majicflus_v1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"matcha-tts-zh-en-20251010",knowledge:null,lastUpdated:"2025-12-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"matcha_tts_zh_en_20251010",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"medical-deep-seek-large-language-model",knowledge:null,lastUpdated:"2025-03-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Medical_DeepSeek_Large_Language_Model",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"medical-qwen-3-8b-large-language-model",knowledge:null,lastUpdated:"2025-05-09",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Medical_Qwen3_8B_Large_Language_Model",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mega-tts-3",knowledge:null,lastUpdated:"2025-04-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MegaTTS3",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mengzi-t-5-base",knowledge:null,lastUpdated:"2022-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"mengzi-t5-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-10-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:45e-5,inputCacheHit:null,output:45e-5},extendedThinking:!1,id:"meta-llama-3-1-70b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta-Llama-3.1-70B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},extendedThinking:!1,id:"meta-llama-3-1-8b",knowledge:null,lastUpdated:"2024-10-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Meta-Llama-3.1-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},extendedThinking:!1,id:"meta-llama-3-1-8b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:16384,output:16384},modalities:{input:["text"],output:["text"]},name:"Meta-Llama-3.1-8B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama-3-8b",knowledge:null,lastUpdated:"2024-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Meta-Llama-3-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-04-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mgeo-backbone-chinese-base",knowledge:null,lastUpdated:"2023-08-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"mgeo_backbone_chinese_base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mgeo-geographic-composition-analysis-chinese-base",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"mgeo_geographic_composition_analysis_chinese_base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mgeo-geographic-elements-tagging-chinese-base",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"mgeo_geographic_elements_tagging_chinese_base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mgeo-geographic-entity-alignment-chinese-base",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"mgeo_geographic_entity_alignment_chinese_base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mgeo-geographic-textual-similarity-rerank-chinese-base",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"mgeo_geographic_textual_similarity_rerank_chinese_base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mi-mo-7b-rl",knowledge:null,lastUpdated:"2025-06-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiMo-7B-RL",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mi-mo-audio-7b-instruct",knowledge:null,lastUpdated:"2025-09-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiMo-Audio-7B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mi-mo-v2-flash",knowledge:null,lastUpdated:"2025-12-18",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiMo-V2-Flash",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mi-mo-v2-flash-base",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiMo-V2-Flash-Base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mi-mo-v2-flash-gguf",knowledge:null,lastUpdated:"2025-12-28",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiMo-V2-Flash-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mi-mo-vl-7b-rl",knowledge:null,lastUpdated:"2025-06-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MiMo-VL-7B-RL",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mi-mo-vl-7b-rl-2508",knowledge:null,lastUpdated:"2025-08-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MiMo-VL-7B-RL-2508",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"midashenglm-7-b",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"midashenglm-7b",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"miner-u-2-0-2505-0-9b",knowledge:null,lastUpdated:"2025-06-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MinerU2.0-2505-0.9B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"miner-u-2-5-2509-1-2b",knowledge:null,lastUpdated:"2025-09-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MinerU2.5-2509-1.2B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"miner-u-html",knowledge:null,lastUpdated:"2025-12-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MinerU-HTML",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ming-lite-omni-1-5",knowledge:null,lastUpdated:"2025-07-18",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Ming-Lite-Omni-1.5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-cpm-4-1-8b",knowledge:null,lastUpdated:"2025-10-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniCPM4.1-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-cpm-4-8b",knowledge:null,lastUpdated:"2025-06-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniCPM4-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-cpm-o-2-6",knowledge:null,lastUpdated:"2025-10-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MiniCPM-o-2_6",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-cpm-v",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniCPM-V",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-01-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-cpm-v-2-6",knowledge:null,lastUpdated:"2025-06-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MiniCPM-V-2_6",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-cpm-v-4",knowledge:null,lastUpdated:"2025-08-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MiniCPM-V-4",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-cpm-v-4-5",knowledge:null,lastUpdated:"2025-12-18",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MiniCPM-V-4_5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-cpm-v-4-5-gguf",knowledge:null,lastUpdated:"2025-09-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MiniCPM-V-4_5-gguf",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-cpm-v-4-5-int-4",knowledge:null,lastUpdated:"2025-09-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MiniCPM-V-4_5-int4",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-cpm-v-4-gguf",knowledge:null,lastUpdated:"2025-08-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MiniCPM-V-4-gguf",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-max-m2",knowledge:null,lastUpdated:"2025-12-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-max-m2-1",knowledge:null,lastUpdated:"2025-12-28",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M2.1",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-max-m2-1-awq",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M2.1-AWQ",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-max-m2-1-awq-4-bit",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M2.1-AWQ-4bit",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-max-m2-1-gguf",knowledge:null,lastUpdated:"2025-12-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax-M2.1-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-mind-2",knowledge:null,lastUpdated:"2025-12-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMind2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mini-mind-2-py-torch",knowledge:null,lastUpdated:"2025-10-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMind2-PyTorch",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ministral-3-14b-instruct-2512",knowledge:null,lastUpdated:"2025-12-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Ministral-3-14B-Instruct-2512",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"miro-thinker-v-1-5-235b",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiroThinker-v1.5-235B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"miro-thinker-v-1-5-30b",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MiroThinker-v1.5-30B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"monkey-ocr",knowledge:null,lastUpdated:"2025-08-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"MonkeyOCR",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mplug-image-captioning-coco-base-zh",knowledge:null,lastUpdated:"2025-12-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"mplug_image-captioning_coco_base_zh",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-10-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"multi-modal-chinese-stable-diffusion-v-1-0",knowledge:null,lastUpdated:"2023-11-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"multi-modal_chinese_stable_diffusion_v1.0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-01-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"multi-modal-clip-vit-base-patch-16-zh",knowledge:null,lastUpdated:"2023-09-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"multi-modal_clip-vit-base-patch16_zh",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"multi-modal-clip-vit-huge-patch-14-zh",knowledge:null,lastUpdated:"2023-09-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"multi-modal_clip-vit-huge-patch14_zh",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-10-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"multi-modal-clip-vit-large-patch-14-336-zh",knowledge:null,lastUpdated:"2023-09-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"multi-modal_clip-vit-large-patch14_336_zh",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-09-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"multi-modal-clip-vit-large-patch-14-zh",knowledge:null,lastUpdated:"2023-09-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"multi-modal_clip-vit-large-patch14_zh",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"multi-modal-convnext-roberta-base-vldoc-embedding",knowledge:null,lastUpdated:"2025-06-13",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"multi-modal_convnext-roberta-base_vldoc-embedding",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"multi-modal-hitea-video-captioning-base-en",knowledge:null,lastUpdated:"2023-01-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"multi-modal_hitea_video-captioning_base_en",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-11-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"multi-modal-team-vit-large-patch-14-multi-modal-similarity",knowledge:null,lastUpdated:"2022-10-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"multi-modal_team-vit-large-patch14_multi-modal-similarity",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mv001",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"MV001",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mw-hanfu",knowledge:null,lastUpdated:"2025-08-10",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"MW-hanfu",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"nanbeige-4-3b-thinking-2511",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Nanbeige4-3B-Thinking-2511",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nano-banana-pro",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nano-banana-pro",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nano-banana-trending-disassemble-clothes-one-click-generation",knowledge:null,lastUpdated:"2025-12-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Nano-Banana_Trending_Disassemble_Clothes_One-Click-Generation",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nanonets-ocr-s",knowledge:null,lastUpdated:"2025-06-20",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Nanonets-OCR-s",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nanqiao-mote-z-image-turbo-tongyi-mai-v-1-0",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nanqiao-mote-Z-Image-Turbo-Tongyi-MAI-v1.0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nemotron-3-nano-30b-a3b-gguf",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Nemotron-3-Nano-30B-A3B-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"neutts-air",knowledge:null,lastUpdated:"2025-10-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"neutts-air",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"new-bie-image-exp-0-1",knowledge:null,lastUpdated:"2025-12-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"NewBie-image-Exp0.1",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"new-bie-image-exp-0-1-repackaged",knowledge:null,lastUpdated:"2025-12-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"NewBie-image-Exp0.1_repackaged",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"next-scene-qwen-image-lora-2509",knowledge:null,lastUpdated:"2025-10-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"next-scene-qwen-image-lora-2509",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nike",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nike",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-bart-text-error-correction-chinese",knowledge:null,lastUpdated:"2023-03-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_bart_text-error-correction_chinese",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-bert-document-segmentation-chinese-base",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_bert_document-segmentation_chinese-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-convai-text-2-sql-pretrain-cn",knowledge:null,lastUpdated:"2023-02-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_convai_text2sql_pretrain_cn",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-corom-sentence-embedding-chinese-base-ecom",knowledge:"Available",lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_corom_sentence-embedding_chinese-base-ecom",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-deberta-rex-uninlu-chinese-base",knowledge:null,lastUpdated:"2025-09-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_deberta_rex-uninlu_chinese-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-gte-sentence-embedding-chinese-base",knowledge:"Available",lastUpdated:"2025-12-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_gte_sentence-embedding_chinese-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-gte-sentence-embedding-chinese-large",knowledge:null,lastUpdated:"2025-06-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_gte_sentence-embedding_chinese-large",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-language-identification-classification-base",knowledge:null,lastUpdated:"2023-02-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_language_identification-classification-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-maoe-named-entity-recognition-chinese-base-general",knowledge:null,lastUpdated:"2023-04-09",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_maoe_named-entity-recognition_chinese-base-general",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-mt-5-zero-shot-augment-chinese-base",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_mt5_zero-shot-augment_chinese-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-01-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-polylm-13-b-text-generation",knowledge:null,lastUpdated:"2025-06-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_polylm_13b_text_generation",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-07-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-polylm-qwen-7-b-text-generation",knowledge:null,lastUpdated:"2024-04-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_polylm_qwen_7b_text_generation",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-raner-named-entity-recognition-chinese-base-cmeee",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_raner_named-entity-recognition_chinese-base-cmeee",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-raner-named-entity-recognition-chinese-base-ecom-50-cls",knowledge:null,lastUpdated:"2023-11-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_raner_named-entity-recognition_chinese-base-ecom-50cls",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-09-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-structbert-backbone-base-std",knowledge:null,lastUpdated:"2022-11-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_structbert_backbone_base_std",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-structbert-emotion-classification-chinese-base",knowledge:null,lastUpdated:"2023-08-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_structbert_emotion-classification_chinese-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-structbert-outbound-intention-chinese-tiny",knowledge:null,lastUpdated:"2022-10-18",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_structbert_outbound-intention_chinese-tiny",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-09-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-structbert-sentiment-classification-chinese-base",knowledge:null,lastUpdated:"2024-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_structbert_sentiment-classification_chinese-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-structbert-siamese-uie-chinese-base",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_structbert_siamese-uie_chinese-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-structbert-siamese-uninlu-chinese-base",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_structbert_siamese-uninlu_chinese-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nlp-structbert-word-segmentation-chinese-base-ecommerce",knowledge:null,lastUpdated:"2025-08-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nlp_structbert_word-segmentation_chinese-base-ecommerce",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nunchaku",knowledge:null,lastUpdated:"2025-07-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nunchaku",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nunchaku-flux-1-dev",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nunchaku-flux.1-dev",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nunchaku-flux-1-kontext-dev",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nunchaku-flux.1-kontext-dev",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nunchaku-flux-1-krea-dev",knowledge:null,lastUpdated:"2025-08-14",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nunchaku-flux.1-krea-dev",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nunchaku-qwen-image",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nunchaku-qwen-image",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nunchaku-qwen-image-edit",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nunchaku-qwen-image-edit",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nunchaku-qwen-image-edit-2509",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nunchaku-qwen-image-edit-2509",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nunchaku-z-image-turbo",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"nunchaku-z-image-turbo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nuwa-script",knowledge:null,lastUpdated:"2025-09-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nuwa-script",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nvidia-nemotron-3-nano-30b-a3b-bf16",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA-Nemotron-3-Nano-30B-A3B-BF16",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nvzhuangdalao",knowledge:null,lastUpdated:"2025-12-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"nvzhuangdalao",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ocr-flux-3b",knowledge:null,lastUpdated:"2025-07-09",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"OCRFlux-3B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ofa-image-caption-coco-large-en",knowledge:null,lastUpdated:"2025-06-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"ofa_image-caption_coco_large_en",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ofa-image-caption-muge-base-zh",knowledge:null,lastUpdated:"2025-06-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"ofa_image-caption_muge_base_zh",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-09-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ofa-ocr-recognition-handwriting-base-zh",knowledge:null,lastUpdated:"2025-06-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ofa_ocr-recognition_handwriting_base_zh",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-11-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ofa-visual-grounding-refcoco-large-zh",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ofa_visual-grounding_refcoco_large_zh",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"ollama",knowledge:null,lastUpdated:"2025-09-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ollama",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"ollama-ipex-llm",knowledge:null,lastUpdated:"2025-04-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ollama-ipex-llm",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"ollama-linux",knowledge:null,lastUpdated:"2025-12-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ollama-linux",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"omni-gen-2",knowledge:null,lastUpdated:"2025-07-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"OmniGen2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"one-ke",knowledge:null,lastUpdated:"2024-05-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"OneKE",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-04-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"open-sora-2-0",knowledge:null,lastUpdated:"2025-07-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"OpenSora2.0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai-clip-vit-large-patch-14",knowledge:null,lastUpdated:"2024-08-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"openai-clip-vit-large-patch14",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openaudio-s-1-mini",knowledge:null,lastUpdated:"2025-06-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"openaudio-s1-mini",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"paddle-ocr-vl",knowledge:null,lastUpdated:"2025-11-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"PaddleOCR-VL",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"paddle-ocr-vl-receipt",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"PaddleOCR-VL-Receipt",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"paraphrase-multilingual-mini-lm-l12-v-2",knowledge:null,lastUpdated:"2025-04-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"paraphrase-multilingual-MiniLM-L12-v2",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pdf-extract-kit",knowledge:null,lastUpdated:"2024-10-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"PDF-Extract-Kit",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pdf-extract-kit-1-0",knowledge:null,lastUpdated:"2025-10-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"PDF-Extract-Kit-1.0",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pelican-1-0-vl-7b",knowledge:null,lastUpdated:"2025-12-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Pelican1.0-VL-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"persona-live",knowledge:null,lastUpdated:"2025-12-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"PersonaLive",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"phi-3-mini-4-k-instruct",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Phi-3-mini-4k-instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-04-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:6e-5,inputCacheHit:null,output:14e-5},extendedThinking:!1,id:"phi-4",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"phi-4",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pi-0",knowledge:null,lastUpdated:"2025-09-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"pi0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pixel-art-style-lora-z-image-turbo",knowledge:null,lastUpdated:"2025-11-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"pixel_art_style_lora_z_image_turbo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pony-realistic-pure-desire-beauty-sdxl-v-1-0",knowledge:null,lastUpdated:"2025-06-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Pony_Realistic-Pure-Desire-Beauty-SDXL_v1.0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pp-doc-layout-v-2",knowledge:null,lastUpdated:"2025-10-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"PP-DocLayoutV2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pp-ocrv-5-server",knowledge:null,lastUpdated:"2025-06-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"pp-ocrv5-server",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"prompt-clue",knowledge:null,lastUpdated:"2023-04-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"PromptCLUE",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-11-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"punc-ct-transformer-cn-en-common-vocab-471067-large",knowledge:null,lastUpdated:"2024-02-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"punc_ct-transformer_cn-en-common-vocab471067-large",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-07-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"punc-ct-transformer-zh-cn-common-vad-realtime-vocab-272727-onnx",knowledge:null,lastUpdated:"2024-09-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727-onnx",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"punc-ct-transformer-zh-cn-common-vocab-272727-pytorch",knowledge:null,lastUpdated:"2024-12-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"punc_ct-transformer_zh-cn-common-vocab272727-pytorch",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-01-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"python-data-science",knowledge:null,lastUpdated:"2025-08-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"python-data-science",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qvq-72b-preview",knowledge:null,lastUpdated:"2025-01-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"QVQ-72B-Preview",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:3e-5,inputCacheHit:null,output:11e-5},extendedThinking:!1,id:"qw-q-32b",knowledge:null,lastUpdated:"2025-03-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"QwQ-32B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qw-q-32b-awq",knowledge:null,lastUpdated:"2025-03-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"QwQ-32B-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qw-q-32b-gguf",knowledge:null,lastUpdated:"2025-03-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"QwQ-32B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},extendedThinking:!1,id:"qwen-1-5-0-5b-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen1.5-0.5B-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-02-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:1e-4},extendedThinking:!1,id:"qwen-1-5-1-8b-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen1.5-1.8B-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-02-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:2e-4,inputCacheHit:null,output:2e-4},extendedThinking:!1,id:"qwen-1-5-7b-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen1.5-7B-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-02-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-1-8b-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen-1_8B-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-0-5b",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2-0.5B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-05-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-0-5b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2-0.5B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-1-5b",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2-1.5B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-05-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-0-5b",knowledge:null,lastUpdated:"2024-09-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-0.5B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-0-5b-instruct-gguf",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-0.5B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-14b-instruct-1m",knowledge:null,lastUpdated:"2025-01-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-14B-Instruct-1M",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-32b-instruct-awq",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-32B-Instruct-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-3b-instruct",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-3B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-3b-instruct-gguf",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-3B-Instruct-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-3b-instruct-gpu",knowledge:null,lastUpdated:"2026-01-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-3B-Instruct-GPU",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-72b-instruct-awq",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-72B-Instruct-AWQ",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-7b-instruct-awq",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-7B-Instruct-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-7b-instruct-gguf",knowledge:null,lastUpdated:"2024-11-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5-7B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-omni-3b",knowledge:null,lastUpdated:"2025-04-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-Omni-3B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-omni-7b",knowledge:null,lastUpdated:"2025-04-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-Omni-7B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-omni-7b-awq",knowledge:null,lastUpdated:"2025-05-16",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-Omni-7B-AWQ",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-vl-32b-instruct-awq",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL-32B-Instruct-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-vl-3b-instruct-awq",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL-3B-Instruct-AWQ",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-vl-72b-instruct-awq",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL-72B-Instruct-AWQ",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-vl-7-b-fp-8-scaled-safetensors",knowledge:null,lastUpdated:"2025-12-02",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"qwen_2.5_vl_7b_fp8_scaled.safetensors",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-vl-7b-instruct-awq",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL-7B-Instruct-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-vl-7b-instruct-gguf",knowledge:null,lastUpdated:"2025-05-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen2.5-VL-7B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-5-vl-ocr-lora-7b",knowledge:null,lastUpdated:"2025-08-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"qwen2.5-VL-OCR-lora-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-7b",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-audio-7b",knowledge:null,lastUpdated:"2024-11-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2-Audio-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-2-audio-7b-instruct",knowledge:null,lastUpdated:"2025-01-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2-Audio-7B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-0-6b-base",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-0.6B-Base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-0-6b-fp8",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-0.6B-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-0-6b-gguf",knowledge:null,lastUpdated:"2025-06-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-0.6B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-0-6b-gptq-int-8",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-0.6B-GPTQ-Int8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-0-6b-gpu-basic",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-0.6B-GPU-basic",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-0-6b-gpu-basic-mlx",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-0.6B-GPU-basic-MLX",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-0-6b-instruct-2512",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-0.6B-Instruct-2512",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-0-6b-tts",knowledge:null,lastUpdated:"2025-09-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-0.6B-TTS",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-14b-awq",knowledge:null,lastUpdated:"2025-05-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-14B-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-14b-base",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-14B-Base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-14b-fp8",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-14B-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:.002,inputCacheHit:null,output:.012},extendedThinking:!1,id:"qwen-3-14b-gemini-3-pro-preview-high-reasoning-distill-gguf",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-14B-Gemini-3-Pro-Preview-High-Reasoning-Distill-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-14b-gguf",knowledge:null,lastUpdated:"2025-05-09",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-14B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-1-7b-base",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-1.7B-Base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-1-7b-gguf",knowledge:null,lastUpdated:"2025-05-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-1.7B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-1-7b-mt-en-2-zh-gungeon-gguf",knowledge:null,lastUpdated:"2025-07-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-1.7B-MT-en2zh-Gungeon-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-1-7b-multilingual-tts",knowledge:null,lastUpdated:"2025-11-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-1.7B-Multilingual-TTS",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-235b-a22b-fp8",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-235b-a22b-gptq-int-4",knowledge:null,lastUpdated:"2025-05-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-GPTQ-Int4",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-235b-a22b-instruct-2507-awq",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-Instruct-2507-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-235b-a22b-instruct-2507-fp8",knowledge:null,lastUpdated:"2025-07-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-Instruct-2507-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-235b-a22b-instruct-2507-gguf",knowledge:null,lastUpdated:"2025-07-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-Instruct-2507-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-235b-a22b-thinking-2507-awq",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-Thinking-2507-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-07-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-235b-a22b-thinking-2507-fp8",knowledge:null,lastUpdated:"2025-07-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-Thinking-2507-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-07-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-235b-a22b-w8a8",knowledge:null,lastUpdated:"2025-12-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-235B-A22B-W8A8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-awq",knowledge:null,lastUpdated:"2025-05-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-base",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-fp4",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-FP4",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-fp8",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-gguf",knowledge:null,lastUpdated:"2025-05-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-gptq-int-4",knowledge:null,lastUpdated:"2025-05-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-GPTQ-Int4",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-instruct-2507-awq",knowledge:null,lastUpdated:"2025-08-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Instruct-2507-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-instruct-2507-fp8",knowledge:null,lastUpdated:"2025-09-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Instruct-2507-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-instruct-2507-gguf",knowledge:null,lastUpdated:"2025-07-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Instruct-2507-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-instruct-2507-gptq-int-8",knowledge:null,lastUpdated:"2025-07-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Instruct-2507-GPTQ-Int8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-30b-a3b-instruct-2507-int-4-w4a16",knowledge:null,lastUpdated:"2025-07-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Instruct-2507-Int4-W4A16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-30b-a3b-thinking-2507-awq",knowledge:null,lastUpdated:"2025-07-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Thinking-2507-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-07-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-30b-a3b-thinking-2507-fp8",knowledge:null,lastUpdated:"2025-07-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Thinking-2507-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-07-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-30b-a3b-thinking-2507-gguf",knowledge:null,lastUpdated:"2025-08-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B-Thinking-2507-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-32b-awq",knowledge:null,lastUpdated:"2025-05-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-32B-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-32b-fp8",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-32B-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-32b-gguf",knowledge:null,lastUpdated:"2025-05-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-32B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-32b-gptq-int-4",knowledge:null,lastUpdated:"2025-05-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-32B-GPTQ-Int4",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-32b-gptq-int-8",knowledge:null,lastUpdated:"2025-04-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-32B-GPTQ-Int8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-4b-awq",knowledge:null,lastUpdated:"2025-05-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-4b-base",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B-Base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-4b-fp8",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-4b-gguf",knowledge:null,lastUpdated:"2025-06-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-4b-instruct-2507",knowledge:null,lastUpdated:"2025-09-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B-Instruct-2507",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-4b-instruct-2507-fp8",knowledge:null,lastUpdated:"2025-09-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B-Instruct-2507-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-4b-instruct-2507-gguf",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B-Instruct-2507-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-4b-thinking-2507",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B-Thinking-2507",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-4b-thinking-2507-fp8",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B-Thinking-2507-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-4b-thinking-2507-gguf",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-4B-Thinking-2507-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-08-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-72b-instruct",knowledge:null,lastUpdated:"2025-06-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-72B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-8b-awq",knowledge:null,lastUpdated:"2025-05-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-8B-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-8b-base",knowledge:null,lastUpdated:"2025-05-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-8B-Base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-8b-deep-seek-v-3-2-speciale-distill-gguf",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-8B-DeepSeek-v3.2-Speciale-Distill-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-8b-fp8",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-8B-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-8b-gguf",knowledge:null,lastUpdated:"2025-06-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-8B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-8b-gptq-int-4",knowledge:null,lastUpdated:"2025-09-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-8B-GPTQ-Int4",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-8b-instruct",knowledge:null,lastUpdated:"2025-11-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-8B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-8b-unsloth-bnb-4-bit",knowledge:null,lastUpdated:"2025-05-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-8B-unsloth-bnb-4bit",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-coder-30b-a3b-instruct-1m-gguf",knowledge:null,lastUpdated:"2025-08-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-30B-A3B-Instruct-1M-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-coder-30b-a3b-instruct-awq",knowledge:null,lastUpdated:"2025-08-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-30B-A3B-Instruct-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-coder-30b-a3b-instruct-fp8",knowledge:null,lastUpdated:"2025-12-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-30B-A3B-Instruct-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-coder-30b-a3b-instruct-gguf",knowledge:null,lastUpdated:"2025-08-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-30B-A3B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-coder-30b-a3b-instruct-int-4-w4a16",knowledge:null,lastUpdated:"2025-08-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-30B-A3B-Instruct-Int4-W4A16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-08-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-coder-480b-a35b-instruct-1m-gguf",knowledge:null,lastUpdated:"2025-07-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-480B-A35B-Instruct-1M-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-coder-480b-a35b-instruct-fp8",knowledge:null,lastUpdated:"2025-08-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-480B-A35B-Instruct-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-coder-480b-a35b-instruct-gguf",knowledge:null,lastUpdated:"2025-08-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Coder-480B-A35B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-embedding-0-6-b",knowledge:null,lastUpdated:"2025-08-09",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"qwen3-embedding-0.6b",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-embedding-0-6b",knowledge:null,lastUpdated:"2025-06-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Embedding-0.6B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-embedding-0-6b-gguf",knowledge:null,lastUpdated:"2025-07-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Embedding-0.6B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-embedding-4b",knowledge:null,lastUpdated:"2025-06-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Embedding-4B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-embedding-4b-gguf",knowledge:null,lastUpdated:"2025-08-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Embedding-4B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-embedding-8b",knowledge:null,lastUpdated:"2025-08-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Embedding-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-embedding-8b-gguf",knowledge:null,lastUpdated:"2025-07-15",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Embedding-8B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-guard-gen-0-6b",knowledge:null,lastUpdated:"2025-11-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3Guard-Gen-0.6B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-guard-gen-4b",knowledge:null,lastUpdated:"2025-11-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3Guard-Gen-4B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-guard-gen-8b",knowledge:null,lastUpdated:"2025-11-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3Guard-Gen-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-guard-stream-8b",knowledge:null,lastUpdated:"2025-11-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3Guard-Stream-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:8e-4},extendedThinking:!1,id:"qwen-3-next-80b-a3b-instruct",knowledge:null,lastUpdated:"2025-09-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Next-80B-A3B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-next-80b-a3b-instruct-awq-4-bit",knowledge:null,lastUpdated:"2025-11-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Next-80B-A3B-Instruct-AWQ-4bit",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-next-80b-a3b-instruct-fp8",knowledge:null,lastUpdated:"2025-09-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Next-80B-A3B-Instruct-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-next-80b-a3b-instruct-gguf",knowledge:null,lastUpdated:"2025-12-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Next-80B-A3B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:14e-5,inputCacheHit:null,output:.0012},extendedThinking:!0,id:"qwen-3-next-80b-a3b-thinking",knowledge:null,lastUpdated:"2025-12-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Next-80B-A3B-Thinking",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-09-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-next-80b-a3b-thinking-fp8",knowledge:null,lastUpdated:"2025-09-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Next-80B-A3B-Thinking-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-09-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-next-80b-a3b-thinking-gguf",knowledge:null,lastUpdated:"2025-12-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Next-80B-A3B-Thinking-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-omni-30b-a3b-captioner",knowledge:null,lastUpdated:"2025-09-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-Omni-30B-A3B-Captioner",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-omni-30b-a3b-instruct",knowledge:null,lastUpdated:"2025-09-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-Omni-30B-A3B-Instruct",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-omni-30b-a3b-instruct-awq-4-bit",knowledge:null,lastUpdated:"2025-09-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-Omni-30B-A3B-Instruct-AWQ-4bit",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-omni-30b-a3b-thinking",knowledge:null,lastUpdated:"2025-09-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-Omni-30B-A3B-Thinking",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-09-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-reranker-0-6b",knowledge:null,lastUpdated:"2025-08-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Reranker-0.6B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-reranker-4b",knowledge:null,lastUpdated:"2025-08-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Reranker-4B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-reranker-8b",knowledge:null,lastUpdated:"2025-08-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3-Reranker-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:.0012},extendedThinking:!1,id:"qwen-3-vl-235b-a22b-instruct",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-235B-A22B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-235b-a22b-instruct-awq",knowledge:null,lastUpdated:"2025-10-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-235B-A22B-Instruct-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-235b-a22b-instruct-fp8",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-235B-A22B-Instruct-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:.0012},extendedThinking:!0,id:"qwen-3-vl-235b-a22b-thinking",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-235B-A22B-Thinking",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-235b-a22b-thinking-fp8",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-235B-A22B-Thinking-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-2b-instruct",knowledge:null,lastUpdated:"2025-10-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-2B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-2b-instruct-fp8",knowledge:null,lastUpdated:"2025-10-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-2B-Instruct-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-2b-instruct-gguf",knowledge:null,lastUpdated:"2025-11-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-2B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-2b-thinking",knowledge:null,lastUpdated:"2025-10-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-2B-Thinking",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-2b-thinking-fp8",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-2B-Thinking-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:2e-4,inputCacheHit:null,output:7e-4},extendedThinking:!1,id:"qwen-3-vl-30b-a3b-instruct",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-30B-A3B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-30b-a3b-instruct-awq",knowledge:null,lastUpdated:"2025-10-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-30B-A3B-Instruct-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-30b-a3b-instruct-fp8",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-30B-A3B-Instruct-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-30b-a3b-instruct-gguf",knowledge:null,lastUpdated:"2025-11-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-30B-A3B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:2e-4,inputCacheHit:null,output:.001},extendedThinking:!0,id:"qwen-3-vl-30b-a3b-thinking",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-30B-A3B-Thinking",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-09-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-30b-a3b-thinking-fp8",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-30B-A3B-Thinking-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-30b-a3b-thinking-gguf",knowledge:null,lastUpdated:"2026-01-02",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-30B-A3B-Thinking-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-32b-instruct",knowledge:null,lastUpdated:"2025-10-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-32B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-32b-instruct-awq",knowledge:null,lastUpdated:"2025-10-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-32B-Instruct-AWQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-32b-instruct-fp8",knowledge:null,lastUpdated:"2025-10-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-32B-Instruct-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-32b-instruct-gguf",knowledge:null,lastUpdated:"2025-11-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-32B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-32b-thinking",knowledge:null,lastUpdated:"2025-10-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-32B-Thinking",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-32b-thinking-fp8",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-32B-Thinking-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-32b-thinking-gguf",knowledge:null,lastUpdated:"2025-11-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-32B-Thinking-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-4b-instruct",knowledge:null,lastUpdated:"2025-10-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-4B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-4b-instruct-fp8",knowledge:null,lastUpdated:"2025-10-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-4B-Instruct-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-4b-instruct-gguf",knowledge:null,lastUpdated:"2025-11-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-4B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-4b-thinking",knowledge:null,lastUpdated:"2025-10-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-4B-Thinking",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-4b-thinking-gguf",knowledge:null,lastUpdated:"2025-11-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-4B-Thinking-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-8-b-instruct-abliterated-cv",knowledge:null,lastUpdated:"2025-12-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"qwen3-vl-8b-instruct-abliterated-CV",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:8e-5,inputCacheHit:null,output:5e-4},extendedThinking:!1,id:"qwen-3-vl-8b-instruct",knowledge:null,lastUpdated:"2025-10-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-8B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-8b-instruct-4-bit-gptq",knowledge:null,lastUpdated:"2025-11-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-8B-Instruct-4bit-GPTQ",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-8b-instruct-abliterated",knowledge:null,lastUpdated:"2025-10-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-8B-Instruct-abliterated",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-8b-instruct-awq-4-bit",knowledge:null,lastUpdated:"2025-10-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-8B-Instruct-AWQ-4bit",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-8b-instruct-fp8",knowledge:null,lastUpdated:"2025-10-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-8B-Instruct-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-3-vl-8b-instruct-gguf",knowledge:null,lastUpdated:"2025-10-31",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-8B-Instruct-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:18e-5,inputCacheHit:null,output:.0021},extendedThinking:!0,id:"qwen-3-vl-8b-thinking",knowledge:null,lastUpdated:"2025-10-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-8B-Thinking",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-8b-thinking-fp8",knowledge:null,lastUpdated:"2025-10-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-8B-Thinking-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"qwen-3-vl-8b-thinking-gguf",knowledge:null,lastUpdated:"2025-11-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen3-VL-8B-Thinking-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-72b-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen-72B-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-7b",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen-7B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-7b-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen-7B-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-audio",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen-Audio",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-audio-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen-Audio-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-breasts-edit-1-0",knowledge:null,lastUpdated:"2025-11-09",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-breastsEdit-1.0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-edit-2509-multiple-angles",knowledge:null,lastUpdated:"2025-11-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Edit-2509-Multiple-angles",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-edit-anything-2-real-alpha",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"QwenEdit-Anything2Real_Alpha",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image",knowledge:null,lastUpdated:"2025-08-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-image",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-2512",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-2512",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-2512-6-bit",knowledge:null,lastUpdated:"2026-01-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-2512-6bit",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-2512-anime",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-image-2512-Anime",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-2512-fp8",knowledge:null,lastUpdated:"2026-01-02",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-2512-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-2512-fusion-lo-ra-by-remile",knowledge:null,lastUpdated:"2026-01-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-2512-FusionLoRA-ByRemile",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-2512-gguf",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-2512-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-2512-lightning",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-2512-Lightning",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-2512-pixel-art-lo-ra",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-2512-Pixel-Art-LoRA",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-2512-turbo-lo-ra",knowledge:null,lastUpdated:"2026-01-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-2512-Turbo-LoRA",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-blockwise-control-net-canny",knowledge:null,lastUpdated:"2025-08-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Blockwise-ControlNet-Canny",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-blockwise-control-net-depth",knowledge:null,lastUpdated:"2025-08-13",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Blockwise-ControlNet-Depth",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-blockwise-control-net-inpaint",knowledge:null,lastUpdated:"2025-08-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Blockwise-ControlNet-Inpaint",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-comfy-ui",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image_ComfyUI",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-control-net-inpainting",knowledge:null,lastUpdated:"2025-09-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-ControlNet-Inpainting",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-control-net-union",knowledge:null,lastUpdated:"2025-08-27",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-ControlNet-Union",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-df11",knowledge:null,lastUpdated:"2025-08-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-DF11",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-distill-full",knowledge:null,lastUpdated:"2025-08-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Distill-Full",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-distill-gguf",knowledge:null,lastUpdated:"2025-08-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Distill-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-distill-lo-ra",knowledge:null,lastUpdated:"2025-08-18",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Distill-LoRA",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit",knowledge:null,lastUpdated:"2025-09-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2509",knowledge:null,lastUpdated:"2025-09-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-2509",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2509-4-bit",knowledge:null,lastUpdated:"2025-12-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-2509-4bit",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2509-fp8",knowledge:null,lastUpdated:"2025-12-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen_Image_Edit_2509_FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2509-gguf",knowledge:null,lastUpdated:"2025-10-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-2509-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2509-lightning-8-steps-v1-0-bf-16",knowledge:null,lastUpdated:"2025-12-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-2509-Lightning-8steps-V1.0-bf16",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2511",knowledge:null,lastUpdated:"2025-12-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-2511",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2511-anime",knowledge:null,lastUpdated:"2026-01-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Edit-2511-Anime",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2511-fp8",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-2511-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2511-gguf",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-2511-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2511-ic-edit-lo-ra",knowledge:null,lastUpdated:"2025-12-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Edit-2511-ICEdit-LoRA",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2511-lightning",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Edit-2511-Lightning",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2511-object-remover",knowledge:null,lastUpdated:"2026-01-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-2511-Object-Remover",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2511-sdnq-uint-4-svd-r-32",knowledge:null,lastUpdated:"2025-12-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-2511-SDNQ-uint4-svd-r32",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-2511-upscale-2-k",knowledge:null,lastUpdated:"2025-12-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Edit-2511-Upscale2K",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-comfy-ui",knowledge:null,lastUpdated:"2025-12-24",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Edit_ComfyUI",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-comfy-ui-2511",knowledge:null,lastUpdated:"2025-12-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Edit_ComfyUI_2511",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-f2p",knowledge:null,lastUpdated:"2025-10-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Edit-F2P",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-gguf",knowledge:null,lastUpdated:"2025-08-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-rapid-aio",knowledge:null,lastUpdated:"2025-10-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Edit-Rapid-AIO",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-edit-remove-clothes",knowledge:null,lastUpdated:"2025-08-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Edit-Remove-Clothes",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-eli-gen",knowledge:null,lastUpdated:"2025-08-13",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-EliGen",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-fp-8",knowledge:null,lastUpdated:"2025-08-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-image-fp8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-gguf",knowledge:null,lastUpdated:"2025-08-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-gguf",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-gufeng-lo-ra",knowledge:null,lastUpdated:"2025-08-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Gufeng-LoRA",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-i-2-l",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-i2L",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-in-context-control-union",knowledge:null,lastUpdated:"2025-08-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-In-Context-Control-Union",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-instant-x-control-nets",knowledge:null,lastUpdated:"2025-09-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-InstantX-ControlNets",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-layered",knowledge:null,lastUpdated:"2025-12-20",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Layered",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-layered-comfy-ui",knowledge:null,lastUpdated:"2025-12-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Layered_ComfyUI",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-layered-fp8",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Layered-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-layered-gguf",knowledge:null,lastUpdated:"2025-12-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Layered-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-lightning",knowledge:null,lastUpdated:"2025-11-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Lightning",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-lightning-8-steps-v1-1-bf-16",knowledge:null,lastUpdated:"2025-09-05",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Lightning-8steps-V1.1-bf16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-lightning-8-steps-v2-0-safetensors",knowledge:null,lastUpdated:"2025-09-13",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-Image-Lightning-8steps-V2.0.safetensors",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-liuyifei-lo-ra",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Liuyifei-LoRA",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-lo-ra-art-aug-v-1",knowledge:null,lastUpdated:"2025-11-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-LoRA-ArtAug-v1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-lora-3",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"qwen-image_lora-3",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-nude-pantyhose-lora",knowledge:null,lastUpdated:"2025-08-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen_image_nude_pantyhose_lora",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-realistic",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Image-Realistic",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-image-strapless-beauty-model-traffic-code-ins-douyin-xiaohongshu-kuaishou-portrait-photography-e-commerce",knowledge:null,lastUpdated:"2025-11-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen_Image_Strapless_Beauty_Model_Traffic_Code_INS_Douyin_Xiaohongshu_Kuaishou_Portrait_Photography_E_commerce",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-long-l1-32b",knowledge:null,lastUpdated:"2025-06-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"QwenLong-L1-32B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-05-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-long-l1-5-30b-a3b",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"QwenLong-L1.5-30B-A3B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-pretty-v-5",knowledge:null,lastUpdated:"2025-10-16",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"qwen.pretty.v5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-rapid-aio",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Qwen-Rapid-AIO",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:8e-4,inputCacheHit:null,output:.0032},extendedThinking:!1,id:"qwen-vl",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-VL",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-vl-chat",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen-VL-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"rapid-doc",knowledge:null,lastUpdated:"2025-12-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"RapidDoc",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"rapid-ocr",knowledge:null,lastUpdated:"2025-12-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"RapidOCR",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"rapid-table",knowledge:null,lastUpdated:"2025-06-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"RapidTable",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"real-esrgan-x-4-plus",knowledge:null,lastUpdated:"2024-08-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"RealESRGAN_x4plus",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"realistic-vision-v6-0-b1-sd-1-5",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Realistic_Vision_V6.0_B1_SD_1_5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"red-craft-12-b-10-steps-fp16-aigc",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"RedCraft-12b-10steps-FP16-AIGC",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"redcraft-z-image",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"redcraft-z-image",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"rednote-sweet-girl",knowledge:null,lastUpdated:"2025-08-10",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Rednote_SweetGirl",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"rmbg-2-0",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"RMBG-2.0",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"robo-brain-2-0-7b",knowledge:null,lastUpdated:"2025-08-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"RoboBrain2.0-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"rvc-model",knowledge:null,lastUpdated:"2024-03-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"rvc-model",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-03-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"rvc-model-collection",knowledge:null,lastUpdated:"2025-05-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"RVC_Model_Collection",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sadtalker",knowledge:null,lastUpdated:"2023-12-28",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"sadtalker",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-09-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sam-3",knowledge:null,lastUpdated:"2025-11-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"sam3",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sam-3-d-body-dinov-3",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"sam-3d-body-dinov3",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sam-3-d-objects",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"sam-3d-objects",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sam-audio-large",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"sam-audio-large",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"scail-preview",knowledge:null,lastUpdated:"2025-12-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"SCAIL-Preview",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sd-35-clip-l",knowledge:null,lastUpdated:"2024-10-24",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"sd35_clip_l",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sdxl-turbo",knowledge:null,lastUpdated:"2023-12-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"sdxl-turbo",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sdxl-vae-fp-16-fix",knowledge:null,lastUpdated:"2025-05-20",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"sdxl-vae-fp16-fix",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-12-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sec-gpt-14b",knowledge:null,lastUpdated:"2025-06-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"SecGPT-14B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"see-see-21-z-image-turbo-aio",knowledge:null,lastUpdated:"2026-01-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"SeeSee21-Z-Image-Turbo-AIO",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"seed-oss-36b-instruct",knowledge:null,lastUpdated:"2025-08-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Seed-OSS-36B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"seed-vr-2-comfy-ui",knowledge:null,lastUpdated:"2025-08-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"SeedVR2_comfyUI",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"seed-vr-2-gguf",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"SeedVR2-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"seed-x-instruct-7b",knowledge:null,lastUpdated:"2025-07-28",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Seed-X-Instruct-7B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"seed-x-ppo-7b",knowledge:null,lastUpdated:"2025-07-28",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Seed-X-PPO-7B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sense-voice-small",knowledge:null,lastUpdated:"2024-09-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"SenseVoiceSmall",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sense-voice-small-hotword",knowledge:null,lastUpdated:"2024-12-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"SenseVoiceSmall_hotword",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sense-voice-small-onnx",knowledge:null,lastUpdated:"2024-09-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"SenseVoiceSmall-onnx",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sensevoice-small-onnx",knowledge:null,lastUpdated:"2025-08-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"sensevoice-small-onnx",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sherpa",knowledge:null,lastUpdated:"2025-12-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"sherpa",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sherpa-onnx-kws-zipformer-wenetspeech-3-3m-2024-01-01",knowledge:null,lastUpdated:"2024-01-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-01-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sherpa-onnx-sense-voice-small",knowledge:null,lastUpdated:"2025-10-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"sherpa-onnx-sense-voice-small",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"siglip-2-base-patch-16-224",knowledge:null,lastUpdated:"2025-04-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"siglip2-base-patch16-224",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"siglip-2-so-400-m-patch-16-512",knowledge:null,lastUpdated:"2025-04-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"siglip2-so400m-patch16-512",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"silero-vad",knowledge:null,lastUpdated:"2025-02-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"silero-vad",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"silero-vad-onnx",knowledge:null,lastUpdated:"2025-09-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"silero-vad-onnx",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-04-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"simple-vl-8b",knowledge:null,lastUpdated:"2025-05-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Simple-VL-8B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"skill-examples",knowledge:null,lastUpdated:"2025-11-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"skill_examples",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"smart-resume",knowledge:null,lastUpdated:"2025-11-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"SmartResume",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"smolvla-base",knowledge:null,lastUpdated:"2025-10-10",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"smolvla_base",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"smooth-mix-wan-22",knowledge:null,lastUpdated:"2025-11-10",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"smoothMixWan22",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"smooth-mix-wan-2-2-i2v",knowledge:null,lastUpdated:"2025-10-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Smooth_Mix_Wan_2_2_I2V",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"song-generation",knowledge:null,lastUpdated:"2025-10-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"SongGeneration",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"soul-x-podcast-1-7b",knowledge:null,lastUpdated:"2025-12-18",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"SoulX-Podcast-1.7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"spark-tts-0-5b",knowledge:null,lastUpdated:"2025-03-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Spark-TTS-0.5B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speaker-diarization-3-1",knowledge:null,lastUpdated:"2025-11-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speaker-diarization-3.1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-11-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-campplus-speaker-diarization-common",knowledge:null,lastUpdated:"2024-12-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_campplus_speaker-diarization_common",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-06-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-campplus-sv-zh-cn-16-k-common",knowledge:null,lastUpdated:"2024-06-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_campplus_sv_zh-cn_16k-common",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-04-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-campplus-sv-zh-cn-3-dspeaker-16-k",knowledge:null,lastUpdated:"2023-07-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_campplus_sv_zh-cn_3dspeaker_16k",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-07-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-campplus-transformer-scl-zh-cn-16-k-common",knowledge:null,lastUpdated:"2023-08-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_campplus-transformer_scl_zh-cn_16k-common",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-05-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-charctc-kws-phone-xiaoyun",knowledge:null,lastUpdated:"2025-06-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_charctc_kws_phone-xiaoyun",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-dfsmn-aec-psm-16-k",knowledge:null,lastUpdated:"2025-06-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_dfsmn_aec_psm_16k",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-dfsmn-ans-psm-48-k-causal",knowledge:null,lastUpdated:"2025-03-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_dfsmn_ans_psm_48k_causal",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-dfsmn-kws-char-farfield-16-k-nihaomiya",knowledge:null,lastUpdated:"2023-05-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_dfsmn_kws_char_farfield_16k_nihaomiya",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-ecapa-tdnn-sv-zh-cn-3-dspeaker-16-k",knowledge:null,lastUpdated:"2023-10-13",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_ecapa-tdnn_sv_zh-cn_3dspeaker_16k",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-eres-2-net-large-sv-zh-cn-3-dspeaker-16-k",knowledge:null,lastUpdated:"2023-08-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_eres2net_large_sv_zh-cn_3dspeaker_16k",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-07-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-eres-2-net-sv-zh-cn-16-k-common",knowledge:null,lastUpdated:"2024-07-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_eres2net_sv_zh-cn_16k-common",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-06-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-eres-2-netv-2-sv-zh-cn-16-k-common",knowledge:null,lastUpdated:"2024-07-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_eres2netv2_sv_zh-cn_16k-common",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-04-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-eres-2-netv-2-w-24-s-4-ep-4-sv-zh-cn-16-k-common",knowledge:null,lastUpdated:"2024-07-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_eres2netv2w24s4ep4_sv_zh-cn_16k-common",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-06-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-frcrn-ans-cirm-16-k",knowledge:null,lastUpdated:"2025-01-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_frcrn_ans_cirm_16k",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-fsmn-vad-zh-cn-16-k-common-onnx",knowledge:null,lastUpdated:"2024-06-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_fsmn_vad_zh-cn-16k-common-onnx",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-06-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-fsmn-vad-zh-cn-16-k-common-pytorch",knowledge:null,lastUpdated:"2024-02-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_fsmn_vad_zh-cn-16k-common-pytorch",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-01-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-mfcca-asr-zh-cn-16-k-alimeeting-vocab-4950",knowledge:null,lastUpdated:"2023-05-09",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_mfcca_asr-zh-cn-16k-alimeeting-vocab4950",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-mossformer-2-separation-temporal-16-k",knowledge:null,lastUpdated:"2024-12-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_mossformer2_separation_temporal_16k",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-07-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-mossformer-2-separation-temporal-8-k",knowledge:null,lastUpdated:"2024-12-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_mossformer2_separation_temporal_8k",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-mossformer-separation-temporal-8-k",knowledge:null,lastUpdated:"2025-01-22",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_mossformer_separation_temporal_8k",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-12-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-ngram-lm-zh-cn-ai-wesp-fst",knowledge:null,lastUpdated:"2023-12-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_ngram_lm_zh-cn-ai-wesp-fst",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-asr-nat-zh-cn-16-k-common-vocab-8358-tensorflow-1",knowledge:null,lastUpdated:"2024-01-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer_asr_nat-zh-cn-16k-common-vocab8358-tensorflow1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-asr-nat-zh-cn-16-k-common-vocab-8404-online",knowledge:null,lastUpdated:"2024-01-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer_asr_nat-zh-cn-16k-common-vocab8404-online",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-03-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-asr-nat-zh-cantonese-en-16-k-vocab-8501-online",knowledge:null,lastUpdated:"2024-02-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large_asr_nat-zh-cantonese-en-16k-vocab8501-online",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-01-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-asr-nat-zh-cn-16-k-common-vocab-8358-tensorflow-1",knowledge:null,lastUpdated:"2024-01-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8358-tensorflow1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-asr-nat-zh-cn-16-k-common-vocab-8404-online",knowledge:null,lastUpdated:"2024-01-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-04-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-asr-nat-zh-cn-16-k-common-vocab-8404-online-onnx",knowledge:null,lastUpdated:"2024-09-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online-onnx",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-asr-nat-zh-cn-16-k-common-vocab-8404-onnx",knowledge:null,lastUpdated:"2024-09-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-06-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-asr-nat-zh-cn-16-k-common-vocab-8404-pytorch",knowledge:null,lastUpdated:"2024-02-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-11-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-contextual-asr-nat-zh-cn-16-k-common-vocab-8404",knowledge:null,lastUpdated:"2024-03-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large-contextual_asr_nat-zh-cn-16k-common-vocab8404",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-vad-punc-asr-nat-en-16-k-common-vocab-10020",knowledge:null,lastUpdated:"2024-03-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large-vad-punc_asr_nat-en-16k-common-vocab10020",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-vad-punc-asr-nat-zh-cn-16-k-common-vocab-8404-onnx",knowledge:null,lastUpdated:"2024-09-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-vad-punc-asr-nat-zh-cn-16-k-common-vocab-8404-pytorch",knowledge:null,lastUpdated:"2024-02-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-01-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-paraformer-large-vad-punc-spk-asr-nat-zh-cn",knowledge:null,lastUpdated:"2024-01-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_paraformer-large-vad-punc-spk_asr_nat-zh-cn",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-res-2-net-sv-zh-cn-3-dspeaker-16-k",knowledge:null,lastUpdated:"2025-01-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_res2net_sv_zh-cn_3dspeaker_16k",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-02-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-sambert-hifigan-tts-zh-cn-16-k",knowledge:null,lastUpdated:"2023-04-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_sambert-hifigan_tts_zh-cn_16k",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-sanm-kws-phone-xiaoyun-commands-online",knowledge:null,lastUpdated:"2024-10-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_sanm_kws_phone-xiaoyun-commands-online",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-seaco-paraformer-large-asr-nat-zh-cn-16-k-common-vocab-8404-pytorch",knowledge:null,lastUpdated:"2024-09-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-12-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-timestamp-prediction-v-1-16-k-offline",knowledge:null,lastUpdated:"2024-01-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_timestamp_prediction-v1-16k-offline",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-03-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-uni-asr-asr-2-pass-cn-dialect-16-k-vocab-8358-tensorflow-1-offline",knowledge:null,lastUpdated:"2023-09-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_UniASR_asr_2pass-cn-dialect-16k-vocab8358-tensorflow1-offline",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-uni-asr-asr-2-pass-cn-dialect-16-k-vocab-8358-tensorflow-1-online",knowledge:null,lastUpdated:"2023-09-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_UniASR_asr_2pass-cn-dialect-16k-vocab8358-tensorflow1-online",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2022-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-whisper-large-lid-multilingual-pytorch",knowledge:null,lastUpdated:"2024-03-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_whisper-large_lid_multilingual_pytorch",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-02-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"speech-zipenhancer-ans-multiloss-16-k-base",knowledge:null,lastUpdated:"2025-09-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"speech_zipenhancer_ans_multiloss_16k_base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stable-diffusion-2-1-base",knowledge:null,lastUpdated:"2024-12-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"stable-diffusion-2-1-base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stable-diffusion-2-inpainting",knowledge:null,lastUpdated:"2024-12-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"stable-diffusion-2-inpainting",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stable-diffusion-3-5-large-turbo",knowledge:null,lastUpdated:"2024-10-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"stable-diffusion-3.5-large-turbo",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stable-diffusion-v-1-5",knowledge:null,lastUpdated:"2023-07-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"stable-diffusion-v1-5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-04-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stable-diffusion-v-1-5-archive",knowledge:null,lastUpdated:"2025-10-16",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"stable-diffusion-v1-5-archive",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stable-diffusion-xl-base-1-0",knowledge:null,lastUpdated:"2023-10-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"stable-diffusion-xl-base-1.0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-07-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"step-1-x-edit",knowledge:null,lastUpdated:"2025-07-09",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Step1X-Edit",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:57e-5,inputCacheHit:null,output:.00142},extendedThinking:!1,id:"step-3",knowledge:null,lastUpdated:"2025-08-02",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"step3",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"step-audio-2-mini",knowledge:null,lastUpdated:"2025-09-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Step-Audio-2-mini",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"step-audio-edit-x",knowledge:null,lastUpdated:"2025-11-28",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Step-Audio-EditX",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"step-audio-tts-3b",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Step-Audio-TTS-3B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"supertonic",knowledge:null,lastUpdated:"2025-12-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"supertonic",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"svi-model",knowledge:null,lastUpdated:"2025-12-27",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"svi-model",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-24",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"t-5-xxl-fp-16",knowledge:null,lastUpdated:"2024-08-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"t5xxl_fp16",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"t-5-xxl-fp-8-e-4-m-3-fn",knowledge:null,lastUpdated:"2025-04-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"t5xxl_fp8_e4m3fn",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"tele-chat-3-105b-a4-7b-thinking",knowledge:null,lastUpdated:"2025-12-25",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"TeleChat3-105B-A4.7B-Thinking",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"tele-chat-3-36b-thinking",knowledge:null,lastUpdated:"2025-12-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"TeleChat3-36B-Thinking",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"text-2-vec-base-chinese",knowledge:null,lastUpdated:"2023-11-27",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"text2vec-base-chinese",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"text-2-vec-word-2-vec-tencent-chinese",knowledge:null,lastUpdated:"2025-01-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"text2vec-word2vec-tencent-chinese",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-01-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"text-to-video-synthesis",knowledge:null,lastUpdated:"2024-10-28",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"text-to-video-synthesis",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-02-08",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"think-sound",knowledge:null,lastUpdated:"2025-07-17",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ThinkSound",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:9e-5,inputCacheHit:null,output:4e-4},extendedThinking:!1,id:"tongyi-deep-research-30b-a3b",knowledge:null,lastUpdated:"2025-10-10",limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Tongyi-DeepResearch-30B-A3B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tongyi-finance-14b",knowledge:null,lastUpdated:"2023-11-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Tongyi-Finance-14B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tongyi-finance-14b-chat",knowledge:null,lastUpdated:"2023-11-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Tongyi-Finance-14B-Chat",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-10-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"trellis-2-4b",knowledge:null,lastUpdated:"2025-12-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"TRELLIS.2-4B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tu-tus-hi-silk-z-image-turbo-8d-black-aurora-glossy-black-stockings-over-the-knee-stockings",knowledge:null,lastUpdated:"2025-11-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"TuTus-HiSilk-Z-Image-Turbo-8D-Black-Aurora-Glossy-Black-Stockings-Over-the-Knee-Stockings",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"turbo-wan-2-1-t2v-1-3b-480p",knowledge:null,lastUpdated:"2025-12-21",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"TurboWan2.1-T2V-1.3B-480P",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"turbo-wan-2-2-i2v-a14b-720p",knowledge:null,lastUpdated:"2025-12-21",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"TurboWan2.2-I2V-A14B-720P",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tutu-hi-silk-fishnet-z-image-turbo",knowledge:null,lastUpdated:"2025-11-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"TutuHiSilkFishnetZImageTurbo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"twin-flow-z-image-turbo",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"TwinFlow-Z-Image-Turbo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"twin-flow-z-image-turbo-comfy-ui",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"TwinFlow-Z-Image-Turbo-ComfyUI",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:2e-4},extendedThinking:!1,id:"ui-tars-1-5-7b",knowledge:null,lastUpdated:"2025-04-18",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"UI-TARS-1.5-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ultra-flux-vae-v-1",knowledge:null,lastUpdated:"2025-12-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"UltraFlux-vae_v1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ultra-zimage-vae-v-1",knowledge:null,lastUpdated:"2025-12-27",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"UltraZimage-vae_v1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"umt-5-xxl",knowledge:null,lastUpdated:"2025-04-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"umt5-xxl",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"umt-5-xxl-fp-8-e-4-m-3-fn-scaled-safetensors",knowledge:null,lastUpdated:"2025-09-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"umt5_xxl_fp8_e4m3fn_scaled.safetensors",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"unicorneyes",knowledge:null,lastUpdated:"2025-08-09",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"unicorneyes",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"unirec-0-1-b",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"unirec-0.1b",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"v-1-5-pruned-emaonly-fp-16",knowledge:null,lastUpdated:"2025-09-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"v1-5-pruned-emaonly-fp16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"v-1-5-pruned-emaonly-safetensors",knowledge:null,lastUpdated:"2024-05-15",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"v1-5-pruned-emaonly.safetensors",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-05-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"vae-ft-mse-840000-ema-pruned",knowledge:null,lastUpdated:"2024-04-02",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"vae-ft-mse-840000-ema-pruned",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-03-21",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"vibe-thinker-1-5b",knowledge:null,lastUpdated:"2025-11-24",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"VibeThinker-1.5B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"vibe-voice-1-5b",knowledge:null,lastUpdated:"2025-09-02",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"VibeVoice-1.5B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"vibe-voice-large",knowledge:null,lastUpdated:"2025-09-03",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"VibeVoice-Large",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"vibe-voice-realtime-0-5b",knowledge:null,lastUpdated:"2025-12-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"VibeVoice-Realtime-0.5B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"video-to-video",knowledge:null,lastUpdated:"2023-12-15",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"Video-to-Video",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-08-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"void",knowledge:null,lastUpdated:"2025-08-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"void",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"vox-cpm-0-5b",knowledge:null,lastUpdated:"2025-09-20",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"VoxCPM-0.5B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"vox-cpm-1-5",knowledge:null,lastUpdated:"2025-12-12",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"VoxCPM1.5",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wai-illustrious-sdxl",knowledge:null,lastUpdated:"2025-04-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"WAI-illustrious-SDXL",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wai-nsfw-illustrious-sdxl-v-12",knowledge:null,lastUpdated:"2025-05-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"WAI_NSFW-illustrious-SDXL_v12",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-07",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan2-2-14b-rapid-all-in-one",knowledge:null,lastUpdated:"2025-12-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"WAN2.2-14B-Rapid-AllInOne",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan2-2-dasiwa-i2v-14b-midnightflirt-model",knowledge:null,lastUpdated:"2025-12-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"WAN2.2-dasiwa-I2V-14B_midnightflirt_model",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-comfy-ui-repackaged",knowledge:null,lastUpdated:"2025-10-07",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"Wan_2.1_ComfyUI_repackaged",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-distill-models",knowledge:null,lastUpdated:"2025-12-09",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"Wan2.1-Distill-Models",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-flf2v-14b-720p",knowledge:null,lastUpdated:"2025-04-18",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.1-FLF2V-14B-720P",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-i2v-14b-480p",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.1-I2V-14B-480P",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-i2v-14b-480p-diffusers",knowledge:null,lastUpdated:"2025-04-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.1-I2V-14B-480P-Diffusers",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-i2v-14b-480p-gguf",knowledge:null,lastUpdated:"2025-02-27",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.1-I2V-14B-480P-gguf",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-i2v-14b-480p-step-distill-cfg-distill-lightx-2-v",knowledge:null,lastUpdated:"2025-10-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-i2v-14b-720p",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.1-I2V-14B-720P",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-t2v-14b",knowledge:null,lastUpdated:"2025-04-23",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.1-T2V-14B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-t2v-1-3b",knowledge:null,lastUpdated:"2025-02-26",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.1-T2V-1.3B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-t2v-1-3b-diffusers",knowledge:null,lastUpdated:"2025-04-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.1-T2V-1.3B-Diffusers",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-03-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-vace-14b",knowledge:null,lastUpdated:"2025-05-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.1-VACE-14B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-vace-1-3b",knowledge:null,lastUpdated:"2025-05-19",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.1-VACE-1.3B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-05-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-1-vae",knowledge:null,lastUpdated:"2025-07-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"wan2.1-vae",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-animate-14b",knowledge:null,lastUpdated:"2025-11-05",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-Animate-14B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-animate-14b-diffusers",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-Animate-14B-Diffusers",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-animate-14b-gguf",knowledge:null,lastUpdated:"2025-09-21",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-Animate-14B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-comfy-ui-repackaged",knowledge:null,lastUpdated:"2025-12-09",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"Wan_2.2_ComfyUI_Repackaged",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-distill-loras",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Wan2.2-Distill-Loras",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-distill-models",knowledge:null,lastUpdated:"2025-12-11",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"Wan2.2-Distill-Models",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-fun-a14b-control",knowledge:null,lastUpdated:"2025-08-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-Fun-A14B-Control",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-fun-a14b-control-camera",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-Fun-A14B-Control-Camera",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-13",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-fun-a14b-in-p",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.2-Fun-A14B-InP",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-i2v-a14b",knowledge:null,lastUpdated:"2025-11-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.2-I2V-A14B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-i2v-a14b-bf16",knowledge:null,lastUpdated:"2025-11-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.2-I2V-A14B-BF16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-i2v-a14b-diffusers",knowledge:null,lastUpdated:"2025-08-10",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.2-I2V-A14B-Diffusers",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-i2v-a14b-fp8",knowledge:null,lastUpdated:"2025-09-01",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-I2V-A14B-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-i2v-a14b-gguf",knowledge:null,lastUpdated:"2025-07-28",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.2-I2V-A14B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-i2v-a14b-moe-distill-lightx-2-v",knowledge:null,lastUpdated:"2025-10-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Wan2.2-I2V-A14B-Moe-Distill-Lightx2v",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-i-2-v-a-14-b-high-noise-scaled-fp-8-e-4-m-3-lightx-2-v-4-step-comfyui",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"wan2.2_i2v_A14b_high_noise_scaled_fp8_e4m3_lightx2v_4step_comfyui",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-lightning",knowledge:null,lastUpdated:"2025-11-13",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.2-Lightning",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-official-models",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-Official-Models",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-s2v-14b",knowledge:null,lastUpdated:"2025-09-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Wan2.2-S2V-14B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-s2v-14b-gguf",knowledge:null,lastUpdated:"2025-08-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-S2V-14B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-t2v-a14b",knowledge:null,lastUpdated:"2025-11-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-T2V-A14B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-t2v-a14b-bf16",knowledge:null,lastUpdated:"2025-11-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-T2V-A14B-BF16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-t2v-a14b-diffusers",knowledge:null,lastUpdated:"2025-08-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-T2V-A14B-Diffusers",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-t2v-a14b-gguf",knowledge:null,lastUpdated:"2025-07-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-T2V-A14B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-ti2v-5b",knowledge:null,lastUpdated:"2025-11-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-TI2V-5B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-ti2v-5b-bf16",knowledge:null,lastUpdated:"2025-11-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-TI2V-5B-BF16",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-ti2v-5b-diffusers",knowledge:null,lastUpdated:"2025-08-10",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-TI2V-5B-Diffusers",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-ti2v-5b-gguf",knowledge:null,lastUpdated:"2025-07-29",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-TI2V-5B-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-ti-2-v-5b-fp-16-safetensors",knowledge:null,lastUpdated:"2025-09-20",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"wan2.2_ti2v_5B_fp16.safetensors",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-vace-fun-a14b",knowledge:null,lastUpdated:"2025-12-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Wan2.2-VACE-Fun-A14B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-2-2-vae-safetensors",knowledge:null,lastUpdated:"2025-09-19",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"wan2.2_vae.safetensors",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-09-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-nvfp4",knowledge:null,lastUpdated:"2025-12-23",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"Wan-NVFP4",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-video-comfy",knowledge:null,lastUpdated:"2025-12-10",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"WanVideo_comfy",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-video-comfy-fp-8-scaled",knowledge:null,lastUpdated:"2025-12-14",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"WanVideo_comfy_fp8_scaled",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-07-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wan-video-comfy-gguf",knowledge:null,lastUpdated:"2025-09-20",limit:{context:null,output:null},modalities:{input:["text"],output:["image"]},name:"WanVideo_comfy_GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-19",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"we-dlm-8b-instruct",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"WeDLM-8B-Instruct",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"web-sailor-7b",knowledge:null,lastUpdated:"2026-01-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"WebSailor-7B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"white-base",knowledge:null,lastUpdated:"2025-12-11",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"white_base",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"wlop",knowledge:null,lastUpdated:"2025-08-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"wlop",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-bai-o-4",knowledge:null,lastUpdated:"2025-08-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"XBai-o4",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-08-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xi-yan-sql-qwen-coder-32b-2412",knowledge:null,lastUpdated:"2025-07-08",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"XiYanSQL-QwenCoder-32B-2412",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-12-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xi-yan-sql-qwen-coder-32b-2504",knowledge:null,lastUpdated:"2025-12-04",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"XiYanSQL-QwenCoder-32B-2504",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-04-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xtts-v-2",knowledge:null,lastUpdated:"2023-11-14",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"XTTS-v2",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-11-14",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xverse-ent-a4-2b",knowledge:null,lastUpdated:"2025-12-30",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"XVERSE-Ent-A4.2B",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"yol-ov-8",knowledge:null,lastUpdated:"2025-01-11",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"YOLOv8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"yolo11",knowledge:null,lastUpdated:"2024-09-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"YOLO11",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2024-09-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"yolo12",knowledge:null,lastUpdated:"2025-03-27",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"YOLO12",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"youtu-llm-2b",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Youtu-LLM-2B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-31",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"youtu-llm-2b-gguf",knowledge:null,lastUpdated:"2026-01-07",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Youtu-LLM-2B-GGUF",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"yu-feng-x-guard-reason-8b",knowledge:null,lastUpdated:"2025-12-31",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"YuFeng-XGuard-Reason-8B",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"yuan-3-0-flash",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Yuan3.0-Flash",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-30",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"yuanfang-agent",knowledge:null,lastUpdated:"2023-07-06",limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"yuanfang_agent",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2023-07-05",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"yuanyuan-cosplay-z-image-turbo-tongyi-mai-v-1-0",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"yuanyuan-cosplay-Z-Image-Turbo-Tongyi-MAI-v1.0",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2026-01-06",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-animimage-turbo-by-lau-alpha-v1",knowledge:null,lastUpdated:"2025-12-20",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"z_animimage_turbo_by_Lau_alpha_V1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-20",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-anime-vae",knowledge:null,lastUpdated:"2025-12-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Z-Image_Anime_VAE",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-comfy-fp-8-scaled",knowledge:null,lastUpdated:"2025-11-30",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Z-Image_comfy_fp8_scaled",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-de-turbo",knowledge:null,lastUpdated:"2025-12-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Z-Image-De-Turbo",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-04",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-gguf",knowledge:null,lastUpdated:"2025-12-08",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"z-image-gguf",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-realistic-photography",knowledge:null,lastUpdated:"2025-12-03",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Z-image_Realistic_Photography",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-turbo",knowledge:null,lastUpdated:"2026-01-06",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"z_image_turbo",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-27",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!0,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-turbo-comfyui",knowledge:null,lastUpdated:"2025-11-29",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"z_image_turbo_comfyui",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-26",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-turbo-distill-patch",knowledge:null,lastUpdated:"2025-12-17",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Z-Image-Turbo-DistillPatch",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-03",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-turbo-fp8",knowledge:null,lastUpdated:"2025-12-10",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Z-Image-Turbo-FP8",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-10",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-turbo-fun-controlnet-union",knowledge:null,lastUpdated:"2025-12-12",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Z-Image-Turbo-Fun-Controlnet-Union",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-turbo-fun-controlnet-union-2-1",knowledge:null,lastUpdated:"2025-12-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Z-Image-Turbo-Fun-Controlnet-Union-2.1",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-turbo-fun-controlnet-union-2-1-8-steps-fp-8",knowledge:null,lastUpdated:"2026-01-04",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Z-Image-Turbo-Fun-Controlnet-Union-2.1-8steps-fp8",openWeights:!1,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-turbo-fun-unionunion-controlnet",knowledge:null,lastUpdated:"2025-12-23",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Z-image-turbo-fun-unionunion-controlnet",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-turbo-gguf",knowledge:null,lastUpdated:"2025-12-22",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Z-Image-Turbo-GGUF",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-22",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-image-turbo-realism-lo-ra",knowledge:null,lastUpdated:"2025-12-09",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"Z-Image-Turbo-Realism-LoRA",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-imagemeinvxiezhen",knowledge:null,lastUpdated:"2025-12-16",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Z-Imagemeinvxiezhen",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zimage-turbo-lora",knowledge:null,lastUpdated:"2025-12-18",limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"zimage-turbo-lora",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-12-18",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:4e-4,inputCacheHit:null,output:4e-4},extendedThinking:!1,id:"zimage-turbo-training-adapter",knowledge:null,lastUpdated:"2025-12-01",limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"zimage_turbo_training_adapter",openWeights:!0,provider:"ModelScope",providerDoc:"https://modelscope.cn/docs/model-service/API-Inference/intro",providerEnv:["MODELSCOPE_API_KEY"],providerId:"model-scope",providerModelsDevId:"modelscope",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-11-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"modelscope"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"more-morph",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"moreMorph",openWeights:!1,provider:"Morph",providerDoc:"https://morph.ai/",providerEnv:["MORPH_API_KEY"],providerId:"morph",providerModelsDevId:"morph",providerNpm:"@ai-sdk/morph",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"morph"},{attachment:!0,cost:{input:1.5,inputCacheHit:.375,output:6},extendedThinking:!0,id:"codex-mini-latest",knowledge:"2024-04",lastUpdated:"2025-05-16",limit:{context:2e5,output:1e5},modalities:{input:["text"],output:["text"]},name:"Codex Mini",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!0,releaseDate:"2025-05-16",streamingSupported:!0,temperature:!1,toolCall:!0,vision:!1,icon:"openai"},{attachment:!1,cost:{input:.5,inputCacheHit:1.25,output:1.5},extendedThinking:!1,id:"gpt-3.5-turbo",knowledge:"2021-09-01",lastUpdated:"2023-11-06",limit:{context:16385,output:4096},modalities:{input:["text"],output:["text"]},name:"GPT-3.5-turbo",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!1,releaseDate:"2023-03-01",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"openai"},{attachment:!0,cost:{input:10,inputCacheHit:null,output:30},extendedThinking:!1,id:"gpt-4",knowledge:"2023-11",lastUpdated:"2024-04-09",limit:{context:8192,output:8192},modalities:{input:["text"],output:["text"]},name:"GPT-4",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!1,releaseDate:"2023-11-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openai"},{attachment:!0,cost:{input:2,inputCacheHit:.5,output:8},extendedThinking:!1,id:"gpt-4.1",knowledge:"2024-05",lastUpdated:"2025-04-14",limit:{context:1047576,output:32768},modalities:{input:["text","image"],output:["text"]},name:"GPT-4.1",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!1,releaseDate:"2025-04-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openai"},{attachment:!0,cost:{input:.4,inputCacheHit:.1,output:1.6},extendedThinking:!1,id:"gpt-4.1-mini",knowledge:"2024-04",lastUpdated:"2025-04-14",limit:{context:1047576,output:32768},modalities:{input:["text","image"],output:["text"]},name:"GPT-4.1 mini",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!1,releaseDate:"2025-04-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openai"},{attachment:!0,cost:{input:.1,inputCacheHit:.03,output:.4},extendedThinking:!1,id:"gpt-4.1-nano",knowledge:"2024-04",lastUpdated:"2025-04-14",limit:{context:1047576,output:32768},modalities:{input:["text","image"],output:["text"]},name:"GPT-4.1 nano",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!1,releaseDate:"2025-04-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openai"},{attachment:!1,cost:{input:60,inputCacheHit:null,output:120},extendedThinking:!1,id:"gpt-4-32k",knowledge:"2023-11",lastUpdated:"2023-03-14",limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"GPT-4 32K",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!1,releaseDate:"2023-03-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openai"},{attachment:!0,cost:{input:2.5,inputCacheHit:1.25,output:10},extendedThinking:!1,id:"gpt-4o",knowledge:"2023-09",lastUpdated:"2024-05-13",limit:{context:128e3,output:16384},modalities:{input:["text","image"],output:["text"]},name:"GPT-4o",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!1,releaseDate:"2024-05-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openai"},{attachment:!0,cost:{input:.15,inputCacheHit:.08,output:.6},extendedThinking:!1,id:"gpt-4o-mini",knowledge:"2023-09",lastUpdated:"2024-07-18",limit:{context:128e3,output:16384},modalities:{input:["text","image"],output:["text"]},name:"GPT-4o mini",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!1,releaseDate:"2024-07-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openai"},{attachment:!0,cost:{input:10,inputCacheHit:null,output:30},extendedThinking:!1,id:"gpt-4-turbo",knowledge:"2023-11",lastUpdated:"2024-04-09",limit:{context:128e3,output:4096},modalities:{input:["text","image"],output:["text"]},name:"GPT-4 Turbo",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!1,releaseDate:"2023-11-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openai"},{attachment:!1,cost:{input:15,inputCacheHit:7.5,output:60},extendedThinking:!0,id:"o1",knowledge:"2023-09",lastUpdated:"2024-12-05",limit:{context:2e5,output:1e5},modalities:{input:["text","image"],output:["text"]},name:"o1",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!0,releaseDate:"2024-12-05",streamingSupported:!0,temperature:!1,toolCall:!0,vision:!0,icon:"openai"},{attachment:!1,cost:{input:1.1,inputCacheHit:.55,output:4.4},extendedThinking:!0,id:"o1-mini",knowledge:"2023-09",lastUpdated:"2024-09-12",limit:{context:128e3,output:65536},modalities:{input:["text"],output:["text"]},name:"o1-mini",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!0,releaseDate:"2024-09-12",streamingSupported:!0,temperature:!1,toolCall:!1,vision:!1,icon:"openai"},{attachment:!1,cost:{input:15,inputCacheHit:7.5,output:60},extendedThinking:!0,id:"o1-preview",knowledge:"2023-09",lastUpdated:"2024-09-12",limit:{context:128e3,output:32768},modalities:{input:["text"],output:["text"]},name:"o1-preview",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!0,releaseDate:"2024-09-12",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"openai"},{attachment:!0,cost:{input:2,inputCacheHit:.5,output:8},extendedThinking:!0,id:"o3",knowledge:"2024-05",lastUpdated:"2025-04-16",limit:{context:2e5,output:1e5},modalities:{input:["text","image"],output:["text"]},name:"o3",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!0,releaseDate:"2025-04-16",streamingSupported:!0,temperature:!1,toolCall:!0,vision:!0,icon:"openai"},{attachment:!1,cost:{input:1.1,inputCacheHit:.55,output:4.4},extendedThinking:!0,id:"o3-mini",knowledge:"2024-05",lastUpdated:"2025-01-29",limit:{context:2e5,output:1e5},modalities:{input:["text"],output:["text"]},name:"o3-mini",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!0,releaseDate:"2024-12-20",streamingSupported:!0,temperature:!1,toolCall:!0,vision:!1,icon:"openai"},{attachment:!0,cost:{input:20,inputCacheHit:null,output:80},extendedThinking:!0,id:"o3-pro",knowledge:"2024-05",lastUpdated:"2025-06-10",limit:{context:2e5,output:1e5},modalities:{input:["text","image"],output:["text"]},name:"o3-pro",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!0,releaseDate:"2025-06-10",streamingSupported:!0,temperature:!1,toolCall:!0,vision:!0,icon:"openai"},{attachment:!0,cost:{input:1.1,inputCacheHit:.28,output:4.4},extendedThinking:!0,id:"o4-mini",knowledge:"2024-05",lastUpdated:"2025-04-16",limit:{context:2e5,output:1e5},modalities:{input:["text","image"],output:["text"]},name:"o4-mini",openWeights:!1,provider:"OpenAI",providerDoc:"https://platform.openai.com/docs/models",providerEnv:["OPENAI_API_KEY"],providerId:"open-ai",providerModelsDevId:"openai",providerNpm:"@ai-sdk/openai",reasoning:!0,releaseDate:"2025-04-16",streamingSupported:!0,temperature:!1,toolCall:!0,vision:!0,icon:"openai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"agentica-org/deepcoder-14b-preview",knowledge:null,lastUpdated:null,limit:{context:96e3,output:null},modalities:{input:["text"],output:["text"]},name:"Agentica: Deepcoder 14B Preview",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"agentica-org/deepcoder-14b-preview:free",knowledge:null,lastUpdated:null,limit:{context:96e3,output:null},modalities:{input:["text"],output:["text"]},name:"Agentica: Deepcoder 14B Preview (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ai21/jamba-large-1.7",knowledge:null,lastUpdated:null,limit:{context:256e3,output:4096},modalities:{input:["text"],output:["text"]},name:"AI21: Jamba Large 1.7",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ai21/jamba-mini-1.7",knowledge:null,lastUpdated:null,limit:{context:256e3,output:4096},modalities:{input:["text"],output:["text"]},name:"AI21: Jamba Mini 1.7",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"aion-labs/aion-1.0",knowledge:null,lastUpdated:null,limit:{context:131072,output:32768},modalities:{input:["text"],output:["text"]},name:"AionLabs: Aion-1.0",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"aion-labs/aion-1.0-mini",knowledge:null,lastUpdated:null,limit:{context:131072,output:32768},modalities:{input:["text"],output:["text"]},name:"AionLabs: Aion-1.0-Mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"aion-labs/aion-rp-llama-3.1-8b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"AionLabs: Aion-RP 1.0 (8B)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"alfredpros/codellama-7b-instruct-solidity",knowledge:null,lastUpdated:null,limit:{context:4096,output:4096},modalities:{input:["text"],output:["text"]},name:"AlfredPros: CodeLLaMa 7B Instruct Solidity",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/tongyi-deepresearch-30b-a3b",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Tongyi DeepResearch 30B A3B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"allenai/olmo-2-0325-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"AllenAI: Olmo 2 32B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"allenai/olmo-3.1-32b-think",knowledge:null,lastUpdated:null,limit:{context:65536,output:65536},modalities:{input:["text"],output:["text"]},name:"AllenAI: Olmo 3.1 32B Think",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"allenai/olmo-3-32b-think",knowledge:null,lastUpdated:null,limit:{context:65536,output:65536},modalities:{input:["text"],output:["text"]},name:"AllenAI: Olmo 3 32B Think",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"allenai/olmo-3-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:65536},modalities:{input:["text"],output:["text"]},name:"AllenAI: Olmo 3 7B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"allenai/olmo-3-7b-think",knowledge:null,lastUpdated:null,limit:{context:65536,output:65536},modalities:{input:["text"],output:["text"]},name:"AllenAI: Olmo 3 7B Think",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alpindale/goliath-120b",knowledge:null,lastUpdated:null,limit:{context:6144,output:1024},modalities:{input:["text"],output:["text"]},name:"Goliath 120B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-11-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-2-lite-v1",knowledge:null,lastUpdated:null,limit:{context:1e6,output:65535},modalities:{input:["text","image","video","file"],output:["text"]},name:"Amazon: Nova 2 Lite",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-lite-v1",knowledge:null,lastUpdated:null,limit:{context:3e5,output:5120},modalities:{input:["text","image"],output:["text"]},name:"Amazon: Nova Lite 1.0",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-micro-v1",knowledge:null,lastUpdated:null,limit:{context:128e3,output:5120},modalities:{input:["text"],output:["text"]},name:"Amazon: Nova Micro 1.0",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-premier-v1",knowledge:null,lastUpdated:null,limit:{context:1e6,output:32e3},modalities:{input:["text","image"],output:["text"]},name:"Amazon: Nova Premier 1.0",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-31",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-pro-v1",knowledge:null,lastUpdated:null,limit:{context:3e5,output:5120},modalities:{input:["text","image"],output:["text"]},name:"Amazon: Nova Pro 1.0",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthracite-org/magnum-v2-72b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Magnum v2 72B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthracite-org/magnum-v4-72b",knowledge:null,lastUpdated:null,limit:{context:16384,output:2048},modalities:{input:["text"],output:["text"]},name:"Magnum v4 72B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-10-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-3.5-haiku",knowledge:null,lastUpdated:null,limit:{context:2e5,output:8192},modalities:{input:["text","image"],output:["text"]},name:"Anthropic: Claude 3.5 Haiku",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-3.5-haiku-20241022",knowledge:null,lastUpdated:null,limit:{context:2e5,output:8192},modalities:{input:["text","image","file"],output:["text"]},name:"Anthropic: Claude 3.5 Haiku (2024-10-22)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-3.5-sonnet",knowledge:null,lastUpdated:null,limit:{context:2e5,output:8192},modalities:{input:["text","image","file"],output:["text"]},name:"Anthropic: Claude 3.5 Sonnet",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-10-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-3.5-sonnet-20240620",knowledge:null,lastUpdated:null,limit:{context:2e5,output:8192},modalities:{input:["text","image","file"],output:["text"]},name:"Anthropic: Claude 3.5 Sonnet (2024-06-20)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-06-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-3.7-sonnet",knowledge:null,lastUpdated:null,limit:{context:2e5,output:64e3},modalities:{input:["text","image","file"],output:["text"]},name:"Anthropic: Claude 3.7 Sonnet",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-3.7-sonnet:beta",knowledge:null,lastUpdated:null,limit:{context:2e5,output:128e3},modalities:{input:["text","image","file"],output:["text"]},name:"Anthropic: Claude 3.7 Sonnet (self-moderated)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-3.7-sonnet:thinking",knowledge:null,lastUpdated:null,limit:{context:2e5,output:64e3},modalities:{input:["text","image","file"],output:["text"]},name:"Anthropic: Claude 3.7 Sonnet (thinking)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-3-haiku",knowledge:null,lastUpdated:null,limit:{context:2e5,output:4096},modalities:{input:["text","image"],output:["text"]},name:"Anthropic: Claude 3 Haiku",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-03-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-3-opus",knowledge:null,lastUpdated:null,limit:{context:2e5,output:4096},modalities:{input:["text","image"],output:["text"]},name:"Anthropic: Claude 3 Opus",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-03-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-haiku-4.5",knowledge:null,lastUpdated:null,limit:{context:2e5,output:64e3},modalities:{input:["image","text"],output:["text"]},name:"Anthropic: Claude Haiku 4.5",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-opus-4",knowledge:null,lastUpdated:null,limit:{context:2e5,output:32e3},modalities:{input:["image","text","file"],output:["text"]},name:"Anthropic: Claude Opus 4",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-opus-4.1",knowledge:null,lastUpdated:null,limit:{context:2e5,output:null},modalities:{input:["image","text","file"],output:["text"]},name:"Anthropic: Claude Opus 4.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-opus-4.5",knowledge:null,lastUpdated:null,limit:{context:2e5,output:32e3},modalities:{input:["file","image","text"],output:["text"]},name:"Anthropic: Claude Opus 4.5",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-sonnet-4",knowledge:null,lastUpdated:null,limit:{context:1e6,output:64e3},modalities:{input:["image","text","file"],output:["text"]},name:"Anthropic: Claude Sonnet 4",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"anthropic/claude-sonnet-4.5",knowledge:null,lastUpdated:null,limit:{context:1e6,output:64e3},modalities:{input:["text","image","file"],output:["text"]},name:"Anthropic: Claude Sonnet 4.5",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"arcee-ai/coder-large",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Arcee AI: Coder Large",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"arcee-ai/maestro-reasoning",knowledge:null,lastUpdated:null,limit:{context:131072,output:32e3},modalities:{input:["text"],output:["text"]},name:"Arcee AI: Maestro Reasoning",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"arcee-ai/spotlight",knowledge:null,lastUpdated:null,limit:{context:131072,output:65537},modalities:{input:["image","text"],output:["text"]},name:"Arcee AI: Spotlight",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"arcee-ai/trinity-mini",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Arcee AI: Trinity Mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"arcee-ai/trinity-mini:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Arcee AI: Trinity Mini (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"arcee-ai/virtuoso-large",knowledge:null,lastUpdated:null,limit:{context:131072,output:64e3},modalities:{input:["text"],output:["text"]},name:"Arcee AI: Virtuoso Large",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"arliai/qwq-32b-arliai-rpr-v1",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"ArliAI: QwQ 32B RpR v1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"arliai/qwq-32b-arliai-rpr-v1:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"ArliAI: QwQ 32B RpR v1 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"baidu/ernie-4.5-21b-a3b",knowledge:null,lastUpdated:null,limit:{context:12e4,output:8e3},modalities:{input:["text"],output:["text"]},name:"Baidu: ERNIE 4.5 21B A3B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"baidu/ernie-4.5-21b-a3b-thinking",knowledge:null,lastUpdated:null,limit:{context:131072,output:65536},modalities:{input:["text"],output:["text"]},name:"Baidu: ERNIE 4.5 21B A3B Thinking",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"baidu/ernie-4.5-300b-a47b",knowledge:null,lastUpdated:null,limit:{context:123e3,output:12e3},modalities:{input:["text"],output:["text"]},name:"Baidu: ERNIE 4.5 300B A47B ",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"baidu/ernie-4.5-vl-28b-a3b",knowledge:null,lastUpdated:null,limit:{context:3e4,output:8e3},modalities:{input:["text","image"],output:["text"]},name:"Baidu: ERNIE 4.5 VL 28B A3B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"baidu/ernie-4.5-vl-424b-a47b",knowledge:null,lastUpdated:null,limit:{context:123e3,output:16e3},modalities:{input:["image","text"],output:["text"]},name:"Baidu: ERNIE 4.5 VL 424B A47B ",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bytedance-seed/seed-1.6",knowledge:null,lastUpdated:null,limit:{context:262144,output:32768},modalities:{input:["image","text","video"],output:["text"]},name:"ByteDance Seed: Seed 1.6",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bytedance-seed/seed-1.6-flash",knowledge:null,lastUpdated:null,limit:{context:262144,output:16384},modalities:{input:["image","text","video"],output:["text"]},name:"ByteDance Seed: Seed 1.6 Flash",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bytedance/ui-tars-1.5-7b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:2048},modalities:{input:["image","text"],output:["text"]},name:"ByteDance: UI-TARS 7B ",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"cognitivecomputations/dolphin3.0-mistral-24b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Dolphin3.0 Mistral 24B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"cognitivecomputations/dolphin3.0-mistral-24b:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Dolphin3.0 Mistral 24B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"cognitivecomputations/dolphin3.0-r1-mistral-24b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Dolphin3.0 R1 Mistral 24B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"cognitivecomputations/dolphin3.0-r1-mistral-24b:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Dolphin3.0 R1 Mistral 24B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cognitivecomputations/dolphin-mistral-24b-venice-edition:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Venice: Uncensored (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cognitivecomputations/dolphin-mixtral-8x22b",knowledge:null,lastUpdated:null,limit:{context:16e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Dolphin 2.9.2 Mixtral 8x22B 🐬",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-06-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/command",knowledge:null,lastUpdated:null,limit:{context:4096,output:4e3},modalities:{input:["text"],output:["text"]},name:"Cohere: Command",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-03-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/command-a",knowledge:null,lastUpdated:null,limit:{context:256e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Cohere: Command A",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/command-r",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Cohere: Command R",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-03-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/command-r-03-2024",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Cohere: Command R (03-2024)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-03-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/command-r-08-2024",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Cohere: Command R (08-2024)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/command-r7b-12-2024",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Cohere: Command R7B (12-2024)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/command-r-plus",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Cohere: Command R+",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-04-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/command-r-plus-04-2024",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Cohere: Command R+ (04-2024)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-04-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/command-r-plus-08-2024",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Cohere: Command R+ (08-2024)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepcogito/cogito-v2.1-671b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Deep Cogito: Cogito v2.1 671B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"deepcogito/cogito-v2-preview-llama-109b-moe",knowledge:null,lastUpdated:null,limit:{context:32767,output:null},modalities:{input:["image","text"],output:["text"]},name:"Cogito V2 Preview Llama 109B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"deepcogito/cogito-v2-preview-llama-405b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Deep Cogito: Cogito V2 Preview Llama 405B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"deepcogito/cogito-v2-preview-llama-70b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Deep Cogito: Cogito V2 Preview Llama 70B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-chat",knowledge:null,lastUpdated:null,limit:{context:163840,output:163840},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek V3",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-chat-v3-0324",knowledge:null,lastUpdated:null,limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek V3 0324",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-chat-v3-0324:free",knowledge:null,lastUpdated:null,limit:{context:163840,output:163840},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek V3 0324 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-chat-v3.1",knowledge:null,lastUpdated:null,limit:{context:32768,output:7168},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek V3.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-prover-v2",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek Prover V2",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-r1",knowledge:null,lastUpdated:null,limit:{context:163840,output:163840},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-r1-0528",knowledge:null,lastUpdated:null,limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1 0528",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-r1-0528:free",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1 0528 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-r1-0528-qwen3-8b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:32e3},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek R1 0528 Qwen3 8B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-r1-0528-qwen3-8b:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek: Deepseek R1 0528 Qwen3 8B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-r1:free",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"deepseek/deepseek-r1-distill-llama-70b",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1 Distill Llama 70B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"deepseek/deepseek-r1-distill-llama-70b:free",knowledge:null,lastUpdated:null,limit:{context:8192,output:4096},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1 Distill Llama 70B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"deepseek/deepseek-r1-distill-llama-8b",knowledge:null,lastUpdated:null,limit:{context:32e3,output:32e3},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1 Distill Llama 8B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-r1-distill-qwen-14b",knowledge:null,lastUpdated:null,limit:{context:32768,output:16384},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1 Distill Qwen 14B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-r1-distill-qwen-14b:free",knowledge:null,lastUpdated:null,limit:{context:64e3,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1 Distill Qwen 14B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-r1-distill-qwen-1.5b",knowledge:null,lastUpdated:null,limit:{context:131072,output:32768},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1 Distill Qwen 1.5B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-31",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-r1-distill-qwen-32b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek: R1 Distill Qwen 32B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-v3.1-terminus",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek V3.1 Terminus",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-v3.1-terminus:exacto",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek V3.1 Terminus (exacto)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-v3.2",knowledge:null,lastUpdated:null,limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek V3.2",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-v3.2-exp",knowledge:null,lastUpdated:null,limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek V3.2 Exp",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-v3.2-speciale",knowledge:null,lastUpdated:null,limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek V3.2 Speciale",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-v3-base",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek: DeepSeek V3 Base",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"eleutherai/llemma_7b",knowledge:null,lastUpdated:null,limit:{context:4096,output:4096},modalities:{input:["text"],output:["text"]},name:"EleutherAI: Llemma 7b",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"essentialai/rnj-1-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"EssentialAI: Rnj 1 Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"featherless/qwerky-72b:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:4096},modalities:{input:["text"],output:["text"]},name:"Qrwkv 72B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.0-flash-001",knowledge:null,lastUpdated:null,limit:{context:1048576,output:8192},modalities:{input:["text","image","file","audio","video"],output:["text"]},name:"Google: Gemini 2.0 Flash",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.0-flash-exp:free",knowledge:null,lastUpdated:null,limit:{context:1048576,output:8192},modalities:{input:["text","image"],output:["text"]},name:"Google: Gemini 2.0 Flash Experimental (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.0-flash-lite-001",knowledge:null,lastUpdated:null,limit:{context:1048576,output:8192},modalities:{input:["text","image","file","audio","video"],output:["text"]},name:"Google: Gemini 2.0 Flash Lite",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-flash-image",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["image","text"],output:["image","text"]},name:"Google: Gemini 2.5 Flash Image (Nano Banana)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-flash-image-preview",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["image","text"],output:["image","text"]},name:"Google: Gemini 2.5 Flash Image Preview (Nano Banana)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-flash-lite",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65535},modalities:{input:["text","image","file","audio","video"],output:["text"]},name:"Google: Gemini 2.5 Flash Lite",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-flash-lite-preview-06-17",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65535},modalities:{input:["file","image","text"],output:["text"]},name:"Google: Gemini 2.5 Flash Lite Preview 06-17",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-flash-lite-preview-09-2025",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65536},modalities:{input:["text","image","file","audio","video"],output:["text"]},name:"Google: Gemini 2.5 Flash Lite Preview 09-2025",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-flash-preview-09-2025",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65536},modalities:{input:["image","file","text","audio","video"],output:["text"]},name:"Google: Gemini 2.5 Flash Preview 09-2025",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-pro-exp-03-25",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65535},modalities:{input:["text","image","file"],output:["text"]},name:"Google: Gemini 2.5 Pro Experimental",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-pro-preview",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65536},modalities:{input:["file","image","text","audio"],output:["text"]},name:"Google: Gemini 2.5 Pro Preview 06-05",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.5-pro-preview-05-06",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65535},modalities:{input:["text","image","file","audio","video"],output:["text"]},name:"Google: Gemini 2.5 Pro Preview 05-06",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-3-flash-preview",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65535},modalities:{input:["text","image","file","audio","video"],output:["text"]},name:"Google: Gemini 3 Flash Preview",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-3-pro-image-preview",knowledge:null,lastUpdated:null,limit:{context:65536,output:32768},modalities:{input:["image","text"],output:["image","text"]},name:"Google: Nano Banana Pro (Gemini 3 Pro Image Preview)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-3-pro-preview",knowledge:null,lastUpdated:null,limit:{context:1048576,output:65536},modalities:{input:["text","image","file","audio","video"],output:["text"]},name:"Google: Gemini 3 Pro Preview",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-flash-1.5",knowledge:null,lastUpdated:null,limit:{context:1e6,output:8192},modalities:{input:["text","image"],output:["text"]},name:"Google: Gemini 1.5 Flash ",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-flash-1.5-8b",knowledge:null,lastUpdated:null,limit:{context:1e6,output:8192},modalities:{input:["text","image"],output:["text"]},name:"Google: Gemini 1.5 Flash 8B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-10-03",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-pro-1.5",knowledge:null,lastUpdated:null,limit:{context:2e6,output:8192},modalities:{input:["text","image"],output:["text"]},name:"Google: Gemini 1.5 Pro",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-04-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-2-27b-it",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Google: Gemma 2 27B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-07-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-2-9b-it",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Google: Gemma 2 9B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-06-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-2-9b-it:free",knowledge:null,lastUpdated:null,limit:{context:8192,output:8192},modalities:{input:["text"],output:["text"]},name:"Google: Gemma 2 9B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-06-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-3-12b-it:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:8192},modalities:{input:["text","image"],output:["text"]},name:"Google: Gemma 3 12B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-3-27b-it:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Google: Gemma 3 27B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-3-4b-it:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:8192},modalities:{input:["text","image"],output:["text"]},name:"Google: Gemma 3 4B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-3n-e2b-it:free",knowledge:null,lastUpdated:null,limit:{context:8192,output:2048},modalities:{input:["text"],output:["text"]},name:"Google: Gemma 3n 2B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-3n-e4b-it",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Google: Gemma 3n 4B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-3n-e4b-it:free",knowledge:null,lastUpdated:null,limit:{context:8192,output:2048},modalities:{input:["text"],output:["text"]},name:"Google: Gemma 3n 4B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gryphe/mythomax-l2-13b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"MythoMax 13B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-07-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ibm-granite/granite-4.0-h-micro",knowledge:null,lastUpdated:null,limit:{context:131e3,output:null},modalities:{input:["text"],output:["text"]},name:"IBM: Granite 4.0 Micro",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"inception/mercury",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text"],output:["text"]},name:"Inception: Mercury",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"inception/mercury-coder",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text"],output:["text"]},name:"Inception: Mercury Coder",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"infermatic/mn-inferor-12b",knowledge:null,lastUpdated:null,limit:{context:8192,output:8192},modalities:{input:["text"],output:["text"]},name:"Infermatic: Mistral Nemo Inferor 12B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"inflection/inflection-3-pi",knowledge:null,lastUpdated:null,limit:{context:8e3,output:1024},modalities:{input:["text"],output:["text"]},name:"Inflection: Inflection 3 Pi",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-10-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"inflection/inflection-3-productivity",knowledge:null,lastUpdated:null,limit:{context:8e3,output:1024},modalities:{input:["text"],output:["text"]},name:"Inflection: Inflection 3 Productivity",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-10-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kwaipilot/kat-coder-pro",knowledge:null,lastUpdated:null,limit:{context:256e3,output:128e3},modalities:{input:["text"],output:["text"]},name:"Kwaipilot: KAT-Coder-Pro V1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kwaipilot/kat-coder-pro:free",knowledge:null,lastUpdated:null,limit:{context:256e3,output:128e3},modalities:{input:["text"],output:["text"]},name:"Kwaipilot: KAT-Coder-Pro V1 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"liquid/lfm-2.2-6b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"LiquidAI/LFM2-2.6B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"liquid/lfm2-8b-a1b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"LiquidAI/LFM2-8B-A1B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"liquid/lfm-3b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Liquid: LFM 3B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"liquid/lfm-40b",knowledge:null,lastUpdated:null,limit:{context:65536,output:65536},modalities:{input:["text"],output:["text"]},name:"Liquid: LFM 40B MoE",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"liquid/lfm-7b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Liquid: LFM 7B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mancer/weaver",knowledge:null,lastUpdated:null,limit:{context:8e3,output:2e3},modalities:{input:["text"],output:["text"]},name:"Mancer: Weaver (alpha)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-08-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"meituan/longcat-flash-chat",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Meituan: LongCat Flash Chat",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.1-405b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3.1 405B (base)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.1-405b-instruct",knowledge:null,lastUpdated:null,limit:{context:1e4,output:null},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3.1 405B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-07-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.1-405b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3.1 405B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-07-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.1-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3.1 70B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-07-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.1-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:16384,output:16384},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3.1 8B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-07-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.2-11b-vision-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text","image"],output:["text"]},name:"Meta: Llama 3.2 11B Vision Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.2-11b-vision-instruct:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:2048},modalities:{input:["text","image"],output:["text"]},name:"Meta: Llama 3.2 11B Vision Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.2-1b-instruct",knowledge:null,lastUpdated:null,limit:{context:6e4,output:null},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3.2 1B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.2-3b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3.2 3B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.2-3b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3.2 3B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.2-90b-vision-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:16384},modalities:{input:["text","image"],output:["text"]},name:"Meta: Llama 3.2 90B Vision Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.3-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3.3 70B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3.3-70b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3.3 70B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:16384},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3 70B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-04-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-3-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:16384},modalities:{input:["text"],output:["text"]},name:"Meta: Llama 3 8B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-04-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-4-maverick",knowledge:null,lastUpdated:null,limit:{context:1048576,output:16384},modalities:{input:["text","image"],output:["text"]},name:"Meta: Llama 4 Maverick",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-4-scout",knowledge:null,lastUpdated:null,limit:{context:327680,output:16384},modalities:{input:["text","image"],output:["text"]},name:"Meta: Llama 4 Scout",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-guard-2-8b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Meta: LlamaGuard 2 8B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-guard-3-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Llama Guard 3 8B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama/llama-guard-4-12b",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["image","text"],output:["text"]},name:"Meta: Llama Guard 4 12B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"microsoft/mai-ds-r1",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Microsoft: MAI DS R1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"microsoft/mai-ds-r1:free",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"Microsoft: MAI DS R1 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"microsoft/phi-3.5-mini-128k-instruct",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Microsoft: Phi-3.5 Mini 128K Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"microsoft/phi-3-medium-128k-instruct",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Microsoft: Phi-3 Medium 128K Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"microsoft/phi-3-mini-128k-instruct",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Microsoft: Phi-3 Mini 128K Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"microsoft/phi-4-multimodal-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Microsoft: Phi 4 Multimodal Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"microsoft/phi-4-reasoning-plus",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Microsoft: Phi 4 Reasoning Plus",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"microsoft/wizardlm-2-8x22b",knowledge:null,lastUpdated:null,limit:{context:65536,output:16384},modalities:{input:["text"],output:["text"]},name:"WizardLM-2 8x22B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-04-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"minimax/minimax-01",knowledge:null,lastUpdated:null,limit:{context:1000192,output:1000192},modalities:{input:["text","image"],output:["text"]},name:"MiniMax: MiniMax-01",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"minimax/minimax-m1",knowledge:null,lastUpdated:null,limit:{context:1e6,output:4e4},modalities:{input:["text"],output:["text"]},name:"MiniMax: MiniMax M1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"minimax/minimax-m2",knowledge:null,lastUpdated:null,limit:{context:196608,output:65536},modalities:{input:["text"],output:["text"]},name:"MiniMax: MiniMax M2",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"minimax/minimax-m2.1",knowledge:null,lastUpdated:null,limit:{context:196608,output:null},modalities:{input:["text"],output:["text"]},name:"MiniMax: MiniMax M2.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"mistralai/codestral-2501",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Codestral 2501",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"mistralai/codestral-2508",knowledge:null,lastUpdated:null,limit:{context:256e3,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Codestral 2508",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/devstral-2512",knowledge:null,lastUpdated:null,limit:{context:262144,output:65536},modalities:{input:["text"],output:["text"]},name:"Mistral: Devstral 2 2512",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/devstral-2512:free",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Devstral 2 2512 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/devstral-medium",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Devstral Medium",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/devstral-small",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Devstral Small 1.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/devstral-small-2505",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Devstral Small 2505",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/devstral-small-2505:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Devstral Small 2505 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/magistral-medium-2506",knowledge:null,lastUpdated:null,limit:{context:40960,output:4e4},modalities:{input:["text"],output:["text"]},name:"Mistral: Magistral Medium 2506",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/magistral-medium-2506:thinking",knowledge:null,lastUpdated:null,limit:{context:40960,output:4e4},modalities:{input:["text"],output:["text"]},name:"Mistral: Magistral Medium 2506 (thinking)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/magistral-small-2506",knowledge:null,lastUpdated:null,limit:{context:4e4,output:4e4},modalities:{input:["text"],output:["text"]},name:"Mistral: Magistral Small 2506",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/ministral-14b-2512",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral: Ministral 3 14B 2512",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/ministral-3b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Ministral 3B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-10-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/ministral-3b-2512",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral: Ministral 3 3B 2512",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/ministral-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Ministral 8B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-10-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/ministral-8b-2512",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral: Ministral 3 8B 2512",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:16384},modalities:{input:["text"],output:["text"]},name:"Mistral: Mistral 7B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-27",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-7b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:16384},modalities:{input:["text"],output:["text"]},name:"Mistral: Mistral 7B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-27",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-7b-instruct-v0.1",knowledge:null,lastUpdated:null,limit:{context:2824,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Mistral 7B Instruct v0.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-09-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-7b-instruct-v0.2",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Mistral 7B Instruct v0.2",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-12-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-7b-instruct-v0.3",knowledge:null,lastUpdated:null,limit:{context:32768,output:4096},modalities:{input:["text"],output:["text"]},name:"Mistral: Mistral 7B Instruct v0.3",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-27",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-large",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Large",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-02-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-large-2407",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Large 2407",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-large-2411",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Large 2411",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-large-2512",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral: Mistral Large 3 2512",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-medium-3",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral: Mistral Medium 3",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-medium-3.1",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral: Mistral Medium 3.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-nemo",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"Mistral: Mistral Nemo",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-07-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-nemo:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:128e3},modalities:{input:["text"],output:["text"]},name:"Mistral: Mistral Nemo (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-07-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-saba",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Saba",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-small",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-01-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-small-24b-instruct-2501",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Mistral: Mistral Small 3",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-small-24b-instruct-2501:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Mistral Small 3 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-small-3.1-24b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text","image"],output:["text"]},name:"Mistral: Mistral Small 3.1 24B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-small-3.1-24b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral: Mistral Small 3.1 24B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-small-3.2-24b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["image","text"],output:["text"]},name:"Mistral: Mistral Small 3.2 24B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-small-3.2-24b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["image","text"],output:["text"]},name:"Mistral: Mistral Small 3.2 24B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-small-creative",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Mistral Small Creative",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mistral-tiny",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Tiny",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-01-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mixtral-8x22b-instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral: Mixtral 8x22B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-04-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/mixtral-8x7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:16384},modalities:{input:["text"],output:["text"]},name:"Mistral: Mixtral 8x7B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-12-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/pixtral-12b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral: Pixtral 12B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/pixtral-large-2411",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral: Pixtral Large 2411",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistralai/voxtral-small-24b-2507",knowledge:null,lastUpdated:null,limit:{context:32e3,output:null},modalities:{input:["text","audio"],output:["text"]},name:"Mistral: Voxtral Small 24B 2507",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-dev-72b",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"MoonshotAI: Kimi Dev 72B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-dev-72b:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"MoonshotAI: Kimi Dev 72B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-k2",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"MoonshotAI: Kimi K2 0711",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-k2-0905",knowledge:null,lastUpdated:null,limit:{context:262144,output:262144},modalities:{input:["text"],output:["text"]},name:"MoonshotAI: Kimi K2 0905",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-k2-0905:exacto",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"MoonshotAI: Kimi K2 0905 (exacto)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-k2:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"MoonshotAI: Kimi K2 0711 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-k2-thinking",knowledge:null,lastUpdated:null,limit:{context:262144,output:65535},modalities:{input:["text"],output:["text"]},name:"MoonshotAI: Kimi K2 Thinking",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-vl-a3b-thinking",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["image","text"],output:["text"]},name:"MoonshotAI: Kimi VL A3B Thinking",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-vl-a3b-thinking:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["image","text"],output:["text"]},name:"MoonshotAI: Kimi VL A3B Thinking (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"morph/morph-v3-fast",knowledge:null,lastUpdated:null,limit:{context:81920,output:38e3},modalities:{input:["text"],output:["text"]},name:"Morph: Morph V3 Fast",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"morph/morph-v3-large",knowledge:null,lastUpdated:null,limit:{context:262144,output:131072},modalities:{input:["text"],output:["text"]},name:"Morph: Morph V3 Large",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"neversleep/llama-3.1-lumimaid-8b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"NeverSleep: Lumimaid v0.2 8B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"neversleep/llama-3-lumimaid-70b",knowledge:null,lastUpdated:null,limit:{context:8192,output:4096},modalities:{input:["text"],output:["text"]},name:"NeverSleep: Llama 3 Lumimaid 70B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"neversleep/noromaid-20b",knowledge:null,lastUpdated:null,limit:{context:4096,output:null},modalities:{input:["text"],output:["text"]},name:"Noromaid 20B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-11-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nex-agi/deepseek-v3.1-nex-n1:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:163840},modalities:{input:["text"],output:["text"]},name:"Nex AGI: DeepSeek V3.1 Nex N1 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nousresearch/deephermes-3-llama-3-8b-preview:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Nous: DeepHermes 3 Llama 3 8B Preview (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nousresearch/deephermes-3-mistral-24b-preview",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Nous: DeepHermes 3 Mistral 24B Preview",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nousresearch/hermes-2-pro-llama-3-8b",knowledge:null,lastUpdated:null,limit:{context:8192,output:2048},modalities:{input:["text"],output:["text"]},name:"NousResearch: Hermes 2 Pro - Llama-3 8B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-27",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nousresearch/hermes-3-llama-3.1-405b",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"Nous: Hermes 3 405B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nousresearch/hermes-3-llama-3.1-405b:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Nous: Hermes 3 405B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nousresearch/hermes-3-llama-3.1-70b",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Nous: Hermes 3 70B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nousresearch/hermes-4-405b",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Nous: Hermes 4 405B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nousresearch/hermes-4-70b",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Nous: Hermes 4 70B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nousresearch/nous-hermes-2-mixtral-8x7b-dpo",knowledge:null,lastUpdated:null,limit:{context:32768,output:2048},modalities:{input:["text"],output:["text"]},name:"Nous: Hermes 2 Mixtral 8x7B DPO",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-01-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nvidia/llama-3.1-nemotron-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"NVIDIA: Llama 3.1 Nemotron 70B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-10-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nvidia/llama-3.1-nemotron-ultra-253b-v1",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA: Llama 3.1 Nemotron Ultra 253B v1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nvidia/llama-3.1-nemotron-ultra-253b-v1:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA: Llama 3.1 Nemotron Ultra 253B v1 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nvidia/llama-3.3-nemotron-super-49b-v1",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA: Llama 3.3 Nemotron Super 49B v1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"nvidia/llama-3.3-nemotron-super-49b-v1.5",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nvidia/nemotron-3-nano-30b-a3b",knowledge:null,lastUpdated:null,limit:{context:262144,output:262144},modalities:{input:["text"],output:["text"]},name:"NVIDIA: Nemotron 3 Nano 30B A3B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nvidia/nemotron-3-nano-30b-a3b:free",knowledge:null,lastUpdated:null,limit:{context:256e3,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA: Nemotron 3 Nano 30B A3B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nvidia/nemotron-nano-12b-v2-vl",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["image","text","video"],output:["text"]},name:"NVIDIA: Nemotron Nano 12B 2 VL",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nvidia/nemotron-nano-12b-v2-vl:free",knowledge:null,lastUpdated:null,limit:{context:128e3,output:128e3},modalities:{input:["image","text","video"],output:["text"]},name:"NVIDIA: Nemotron Nano 12B 2 VL (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nvidia/nemotron-nano-9b-v2",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA: Nemotron Nano 9B V2",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"nvidia/nemotron-nano-9b-v2:free",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"NVIDIA: Nemotron Nano 9B V2 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/chatgpt-4o-latest",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text","image"],output:["text"]},name:"OpenAI: ChatGPT-4o",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/codex-mini",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["image","text"],output:["text"]},name:"OpenAI: Codex Mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-3.5-turbo",knowledge:null,lastUpdated:null,limit:{context:16385,output:4096},modalities:{input:["text"],output:["text"]},name:"OpenAI: GPT-3.5 Turbo",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-05-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-3.5-turbo-0613",knowledge:null,lastUpdated:null,limit:{context:4095,output:4096},modalities:{input:["text"],output:["text"]},name:"OpenAI: GPT-3.5 Turbo (older v0613)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-01-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-3.5-turbo-16k",knowledge:null,lastUpdated:null,limit:{context:16385,output:4096},modalities:{input:["text"],output:["text"]},name:"OpenAI: GPT-3.5 Turbo 16k",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-08-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-3.5-turbo-instruct",knowledge:null,lastUpdated:null,limit:{context:4095,output:4096},modalities:{input:["text"],output:["text"]},name:"OpenAI: GPT-3.5 Turbo Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-09-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4",knowledge:null,lastUpdated:null,limit:{context:8191,output:4096},modalities:{input:["text"],output:["text"]},name:"OpenAI: GPT-4",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-05-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4-0314",knowledge:null,lastUpdated:null,limit:{context:8191,output:4096},modalities:{input:["text"],output:["text"]},name:"OpenAI: GPT-4 (older v0314)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-05-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4.1",knowledge:null,lastUpdated:null,limit:{context:1047576,output:32768},modalities:{input:["image","text","file"],output:["text"]},name:"OpenAI: GPT-4.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4-1106-preview",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4096},modalities:{input:["text"],output:["text"]},name:"OpenAI: GPT-4 Turbo (older v1106)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-11-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4.1-mini",knowledge:null,lastUpdated:null,limit:{context:1047576,output:32768},modalities:{input:["image","text","file"],output:["text"]},name:"OpenAI: GPT-4.1 Mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4.1-nano",knowledge:null,lastUpdated:null,limit:{context:1047576,output:32768},modalities:{input:["image","text","file"],output:["text"]},name:"OpenAI: GPT-4.1 Nano",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4o",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: GPT-4o",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4o:extended",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: GPT-4o (extended)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4o-2024-05-13",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4096},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: GPT-4o (2024-05-13)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-05-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4o-2024-08-06",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: GPT-4o (2024-08-06)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4o-2024-11-20",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: GPT-4o (2024-11-20)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-20",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4o-audio-preview",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["audio","text"],output:["text"]},name:"OpenAI: GPT-4o Audio",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4o-mini",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: GPT-4o-mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-07-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4o-mini-2024-07-18",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: GPT-4o-mini (2024-07-18)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-07-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4o-mini-search-preview",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text"],output:["text"]},name:"OpenAI: GPT-4o-mini Search Preview",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4o-search-preview",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text"],output:["text"]},name:"OpenAI: GPT-4o Search Preview",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4-turbo",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4096},modalities:{input:["text","image"],output:["text"]},name:"OpenAI: GPT-4 Turbo",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-04-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/gpt-4-turbo-preview",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4096},modalities:{input:["text"],output:["text"]},name:"OpenAI: GPT-4 Turbo Preview",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-01-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: GPT-5",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5.1",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["image","text","file"],output:["text"]},name:"OpenAI: GPT-5.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5.1-chat",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["file","image","text"],output:["text"]},name:"OpenAI: GPT-5.1 Chat",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5.1-codex",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["text","image"],output:["text"]},name:"OpenAI: GPT-5.1-Codex",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5.1-codex-max",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["text","image"],output:["text"]},name:"OpenAI: GPT-5.1-Codex-Max",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5.1-codex-mini",knowledge:null,lastUpdated:null,limit:{context:4e5,output:1e5},modalities:{input:["image","text"],output:["text"]},name:"OpenAI: GPT-5.1-Codex-Mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5.2",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["file","image","text"],output:["text"]},name:"OpenAI: GPT-5.2",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5.2-chat",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["file","image","text"],output:["text"]},name:"OpenAI: GPT-5.2 Chat",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5.2-pro",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["image","text","file"],output:["text"]},name:"OpenAI: GPT-5.2 Pro",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5-chat",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["file","image","text"],output:["text"]},name:"OpenAI: GPT-5 Chat",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5-codex",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["text","image"],output:["text"]},name:"OpenAI: GPT-5 Codex",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5-image",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["image","text","file"],output:["image","text"]},name:"OpenAI: GPT-5 Image",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5-image-mini",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["file","image","text"],output:["image","text"]},name:"OpenAI: GPT-5 Image Mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5-mini",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: GPT-5 Mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5-nano",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: GPT-5 Nano",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5-pro",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["image","text","file"],output:["text"]},name:"OpenAI: GPT-5 Pro",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-oss-120b:exacto",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"OpenAI: gpt-oss-120b (exacto)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-oss-120b:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"OpenAI: gpt-oss-120b (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-oss-20b:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"OpenAI: gpt-oss-20b (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-oss-safeguard-20b",knowledge:null,lastUpdated:null,limit:{context:131072,output:65536},modalities:{input:["text"],output:["text"]},name:"OpenAI: gpt-oss-safeguard-20b",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/o1",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: o1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/o1-mini",knowledge:null,lastUpdated:null,limit:{context:128e3,output:65536},modalities:{input:["text"],output:["text"]},name:"OpenAI: o1-mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/o1-mini-2024-09-12",knowledge:null,lastUpdated:null,limit:{context:128e3,output:65536},modalities:{input:["text"],output:["text"]},name:"OpenAI: o1-mini (2024-09-12)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"openai/o1-pro",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["text","image","file"],output:["text"]},name:"OpenAI: o1-pro",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/o3",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["image","text","file"],output:["text"]},name:"OpenAI: o3",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/o3-deep-research",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["image","text","file"],output:["text"]},name:"OpenAI: o3 Deep Research",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/o3-mini",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["text","file"],output:["text"]},name:"OpenAI: o3 Mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-31",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/o3-mini-high",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["text","file"],output:["text"]},name:"OpenAI: o3 Mini High",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/o3-pro",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["text","file","image"],output:["text"]},name:"OpenAI: o3 Pro",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/o4-mini",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["image","text","file"],output:["text"]},name:"OpenAI: o4 Mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/o4-mini-deep-research",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["file","image","text"],output:["text"]},name:"OpenAI: o4 Mini Deep Research",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/o4-mini-high",knowledge:null,lastUpdated:null,limit:{context:2e5,output:1e5},modalities:{input:["image","text","file"],output:["text"]},name:"OpenAI: o4 Mini High",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"opengvlab/internvl3-14b",knowledge:null,lastUpdated:null,limit:{context:12288,output:null},modalities:{input:["image","text"],output:["text"]},name:"OpenGVLab: InternVL3 14B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"opengvlab/internvl3-78b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["image","text"],output:["text"]},name:"OpenGVLab: InternVL3 78B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openrouter/auto",knowledge:null,lastUpdated:null,limit:{context:2e6,output:null},modalities:{input:["text"],output:["text"]},name:"Auto Router",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-11-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openrouter/bodybuilder",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Body Builder (beta)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"perplexity/r1-1776",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Perplexity: R1 1776",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.001},extendedThinking:!1,id:"perplexity/sonar",knowledge:null,lastUpdated:null,limit:{context:127072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Perplexity: Sonar",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-27",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.001},extendedThinking:!1,id:"perplexity/sonar-deep-research",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Perplexity: Sonar Deep Research",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.001},extendedThinking:!1,id:"perplexity/sonar-pro",knowledge:null,lastUpdated:null,limit:{context:2e5,output:8e3},modalities:{input:["text","image"],output:["text"]},name:"Perplexity: Sonar Pro",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.001},extendedThinking:!1,id:"perplexity/sonar-pro-search",knowledge:null,lastUpdated:null,limit:{context:2e5,output:8e3},modalities:{input:["text","image"],output:["text"]},name:"Perplexity: Sonar Pro Search",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.001},extendedThinking:!1,id:"perplexity/sonar-reasoning",knowledge:null,lastUpdated:null,limit:{context:127e3,output:null},modalities:{input:["text"],output:["text"]},name:"Perplexity: Sonar Reasoning",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.001},extendedThinking:!1,id:"perplexity/sonar-reasoning-pro",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text","image"],output:["text"]},name:"Perplexity: Sonar Reasoning Pro",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"prime-intellect/intellect-3",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Prime Intellect: INTELLECT-3",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-27",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pygmalionai/mythalion-13b",knowledge:null,lastUpdated:null,limit:{context:4096,output:4096},modalities:{input:["text"],output:["text"]},name:"Pygmalion: Mythalion 13B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-09-02",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-2.5-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 72B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-2.5-72b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 72B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-2.5-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen2.5 7B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-10-16",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-2.5-coder-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 Coder 32B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-2.5-coder-32b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 Coder 32B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen2.5-coder-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen2.5 Coder 7B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen2.5-vl-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:16384,output:16384},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen2.5 VL 32B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen2.5-vl-32b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen2.5 VL 32B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen2.5-vl-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen2.5 VL 72B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen2.5-vl-72b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen2.5 VL 72B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-2.5-vl-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen2.5-VL 7B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-2.5-vl-7b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen2.5-VL 7B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-2-72b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:4096},modalities:{input:["text"],output:["text"]},name:"Qwen 2 72B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-06-07",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-14b",knowledge:null,lastUpdated:null,limit:{context:40960,output:40960},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 14B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-14b:free",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 14B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-235b-a22b",knowledge:null,lastUpdated:null,limit:{context:40960,output:40960},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 235B A22B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-235b-a22b:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 235B A22B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-235b-a22b-2507",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 235B A22B Instruct 2507",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-235b-a22b-thinking-2507",knowledge:null,lastUpdated:null,limit:{context:262144,output:262144},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 235B A22B Thinking 2507",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-30b-a3b",knowledge:null,lastUpdated:null,limit:{context:40960,output:40960},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 30B A3B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-30b-a3b:free",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 30B A3B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-30b-a3b-instruct-2507",knowledge:null,lastUpdated:null,limit:{context:262144,output:262144},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 30B A3B Instruct 2507",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-30b-a3b-thinking-2507",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 30B A3B Thinking 2507",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-32b",knowledge:null,lastUpdated:null,limit:{context:40960,output:40960},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 32B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-4b:free",knowledge:null,lastUpdated:null,limit:{context:40960,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 4B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-8b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:2e4},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 8B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-8b:free",knowledge:null,lastUpdated:null,limit:{context:40960,output:40960},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 8B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-coder",knowledge:null,lastUpdated:null,limit:{context:262144,output:262144},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 Coder 480B A35B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-coder:exacto",knowledge:null,lastUpdated:null,limit:{context:262144,output:65536},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 Coder 480B A35B (exacto)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-coder:free",knowledge:null,lastUpdated:null,limit:{context:262e3,output:262e3},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 Coder 480B A35B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-coder-30b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:16e4,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 Coder 30B A3B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-31",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-coder-flash",knowledge:null,lastUpdated:null,limit:{context:128e3,output:65536},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 Coder Flash",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-coder-plus",knowledge:null,lastUpdated:null,limit:{context:128e3,output:65536},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 Coder Plus",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-max",knowledge:null,lastUpdated:null,limit:{context:256e3,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 Max",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-next-80b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 Next 80B A3B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-next-80b-a3b-thinking",knowledge:null,lastUpdated:null,limit:{context:262144,output:262144},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen3 Next 80B A3B Thinking",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-vl-235b-a22b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen3 VL 235B A22B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-vl-235b-a22b-thinking",knowledge:null,lastUpdated:null,limit:{context:262144,output:262144},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen3 VL 235B A22B Thinking",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-vl-30b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen3 VL 30B A3B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-vl-30b-a3b-thinking",knowledge:null,lastUpdated:null,limit:{context:131072,output:32768},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen3 VL 30B A3B Thinking",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-06",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-vl-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen3 VL 32B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-vl-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:32768},modalities:{input:["image","text"],output:["text"]},name:"Qwen: Qwen3 VL 8B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen3-vl-8b-thinking",knowledge:null,lastUpdated:null,limit:{context:256e3,output:32768},modalities:{input:["image","text"],output:["text"]},name:"Qwen: Qwen3 VL 8B Thinking",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-10-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-max",knowledge:null,lastUpdated:null,limit:{context:32768,output:8192},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen-Max ",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-plus",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen-Plus",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-plus-2025-07-28",knowledge:null,lastUpdated:null,limit:{context:1e6,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen Plus 0728",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-plus-2025-07-28:thinking",knowledge:null,lastUpdated:null,limit:{context:1e6,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen Plus 0728 (thinking)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-turbo",knowledge:null,lastUpdated:null,limit:{context:1e6,output:8192},modalities:{input:["text"],output:["text"]},name:"Qwen: Qwen-Turbo",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-vl-max",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen VL Max",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwen-vl-plus",knowledge:null,lastUpdated:null,limit:{context:7500,output:1500},modalities:{input:["text","image"],output:["text"]},name:"Qwen: Qwen VL Plus",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-02-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwq-32b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: QwQ 32B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwq-32b:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: QwQ 32B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen/qwq-32b-preview",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen: QwQ 32B Preview",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"raifle/sorcererlm-8x22b",knowledge:null,lastUpdated:null,limit:{context:16e3,output:null},modalities:{input:["text"],output:["text"]},name:"SorcererLM 8x22B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"rekaai/reka-flash-3:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Reka: Flash 3 (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-12",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"relace/relace-apply-3",knowledge:null,lastUpdated:null,limit:{context:256e3,output:128e3},modalities:{input:["text"],output:["text"]},name:"Relace: Relace Apply 3",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"relace/relace-search",knowledge:null,lastUpdated:null,limit:{context:256e3,output:128e3},modalities:{input:["text"],output:["text"]},name:"Relace: Relace Search",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"sao10k/l3.1-70b-hanami-x1",knowledge:null,lastUpdated:null,limit:{context:16e3,output:null},modalities:{input:["text"],output:["text"]},name:"Sao10K: Llama 3.1 70B Hanami x1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-01-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"sao10k/l3.1-euryale-70b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Sao10K: Llama 3.1 Euryale 70B v2.2",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"sao10k/l3.3-euryale-70b",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"Sao10K: Llama 3.3 Euryale 70B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"sao10k/l3-euryale-70b",knowledge:null,lastUpdated:null,limit:{context:8192,output:8192},modalities:{input:["text"],output:["text"]},name:"Sao10k: Llama 3 Euryale 70B v2.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-06-18",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:.015,inputCacheHit:null,output:.06},extendedThinking:!1,id:"sao10k/l3-lunaris-8b",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Sao10K: Llama 3 8B Lunaris",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-08-13",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sarvamai/sarvam-m:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Sarvam AI: Sarvam-M (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-05-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"scb10x/llama3.1-typhoon2-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Typhoon2 70B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"shisa-ai/shisa-v2-llama3.3-70b:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Shisa AI: Shisa V2 Llama 3.3 70B (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"sophosympatheia/midnight-rose-70b",knowledge:null,lastUpdated:null,limit:{context:4096,output:2048},modalities:{input:["text"],output:["text"]},name:"Midnight Rose 70B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-03-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"switchpoint/router",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Switchpoint Router",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tencent/hunyuan-a13b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Tencent: Hunyuan A13B Instruct",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tencent/hunyuan-a13b-instruct:free",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Tencent: Hunyuan A13B Instruct (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"thedrummer/anubis-70b-v1.1",knowledge:null,lastUpdated:null,limit:{context:16384,output:null},modalities:{input:["text"],output:["text"]},name:"TheDrummer: Anubis 70B V1.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"thedrummer/anubis-pro-105b-v1",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"TheDrummer: Anubis Pro 105B V1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"thedrummer/cydonia-24b-v4.1",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"TheDrummer: Cydonia 24B V4.1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-27",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"thedrummer/rocinante-12b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"TheDrummer: Rocinante 12B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-09-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"thedrummer/skyfall-36b-v2",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"TheDrummer: Skyfall 36B V2",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-03-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"thedrummer/unslopnemo-12b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"TheDrummer: UnslopNemo 12B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"thudm/glm-4.1v-9b-thinking",knowledge:null,lastUpdated:null,limit:{context:65536,output:8e3},modalities:{input:["image","text"],output:["text"]},name:"THUDM: GLM 4.1V 9B Thinking",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"thudm/glm-4-32b",knowledge:null,lastUpdated:null,limit:{context:32e3,output:32e3},modalities:{input:["text"],output:["text"]},name:"THUDM: GLM 4 32B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"thudm/glm-z1-32b",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"THUDM: GLM Z1 32B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-17",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tngtech/deepseek-r1t2-chimera",knowledge:null,lastUpdated:null,limit:{context:163840,output:163840},modalities:{input:["text"],output:["text"]},name:"TNG: DeepSeek R1T2 Chimera",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tngtech/deepseek-r1t2-chimera:free",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"TNG: DeepSeek R1T2 Chimera (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tngtech/deepseek-r1t-chimera",knowledge:null,lastUpdated:null,limit:{context:163840,output:163840},modalities:{input:["text"],output:["text"]},name:"TNG: DeepSeek R1T Chimera",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-27",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tngtech/deepseek-r1t-chimera:free",knowledge:null,lastUpdated:null,limit:{context:163840,output:null},modalities:{input:["text"],output:["text"]},name:"TNG: DeepSeek R1T Chimera (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-27",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tngtech/tng-r1t-chimera",knowledge:null,lastUpdated:null,limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"TNG: R1T Chimera",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tngtech/tng-r1t-chimera:free",knowledge:null,lastUpdated:null,limit:{context:163840,output:65536},modalities:{input:["text"],output:["text"]},name:"TNG: R1T Chimera (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"undi95/remm-slerp-l2-13b",knowledge:null,lastUpdated:null,limit:{context:6144,output:null},modalities:{input:["text"],output:["text"]},name:"ReMM SLERP 13B",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2023-07-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-2-1212",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"xAI: Grok 2 1212",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-2-vision-1212",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"xAI: Grok 2 Vision 1212",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-3",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"xAI: Grok 3",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-3-beta",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"xAI: Grok 3 Beta",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-3-mini",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"xAI: Grok 3 Mini",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-06-10",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-3-mini-beta",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"xAI: Grok 3 Mini Beta",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-04-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-4",knowledge:null,lastUpdated:null,limit:{context:256e3,output:null},modalities:{input:["image","text"],output:["text"]},name:"xAI: Grok 4",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-09",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-4.1-fast",knowledge:null,lastUpdated:null,limit:{context:2e6,output:3e4},modalities:{input:["text","image"],output:["text"]},name:"xAI: Grok 4.1 Fast",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-11-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-4-fast",knowledge:null,lastUpdated:null,limit:{context:2e6,output:3e4},modalities:{input:["text","image"],output:["text"]},name:"xAI: Grok 4 Fast",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-code-fast-1",knowledge:null,lastUpdated:null,limit:{context:256e3,output:1e4},modalities:{input:["text"],output:["text"]},name:"xAI: Grok Code Fast 1",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"x-ai/grok-vision-beta",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text","image"],output:["text"]},name:"xAI: Grok Vision Beta",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2024-11-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xiaomi/mimo-v2-flash:free",knowledge:null,lastUpdated:null,limit:{context:262144,output:65536},modalities:{input:["text"],output:["text"]},name:"Xiaomi: MiMo-V2-Flash (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-ai/glm-4-32b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:null},modalities:{input:["text"],output:["text"]},name:"Z.AI: GLM 4 32B ",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-24",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-ai/glm-4.5",knowledge:null,lastUpdated:null,limit:{context:131072,output:65536},modalities:{input:["text"],output:["text"]},name:"Z.AI: GLM 4.5",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-ai/glm-4.5-air",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Z.AI: GLM 4.5 Air",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-ai/glm-4.5-air:free",knowledge:null,lastUpdated:null,limit:{context:131072,output:96e3},modalities:{input:["text"],output:["text"]},name:"Z.AI: GLM 4.5 Air (free)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-07-25",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-ai/glm-4.5v",knowledge:null,lastUpdated:null,limit:{context:65536,output:16384},modalities:{input:["text","image"],output:["text"]},name:"Z.AI: GLM 4.5V",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-08-11",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-ai/glm-4.6",knowledge:null,lastUpdated:null,limit:{context:202752,output:65536},modalities:{input:["text"],output:["text"]},name:"Z.AI: GLM 4.6",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-ai/glm-4.6:exacto",knowledge:null,lastUpdated:null,limit:{context:204800,output:131072},modalities:{input:["text"],output:["text"]},name:"Z.AI: GLM 4.6 (exacto)",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-09-30",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-ai/glm-4.6v",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["image","text","video"],output:["text"]},name:"Z.AI: GLM 4.6V",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-08",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"z-ai/glm-4.7",knowledge:null,lastUpdated:null,limit:{context:202752,output:65535},modalities:{input:["text"],output:["text"]},name:"Z.AI: GLM 4.7",openWeights:!1,provider:"OpenRouter",providerDoc:"https://openrouter.ai/docs",providerEnv:["OPENROUTER_API_KEY"],providerId:"open-router",providerModelsDevId:"openrouter",providerNpm:"@ai-sdk/openrouter",reasoning:!1,releaseDate:"2025-12-22",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"openrouter"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"252-frequesty",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"252Frequesty",openWeights:!1,provider:"Requesty",providerDoc:"https://docs.requesty.ai/",providerEnv:["REQUESTY_API_KEY"],providerId:"requesty",providerModelsDevId:"requesty",providerNpm:"@ai-sdk/requesty",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"requesty"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"2-b-requesty",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"2BRequesty",openWeights:!1,provider:"Requesty",providerDoc:"https://docs.requesty.ai/",providerEnv:["REQUESTY_API_KEY"],providerId:"requesty",providerModelsDevId:"requesty",providerNpm:"@ai-sdk/requesty",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"requesty"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"content-requesty",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"contentRequesty",openWeights:!1,provider:"Requesty",providerDoc:"https://docs.requesty.ai/",providerEnv:["REQUESTY_API_KEY"],providerId:"requesty",providerModelsDevId:"requesty",providerNpm:"@ai-sdk/requesty",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"requesty"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"page-requesty",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"pageRequesty",openWeights:!1,provider:"Requesty",providerDoc:"https://docs.requesty.ai/",providerEnv:["REQUESTY_API_KEY"],providerId:"requesty",providerModelsDevId:"requesty",providerNpm:"@ai-sdk/requesty",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"requesty"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"u-003-c-requesty-api-key",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"u003cREQUESTY_API_KEY",openWeights:!1,provider:"Requesty",providerDoc:"https://docs.requesty.ai/",providerEnv:["REQUESTY_API_KEY"],providerId:"requesty",providerModelsDevId:"requesty",providerNpm:"@ai-sdk/requesty",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"requesty"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"why-choose-requesty",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"why-choose-requesty",openWeights:!1,provider:"Requesty",providerDoc:"https://docs.requesty.ai/",providerEnv:["REQUESTY_API_KEY"],providerId:"requesty",providerModelsDevId:"requesty",providerNpm:"@ai-sdk/requesty",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"requesty"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"your-requesty-api-key",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"YOUR_REQUESTY_API_KEY",openWeights:!1,provider:"Requesty",providerDoc:"https://docs.requesty.ai/",providerEnv:["REQUESTY_API_KEY"],providerId:"requesty",providerModelsDevId:"requesty",providerNpm:"@ai-sdk/requesty",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"requesty"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"1gpt-oss-120-b-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"1GPT-OSS-120BLlama",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"252-ftogetherai-52386018",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"252Ftogetherai-52386018",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"2-b-together",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"2BTogether",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ai-together",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"AITogether",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"content-together",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"contentTogether",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"how-to-use-qwen-code",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"how-to-use-qwen-code",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"i-together",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ITogether",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"maverick-qwen",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MaverickQwen",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:.0015,inputCacheHit:null,output:.0015},extendedThinking:!1,id:"meta-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"meta-llama",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:.0015,inputCacheHit:null,output:.0015},extendedThinking:!1,id:"meta-llama-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Meta-Llama-3",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"models-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"modelsLlama",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"quickstart-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"QuickstartLlama",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"salesforce-llamarank",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"salesforce-llamarank",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"scout-qwen-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ScoutQwen2",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"together-and-llamarank",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"together-and-llamarank",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"using-together-with-mastra",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"using-together-with-mastra",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"using-together-with-vercels-ai-sdk",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"using-together-with-vercels-ai-sdk",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"workflows-together",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"WorkflowsTogether",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-10.7b-v1.0 model from Upstage",id:"solar-10-7b-v1-0",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-10.7b-v1.0",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-107b-v10",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-docvision-preview model from Upstage",id:"solar-docvision-preview",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text","image"],output:["text"]},name:"solar-docvision-preview",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-docvision-preview",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-embedding-1-large-passage beta model from Upstage",id:"solar-embedding-1-large-passage-beta",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-embedding-1-large-passage beta",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-embedding-1-large-passage-beta",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-embedding-1-large-query beta model from Upstage",id:"solar-embedding-1-large-query-beta",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-embedding-1-large-query beta",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-embedding-1-large-query-beta",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Solar LLM model from Upstage",id:"solar-llm",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Solar LLM",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-llm",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-mini-240612 model from Upstage",id:"solar-mini-240612",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-mini-240612",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-mini-240612",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-mini-250123 model from Upstage",id:"solar-mini-250123",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-mini-250123",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-mini-250123",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-mini-250422 model from Upstage",id:"solar-mini-250422",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-mini-250422",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-mini-250422",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-mini-ja-240612 model from Upstage",id:"solar-mini-ja-240612",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-mini-ja-240612",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-mini-ja-240612",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-mini-ja-250123 model from Upstage",id:"solar-mini-ja-250123",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-mini-ja-250123",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-mini-ja-250123",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro-241126 model from Upstage",id:"solar-pro-241126",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro-241126",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro-241126",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro-250422 model from Upstage",id:"solar-pro-250422",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro-250422",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro-250422",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro2-250710 model from Upstage",id:"solar-pro2-250710",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro2-250710",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro2-250710",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro2-250909 model from Upstage",id:"solar-pro2-250909",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro2-250909",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro2-250909",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro2-251215 model from Upstage",id:"solar-pro2-251215",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro2-251215",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro2-251215",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro2-preview model from Upstage",id:"solar-pro2-preview",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro2-preview",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro2-preview",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro-preview model from Upstage",id:"solar-pro-preview",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro-preview",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro-preview",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"4-nwqv-0-zkit-3-b-9-v-6-h",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"4nwqv0zkit3b9v6h",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"5v0h3h13h14",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"5V0H3H13H14",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"classic-v-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"classic-v0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"create-v-0-sdk-app",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"create-v0-sdk-app",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"featuresv-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Featuresv0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"logo-particles-v-0-aws-ad-fq-yl-ef-vd-c",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"logo-particles-v0-aws-AdFqYlEFVdC",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pagev-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"pagev0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"product-home-enterprise-pricingv-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ProductHomeEnterprisePricingv0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"what-can-you-do-with-v-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"what-can-you-do-with-v0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"what-makes-v-0-different",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"what-makes-v0-different",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"who-is-v-0-for",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"who-is-v0-for",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"why-should-i-choose-v-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"why-should-i-choose-v0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"about-venice",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"about-venice",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ask-venice",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"AskVenice",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"askvenice",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"askvenice",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"character-slug",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"character_slug",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"disable-thinking",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"disable_thinking",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"enable-web-citations",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"enable_web_citations",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"enable-web-scraping",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"enable_web_scraping",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"enable-web-search",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"enable_web_search",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"how-to-use-venice-api",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"how-to-use-venice-api",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"include-venice-system-prompt",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"include_venice_system_prompt",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"introducing-the-venice-token-vvv",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"introducing-the-venice-token-vvv",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"page-venice",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"pageVenice",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"strip-thinking-response",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"strip_thinking_response",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"what-can-i-do-with-venice-api",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"what-can-i-do-with-venice-api",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"alibaba/qwen-3-14b",knowledge:null,lastUpdated:null,limit:{context:40960,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen3-14B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen-3-235b",knowledge:null,lastUpdated:null,limit:{context:40960,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen3 235B A22B Instruct 2507",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-235b-a22b-thinking",knowledge:null,lastUpdated:null,limit:{context:262114,output:262114},modalities:{input:["text"],output:["text"]},name:"Qwen3 235B A22B Thinking 2507",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:6e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"alibaba/qwen-3-30b",knowledge:null,lastUpdated:null,limit:{context:40960,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen-3-32b",knowledge:null,lastUpdated:null,limit:{context:40960,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen 3.32B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-coder",knowledge:null,lastUpdated:null,limit:{context:262144,output:66536},modalities:{input:["text"],output:["text"]},name:"Qwen3 Coder 480B A35B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-coder-30b-a3b",knowledge:null,lastUpdated:null,limit:{context:16e4,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen 3 Coder 30B A3B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-coder-plus",knowledge:null,lastUpdated:null,limit:{context:1e6,output:65536},modalities:{input:["text"],output:["text"]},name:"Qwen3 Coder Plus",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-embedding-0.6b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Embedding 0.6B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-embedding-4b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Embedding 4B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-embedding-8b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Embedding 8B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-max",knowledge:null,lastUpdated:null,limit:{context:262144,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Max",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-max-preview",knowledge:null,lastUpdated:null,limit:{context:262144,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Max Preview",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-next-80b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Next 80B A3B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-next-80b-a3b-thinking",knowledge:null,lastUpdated:null,limit:{context:65536,output:65536},modalities:{input:["text"],output:["text"]},name:"Qwen3 Next 80B A3B Thinking",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-vl-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:129024},modalities:{input:["text"],output:["text"]},name:"Qwen3 VL 235B A22B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-vl-thinking",knowledge:null,lastUpdated:null,limit:{context:131072,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 VL 235B A22B Thinking",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-2-lite",knowledge:null,lastUpdated:null,limit:{context:1e6,output:1e6},modalities:{input:["text"],output:["text"]},name:"Nova 2 Lite",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/amazon",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-lite",knowledge:null,lastUpdated:null,limit:{context:3e5,output:8192},modalities:{input:["text"],output:["text"]},name:"Nova Lite",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/amazon",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-micro",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Nova Micro",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/amazon",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-pro",knowledge:null,lastUpdated:null,limit:{context:3e5,output:8192},modalities:{input:["text"],output:["text"]},name:"Nova Pro",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/amazon",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/titan-embed-text-v2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Titan Text Embeddings V2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/amazon",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfl/flux-kontext-max",knowledge:null,lastUpdated:null,limit:{context:512,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 Kontext Max",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bfl",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfl/flux-kontext-pro",knowledge:null,lastUpdated:null,limit:{context:512,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 Kontext Pro",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bfl",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfl/flux-pro-1.0-fill",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 Fill [pro]",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bfl",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfl/flux-pro-1.1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX1.1 [pro]",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bfl",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfl/flux-pro-1.1-ultra",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX1.1 [pro] Ultra",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bfl",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bytedance/seed-1.6",knowledge:null,lastUpdated:null,limit:{context:256e3,output:32e3},modalities:{input:["text"],output:["text"]},name:"Seed 1.6",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bytedance",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/embed-v4.0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Embed v4.0",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/cohere",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-v3",knowledge:null,lastUpdated:null,limit:{context:163840,output:16384},modalities:{input:["text"],output:["text"]},name:"DeepSeek V3 0324",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/deepseek",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:23e-5,inputCacheHit:null,output:9e-4},extendedThinking:!1,id:"deepseek/deepseek-v3.1",knowledge:null,lastUpdated:null,limit:{context:163840,output:128e3},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/deepseek",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-v3.2-thinking",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text"],output:["text"]},name:"DeepSeek V3.2 Thinking",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/deepseek",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.0-flash",knowledge:null,lastUpdated:null,limit:{context:1e6,output:8192},modalities:{input:["text"],output:["text"]},name:"Gemini 2.0 Flash",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.0-flash-lite",knowledge:null,lastUpdated:null,limit:{context:1048576,output:8192},modalities:{input:["text"],output:["text"]},name:"Gemini 2.0 Flash Lite",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-3-flash",knowledge:null,lastUpdated:null,limit:{context:1e6,output:64e3},modalities:{input:["text"],output:["text"]},name:"Gemini 3 Flash",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-3-pro-image",knowledge:null,lastUpdated:null,limit:{context:65536,output:32768},modalities:{input:["text"],output:["text"]},name:"Nano Banana Pro (Gemini 3 Pro Image)",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-embedding-001",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini Embedding 001",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-2-9b",knowledge:null,lastUpdated:null,limit:{context:8192,output:8192},modalities:{input:["text"],output:["text"]},name:"Gemma 2 9B IT",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/imagen-4.0-fast-generate-001",knowledge:null,lastUpdated:null,limit:{context:480,output:null},modalities:{input:["text"],output:["text"]},name:"Imagen 4 Fast",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/imagen-4.0-generate-001",knowledge:null,lastUpdated:null,limit:{context:480,output:null},modalities:{input:["text"],output:["text"]},name:"Imagen 4",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/imagen-4.0-ultra-generate-001",knowledge:null,lastUpdated:null,limit:{context:480,output:null},modalities:{input:["text"],output:["text"]},name:"Imagen 4 Ultra",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/text-embedding-005",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Text Embedding 005",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/text-multilingual-embedding-002",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Text Multilingual Embedding 002",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"inception/mercury-coder-small",knowledge:null,lastUpdated:null,limit:{context:32e3,output:16384},modalities:{input:["text"],output:["text"]},name:"Mercury Coder Small Beta",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/inception",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kwaipilot/kat-coder-pro-v1",knowledge:null,lastUpdated:null,limit:{context:256e3,output:32e3},modalities:{input:["text"],output:["text"]},name:"KAT-Coder-Pro V1",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/kwaipilot",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"meituan/longcat-flash-thinking",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"LongCat Flash Thinking",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meituan",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.1-70b",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 70B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.1-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 8B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.2-11b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 11B Vision Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.2-1b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 1B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.2-3b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 3B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.2-90b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 90B Vision Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.3-70b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3.3 70B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3-70b",knowledge:null,lastUpdated:null,limit:{context:8192,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3 70B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3-8b",knowledge:null,lastUpdated:null,limit:{context:8192,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3 8B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-4-maverick",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 4 Maverick 17B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-4-scout",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 4 Scout 17B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"minimax/minimax-m2.1-lightning",knowledge:null,lastUpdated:null,limit:{context:204800,output:131072},modalities:{input:["text"],output:["text"]},name:"MiniMax M2.1 Lightning",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/minimax",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"mistral/codestral",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Mistral Codestral",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"mistral/codestral-embed",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral Embed",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/devstral-2",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Devstral 2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/devstral-small",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text"],output:["text"]},name:"Devstral Small 1.1",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/devstral-small-2",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Devstral Small 2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/magistral-medium",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text"],output:["text"]},name:"Magistral Medium 2509",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/magistral-small",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text"],output:["text"]},name:"Magistral Small 2509",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/ministral-14b",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Ministral 14B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/ministral-3b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Ministral 3B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/ministral-8b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Ministral 8B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-embed",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Embed",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-large",knowledge:null,lastUpdated:null,limit:{context:32e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Mistral Large",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-large-3",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Mistral Large 3",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-medium",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text"],output:["text"]},name:"Mistral Medium 3.1",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-nemo",knowledge:null,lastUpdated:null,limit:{context:60288,output:16e3},modalities:{input:["text"],output:["text"]},name:"Mistral Nemo",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-saba-24b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Mistral Saba 24B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-small",knowledge:null,lastUpdated:null,limit:{context:32e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Mistral Small",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/mixtral-8x22b-instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:2048},modalities:{input:["text"],output:["text"]},name:"Mixtral MoE 8x22B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/pixtral-12b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Pixtral 12B 2409",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/pixtral-large",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Pixtral Large",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-k2-thinking-turbo",knowledge:null,lastUpdated:null,limit:{context:262114,output:262114},modalities:{input:["text"],output:["text"]},name:"Kimi K2 Thinking Turbo",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/moonshotai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-k2-turbo",knowledge:null,lastUpdated:null,limit:{context:256e3,output:16384},modalities:{input:["text"],output:["text"]},name:"Kimi K2 Turbo",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/moonshotai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5.1-instant",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text"],output:["text"]},name:"GPT-5.1 Instant",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/openai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-5.1-thinking",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["text"],output:["text"]},name:"GPT 5.1 Thinking",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/openai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:13e-5,inputCacheHit:null,output:0},extendedThinking:!1,id:"openai/text-embedding-3-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"text-embedding-3-large",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/openai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:2e-5,inputCacheHit:null,output:0},extendedThinking:!1,id:"openai/text-embedding-3-small",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"text-embedding-3-small",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/openai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:4e-4,inputCacheHit:null,output:4e-4},extendedThinking:!1,id:"openai/text-embedding-ada-002",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"text-embedding-ada-002",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/openai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stealth/sonoma-dusk-alpha",knowledge:null,lastUpdated:null,limit:{context:2e6,output:131072},modalities:{input:["text"],output:["text"]},name:"Sonoma Dusk Alpha",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/stealth",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stealth/sonoma-sky-alpha",knowledge:null,lastUpdated:null,limit:{context:2e6,output:131072},modalities:{input:["text"],output:["text"]},name:"Sonoma Sky Alpha",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/stealth",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"vercel/v0-1.0-md",knowledge:null,lastUpdated:null,limit:{context:128e3,output:32e3},modalities:{input:["text"],output:["text"]},name:"v0-1.0-md",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"vercel/v0-1.5-md",knowledge:null,lastUpdated:null,limit:{context:128e3,output:32768},modalities:{input:["text"],output:["text"]},name:"v0-1.5-md",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-3.5",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-3.5",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-3.5-lite",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-3.5-lite",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-3-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-3-large",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-code-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-code-2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-code-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-code-3",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-finance-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-finance-2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-law-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-law-2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-2",knowledge:null,lastUpdated:null,limit:{context:131072,output:4e3},modalities:{input:["text"],output:["text"]},name:"Grok 2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-2-vision",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Grok 2 Vision",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-3",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Grok 3 Beta",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-3-fast",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Grok 3 Fast Beta",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-3-mini",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Grok 3 Mini Beta",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-3-mini-fast",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Grok 3 Mini Fast Beta",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-4",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Grok 4",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-4.1-fast-non-reasoning",knowledge:null,lastUpdated:null,limit:{context:2e6,output:3e4},modalities:{input:["text"],output:["text"]},name:"Grok 4.1 Fast Non-Reasoning",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-4.1-fast-reasoning",knowledge:null,lastUpdated:null,limit:{context:2e6,output:3e4},modalities:{input:["text"],output:["text"]},name:"Grok 4.1 Fast Reasoning",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-4-fast-non-reasoning",knowledge:null,lastUpdated:null,limit:{context:2e6,output:256e3},modalities:{input:["text"],output:["text"]},name:"Grok 4 Fast Non-Reasoning",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-4-fast-reasoning",knowledge:null,lastUpdated:null,limit:{context:2e6,output:256e3},modalities:{input:["text"],output:["text"]},name:"Grok 4 Fast Reasoning",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-code-fast-1",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Grok Code Fast 1",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xiaomi/mimo-v2-flash",knowledge:null,lastUpdated:null,limit:{context:262144,output:32e3},modalities:{input:["text"],output:["text"]},name:"MiMo V2 Flash",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xiaomi",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:.0015},extendedThinking:!1,id:"zai/glm-4.5",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"GLM-4.5",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.5-air",knowledge:null,lastUpdated:null,limit:{context:128e3,output:96e3},modalities:{input:["text"],output:["text"]},name:"GLM 4.5 Air",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.5v",knowledge:null,lastUpdated:null,limit:{context:65536,output:66e3},modalities:{input:["text"],output:["text"]},name:"GLM 4.5V",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.6",knowledge:null,lastUpdated:null,limit:{context:2e5,output:96e3},modalities:{input:["text"],output:["text"]},name:"GLM 4.6",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.6v",knowledge:null,lastUpdated:null,limit:{context:128e3,output:24e3},modalities:{input:["text"],output:["text"]},name:"GLM-4.6V",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.6v-flash",knowledge:null,lastUpdated:null,limit:{context:128e3,output:24e3},modalities:{input:["text"],output:["text"]},name:"GLM-4.6V-Flash",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.7",knowledge:null,lastUpdated:null,limit:{context:202752,output:12e4},modalities:{input:["text"],output:["text"]},name:"GLM 4.7",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:135e-8,inputCacheHit:null,output:54e-7},description:"Optimized for precise reasoning tasks including complex coding, math, and structured document analysis",extendedThinking:!1,id:"deepseek-ai-deep-seek-r1-0528",knowledge:null,lastUpdated:null,limit:{context:164864,output:65536},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1-0528",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-05-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:114e-8,inputCacheHit:null,output:275e-8},description:"Robust Mixture-of-Experts model tailored for high-complexity language processing and comprehensive document analysis",extendedThinking:!1,id:"deepseek-ai-deep-seek-v3-0324",knowledge:null,lastUpdated:null,limit:{context:164864,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek V3-0324",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:55e-8,inputCacheHit:null,output:165e-8},description:"A large hybrid model that supports both thinking and non-thinking modes via prompt templates",extendedThinking:!1,id:"deepseek-ai-deep-seek-v3-1",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek V3.1",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:8e-7,inputCacheHit:null,output:8e-7},description:"Efficient conversational model optimized for responsive multilingual chatbot interactions",extendedThinking:!1,id:"meta-llama-llama-3-1-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta Llama 3.1 70B",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:71e-8,inputCacheHit:null,output:71e-8},description:"Multilingual model excelling in conversational tasks, detailed instruction-following, and coding",extendedThinking:!1,id:"meta-llama-llama-3-3-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta Llama 3.3 70B",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:17e-8,inputCacheHit:null,output:66e-8},description:"Multi-modal model integrating text and image understanding, ideal for visual tasks and combined analysis",extendedThinking:!1,id:"meta-llama-llama-4-scout-17b-16e-instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Meta Llama 4 Scout 17Bx16E",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"weights & biases"},{attachment:!1,cost:{input:8e-8,inputCacheHit:null,output:35e-8},description:"Compact, efficient model ideal for fast responses in resource-constrained environments",extendedThinking:!1,id:"microsoft-phi-4-mini-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Microsoft Phi 4 Mini 3.8B",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:135e-8,inputCacheHit:null,output:4e-6},description:"Mixture-of-Experts model optimized for complex tool use, reasoning, and code synthesis",extendedThinking:!1,id:"moonshotai-kimi-k2-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"MoonshotAI Kimi K2",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:5e-8,inputCacheHit:null,output:22e-8},description:"An efficient multilingual, dense, instruction-tuned model, optimized by OpenPipe for building agents with finetuning.",extendedThinking:!1,id:"open-pipe-qwen-3-14b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"OpenPipe Qwen3 14B Instruct",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:1e-7,inputCacheHit:null,output:1e-7},description:"Efficient multilingual, Mixture-of-Experts, instruction-tuned model, optimized for logical reasoning",extendedThinking:!1,id:"qwen-qwen-3-235b-a22b-instruct-2507",knowledge:null,lastUpdated:null,limit:{context:268288,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 235B A22B-2507",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:1e-7,inputCacheHit:null,output:1e-7},description:"High-performance Mixture-of-Experts model optimized for structured reasoning, math, and long-form generation",extendedThinking:!1,id:"qwen-qwen-3-235b-a22b-thinking-2507",knowledge:null,lastUpdated:null,limit:{context:268288,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 235B A22B Thinking-2507",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:1e-6,inputCacheHit:null,output:15e-7},description:"Mixture-of-Experts model optimized for coding tasks such as function calling, tooling use, and long-context reasoning",extendedThinking:!1,id:"qwen-qwen-3-coder-480b-a35b-instruct",knowledge:null,lastUpdated:null,limit:{context:268288,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Coder 480B A35B",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:55e-8,inputCacheHit:null,output:2e-6},description:"Mixture-of-Experts model with user-controllable thinking/non-thinking modes for reasoning, code, and agents",extendedThinking:!1,id:"zai-org-glm-4-5",knowledge:null,lastUpdated:null,limit:{context:134144,output:65536},modalities:{input:["text"],output:["text"]},name:"Z.AI GLM 4.5",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-07-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"grok-2-image-1212",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"grok-2-image-1212",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"xai"},{attachment:!1,cost:{input:.002,inputCacheHit:null,output:.01},extendedThinking:!1,id:"grok-2-vision-1212",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"grok-2-vision-1212",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"xai"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"grok-3",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"grok-3",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"xai"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"grok-3-fast",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"grok-3-fast",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"xai"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"grok-3-mini",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"grok-3-mini",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"xai"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"grok-3-mini-fast",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"grok-3-mini-fast",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"xai"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"grok-4-0709",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"grok-4-0709",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"xai"}],a=Object.defineProperty,l=r((e,t)=>a(e,"name",{value:t,configurable:!0}),"n");const u=l(()=>{const e=new Set;return o.forEach(t=>{t.provider&&e.add(t.provider)}),[...e].sort()},"getProviders"),s=l(e=>o.filter(t=>t.provider===e),"getModelsByProvider"),d=l(e=>{if(!(!e||e.trim()===""))return o.find(t=>t.id===e)},"getModelById"),c=l(e=>o.filter(t=>!(e.vision!==void 0&&t.vision!==e.vision||e.reasoning!==void 0&&t.reasoning!==e.reasoning||e.tool_call!==void 0&&t.toolCall!==e.tool_call||e.streaming_supported!==void 0&&t.streamingSupported!==e.streaming_supported||e.provider&&t.provider!==e.provider||e.preview!==void 0&&t.preview!==e.preview||e.modalities?.input&&!e.modalities.input.every(i=>t.modalities.input.includes(i))||e.modalities?.output&&!e.modalities.output.every(i=>t.modalities.output.includes(i))||e.context_min!==void 0&&(!t.limit.context||t.limit.context<e.context_min)||e.context_max!==void 0&&(!t.limit.context||t.limit.context>e.context_max))),"searchModels"),m=l(()=>[...o],"getAllModels"),v=l(()=>{const e={};return o.forEach(t=>{t.provider&&(e[t.provider]=(e[t.provider]||0)+1)}),e},"getProviderStats");export{_ as ModelSchema,m as getAllModels,h as getIcon,d as getModelById,s as getModelsByProvider,v as getProviderStats,u as getProviders,I as hasProviderIcon,k as iconSymbols,x as isBase64Icon,E as isSvgIcon,D as providerIconMap,c as searchModels,C as spriteSheet};
|
|
1
|
+
var ne=Object.defineProperty;var j=(e,t)=>ne(e,"name",{value:t,configurable:!0});import{createRequire as ae}from"node:module";var oe=Object.defineProperty,N=j((e,t)=>oe(e,"name",{value:t,configurable:!0}),"n$3");const V=String.raw,F=V`\p{Emoji}(?:\p{EMod}|[\u{E0020}-\u{E007E}]+\u{E007F}|\uFE0F?\u20E3?)`,le=N(()=>new RegExp(V`\p{RI}{2}|(?)${F}(?:\u200D${F})*`,"gu"),"emojiRegex");Object.freeze(new Map([[0,0],[1,22],[2,22],[3,23],[4,24],[7,27],[8,28],[9,29],[30,39],[31,39],[32,39],[33,39],[34,39],[35,39],[36,39],[37,39],[40,49],[41,49],[42,49],[43,49],[44,49],[45,49],[46,49],[47,49],[90,39]]));const $=le(),ce=/[-_./\s]+/g,L=/(\u001B\[[0-9;]*[a-z])/i,I=new RegExp("\\p{Script=Arabic}","u"),pe=new RegExp("\\p{Script=Bengali}","u"),C=new RegExp("\\p{Script=Cyrillic}","u"),ue=new RegExp("\\p{Script=Devanagari}","u"),he=new RegExp("\\p{Script=Ethiopic}","u"),P=new RegExp("\\p{Script=Greek}","u"),fe=new RegExp("\\p{Script=Greek}+|\\p{Script=Latin}+|[^\\p{Script=Greek}\\p{Script=Latin}]+","gu"),ge=new RegExp("\\p{Script=Gujarati}","u"),de=new RegExp("\\p{Script=Gurmukhi}","u"),G=new RegExp("\\p{Script=Hangul}","u"),q=new RegExp("\\p{Script=Hebrew}","u"),me=new RegExp("\\p{Script=Hiragana}","u"),D=new RegExp("\\p{Script=Han}","u"),be=new RegExp("\\p{Script=Kannada}","u"),ve=new RegExp("\\p{Script=Katakana}","u"),we=new RegExp("\\p{Script=Khmer}","u"),je=new RegExp("\\p{Script=Lao}","u"),w=new RegExp("\\p{Script=Latin}","u"),ye=new RegExp("\\p{Script=Malayalam}","u"),Ee=new RegExp("\\p{Script=Myanmar}","u"),ke=new RegExp("\\p{Script=Oriya}","u"),xe=new RegExp("\\p{Script=Sinhala}","u"),Ce=new RegExp("\\p{Script=Tamil}","u"),$e=new RegExp("\\p{Script=Telugu}","u"),Se=new RegExp("\\p{Script=Thai}","u"),Re=new RegExp("\\p{Script=Tibetan}","u"),K=/[\u02BB\u02BC\u0027]/u,Le=N(e=>e.replace($,""),"stripEmoji");var Q=Object.defineProperty,Ue=j((e,t,i)=>t in e?Q(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,"l$2"),Ae=j((e,t)=>Q(e,"name",{value:t,configurable:!0}),"d$1"),W=j((e,t,i)=>Ue(e,typeof t!="symbol"?t+"":t,i),"r$2"),S;const X=(S=class{constructor(t){W(this,"capacity"),W(this,"cache"),W(this,"keyOrder"),this.capacity=t,this.cache=new Map,this.keyOrder=[]}get(t){if(this.cache.has(t))return this.keyOrder=this.keyOrder.filter(i=>i!==t),this.keyOrder.push(t),this.cache.get(t)}has(t){return this.cache.has(t)}set(t,i){if(this.cache.has(t))this.keyOrder=this.keyOrder.filter(u=>u!==t);else if(this.cache.size>=this.capacity){const u=this.keyOrder.shift();u!==void 0&&this.cache.delete(u)}this.cache.set(t,i),this.keyOrder.push(t)}delete(t){this.cache.delete(t),this.keyOrder=this.keyOrder.filter(i=>i!==t)}clear(){this.cache.clear(),this.keyOrder=[]}size(){return this.cache.size}},j(S,"c"),S);Ae(X,"LRUCache");let Y=X;var Oe=Object.defineProperty,m=j((e,t)=>Oe(e,"name",{value:t,configurable:!0}),"c$1");const Pe=ae(import.meta.url),R=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,We=m(e=>{if(typeof R<"u"&&R.versions&&R.versions.node){const[t,i]=R.versions.node.split(".").map(Number);if(t>22||t===22&&i>=3||t===20&&i>=16)return R.getBuiltinModule(e)}return Pe(e)},"__cjs_getBuiltinModule"),{stripVTControlCharacters:Me}=We("node:util"),M=new Y(1e3),ze=m(e=>{const t=e.join("");if(M.has(t))return M.get(t);const i=e.map(d=>d.replaceAll(/[.*+?^${}()|[\]\\]/g,String.raw`\$&`)).join("|"),u=new RegExp(i,"g");return M.set(t,u),u},"getSeparatorsRegex"),Be=m(e=>{const t=[];let i=0,u;for($.lastIndex=0;(u=$.exec(e))!==null;)u.index>i&&t.push(e.slice(i,u.index)),t.push(u[0]),i=$.lastIndex;return i<e.length&&t.push(e.slice(i)),t.filter(Boolean)},"splitByEmoji"),Z=new Uint8Array(128),ee=new Uint8Array(128),te=new Uint8Array(128);for(let e=0;e<128;e++)Z[e]=e>=65&&e<=90?1:0,ee[e]=e>=97&&e<=122?1:0,te[e]=e>=48&&e<=57?1:0;const z=m(e=>Z[e],"isUpper"),H=m(e=>ee[e],"isLower"),B=m(e=>te[e],"isDigit"),k=m((e,t,i,u,d)=>{if(e.length===0)return[];let c=!1;for(const a of Object.values(t))if(a(e[0])){c=!0;break}if(!c&&!i)return[e];const g=[...e],h=[];let v=g[0],r="other";for(const[a,s]of Object.entries(t))if(s(g[0])){r=a;break}let o=i&&u?g[0]===g[0].toLocaleUpperCase(u):!1;for(let a=1;a<g.length;a++){const s=g[a];let l="other";for(const[f,b]of Object.entries(t))if(b(s)){l=f;break}const p=i&&u?s===s.toLocaleUpperCase(u):!1;let n=!1;d?n=d(r,l,o,p,s,a,g):(r!==l&&r!=="other"&&l!=="other"&&(n=!0),i&&l!=="other"&&!o&&p&&(n=!0)),n?(h.push(v),v=s):v+=s,r=l,i&&(o=p)}return v&&v.length>0&&h.push(v),h.length>0?h:[e]},"handleScriptTransitions"),re=m((e,t=new Set)=>{if(e.length===0)return[];if(e.toUpperCase()===e)return[e];let i=0;const u=[],d=e.length;for(let c=1;c<d;c++){const g=e.codePointAt(c-1),h=e.codePointAt(c);if(t.size>0){for(const l of t)if(e.startsWith(l,i)){u.push(l),i+=l.length,c=i-1;break}if(c<i)continue}const v=g&&g<128&&z(g),r=h&&h<128&&z(h),o=g&&g<128&&H(g),a=g&&g<128&&B(g),s=h&&h<128&&B(h);if(o&&r){u.push(e.slice(i,c)),i=c;continue}if(a&&!s||!a&&s){u.push(e.slice(i,c)),i=c;continue}if(s&&!a){let l=!1,p=!1;if(c+1<d){const n=e.codePointAt(c+1);l=n&&n<128&&z(n),p=n&&n<128&&B(n)}if(!p&&l){u.push(e.slice(i,c),e.slice(c,c+1)),i=c+1;continue}}if(c+1<d){const l=e.codePointAt(c+1),p=l&&l<128&&H(l);if(v&&r&&p){const n=e.slice(i,c+1);t.has(n)||(u.push(e.slice(i,c)),i=c)}}}return i<d&&u.push(e.slice(i)),u.filter(c=>c!=="")},"splitCamelCaseFast"),se=m((e,t,i)=>{if(e.length===0)return[];const u=e===e.toLocaleUpperCase(t);if(t.startsWith("de")){if(!u&&e.replaceAll("ß","SS")===e.toLocaleUpperCase(t))return[e];const r=[...e],o=r.length,a=[];let s=r[0],l=r[0]===r[0].toLocaleUpperCase(t),p=l,n=l?0:-1;for(let f=1;f<o;f++){const b=r[f],y=b===b.toLocaleUpperCase(t);if(y===l)s+=b;else if(y)s&&s.length>0&&(a.push(s),s=b),p=!0,n=f;else{if(p&&f-n>1){const U=r[f-1],O=s.slice(0,-1);O&&O.length>0&&a.push(O),s=U+b}else s+=b;p=!1,n=-1}l=y}return s&&s.length>0&&a.push(s),a}if(t.startsWith("uk")||t.startsWith("ru")||t.startsWith("bg")||t.startsWith("sr")||t.startsWith("mk")||t.startsWith("be")){if(!C.test(e)&&!w.test(e))return[e];const r=[...e],o=r.length,a=[];let s=r[0],l=C.test(r[0])?1:w.test(r[0])?2:0,p=r[0]===r[0].toLocaleUpperCase(t);for(let f=1;f<o;f++){const b=r[f],y=C.test(b)?1:w.test(b)?2:0,U=b===b.toLocaleUpperCase(t);l!==y&&(l===1||l===2)&&(y===1||y===2)||y===l&&!p&&U?(a.push(s),s=b):s+=b,l=y,p=U}s&&s.length>0&&a.push(s);const n=[];for(let f=0;f<a.length;f++)f<a.length-1&&a[f].length===1&&w.test(a[f])&&C.test(a[f+1][0])?(n.push(a[f]+a[f+1]),f+=1):n.push(a[f]);return n}if(t.startsWith("el")){if(!P.test(e)&&!w.test(e))return[e];const r=e.match(fe)??[e],o=[];if(r.length===1){const a=r[0];if(!a||!P.test(a[0])||a.length===1)return[a||e]}for(const a of r){if(!a)continue;if(!P.test(a[0])||a.length===1){o.push(a);continue}const s=a.length;let l=a[0],p=a[0]===a[0].toLocaleUpperCase(t);for(let n=1;n<s;n++){const f=a[n],b=f===f.toLocaleUpperCase(t);!p&&b?(o.push(l),l=f):l+=f,p=b}l&&o.push(l)}return o}if(t.startsWith("ja")||t.startsWith("ko")){const r=t.startsWith("ja"),o=r?{hiragana:m(s=>me.test(s),"hiragana"),kanji:m(s=>D.test(s),"kanji"),katakana:m(s=>ve.test(s),"katakana"),latin:m(s=>w.test(s),"latin")}:{hangul:m(s=>G.test(s),"hangul"),latin:m(s=>w.test(s),"latin")},a=new Set(["が","で","と","に","の","は","へ","も","や","を"]);if(r){const s=k(e,o,!1,t,(p,n)=>p==="hiragana"&&n==="katakana"||p==="katakana"&&n==="hiragana"||p==="hiragana"&&n==="latin"||p==="katakana"&&n==="latin"||p==="kanji"&&n==="latin"||p==="latin"&&(n==="hiragana"||n==="katakana"||n==="kanji")),l=[];for(const p of s)p.length===1&&a.has(p)&&l.length>0?l[l.length-1]+=p:l.push(p);return l.length>0?l:[e]}return k(e,o,!1,t,(s,l)=>s==="hangul"&&l==="latin"||s==="latin"&&l==="hangul")}if(t.startsWith("sl")){const r=[...e],o=r.length,a=[];let s=r[0],l=r[0]===r[0].toLocaleUpperCase(t);for(let p=1;p<o;p++){const n=r[p],f=n===n.toLocaleUpperCase(t),b=/[ČŠŽĐ]/i.test(n),y=p<o-1&&r[p+1]===r[p+1].toLocaleUpperCase(t);!l&&f||b&&y?(a.push(s),s=n,b&&y&&(a.push(s),s="")):s+=n,l=f}return s&&s.length>0&&a.push(s),a}if(t.startsWith("zh"))return k(e,{han:m(r=>D.test(r),"han"),latin:m(r=>w.test(r),"latin")},!1,t);if(["ar","fa","he","ur"].includes(t.split("-")[0])){const r=m(o=>q.test(o)||I.test(o),"isRtlChar");return k(e,{latin:m(o=>w.test(o),"latin"),rtl:m(o=>r(o),"rtl")},!1,t)}if(["am","bn","gu","hi","km","kn","lo","ml","mr","ne","or","pa","si","ta","te","th"].includes(t.split("-")[0])){const r=m(o=>ue.test(o)||pe.test(o)||ge.test(o)||de.test(o)||be.test(o)||Ce.test(o)||$e.test(o)||ye.test(o)||xe.test(o)||Se.test(o)||je.test(o)||Re.test(o)||Ee.test(o)||he.test(o)||we.test(o)||ke.test(o),"isIndicChar");return k(e,{indic:m(o=>r(o),"indic"),latin:m(o=>w.test(o),"latin")},!1,t)}if(["be","bg","ru","sr","uk"].includes(t))return k(e,{cyrillic:m(r=>C.test(r),"cyrillic"),latin:m(r=>w.test(r),"latin")},!0,t);if(["ar","fa","he"].includes(t))return k(e,{latin:m(r=>w.test(r),"latin"),rtl:m(r=>q.test(r)||I.test(r),"rtl")},!1,t);if(t.startsWith("ko"))return k(e,{hangul:m(r=>G.test(r),"hangul"),latin:m(r=>w.test(r),"latin")},!1,t);if(t.startsWith("uz")){if(!C.test(e)&&!w.test(e))return[e];const r=[...e],o=r.length,a=[];let s=r[0],l=r[0]===r[0].toLocaleUpperCase(t);for(let p=1;p<o;p++){const n=r[p],f=n===n.toLocaleUpperCase(t);if(K.test(n)||K.test(r[p-1])){s+=n;continue}!l&&f?(a.push(s),s=n):s+=n,l=f}return s&&s.length>0&&a.push(s),a}const d=[...e],c=d.length,g=[];let h=d[0],v=d[0]===d[0].toLocaleUpperCase(t);for(const r of i)if(e.startsWith(r)){g.push(r),h=d[r.length],v=h===h.toLocaleUpperCase(t);break}for(let r=1;r<c;r++){const o=d[r],a=o===o.toLocaleUpperCase(t);let s=!1;for(const l of i)if(e.startsWith(l,r)){g.push(h,l),r+=l.length-1,h="",s=!0;break}s||(!v&&a?(g.push(h),h=o):h+=o,v=a)}return h&&g.push(h),g},"splitCamelCaseLocale"),_e=m((e,t,i)=>{const u=[],d=L.test(e)?e.split(L).filter(Boolean):[e];for(const c of d)if(L.test(c))u.push(c);else{const g=$.test(c)?Be(c).filter(Boolean):[c];for(const h of g)if($.test(h))u.push(h);else if(t){const v=t.toLowerCase().split("-")[0];u.push(...se(h,v,i))}else u.push(...re(h,i))}return u},"processTextWithAnsiEmoji"),Te=m((e,t={})=>{if(!e||typeof e!="string")return[];const{handleAnsi:i=!1,handleEmoji:u=!1,knownAcronyms:d=[],locale:c,normalize:g=!1,separators:h,stripAnsi:v=!1,stripEmoji:r=!1}=t,o=new Set([...d].sort((n,f)=>f.length-n.length));let a=e;v&&(a=Me(a)),r&&(a=Le(a));const s=Array.isArray(h)?ze(h):h instanceof RegExp?h:ce,l=a.split(s).filter(Boolean);let p=[];for(const n of l)i||u?p.push(..._e(n,c,o)):c?p.push(...se(n,c,o)):p.push(...re(n,o));return g&&(p=p.map(n=>o.has(n)?n:c&&n===n.toLocaleUpperCase(c)?n[0]+n.slice(1).toLocaleLowerCase(c):n.toUpperCase()===n&&!o.has(n)?n.slice(0,1)+n.slice(1).toLowerCase():n)),p},"splitByCase");var Fe=Object.defineProperty,Ie=j((e,t)=>Fe(e,"name",{value:t,configurable:!0}),"r$1");const Ge=Ie((e,t)=>`${e}::${t?.joiner??""}::${t?.locale??""}::${t?.knownAcronyms?.join(",")??""}::${t?.normalize?"true":"false"}`,"generateCacheKey");var qe=Object.defineProperty,De=j((e,t)=>qe(e,"name",{value:t,configurable:!0}),"l$1");const Ke=De((e,t)=>{const{length:i}=e;if(i===0)return"";if(i===1)return e[0];const u=[];let d="",c="";for(let g=0;g<i;g++){const h=e[g];if(L.test(h)){d?(u.push(d+c+h),d="",c=""):(u.length>0&&u.push(t),d=h);continue}d?(c&&(c+=t),c+=h):(u.length>0&&u.push(t),u.push(h))}return u.join("")},"joinSegments");var He=Object.defineProperty,Je=j((e,t)=>He(e,"name",{value:t,configurable:!0}),"e");const Ne=Je(e=>e.replaceAll(/(?<![a-zß])SS(?![a-z])/g,"ß"),"normalizeGermanEszett");var Ve=Object.defineProperty,Qe=j((e,t)=>Ve(e,"name",{value:t,configurable:!0}),"m");const Xe=new Y(1e3),Ye=Qe((e,t)=>{if(typeof e!="string")return"";const i=t?.cache??!1,u=t?.cacheStore??Xe;let d;if(i&&(d=Ge(e,t)),i&&d&&u.has(d))return u.get(d);const c=Te(e,{handleAnsi:t?.handleAnsi,handleEmoji:t?.handleEmoji,knownAcronyms:t?.knownAcronyms,locale:t?.locale,normalize:t?.normalize,separators:void 0,stripAnsi:t?.stripAnsi,stripEmoji:t?.stripEmoji}).map(h=>{if(t?.handleAnsi&&L.test(h))return h;if(t?.toUpperCase)return t.locale?h.toLocaleUpperCase(t.locale):h.toUpperCase();const v=t?.locale?.startsWith("de")?Ne(h):h;return t?.locale?v.toLocaleLowerCase(t.locale):v.toLowerCase()}),g=Ke(c,t?.joiner??"-");return i&&d&&u.set(d,g),g},"kebabCase");function Ze(e){switch(e){case"../public/alibaba.json":return import("./packem_chunks/alibaba.js");case"../public/amazon-bedrock.json":return import("./packem_chunks/amazon-bedrock.js");case"../public/anthropic.json":return import("./packem_chunks/anthropic.js");case"../public/api.json":return import("./packem_chunks/api.js");case"../public/azure-open-ai.json":return import("./packem_chunks/azure-open-ai.js");case"../public/cerebras.json":return import("./packem_chunks/cerebras.js");case"../public/chutes.json":return import("./packem_chunks/chutes.js");case"../public/cloudflare.json":return import("./packem_chunks/cloudflare.js");case"../public/deep-infra.json":return import("./packem_chunks/deep-infra.js");case"../public/deep-seek.json":return import("./packem_chunks/deep-seek.js");case"../public/fireworks-ai.json":return import("./packem_chunks/fireworks-ai.js");case"../public/git-hub-copilot.json":return import("./packem_chunks/git-hub-copilot.js");case"../public/git-hub-models.json":return import("./packem_chunks/git-hub-models.js");case"../public/google-partner.json":return import("./packem_chunks/google-partner.js");case"../public/google-vertex.json":return import("./packem_chunks/google-vertex.js");case"../public/google.json":return import("./packem_chunks/google.js");case"../public/groq.json":return import("./packem_chunks/groq.js");case"../public/hugging-face.json":return import("./packem_chunks/hugging-face.js");case"../public/inception.json":return import("./packem_chunks/inception.js");case"../public/inference.json":return import("./packem_chunks/inference.js");case"../public/meta.json":return import("./packem_chunks/meta.js");case"../public/mistral.json":return import("./packem_chunks/mistral.js");case"../public/model-scope.json":return import("./packem_chunks/model-scope.js");case"../public/morph.json":return import("./packem_chunks/morph.js");case"../public/open-ai.json":return import("./packem_chunks/open-ai.js");case"../public/open-router.json":return import("./packem_chunks/open-router.js");case"../public/providers.json":return import("./packem_chunks/providers.js");case"../public/requesty.json":return import("./packem_chunks/requesty.js");case"../public/together-ai.json":return import("./packem_chunks/together-ai.js");case"../public/upstage.json":return import("./packem_chunks/upstage.js");case"../public/v0.json":return import("./packem_chunks/v0.js");case"../public/venice.json":return import("./packem_chunks/venice.js");case"../public/vercel.json":return import("./packem_chunks/vercel.js");case"../public/weights-&-biases.json":return import("./packem_chunks/weights-_-biases.js");case"../public/xai.json":return import("./packem_chunks/xai.js");default:return new Promise(function(t,i){(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(i.bind(null,new Error("Unknown variable dynamic import: "+e)))})}}j(Ze,"__variableDynamicImportRuntime0__");var et=Object.defineProperty,E=j((e,t)=>et(e,"name",{value:t,configurable:!0}),"t");let _=null;const J=new Map;let A=null;const T=E(async e=>{const t=J.get(e);if(t)return t;try{const{default:{models:i}}=await Ze(`../public/${Ye(e)}.json`);return J.set(e,i),i}catch{return null}},"loadProviderModels"),ie=E(async()=>{if(A)return A;try{const{default:{providers:e}}=await import("./packem_chunks/providers.js");return A=e,A}catch{return[]}},"loadProvidersList"),x=E(async()=>_||(_=(await Promise.all((await ie()).map(async e=>await T(e)??[]))).flat(),_),"loadAllModels"),st=E(async()=>{const e=await ie();if(e.length>0)return e;const t=new Set;return(await x()).forEach(i=>{i.provider&&t.add(i.provider)}),[...t].sort()},"getProviders"),it=E(async e=>await T(e)??(await x()).filter(t=>t.provider===e),"getModelsByProvider"),nt=E(async e=>{if(e?.trim())return(await x()).find(t=>t.id===e)},"getModelById"),at=E(async e=>(e.provider?await T(e.provider)??await x():await x()).filter(t=>!(e.vision!==void 0&&t.vision!==e.vision||e.reasoning!==void 0&&t.reasoning!==e.reasoning||e.tool_call!==void 0&&t.toolCall!==e.tool_call||e.streaming_supported!==void 0&&t.streamingSupported!==e.streaming_supported||e.provider&&t.provider!==e.provider||e.preview!==void 0&&t.preview!==e.preview||e.modalities?.input&&!e.modalities.input.every(i=>t.modalities.input.includes(i))||e.modalities?.output&&!e.modalities.output.every(i=>t.modalities.output.includes(i))||e.context_min!==void 0&&(!t.limit.context||t.limit.context<e.context_min)||e.context_max!==void 0&&(!t.limit.context||t.limit.context>e.context_max))),"searchModels"),ot=E(async()=>[...await x()],"getAllModels"),lt=E(async()=>{const e={};return(await x()).forEach(t=>{t.provider&&(e[t.provider]=(e[t.provider]||0)+1)}),e},"getProviderStats");export{ot as getAllModels,nt as getModelById,it as getModelsByProvider,lt as getProviderStats,st as getProviders,at as searchModels};
|