@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.
Files changed (147) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/LICENSE.md +8 -13
  3. package/MIGRATION.md +474 -0
  4. package/README.md +94 -49
  5. package/dist/index.d.ts +16 -16
  6. package/dist/index.js +1 -3
  7. package/dist/packem_chunks/alibaba.js +1 -0
  8. package/dist/packem_chunks/amazon-bedrock.js +1 -0
  9. package/dist/packem_chunks/anthropic.js +1 -0
  10. package/dist/packem_chunks/api.js +75 -0
  11. package/dist/packem_chunks/azure-open-ai.js +1 -0
  12. package/dist/packem_chunks/cerebras.js +1 -0
  13. package/dist/packem_chunks/chutes.js +1 -0
  14. package/dist/packem_chunks/cloudflare.js +3 -0
  15. package/dist/packem_chunks/deep-infra.js +1 -0
  16. package/dist/packem_chunks/deep-seek.js +1 -0
  17. package/dist/packem_chunks/fireworks-ai.js +1 -0
  18. package/dist/packem_chunks/git-hub-copilot.js +1 -0
  19. package/dist/packem_chunks/git-hub-models.js +1 -0
  20. package/dist/packem_chunks/google-partner.js +1 -0
  21. package/dist/packem_chunks/google-vertex.js +1 -0
  22. package/dist/packem_chunks/google.js +1 -0
  23. package/dist/packem_chunks/groq.js +1 -0
  24. package/dist/packem_chunks/hugging-face.js +1 -0
  25. package/dist/packem_chunks/inception.js +1 -0
  26. package/dist/packem_chunks/inference.js +1 -0
  27. package/dist/packem_chunks/meta.js +1 -0
  28. package/dist/packem_chunks/mistral.js +1 -0
  29. package/dist/packem_chunks/model-scope.js +1 -0
  30. package/dist/packem_chunks/morph.js +1 -0
  31. package/dist/packem_chunks/open-ai.js +1 -0
  32. package/dist/packem_chunks/open-router.js +1 -0
  33. package/dist/packem_chunks/providers.js +1 -0
  34. package/dist/packem_chunks/requesty.js +73 -0
  35. package/dist/packem_chunks/together-ai.js +1 -0
  36. package/dist/packem_chunks/upstage.js +1 -0
  37. package/dist/packem_chunks/v0.js +1 -0
  38. package/dist/packem_chunks/venice.js +1 -0
  39. package/dist/packem_chunks/vercel.js +1 -0
  40. package/dist/packem_chunks/weights-_-biases.js +1 -0
  41. package/dist/packem_chunks/xai.js +1 -0
  42. package/dist/schema.d.ts +1 -1
  43. package/dist/schema.js +1 -1
  44. package/dist/types/alibaba.d.ts +6 -0
  45. package/dist/types/alibaba.js +0 -0
  46. package/dist/types/amazon-bedrock.d.ts +6 -0
  47. package/dist/types/amazon-bedrock.js +0 -0
  48. package/dist/types/anthropic.d.ts +6 -0
  49. package/dist/types/anthropic.js +0 -0
  50. package/dist/types/azure-open-ai.d.ts +6 -0
  51. package/dist/types/azure-open-ai.js +0 -0
  52. package/dist/types/cerebras.d.ts +6 -0
  53. package/dist/types/cerebras.js +0 -0
  54. package/dist/types/chutes.d.ts +6 -0
  55. package/dist/types/chutes.js +0 -0
  56. package/dist/types/cloudflare.d.ts +6 -0
  57. package/dist/types/cloudflare.js +0 -0
  58. package/dist/types/deep-infra.d.ts +6 -0
  59. package/dist/types/deep-infra.js +0 -0
  60. package/dist/types/deep-seek.d.ts +6 -0
  61. package/dist/types/deep-seek.js +0 -0
  62. package/dist/types/fireworks-ai.d.ts +6 -0
  63. package/dist/types/fireworks-ai.js +0 -0
  64. package/dist/types/git-hub-copilot.d.ts +6 -0
  65. package/dist/types/git-hub-copilot.js +0 -0
  66. package/dist/types/git-hub-models.d.ts +6 -0
  67. package/dist/types/git-hub-models.js +0 -0
  68. package/dist/types/google-partner.d.ts +6 -0
  69. package/dist/types/google-partner.js +0 -0
  70. package/dist/types/google-vertex.d.ts +6 -0
  71. package/dist/types/google-vertex.js +0 -0
  72. package/dist/types/google.d.ts +6 -0
  73. package/dist/types/google.js +0 -0
  74. package/dist/types/groq.d.ts +6 -0
  75. package/dist/types/groq.js +0 -0
  76. package/dist/types/hugging-face.d.ts +6 -0
  77. package/dist/types/hugging-face.js +0 -0
  78. package/dist/types/inception.d.ts +6 -0
  79. package/dist/types/inception.js +0 -0
  80. package/dist/types/inference.d.ts +6 -0
  81. package/dist/types/inference.js +0 -0
  82. package/dist/types/meta.d.ts +6 -0
  83. package/dist/types/meta.js +0 -0
  84. package/dist/types/mistral.d.ts +6 -0
  85. package/dist/types/mistral.js +0 -0
  86. package/dist/types/model-scope.d.ts +6 -0
  87. package/dist/types/model-scope.js +0 -0
  88. package/dist/types/morph.d.ts +6 -0
  89. package/dist/types/morph.js +0 -0
  90. package/dist/types/open-ai.d.ts +6 -0
  91. package/dist/types/open-ai.js +0 -0
  92. package/dist/types/open-router.d.ts +6 -0
  93. package/dist/types/open-router.js +0 -0
  94. package/dist/types/providers.d.ts +11 -0
  95. package/dist/types/providers.js +1 -0
  96. package/dist/types/requesty.d.ts +6 -0
  97. package/dist/types/requesty.js +0 -0
  98. package/dist/types/together-ai.d.ts +6 -0
  99. package/dist/types/together-ai.js +0 -0
  100. package/dist/types/upstage.d.ts +6 -0
  101. package/dist/types/upstage.js +0 -0
  102. package/dist/types/v0.d.ts +6 -0
  103. package/dist/types/v0.js +0 -0
  104. package/dist/types/venice.d.ts +6 -0
  105. package/dist/types/venice.js +0 -0
  106. package/dist/types/vercel.d.ts +6 -0
  107. package/dist/types/vercel.js +0 -0
  108. package/dist/types/weights-_-biases.d.ts +6 -0
  109. package/dist/types/weights-_-biases.js +0 -0
  110. package/dist/types/xai.d.ts +6 -0
  111. package/dist/types/xai.js +0 -0
  112. package/package.json +6 -1
  113. package/public/alibaba.json +326 -0
  114. package/public/amazon-bedrock.json +2141 -0
  115. package/public/anthropic.json +396 -0
  116. package/public/api.json +13504 -3
  117. package/public/azure-open-ai.json +332 -0
  118. package/public/cerebras.json +288 -0
  119. package/public/chutes.json +3220 -0
  120. package/public/cloudflare.json +3094 -0
  121. package/public/deep-infra.json +956 -0
  122. package/public/deep-seek.json +46 -0
  123. package/public/fireworks-ai.json +14486 -0
  124. package/public/git-hub-copilot.json +676 -0
  125. package/public/git-hub-models.json +256 -0
  126. package/public/google-partner.json +536 -0
  127. package/public/google-vertex.json +1376 -0
  128. package/public/google.json +536 -0
  129. package/public/groq.json +882 -0
  130. package/public/hugging-face.json +1096 -0
  131. package/public/inception.json +81 -0
  132. package/public/inference.json +291 -0
  133. package/public/meta.json +151 -0
  134. package/public/mistral.json +2181 -0
  135. package/public/model-scope.json +37839 -0
  136. package/public/morph.json +46 -0
  137. package/public/open-ai.json +606 -0
  138. package/public/open-router.json +15341 -0
  139. package/public/providers.json +43 -0
  140. package/public/requesty.json +13757 -0
  141. package/public/together-ai.json +641 -0
  142. package/public/upstage.json +606 -0
  143. package/public/v0.json +431 -0
  144. package/public/venice.json +501 -0
  145. package/public/vercel.json +4071 -0
  146. package/public/weights-&-biases.json +551 -0
  147. package/public/xai.json +256 -0
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from ModelScope",lastUpdated:"2026-01-10T23:24:47.786Z",provider:"ModelScope",totalModels:1080,version:"0.0.0-development"},t=[{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: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,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,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,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-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-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: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-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: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: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: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:.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: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: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: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: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: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-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:.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-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-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: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: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: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-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-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: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:"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:"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"}];const o={metadata:e,models:t};export{o as default,e as metadata,t as models};