@anolilab/ai-model-registry 1.3.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 (149) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/LICENSE.md +8 -13
  3. package/MIGRATION.md +474 -0
  4. package/README.md +275 -200
  5. package/dist/icons-sprite.d.ts +1 -1
  6. package/dist/icons-sprite.js +11 -11
  7. package/dist/index.d.ts +16 -16
  8. package/dist/index.js +1 -16
  9. package/dist/packem_chunks/alibaba.js +1 -0
  10. package/dist/packem_chunks/amazon-bedrock.js +1 -0
  11. package/dist/packem_chunks/anthropic.js +1 -0
  12. package/dist/packem_chunks/api.js +75 -0
  13. package/dist/packem_chunks/azure-open-ai.js +1 -0
  14. package/dist/packem_chunks/cerebras.js +1 -0
  15. package/dist/packem_chunks/chutes.js +1 -0
  16. package/dist/packem_chunks/cloudflare.js +3 -0
  17. package/dist/packem_chunks/deep-infra.js +1 -0
  18. package/dist/packem_chunks/deep-seek.js +1 -0
  19. package/dist/packem_chunks/fireworks-ai.js +1 -0
  20. package/dist/packem_chunks/git-hub-copilot.js +1 -0
  21. package/dist/packem_chunks/git-hub-models.js +1 -0
  22. package/dist/packem_chunks/google-partner.js +1 -0
  23. package/dist/packem_chunks/google-vertex.js +1 -0
  24. package/dist/packem_chunks/google.js +1 -0
  25. package/dist/packem_chunks/groq.js +1 -0
  26. package/dist/packem_chunks/hugging-face.js +1 -0
  27. package/dist/packem_chunks/inception.js +1 -0
  28. package/dist/packem_chunks/inference.js +1 -0
  29. package/dist/packem_chunks/meta.js +1 -0
  30. package/dist/packem_chunks/mistral.js +1 -0
  31. package/dist/packem_chunks/model-scope.js +1 -0
  32. package/dist/packem_chunks/morph.js +1 -0
  33. package/dist/packem_chunks/open-ai.js +1 -0
  34. package/dist/packem_chunks/open-router.js +1 -0
  35. package/dist/packem_chunks/providers.js +1 -0
  36. package/dist/packem_chunks/requesty.js +73 -0
  37. package/dist/packem_chunks/together-ai.js +1 -0
  38. package/dist/packem_chunks/upstage.js +1 -0
  39. package/dist/packem_chunks/v0.js +1 -0
  40. package/dist/packem_chunks/venice.js +1 -0
  41. package/dist/packem_chunks/vercel.js +1 -0
  42. package/dist/packem_chunks/weights-_-biases.js +1 -0
  43. package/dist/packem_chunks/xai.js +1 -0
  44. package/dist/schema.d.ts +1 -1
  45. package/dist/schema.js +1 -1
  46. package/dist/types/alibaba.d.ts +6 -0
  47. package/dist/types/alibaba.js +0 -0
  48. package/dist/types/amazon-bedrock.d.ts +6 -0
  49. package/dist/types/amazon-bedrock.js +0 -0
  50. package/dist/types/anthropic.d.ts +6 -0
  51. package/dist/types/anthropic.js +0 -0
  52. package/dist/types/azure-open-ai.d.ts +6 -0
  53. package/dist/types/azure-open-ai.js +0 -0
  54. package/dist/types/cerebras.d.ts +6 -0
  55. package/dist/types/cerebras.js +0 -0
  56. package/dist/types/chutes.d.ts +6 -0
  57. package/dist/types/chutes.js +0 -0
  58. package/dist/types/cloudflare.d.ts +6 -0
  59. package/dist/types/cloudflare.js +0 -0
  60. package/dist/types/deep-infra.d.ts +6 -0
  61. package/dist/types/deep-infra.js +0 -0
  62. package/dist/types/deep-seek.d.ts +6 -0
  63. package/dist/types/deep-seek.js +0 -0
  64. package/dist/types/fireworks-ai.d.ts +6 -0
  65. package/dist/types/fireworks-ai.js +0 -0
  66. package/dist/types/git-hub-copilot.d.ts +6 -0
  67. package/dist/types/git-hub-copilot.js +0 -0
  68. package/dist/types/git-hub-models.d.ts +6 -0
  69. package/dist/types/git-hub-models.js +0 -0
  70. package/dist/types/google-partner.d.ts +6 -0
  71. package/dist/types/google-partner.js +0 -0
  72. package/dist/types/google-vertex.d.ts +6 -0
  73. package/dist/types/google-vertex.js +0 -0
  74. package/dist/types/google.d.ts +6 -0
  75. package/dist/types/google.js +0 -0
  76. package/dist/types/groq.d.ts +6 -0
  77. package/dist/types/groq.js +0 -0
  78. package/dist/types/hugging-face.d.ts +6 -0
  79. package/dist/types/hugging-face.js +0 -0
  80. package/dist/types/inception.d.ts +6 -0
  81. package/dist/types/inception.js +0 -0
  82. package/dist/types/inference.d.ts +6 -0
  83. package/dist/types/inference.js +0 -0
  84. package/dist/types/meta.d.ts +6 -0
  85. package/dist/types/meta.js +0 -0
  86. package/dist/types/mistral.d.ts +6 -0
  87. package/dist/types/mistral.js +0 -0
  88. package/dist/types/model-scope.d.ts +6 -0
  89. package/dist/types/model-scope.js +0 -0
  90. package/dist/types/morph.d.ts +6 -0
  91. package/dist/types/morph.js +0 -0
  92. package/dist/types/open-ai.d.ts +6 -0
  93. package/dist/types/open-ai.js +0 -0
  94. package/dist/types/open-router.d.ts +6 -0
  95. package/dist/types/open-router.js +0 -0
  96. package/dist/types/providers.d.ts +11 -0
  97. package/dist/types/providers.js +1 -0
  98. package/dist/types/requesty.d.ts +6 -0
  99. package/dist/types/requesty.js +0 -0
  100. package/dist/types/together-ai.d.ts +6 -0
  101. package/dist/types/together-ai.js +0 -0
  102. package/dist/types/upstage.d.ts +6 -0
  103. package/dist/types/upstage.js +0 -0
  104. package/dist/types/v0.d.ts +6 -0
  105. package/dist/types/v0.js +0 -0
  106. package/dist/types/venice.d.ts +6 -0
  107. package/dist/types/venice.js +0 -0
  108. package/dist/types/vercel.d.ts +6 -0
  109. package/dist/types/vercel.js +0 -0
  110. package/dist/types/weights-_-biases.d.ts +6 -0
  111. package/dist/types/weights-_-biases.js +0 -0
  112. package/dist/types/xai.d.ts +6 -0
  113. package/dist/types/xai.js +0 -0
  114. package/package.json +7 -2
  115. package/public/alibaba.json +326 -0
  116. package/public/amazon-bedrock.json +2141 -0
  117. package/public/anthropic.json +396 -0
  118. package/public/api.json +66961 -19318
  119. package/public/azure-open-ai.json +332 -0
  120. package/public/cerebras.json +288 -0
  121. package/public/chutes.json +3220 -0
  122. package/public/cloudflare.json +3094 -0
  123. package/public/deep-infra.json +956 -0
  124. package/public/deep-seek.json +46 -0
  125. package/public/fireworks-ai.json +14486 -0
  126. package/public/git-hub-copilot.json +676 -0
  127. package/public/git-hub-models.json +256 -0
  128. package/public/google-partner.json +536 -0
  129. package/public/google-vertex.json +1376 -0
  130. package/public/google.json +536 -0
  131. package/public/groq.json +882 -0
  132. package/public/hugging-face.json +1096 -0
  133. package/public/inception.json +81 -0
  134. package/public/inference.json +291 -0
  135. package/public/meta.json +151 -0
  136. package/public/mistral.json +2181 -0
  137. package/public/model-scope.json +37839 -0
  138. package/public/morph.json +46 -0
  139. package/public/open-ai.json +606 -0
  140. package/public/open-router.json +15341 -0
  141. package/public/providers.json +43 -0
  142. package/public/requesty.json +13757 -0
  143. package/public/together-ai.json +641 -0
  144. package/public/upstage.json +606 -0
  145. package/public/v0.json +431 -0
  146. package/public/venice.json +501 -0
  147. package/public/vercel.json +4071 -0
  148. package/public/weights-&-biases.json +551 -0
  149. package/public/xai.json +256 -0
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from Together AI",lastUpdated:"2026-01-10T23:24:47.810Z",provider:"Together AI",totalModels:18,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"1gpt-oss-120-b-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"1GPT-OSS-120BLlama",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"252-ftogetherai-52386018",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"252Ftogetherai-52386018",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"2-b-together",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"2BTogether",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ai-together",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"AITogether",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"content-together",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"contentTogether",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"how-to-use-qwen-code",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"how-to-use-qwen-code",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"i-together",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ITogether",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"maverick-qwen",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MaverickQwen",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:.0015,inputCacheHit:null,output:.0015},extendedThinking:!1,id:"meta-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"meta-llama",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:.0015,inputCacheHit:null,output:.0015},extendedThinking:!1,id:"meta-llama-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Meta-Llama-3",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"models-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"modelsLlama",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"quickstart-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"QuickstartLlama",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"salesforce-llamarank",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"salesforce-llamarank",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"scout-qwen-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ScoutQwen2",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"together-and-llamarank",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"together-and-llamarank",openWeights:!0,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"using-together-with-mastra",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"using-together-with-mastra",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"using-together-with-vercels-ai-sdk",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"using-together-with-vercels-ai-sdk",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"workflows-together",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"WorkflowsTogether",openWeights:!1,provider:"Together AI",providerDoc:"https://docs.together.ai/",providerEnv:["TOGETHER_API_KEY"],providerId:"together-ai",providerModelsDevId:"together-ai",providerNpm:"@ai-sdk/together",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"together"}];const o={metadata:e,models:t};export{o as default,e as metadata,t as models};
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from Upstage",lastUpdated:"2026-01-10T23:24:47.810Z",provider:"Upstage",totalModels:17,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-10.7b-v1.0 model from Upstage",id:"solar-10-7b-v1-0",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-10.7b-v1.0",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-107b-v10",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-docvision-preview model from Upstage",id:"solar-docvision-preview",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text","image"],output:["text"]},name:"solar-docvision-preview",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-docvision-preview",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-embedding-1-large-passage beta model from Upstage",id:"solar-embedding-1-large-passage-beta",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-embedding-1-large-passage beta",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-embedding-1-large-passage-beta",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-embedding-1-large-query beta model from Upstage",id:"solar-embedding-1-large-query-beta",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-embedding-1-large-query beta",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-embedding-1-large-query-beta",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"Solar LLM model from Upstage",id:"solar-llm",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Solar LLM",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-llm",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-mini-240612 model from Upstage",id:"solar-mini-240612",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-mini-240612",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-mini-240612",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-mini-250123 model from Upstage",id:"solar-mini-250123",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-mini-250123",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-mini-250123",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-mini-250422 model from Upstage",id:"solar-mini-250422",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-mini-250422",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-mini-250422",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-mini-ja-240612 model from Upstage",id:"solar-mini-ja-240612",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-mini-ja-240612",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-mini-ja-240612",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-mini-ja-250123 model from Upstage",id:"solar-mini-ja-250123",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-mini-ja-250123",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-mini-ja-250123",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!1,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro-241126 model from Upstage",id:"solar-pro-241126",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro-241126",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro-241126",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro-250422 model from Upstage",id:"solar-pro-250422",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro-250422",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro-250422",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro2-250710 model from Upstage",id:"solar-pro2-250710",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro2-250710",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro2-250710",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro2-250909 model from Upstage",id:"solar-pro2-250909",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro2-250909",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro2-250909",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro2-251215 model from Upstage",id:"solar-pro2-251215",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro2-251215",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro2-251215",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro2-preview model from Upstage",id:"solar-pro2-preview",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro2-preview",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro2-preview",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},description:"solar-pro-preview model from Upstage",id:"solar-pro-preview",knowledge:"Mar 2025",lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"solar-pro-preview",openWeights:!1,provider:"Upstage",providerDoc:"https://console.upstage.ai/docs/models/history#solar-pro-preview",providerEnv:["UPSTAGE_API_KEY"],providerId:"upstage",providerModelsDevId:"upstage",providerNpm:"@ai-sdk/upstage",reasoning:!0,releaseDate:"2025-12-15",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"upstage"}];const o={metadata:e,models:t};export{o as default,e as metadata,t as models};
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from V0",lastUpdated:"2026-01-10T23:24:47.810Z",provider:"V0",totalModels:12,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"4-nwqv-0-zkit-3-b-9-v-6-h",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"4nwqv0zkit3b9v6h",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"5v0h3h13h14",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"5V0H3H13H14",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"classic-v-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"classic-v0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"create-v-0-sdk-app",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"create-v0-sdk-app",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"featuresv-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Featuresv0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"logo-particles-v-0-aws-ad-fq-yl-ef-vd-c",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"logo-particles-v0-aws-AdFqYlEFVdC",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pagev-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"pagev0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"product-home-enterprise-pricingv-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ProductHomeEnterprisePricingv0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"what-can-you-do-with-v-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"what-can-you-do-with-v0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"what-makes-v-0-different",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"what-makes-v0-different",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"who-is-v-0-for",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"who-is-v0-for",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"why-should-i-choose-v-0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"why-should-i-choose-v0",openWeights:!1,provider:"V0",providerDoc:"https://v0.dev/docs",providerEnv:["V0_API_KEY"],providerId:"v0",providerModelsDevId:"v0",providerNpm:"@ai-sdk/v0",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"v0"}];const l={metadata:e,models:t};export{l as default,e as metadata,t as models};
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from Venice",lastUpdated:"2026-01-10T23:24:47.810Z",provider:"Venice",totalModels:14,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"about-venice",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"about-venice",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ask-venice",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"AskVenice",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"askvenice",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"askvenice",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"character-slug",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"character_slug",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"disable-thinking",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"disable_thinking",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"enable-web-citations",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"enable_web_citations",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"enable-web-scraping",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"enable_web_scraping",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"enable-web-search",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"enable_web_search",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"how-to-use-venice-api",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"how-to-use-venice-api",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"include-venice-system-prompt",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"include_venice_system_prompt",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"introducing-the-venice-token-vvv",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"introducing-the-venice-token-vvv",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"page-venice",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"pageVenice",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"strip-thinking-response",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"strip_thinking_response",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"what-can-i-do-with-venice-api",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"what-can-i-do-with-venice-api",openWeights:!1,provider:"Venice",providerDoc:"https://docs.venice.ai/",providerEnv:["VENICE_API_KEY"],providerId:"venice",providerModelsDevId:"venice",providerNpm:"@ai-sdk/venice",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"venice"}];const i={metadata:e,models:t};export{i as default,e as metadata,t as models};
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from Vercel",lastUpdated:"2026-01-10T23:24:47.811Z",provider:"Vercel",totalModels:116,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"alibaba/qwen-3-14b",knowledge:null,lastUpdated:null,limit:{context:40960,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen3-14B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen-3-235b",knowledge:null,lastUpdated:null,limit:{context:40960,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen3 235B A22B Instruct 2507",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-235b-a22b-thinking",knowledge:null,lastUpdated:null,limit:{context:262114,output:262114},modalities:{input:["text"],output:["text"]},name:"Qwen3 235B A22B Thinking 2507",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:6e-5,inputCacheHit:null,output:22e-5},extendedThinking:!1,id:"alibaba/qwen-3-30b",knowledge:null,lastUpdated:null,limit:{context:40960,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen3-30B-A3B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen-3-32b",knowledge:null,lastUpdated:null,limit:{context:40960,output:16384},modalities:{input:["text"],output:["text"]},name:"Qwen 3.32B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-coder",knowledge:null,lastUpdated:null,limit:{context:262144,output:66536},modalities:{input:["text"],output:["text"]},name:"Qwen3 Coder 480B A35B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-coder-30b-a3b",knowledge:null,lastUpdated:null,limit:{context:16e4,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen 3 Coder 30B A3B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-coder-plus",knowledge:null,lastUpdated:null,limit:{context:1e6,output:65536},modalities:{input:["text"],output:["text"]},name:"Qwen3 Coder Plus",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-embedding-0.6b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Embedding 0.6B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-embedding-4b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Embedding 4B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-embedding-8b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Embedding 8B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-max",knowledge:null,lastUpdated:null,limit:{context:262144,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Max",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-max-preview",knowledge:null,lastUpdated:null,limit:{context:262144,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Max Preview",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-next-80b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 Next 80B A3B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-next-80b-a3b-thinking",knowledge:null,lastUpdated:null,limit:{context:65536,output:65536},modalities:{input:["text"],output:["text"]},name:"Qwen3 Next 80B A3B Thinking",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-vl-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:129024},modalities:{input:["text"],output:["text"]},name:"Qwen3 VL 235B A22B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"alibaba/qwen3-vl-thinking",knowledge:null,lastUpdated:null,limit:{context:131072,output:32768},modalities:{input:["text"],output:["text"]},name:"Qwen3 VL 235B A22B Thinking",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/alibaba",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-2-lite",knowledge:null,lastUpdated:null,limit:{context:1e6,output:1e6},modalities:{input:["text"],output:["text"]},name:"Nova 2 Lite",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/amazon",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-lite",knowledge:null,lastUpdated:null,limit:{context:3e5,output:8192},modalities:{input:["text"],output:["text"]},name:"Nova Lite",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/amazon",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-micro",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Nova Micro",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/amazon",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/nova-pro",knowledge:null,lastUpdated:null,limit:{context:3e5,output:8192},modalities:{input:["text"],output:["text"]},name:"Nova Pro",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/amazon",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon/titan-embed-text-v2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Titan Text Embeddings V2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/amazon",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfl/flux-kontext-max",knowledge:null,lastUpdated:null,limit:{context:512,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 Kontext Max",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bfl",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfl/flux-kontext-pro",knowledge:null,lastUpdated:null,limit:{context:512,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 Kontext Pro",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bfl",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfl/flux-pro-1.0-fill",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX.1 Fill [pro]",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bfl",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfl/flux-pro-1.1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX1.1 [pro]",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bfl",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bfl/flux-pro-1.1-ultra",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"FLUX1.1 [pro] Ultra",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bfl",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"bytedance/seed-1.6",knowledge:null,lastUpdated:null,limit:{context:256e3,output:32e3},modalities:{input:["text"],output:["text"]},name:"Seed 1.6",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/bytedance",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"cohere/embed-v4.0",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Embed v4.0",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/cohere",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-v3",knowledge:null,lastUpdated:null,limit:{context:163840,output:16384},modalities:{input:["text"],output:["text"]},name:"DeepSeek V3 0324",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/deepseek",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:23e-5,inputCacheHit:null,output:9e-4},extendedThinking:!1,id:"deepseek/deepseek-v3.1",knowledge:null,lastUpdated:null,limit:{context:163840,output:128e3},modalities:{input:["text"],output:["text"]},name:"DeepSeek-V3.1",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/deepseek",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"deepseek/deepseek-v3.2-thinking",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text"],output:["text"]},name:"DeepSeek V3.2 Thinking",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/deepseek",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.0-flash",knowledge:null,lastUpdated:null,limit:{context:1e6,output:8192},modalities:{input:["text"],output:["text"]},name:"Gemini 2.0 Flash",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-2.0-flash-lite",knowledge:null,lastUpdated:null,limit:{context:1048576,output:8192},modalities:{input:["text"],output:["text"]},name:"Gemini 2.0 Flash Lite",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-3-flash",knowledge:null,lastUpdated:null,limit:{context:1e6,output:64e3},modalities:{input:["text"],output:["text"]},name:"Gemini 3 Flash",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-3-pro-image",knowledge:null,lastUpdated:null,limit:{context:65536,output:32768},modalities:{input:["text"],output:["text"]},name:"Nano Banana Pro (Gemini 3 Pro Image)",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemini-embedding-001",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini Embedding 001",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/gemma-2-9b",knowledge:null,lastUpdated:null,limit:{context:8192,output:8192},modalities:{input:["text"],output:["text"]},name:"Gemma 2 9B IT",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/imagen-4.0-fast-generate-001",knowledge:null,lastUpdated:null,limit:{context:480,output:null},modalities:{input:["text"],output:["text"]},name:"Imagen 4 Fast",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/imagen-4.0-generate-001",knowledge:null,lastUpdated:null,limit:{context:480,output:null},modalities:{input:["text"],output:["text"]},name:"Imagen 4",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/imagen-4.0-ultra-generate-001",knowledge:null,lastUpdated:null,limit:{context:480,output:null},modalities:{input:["text"],output:["text"]},name:"Imagen 4 Ultra",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/text-embedding-005",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Text Embedding 005",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google/text-multilingual-embedding-002",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Text Multilingual Embedding 002",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/google",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"inception/mercury-coder-small",knowledge:null,lastUpdated:null,limit:{context:32e3,output:16384},modalities:{input:["text"],output:["text"]},name:"Mercury Coder Small Beta",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/inception",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"kwaipilot/kat-coder-pro-v1",knowledge:null,lastUpdated:null,limit:{context:256e3,output:32e3},modalities:{input:["text"],output:["text"]},name:"KAT-Coder-Pro V1",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/kwaipilot",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"meituan/longcat-flash-thinking",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"LongCat Flash Thinking",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meituan",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.1-70b",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 70B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.1-8b",knowledge:null,lastUpdated:null,limit:{context:131072,output:16384},modalities:{input:["text"],output:["text"]},name:"Llama 3.1 8B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.2-11b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 11B Vision Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.2-1b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 1B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.2-3b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 3B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.2-90b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3.2 90B Vision Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3.3-70b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3.3 70B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3-70b",knowledge:null,lastUpdated:null,limit:{context:8192,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3 70B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-3-8b",knowledge:null,lastUpdated:null,limit:{context:8192,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 3 8B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-4-maverick",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 4 Maverick 17B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta/llama-4-scout",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"Llama 4 Scout 17B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/meta",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"minimax/minimax-m2.1-lightning",knowledge:null,lastUpdated:null,limit:{context:204800,output:131072},modalities:{input:["text"],output:["text"]},name:"MiniMax M2.1 Lightning",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/minimax",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"mistral/codestral",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Mistral Codestral",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"mistral/codestral-embed",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral Embed",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/devstral-2",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Devstral 2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/devstral-small",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text"],output:["text"]},name:"Devstral Small 1.1",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/devstral-small-2",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Devstral Small 2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/magistral-medium",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text"],output:["text"]},name:"Magistral Medium 2509",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/magistral-small",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text"],output:["text"]},name:"Magistral Small 2509",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/ministral-14b",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Ministral 14B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/ministral-3b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Ministral 3B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/ministral-8b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Ministral 8B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-embed",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Embed",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-large",knowledge:null,lastUpdated:null,limit:{context:32e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Mistral Large",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-large-3",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Mistral Large 3",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-medium",knowledge:null,lastUpdated:null,limit:{context:128e3,output:64e3},modalities:{input:["text"],output:["text"]},name:"Mistral Medium 3.1",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-nemo",knowledge:null,lastUpdated:null,limit:{context:60288,output:16e3},modalities:{input:["text"],output:["text"]},name:"Mistral Nemo",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-saba-24b",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Mistral Saba 24B",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral/mistral-small",knowledge:null,lastUpdated:null,limit:{context:32e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Mistral Small",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/mixtral-8x22b-instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:2048},modalities:{input:["text"],output:["text"]},name:"Mixtral MoE 8x22B Instruct",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/pixtral-12b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Pixtral 12B 2409",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mistral/pixtral-large",knowledge:null,lastUpdated:null,limit:{context:128e3,output:4e3},modalities:{input:["text"],output:["text"]},name:"Pixtral Large",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/mistral",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-k2-thinking-turbo",knowledge:null,lastUpdated:null,limit:{context:262114,output:262114},modalities:{input:["text"],output:["text"]},name:"Kimi K2 Thinking Turbo",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/moonshotai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"moonshotai/kimi-k2-turbo",knowledge:null,lastUpdated:null,limit:{context:256e3,output:16384},modalities:{input:["text"],output:["text"]},name:"Kimi K2 Turbo",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/moonshotai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"openai/gpt-5.1-instant",knowledge:null,lastUpdated:null,limit:{context:128e3,output:16384},modalities:{input:["text"],output:["text"]},name:"GPT-5.1 Instant",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/openai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai/gpt-5.1-thinking",knowledge:null,lastUpdated:null,limit:{context:4e5,output:128e3},modalities:{input:["text"],output:["text"]},name:"GPT 5.1 Thinking",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/openai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:13e-5,inputCacheHit:null,output:0},extendedThinking:!1,id:"openai/text-embedding-3-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"text-embedding-3-large",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/openai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:2e-5,inputCacheHit:null,output:0},extendedThinking:!1,id:"openai/text-embedding-3-small",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"text-embedding-3-small",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/openai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:4e-4,inputCacheHit:null,output:4e-4},extendedThinking:!1,id:"openai/text-embedding-ada-002",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"text-embedding-ada-002",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/openai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stealth/sonoma-dusk-alpha",knowledge:null,lastUpdated:null,limit:{context:2e6,output:131072},modalities:{input:["text"],output:["text"]},name:"Sonoma Dusk Alpha",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/stealth",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"stealth/sonoma-sky-alpha",knowledge:null,lastUpdated:null,limit:{context:2e6,output:131072},modalities:{input:["text"],output:["text"]},name:"Sonoma Sky Alpha",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/stealth",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"vercel/v0-1.0-md",knowledge:null,lastUpdated:null,limit:{context:128e3,output:32e3},modalities:{input:["text"],output:["text"]},name:"v0-1.0-md",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"vercel/v0-1.5-md",knowledge:null,lastUpdated:null,limit:{context:128e3,output:32768},modalities:{input:["text"],output:["text"]},name:"v0-1.5-md",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-3.5",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-3.5",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-3.5-lite",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-3.5-lite",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-3-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-3-large",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-code-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-code-2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-code-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-code-3",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-finance-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-finance-2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voyage/voyage-law-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"voyage-law-2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/voyage",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-2",knowledge:null,lastUpdated:null,limit:{context:131072,output:4e3},modalities:{input:["text"],output:["text"]},name:"Grok 2",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-2-vision",knowledge:null,lastUpdated:null,limit:{context:32768,output:32768},modalities:{input:["text"],output:["text"]},name:"Grok 2 Vision",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-3",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Grok 3 Beta",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-3-fast",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Grok 3 Fast Beta",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-3-mini",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Grok 3 Mini Beta",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-3-mini-fast",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"Grok 3 Mini Fast Beta",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-4",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Grok 4",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-4.1-fast-non-reasoning",knowledge:null,lastUpdated:null,limit:{context:2e6,output:3e4},modalities:{input:["text"],output:["text"]},name:"Grok 4.1 Fast Non-Reasoning",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-4.1-fast-reasoning",knowledge:null,lastUpdated:null,limit:{context:2e6,output:3e4},modalities:{input:["text"],output:["text"]},name:"Grok 4.1 Fast Reasoning",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-4-fast-non-reasoning",knowledge:null,lastUpdated:null,limit:{context:2e6,output:256e3},modalities:{input:["text"],output:["text"]},name:"Grok 4 Fast Non-Reasoning",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-4-fast-reasoning",knowledge:null,lastUpdated:null,limit:{context:2e6,output:256e3},modalities:{input:["text"],output:["text"]},name:"Grok 4 Fast Reasoning",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xai/grok-code-fast-1",knowledge:null,lastUpdated:null,limit:{context:256e3,output:256e3},modalities:{input:["text"],output:["text"]},name:"Grok Code Fast 1",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"xiaomi/mimo-v2-flash",knowledge:null,lastUpdated:null,limit:{context:262144,output:32e3},modalities:{input:["text"],output:["text"]},name:"MiMo V2 Flash",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/xiaomi",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:.0015},extendedThinking:!1,id:"zai/glm-4.5",knowledge:null,lastUpdated:null,limit:{context:131072,output:131072},modalities:{input:["text"],output:["text"]},name:"GLM-4.5",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.5-air",knowledge:null,lastUpdated:null,limit:{context:128e3,output:96e3},modalities:{input:["text"],output:["text"]},name:"GLM 4.5 Air",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.5v",knowledge:null,lastUpdated:null,limit:{context:65536,output:66e3},modalities:{input:["text"],output:["text"]},name:"GLM 4.5V",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.6",knowledge:null,lastUpdated:null,limit:{context:2e5,output:96e3},modalities:{input:["text"],output:["text"]},name:"GLM 4.6",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.6v",knowledge:null,lastUpdated:null,limit:{context:128e3,output:24e3},modalities:{input:["text"],output:["text"]},name:"GLM-4.6V",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.6v-flash",knowledge:null,lastUpdated:null,limit:{context:128e3,output:24e3},modalities:{input:["text"],output:["text"]},name:"GLM-4.6V-Flash",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"zai/glm-4.7",knowledge:null,lastUpdated:null,limit:{context:202752,output:12e4},modalities:{input:["text"],output:["text"]},name:"GLM 4.7",openWeights:!1,provider:"Vercel",providerDoc:"https://sdk.vercel.ai/docs",providerEnv:["VERCEL_AI_API_KEY"],providerId:"vercel/zai",providerModelsDevId:"vercel",providerNpm:"@ai-sdk/vercel",reasoning:!1,releaseDate:"2025-08-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"vercel"}];const l={metadata:e,models:t};export{l as default,e as metadata,t as models};
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from Weights & Biases",lastUpdated:"2026-01-10T23:24:47.804Z",provider:"Weights & Biases",totalModels:15,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:22e-8,inputCacheHit:null,output:22e-8},description:"Efficient conversational model optimized for responsive multilingual chatbot interactions",extendedThinking:!1,id:"meta-llama-llama-3-1-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta Llama 3.1 8B",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:6e-8,inputCacheHit:null,output:24e-8},description:"Dense multilingual instruction-tuned model with tool-use and structured output support",extendedThinking:!1,id:"qwen-qwen-2-5-14b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen2.5 14B Instruct",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:135e-8,inputCacheHit:null,output:54e-7},description:"Optimized for precise reasoning tasks including complex coding, math, and structured document analysis",extendedThinking:!1,id:"deepseek-ai-deep-seek-r1-0528",knowledge:null,lastUpdated:null,limit:{context:164864,output:65536},modalities:{input:["text"],output:["text"]},name:"DeepSeek R1-0528",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-05-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:114e-8,inputCacheHit:null,output:275e-8},description:"Robust Mixture-of-Experts model tailored for high-complexity language processing and comprehensive document analysis",extendedThinking:!1,id:"deepseek-ai-deep-seek-v3-0324",knowledge:null,lastUpdated:null,limit:{context:164864,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek V3-0324",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:55e-8,inputCacheHit:null,output:165e-8},description:"A large hybrid model that supports both thinking and non-thinking modes via prompt templates",extendedThinking:!1,id:"deepseek-ai-deep-seek-v3-1",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"DeepSeek V3.1",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:8e-7,inputCacheHit:null,output:8e-7},description:"Efficient conversational model optimized for responsive multilingual chatbot interactions",extendedThinking:!1,id:"meta-llama-llama-3-1-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta Llama 3.1 70B",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:71e-8,inputCacheHit:null,output:71e-8},description:"Multilingual model excelling in conversational tasks, detailed instruction-following, and coding",extendedThinking:!1,id:"meta-llama-llama-3-3-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Meta Llama 3.3 70B",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:17e-8,inputCacheHit:null,output:66e-8},description:"Multi-modal model integrating text and image understanding, ideal for visual tasks and combined analysis",extendedThinking:!1,id:"meta-llama-llama-4-scout-17b-16e-instruct",knowledge:null,lastUpdated:null,limit:{context:65536,output:null},modalities:{input:["text"],output:["text"]},name:"Meta Llama 4 Scout 17Bx16E",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"weights & biases"},{attachment:!1,cost:{input:8e-8,inputCacheHit:null,output:35e-8},description:"Compact, efficient model ideal for fast responses in resource-constrained environments",extendedThinking:!1,id:"microsoft-phi-4-mini-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Microsoft Phi 4 Mini 3.8B",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:135e-8,inputCacheHit:null,output:4e-6},description:"Mixture-of-Experts model optimized for complex tool use, reasoning, and code synthesis",extendedThinking:!1,id:"moonshotai-kimi-k2-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"MoonshotAI Kimi K2",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:5e-8,inputCacheHit:null,output:22e-8},description:"An efficient multilingual, dense, instruction-tuned model, optimized by OpenPipe for building agents with finetuning.",extendedThinking:!1,id:"open-pipe-qwen-3-14b-instruct",knowledge:null,lastUpdated:null,limit:{context:8192,output:null},modalities:{input:["text"],output:["text"]},name:"OpenPipe Qwen3 14B Instruct",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:1e-7,inputCacheHit:null,output:1e-7},description:"Efficient multilingual, Mixture-of-Experts, instruction-tuned model, optimized for logical reasoning",extendedThinking:!1,id:"qwen-qwen-3-235b-a22b-instruct-2507",knowledge:null,lastUpdated:null,limit:{context:268288,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 235B A22B-2507",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:1e-7,inputCacheHit:null,output:1e-7},description:"High-performance Mixture-of-Experts model optimized for structured reasoning, math, and long-form generation",extendedThinking:!1,id:"qwen-qwen-3-235b-a22b-thinking-2507",knowledge:null,lastUpdated:null,limit:{context:268288,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 235B A22B Thinking-2507",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:1e-6,inputCacheHit:null,output:15e-7},description:"Mixture-of-Experts model optimized for coding tasks such as function calling, tooling use, and long-context reasoning",extendedThinking:!1,id:"qwen-qwen-3-coder-480b-a35b-instruct",knowledge:null,lastUpdated:null,limit:{context:268288,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen3 Coder 480B A35B",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"weights & biases"},{attachment:!1,cost:{input:55e-8,inputCacheHit:null,output:2e-6},description:"Mixture-of-Experts model with user-controllable thinking/non-thinking modes for reasoning, code, and agents",extendedThinking:!1,id:"zai-org-glm-4-5",knowledge:null,lastUpdated:null,limit:{context:134144,output:65536},modalities:{input:["text"],output:["text"]},name:"Z.AI GLM 4.5",openWeights:!1,provider:"Weights & Biases",providerDoc:"https://docs.wandb.ai/guides/inference/models/",providerEnv:["WANDB_API_KEY"],providerId:"weights-biases",providerModelsDevId:"weights-biases",providerNpm:"@ai-sdk/openai-compatible",reasoning:!0,releaseDate:"2025-07-25",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"weights & biases"}];const i={metadata:e,models:t};export{i as default,e as metadata,t as models};
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from XAI",lastUpdated:"2026-01-10T23:24:47.812Z",provider:"XAI",totalModels:7,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"grok-2-image-1212",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image"]},name:"grok-2-image-1212",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"xai"},{attachment:!1,cost:{input:.002,inputCacheHit:null,output:.01},extendedThinking:!1,id:"grok-2-vision-1212",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"grok-2-vision-1212",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"xai"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"grok-3",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"grok-3",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"xai"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"grok-3-fast",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"grok-3-fast",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"xai"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"grok-3-mini",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"grok-3-mini",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"xai"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"grok-3-mini-fast",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"grok-3-mini-fast",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"xai"},{attachment:!1,cost:{input:.003,inputCacheHit:null,output:.015},extendedThinking:!1,id:"grok-4-0709",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text","image"],output:["text"]},name:"grok-4-0709",openWeights:!1,provider:"XAI",providerDoc:"https://docs.x.ai/docs/models",providerEnv:["XAI_API_KEY"],providerId:"xai",providerModelsDevId:"xai",providerNpm:"@ai-sdk/xai",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"xai"}];const i={metadata:e,models:t};export{i as default,e as metadata,t as models};
package/dist/schema.d.ts CHANGED
@@ -61,7 +61,7 @@ declare const ModelSchema: z.ZodObject<{
61
61
  versions: z.ZodOptional<z.ZodObject<{
62
62
  preview: z.ZodOptional<z.ZodNullable<z.ZodString>>;
63
63
  stable: z.ZodOptional<z.ZodNullable<z.ZodString>>;
64
- }, z.core.$strip>>;
64
+ }, z.core.$strict>>;
65
65
  vision: z.ZodOptional<z.ZodBoolean>;
66
66
  }, z.core.$strict>;
67
67
  type Model = z.infer<typeof ModelSchema>;
package/dist/schema.js CHANGED
@@ -1 +1 @@
1
- import{z as o}from"zod";const t=o.object({attachment:o.boolean(),audioGeneration:o.boolean().optional(),batchMode:o.boolean().optional(),cacheRead:o.boolean().optional(),codeExecution:o.boolean().optional(),compoundSystem:o.boolean().optional(),cost:o.object({imageGeneration:o.number().nullable().optional(),imageGenerationUltra:o.number().nullable().optional(),input:o.number().nullable(),inputCacheHit:o.number().nullable(),output:o.number().nullable(),videoGeneration:o.number().nullable().optional(),videoGenerationWithAudio:o.number().nullable().optional(),videoGenerationWithoutAudio:o.number().nullable().optional()}).strict(),deploymentType:o.string().optional(),description:o.string().optional(),extendedThinking:o.boolean().optional(),icon:o.string().optional(),id:o.string(),imageGeneration:o.boolean().optional(),knowledge:o.string().nullable(),lastUpdated:o.string().nullable(),launchDate:o.string().optional(),limit:o.object({context:o.number().nullable(),output:o.number().nullable()}).strict(),modalities:o.object({input:o.array(o.string()),output:o.array(o.string())}).strict(),name:o.string().nullable(),openWeights:o.boolean(),originalModelId:o.string().optional(),ownedBy:o.string().optional(),preview:o.boolean().optional(),provider:o.string().optional(),providerDoc:o.string().optional(),providerEnv:o.array(o.string()).optional(),providerId:o.string().optional(),providerModelsDevId:o.string().optional(),providerNpm:o.string().optional(),providerStatus:o.string().optional(),reasoning:o.boolean(),regions:o.array(o.string()).optional(),releaseDate:o.string().nullable(),searchGrounding:o.boolean().optional(),streamingSupported:o.boolean().nullable().optional(),structuredOutputs:o.boolean().optional(),supportsStructuredOutput:o.boolean().optional(),supportsTools:o.boolean().optional(),temperature:o.boolean(),toolCall:o.boolean(),trainingCutoff:o.string().nullable().optional(),version:o.string().nullable().optional(),versions:o.object({preview:o.string().nullable().optional(),stable:o.string().nullable().optional()}).optional(),vision:o.boolean().optional()}).strict(),i=o.object({capabilities:o.array(o.string()).optional(),description:o.string().optional(),displayName:o.string().optional(),doc:o.string().optional(),env:o.array(o.string()).optional(),icon:o.string().optional(),id:o.string(),modelCount:o.number().optional(),modelsDevId:o.string().optional(),name:o.string(),npm:o.string().optional(),status:o.enum(["active","inactive","deprecated"]).optional(),website:o.string().optional()}).strict();export{t as ModelSchema,i as ProviderSchema};
1
+ import{z as o}from"zod";const t=o.object({attachment:o.boolean(),audioGeneration:o.boolean().optional(),batchMode:o.boolean().optional(),cacheRead:o.boolean().optional(),codeExecution:o.boolean().optional(),compoundSystem:o.boolean().optional(),cost:o.object({imageGeneration:o.number().nullable().optional(),imageGenerationUltra:o.number().nullable().optional(),input:o.number().nullable(),inputCacheHit:o.number().nullable(),output:o.number().nullable(),videoGeneration:o.number().nullable().optional(),videoGenerationWithAudio:o.number().nullable().optional(),videoGenerationWithoutAudio:o.number().nullable().optional()}).strict(),deploymentType:o.string().optional(),description:o.string().optional(),extendedThinking:o.boolean().optional(),icon:o.string().optional(),id:o.string(),imageGeneration:o.boolean().optional(),knowledge:o.string().nullable(),lastUpdated:o.string().nullable(),launchDate:o.string().optional(),limit:o.object({context:o.number().nullable(),output:o.number().nullable()}).strict(),modalities:o.object({input:o.array(o.string()),output:o.array(o.string())}).strict(),name:o.string().nullable(),openWeights:o.boolean(),originalModelId:o.string().optional(),ownedBy:o.string().optional(),preview:o.boolean().optional(),provider:o.string().optional(),providerDoc:o.string().optional(),providerEnv:o.array(o.string()).optional(),providerId:o.string().optional(),providerModelsDevId:o.string().optional(),providerNpm:o.string().optional(),providerStatus:o.string().optional(),reasoning:o.boolean(),regions:o.array(o.string()).optional(),releaseDate:o.string().nullable(),searchGrounding:o.boolean().optional(),streamingSupported:o.boolean().nullable().optional(),structuredOutputs:o.boolean().optional(),supportsStructuredOutput:o.boolean().optional(),supportsTools:o.boolean().optional(),temperature:o.boolean(),toolCall:o.boolean(),trainingCutoff:o.string().nullable().optional(),version:o.string().nullable().optional(),versions:o.object({preview:o.string().nullable().optional(),stable:o.string().nullable().optional()}).strict().optional(),vision:o.boolean().optional()}).strict(),i=o.object({capabilities:o.array(o.string()).optional(),description:o.string().optional(),displayName:o.string().optional(),doc:o.string().optional(),env:o.array(o.string()).optional(),icon:o.string().optional(),id:o.string(),modelCount:o.number().optional(),modelsDevId:o.string().optional(),name:o.string(),npm:o.string().optional(),status:o.enum(["active","inactive","deprecated"]).optional(),website:o.string().optional()}).strict();export{t as ModelSchema,i as ProviderSchema};
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for Alibaba.
3
+ */
4
+ type ModelName = "deepseek-r-1" | "deepseek-r-1-0528" | "deepseek-r-1-685b" | "deepseek-r-1-distill-qwen-1-5-b" | "deepseek-v-3" | "deepseek-v-3-1" | "deepseek-v-3-2" | "deepseek-v-3-2-exp" | "moonshot-kimi-k2-instruct";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for Amazon Bedrock.
3
+ */
4
+ type ModelName = "ai21.jamba-1-5-large-v1:0" | "ai21.jamba-1-5-mini-v1:0" | "ai21.jamba-instruct-v1:0" | "amazon.nova-canvas-v1:0" | "amazon.nova-lite-v1:0" | "amazon.nova-micro-v1:0" | "amazon.nova-pro-v1:0" | "amazon.nova-reel-v1:0" | "amazon.rerank-v1:0" | "amazon.titan-embed-image-v1" | "amazon.titan-embed-text-v1" | "amazon.titan-embed-text-v2:0" | "amazon.titan-image-generator-v1" | "amazon.titan-image-generator-v2:0" | "amazon.titan-text-express-v1" | "amazon.titan-text-lite-v1" | "amazon.titan-text-premier-v1:0" | "anthropic.claude-3-5-haiku-20241022-v1:0" | "anthropic.claude-3-5-sonnet-20240620-v1:0" | "anthropic.claude-3-5-sonnet-20241022-v2:0" | "anthropic.claude-3-7-sonnet-20250219-v1:0" | "anthropic.claude-3-haiku-20240307-v1:0" | "anthropic.claude-3-sonnet-20240229-v1:0" | "anthropic.claude-haiku-4-5-20251001-v1:0" | "anthropic.claude-instant-v1" | "anthropic.claude-opus-4-1-20250805-v1:0" | "anthropic.claude-opus-4-20250514-v1:0" | "anthropic.claude-sonnet-4-20250514-v1:0" | "anthropic.claude-sonnet-4-5-20250929-v1:0" | "anthropic.claude-v2" | "anthropic.claude-v2:1" | "cohere.command-light-text-v14" | "cohere.command-r-plus-v1:0" | "cohere.command-r-v1:0" | "cohere.command-text-v14" | "cohere.embed-english-v3" | "cohere.embed-multilingual-v3" | "cohere.rerank-v3-5:0" | "deepseek.r1-v1:0" | "luma.ray-v2:0" | "meta.llama3-1-405b-instruct-v1:0" | "meta.llama3-1-70b-instruct-v1:0" | "meta.llama3-1-8b-instruct-v1:0" | "meta.llama3-2-11b-instruct-v1:0" | "meta.llama3-2-1b-instruct-v1:0" | "meta.llama3-2-3b-instruct-v1:0" | "meta.llama3-2-90b-instruct-v1:0" | "meta.llama3-3-70b-instruct-v1:0" | "meta.llama3-70b-instruct-v1:0" | "meta.llama3-8b-instruct-v1:0" | "meta.llama4-maverick-17b-instruct-v1:0" | "meta.llama4-scout-17b-instruct-v1:0" | "mistral.mistral-7b-instruct-v0:2" | "mistral.mistral-large-2402-v1:0" | "mistral.mistral-large-2407-v1:0" | "mistral.mistral-small-2402-v1:0" | "mistral.mixtral-8x7b-instruct-v0:1" | "mistral.pixtral-large-2502-v1:0" | "stability.sd3-5-large-v1:0" | "stability.sd3-large-v1:0" | "stability.stable-image-core-v1:0" | "stability.stable-image-core-v1:1" | "stability.stable-image-ultra-v1:0" | "stability.stable-image-ultra-v1:1" | "writer.palmyra-x4-v1:0" | "writer.palmyra-x5-v1:0";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for Anthropic.
3
+ */
4
+ type ModelName = "claude-haiku-3" | "claude-haiku-3-5" | "claude-haiku-4-5" | "claude-opus-3-(deprecated)" | "claude-opus-4" | "claude-opus-4-1" | "claude-opus-4-5" | "claude-sonnet-3-5-(deprecated)" | "claude-sonnet-3-7" | "claude-sonnet-4" | "claude-sonnet-4-5";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for Azure OpenAI.
3
+ */
4
+ type ModelName = "gpt-35-turbo-(0125)" | "gpt-35-turbo-(1106)" | "gpt-4-(turbo-2024-04-09)" | "gpt-4-o-(2024-05-13)" | "gpt-4-o-(2024-08-06)" | "gpt-4-o-(2024-11-20)" | "gpt-4-o-mini-(2024-07-18)" | "o-1-mini-(2024-09-12)" | "o-1-preview-(2024-09-12)";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for cerebras.
3
+ */
4
+ type ModelName = "FP16" | "FP16/FP8 (weights only)1" | "gpt-oss-120b" | "llama-3.3-70b" | "llama3.1-8b" | "qwen-3-coder-480b" | "zai-glm-4.6" | "zai-glm-4.7";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for chutes.
3
+ */
4
+ type ModelName = "ArliAI/QwQ-32B-ArliAI-RpR-v1" | "MiniMaxAI/MiniMax-M2.1-TEE" | "NousResearch/DeepHermes-3-Llama-3-8B-Preview" | "NousResearch/DeepHermes-3-Mistral-24B-Preview" | "NousResearch/Hermes-4-14B" | "NousResearch/Hermes-4-405B-FP8-TEE" | "NousResearch/Hermes-4-70B" | "NousResearch/Hermes-4.3-36B" | "OpenGVLab/InternVL3-78B-TEE" | "Qwen/Qwen2.5-72B-Instruct" | "Qwen/Qwen2.5-Coder-32B-Instruct" | "Qwen/Qwen2.5-VL-32B-Instruct" | "Qwen/Qwen2.5-VL-72B-Instruct" | "Qwen/Qwen2.5-VL-72B-Instruct-TEE" | "Qwen/Qwen3-14B" | "Qwen/Qwen3-235B-A22B" | "Qwen/Qwen3-235B-A22B-Instruct-2507" | "Qwen/Qwen3-235B-A22B-Instruct-2507-TEE" | "Qwen/Qwen3-235B-A22B-Thinking-2507" | "Qwen/Qwen3-30B-A3B" | "Qwen/Qwen3-30B-A3B-Instruct-2507" | "Qwen/Qwen3-32B" | "Qwen/Qwen3-8B" | "Qwen/Qwen3-Coder-30B-A3B-Instruct" | "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8" | "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8-TEE" | "Qwen/Qwen3-Next-80B-A3B-Instruct" | "Qwen/Qwen3-VL-235B-A22B-Instruct" | "Qwen/Qwen3Guard-Gen-0.6B" | "Salesforce/xgen-small-9B-instruct-r" | "Tesslate/UIGEN-X-32B-0727" | "TheDrummer/Cydonia-24B-v2.1" | "TheDrummer/Gemmasutra-Pro-27B-v1.1" | "TheDrummer/Skyfall-36B-v2" | "TheDrummer/Tunguska-39B-v1" | "XiaomiMiMo/MiMo-V2-Flash" | "agentica-org/DeepCoder-14B-Preview" | "all-hands/openhands-lm-32b-v0.1-ep3" | "chutesai/Devstral-Small-2505" | "chutesai/Llama-4-Maverick-17B-128E-Instruct-FP8" | "chutesai/Mistral-Small-3.1-24B-Instruct-2503" | "chutesai/Mistral-Small-3.2-24B-Instruct-2506" | "cognitivecomputations/Dolphin3.0-Mistral-24B" | "cognitivecomputations/Dolphin3.0-R1-Mistral-24B" | "deepseek-ai/DeepSeek-R1" | "deepseek-ai/DeepSeek-R1-0528" | "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B" | "deepseek-ai/DeepSeek-R1-0528-TEE" | "deepseek-ai/DeepSeek-R1-Distill-Llama-70B" | "deepseek-ai/DeepSeek-R1-TEE" | "deepseek-ai/DeepSeek-V3" | "deepseek-ai/DeepSeek-V3-0324" | "deepseek-ai/DeepSeek-V3-0324-TEE" | "deepseek-ai/DeepSeek-V3-Base" | "deepseek-ai/DeepSeek-V3.1-TEE" | "deepseek-ai/DeepSeek-V3.1-Terminus-TEE" | "deepseek-ai/DeepSeek-V3.2-Speciale-TEE" | "deepseek-ai/DeepSeek-V3.2-TEE" | "internlm/Intern-S1" | "microsoft/MAI-DS-R1-FP8" | "miromind-ai/MiroThinker-v1.5-235B" | "mistralai/Devstral-2-123B-Instruct-2512" | "mistralai/Devstral-2-123B-Instruct-2512-TEE" | "moonshotai/Kimi-Dev-72B" | "moonshotai/Kimi-K2-Instruct" | "moonshotai/Kimi-K2-Instruct-0905" | "moonshotai/Kimi-K2-Thinking-TEE" | "moonshotai/Kimi-VL-A3B-Thinking" | "nvidia/Llama-3_3-Nemotron-Super-49B-v1_5" | "nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16" | "openai/gpt-oss-120b-TEE" | "rednote-hilab/dots.ocr" | "tencent/Hunyuan-A13B-Instruct" | "tngtech/DeepSeek-R1T-Chimera" | "tngtech/DeepSeek-TNG-R1T2-Chimera" | "tngtech/TNG-R1T-Chimera-TEE" | "tplr/TEMPLAR-I" | "unsloth/Llama-3.2-1B-Instruct" | "unsloth/Llama-3.2-3B-Instruct" | "unsloth/Mistral-Nemo-Instruct-2407" | "unsloth/Mistral-Small-24B-Instruct-2501" | "unsloth/gemma-2-9b-it" | "unsloth/gemma-3-12b-it" | "unsloth/gemma-3-27b-it" | "unsloth/gemma-3-4b-it" | "zai-org/GLM-4-32B-0414" | "zai-org/GLM-4.5-Air" | "zai-org/GLM-4.5-FP8" | "zai-org/GLM-4.5-TEE" | "zai-org/GLM-4.5V-FP8" | "zai-org/GLM-4.6-TEE" | "zai-org/GLM-4.6V" | "zai-org/GLM-4.7-TEE" | "zai-org/GLM-Z1-32B-0414";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for Cloudflare.
3
+ */
4
+ type ModelName = "aura-1" | "aura-2-en" | "aura-2-es" | "bart-large-cnn" | "bge-base-en-v1.5" | "bge-large-en-v1.5" | "bge-m3" | "bge-small-en-v1.5" | "deepseek-coder-6.7b-base-awq" | "deepseek-coder-6.7b-instruct-awq" | "deepseek-math-7b-instruct" | "deepseek-r1-distill-qwen-32b" | "detr-resnet-50" | "discolm-german-7b-v1-awq" | "distilbert-sst-2-int8" | "dreamshaper-8-lcm" | "embeddinggemma-300m" | "falcon-7b-instruct" | "flux" | "gemma-2b-it-lora" | "gemma-3-12b-it" | "gemma-7b-it" | "gemma-7b-it-lora" | "gemma-sea-lion-v4-27b-it" | "gpt-oss-20b" | "granite-4.0-h-micro" | "indictrans2-en-indic-1B" | "llama-2-13b-chat-awq" | "llama-2-7b-chat-fp16" | "llama-2-7b-chat-hf-lora" | "llama-2-7b-chat-int8" | "llama-3-8b-instruct-awq" | "llama-3.1-70b-instruct" | "llama-3.1-8b-instruct" | "llama-3.1-8b-instruct-awq" | "llama-3.1-8b-instruct-fast" | "llama-3.1-8b-instruct-fp8" | "llama-3.2-11b-vision-instruct" | "llama-3.2-1b-instruct" | "llama-3.2-3b-instruct" | "llama-3.3-70b-instruct-fp8-fast" | "llamaguard-7b-awq" | "llava-1.5-7b-hf" | "lucid-origin" | "m2m100-1.2b" | "melotts" | "mistral-7b-instruct-v0.1" | "mistral-7b-instruct-v0.1-awq" | "mistral-7b-instruct-v0.2" | "mistral-7b-instruct-v0.2-lora" | "mistral-small-3.1-24b-instruct" | "neural-chat-7b-v3-1-awq" | "nova-3" | "openchat-3.5-0106" | "openhermes-2.5-mistral-7b-awq" | "phi-2" | "phoenix-1.0" | "plamo-embedding-1b" | "qwen1.5-0.5b-chat" | "qwen1.5-1.8b-chat" | "qwen1.5-14b-chat-awq" | "qwen1.5-7b-chat-awq" | "qwen2.5-coder-32b-instruct" | "qwen3-30b-a3b-fp8" | "qwen3-embedding-0.6b" | "resnet-50" | "smart-turn-v2" | "sqlcoder-7b-2" | "stable-diffusion-v1-5-img2img" | "stable-diffusion-v1-5-inpainting" | "stable-diffusion-xl-base-1.0" | "stable-diffusion-xl-lightning" | "starling-lm-7b-beta" | "tinyllama-1.1b-chat-v1.0" | "uform-gen2-qwen-500m" | "una-cybertron-7b-v2-bf16" | "whisper-large-v3-turbo" | "whisper-tiny-en" | "zephyr-7b-beta-awq";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for Deep Infra.
3
+ */
4
+ type ModelName = "MiniMaxAI/MiniMax-M2" | "PaddlePaddle/PaddleOCR-VL-0.9B" | "Qwen/QwQ-32B" | "Qwen/Qwen3-Coder-480B-A35B-Instruct" | "Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo" | "allenai/olmOCR-2-7B-1025" | "allenai/olmOCR-7B-0725-FP8" | "anthropic/claude-4-opus" | "anthropic/claude-4-sonnet" | "deepseek-ai/DeepSeek-OCR" | "deepseek-ai/DeepSeek-R1-0528-Turbo" | "deepseek-ai/DeepSeek-V3-0324-Turbo" | "deepseek-ai/DeepSeek-V3.1" | "deepseek-ai/DeepSeek-V3.1-Terminus" | "deepseek-ai/DeepSeek-V3.2" | "meta-llama/Llama-3.3-70B-Instruct" | "meta-llama/Llama-3.3-70B-Instruct-Turbo" | "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8" | "meta-llama/Llama-4-Maverick-17B-128E-Instruct-Turbo" | "meta-llama/Llama-4-Scout-17B-16E-Instruct" | "meta-llama/Llama-Guard-4-12B" | "mistralai/Devstral-Small-2507" | "mistralai/Mistral-Small-3.2-24B-Instruct-2506" | "moonshotai/Kimi-K2-Thinking" | "nvidia/Nemotron-3-Nano-30B-A3B" | "zai-org/GLM-4.5" | "zai-org/GLM-4.5V";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for DeepSeek.
3
+ */
4
+ type ModelName = "deep-seek-v3-0324";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for Fireworks AI.
3
+ */
4
+ type ModelName = "accounts/fireworks/models/SSD-1B" | "accounts/fireworks/models/chronos-hermes-13b-v2" | "accounts/fireworks/models/code-llama-13b" | "accounts/fireworks/models/code-llama-13b-instruct" | "accounts/fireworks/models/code-llama-13b-python" | "accounts/fireworks/models/code-llama-34b" | "accounts/fireworks/models/code-llama-34b-instruct" | "accounts/fireworks/models/code-llama-34b-python" | "accounts/fireworks/models/code-llama-70b" | "accounts/fireworks/models/code-llama-70b-instruct" | "accounts/fireworks/models/code-llama-70b-python" | "accounts/fireworks/models/code-llama-7b" | "accounts/fireworks/models/code-llama-7b-instruct" | "accounts/fireworks/models/code-llama-7b-python" | "accounts/fireworks/models/code-qwen-1p5-7b" | "accounts/fireworks/models/codegemma-2b" | "accounts/fireworks/models/codegemma-7b" | "accounts/fireworks/models/cogito-v1-preview-llama-3b" | "accounts/fireworks/models/cogito-v1-preview-llama-70b" | "accounts/fireworks/models/cogito-v1-preview-llama-8b" | "accounts/fireworks/models/cogito-v1-preview-qwen-14b" | "accounts/fireworks/models/cogito-v1-preview-qwen-32b" | "accounts/fireworks/models/dbrx-instruct" | "accounts/fireworks/models/deepseek-coder-1b-base" | "accounts/fireworks/models/deepseek-coder-33b-instruct" | "accounts/fireworks/models/deepseek-coder-7b-base" | "accounts/fireworks/models/deepseek-coder-7b-base-v1p5" | "accounts/fireworks/models/deepseek-coder-7b-instruct-v1p5" | "accounts/fireworks/models/deepseek-coder-v2-instruct" | "accounts/fireworks/models/deepseek-coder-v2-lite-base" | "accounts/fireworks/models/deepseek-coder-v2-lite-instruct" | "accounts/fireworks/models/deepseek-prover-v2" | "accounts/fireworks/models/deepseek-r1" | "accounts/fireworks/models/deepseek-r1-0528" | "accounts/fireworks/models/deepseek-r1-0528-distill-qwen3-8b" | "accounts/fireworks/models/deepseek-r1-basic" | "accounts/fireworks/models/deepseek-r1-distill-llama-70b" | "accounts/fireworks/models/deepseek-r1-distill-llama-8b" | "accounts/fireworks/models/deepseek-r1-distill-qwen-14b" | "accounts/fireworks/models/deepseek-r1-distill-qwen-1p5b" | "accounts/fireworks/models/deepseek-r1-distill-qwen-32b" | "accounts/fireworks/models/deepseek-r1-distill-qwen-7b" | "accounts/fireworks/models/deepseek-v2-lite-chat" | "accounts/fireworks/models/deepseek-v2p5" | "accounts/fireworks/models/deepseek-v3" | "accounts/fireworks/models/deepseek-v3-0324" | "accounts/fireworks/models/deepseek-v3p1" | "accounts/fireworks/models/deepseek-v3p2" | "accounts/fireworks/models/devstral-small-2-24b-instruct-2512" | "accounts/fireworks/models/devstral-small-2505" | "accounts/fireworks/models/dolphin-2-9-2-qwen2-72b" | "accounts/fireworks/models/dolphin-2p6-mixtral-8x7b" | "accounts/fireworks/models/ernie-4p5-21b-a3b-pt" | "accounts/fireworks/models/ernie-4p5-300b-a47b-pt" | "accounts/fireworks/models/fare-20b" | "accounts/fireworks/models/firefunction-v1" | "accounts/fireworks/models/firefunction-v2" | "accounts/fireworks/models/firellava-13b" | "accounts/fireworks/models/firesearch-ocr-v6" | "accounts/fireworks/models/fireworks-asr-large" | "accounts/fireworks/models/fireworks-asr-v2" | "accounts/fireworks/models/flux-1-dev-controlnet-union" | "accounts/fireworks/models/flux-1-dev-fp8" | "accounts/fireworks/models/flux-1-schnell" | "accounts/fireworks/models/flux-1-schnell-fp8" | "accounts/fireworks/models/flux-kontext-max" | "accounts/fireworks/models/flux-kontext-pro" | "accounts/fireworks/models/gemma-2b-it" | "accounts/fireworks/models/gemma-3-12b-it" | "accounts/fireworks/models/gemma-3-27b-it" | "accounts/fireworks/models/gemma-3-4b-it" | "accounts/fireworks/models/gemma-7b" | "accounts/fireworks/models/gemma-7b-it" | "accounts/fireworks/models/gemma2-9b-it" | "accounts/fireworks/models/glm-4p5" | "accounts/fireworks/models/glm-4p5-air" | "accounts/fireworks/models/glm-4p5v" | "accounts/fireworks/models/glm-4p6" | "accounts/fireworks/models/glm-4p7" | "accounts/fireworks/models/gpt-oss-120b" | "accounts/fireworks/models/gpt-oss-20b" | "accounts/fireworks/models/gpt-oss-safeguard-120b" | "accounts/fireworks/models/gpt-oss-safeguard-20b" | "accounts/fireworks/models/hermes-2-pro-mistral-7b" | "accounts/fireworks/models/internvl3-38b" | "accounts/fireworks/models/internvl3-78b" | "accounts/fireworks/models/internvl3-8b" | "accounts/fireworks/models/japanese-stable-diffusion-xl" | "accounts/fireworks/models/kat-coder" | "accounts/fireworks/models/kat-dev-32b" | "accounts/fireworks/models/kat-dev-72b-exp" | "accounts/fireworks/models/kimi-k2-instruct" | "accounts/fireworks/models/kimi-k2-instruct-0905" | "accounts/fireworks/models/kimi-k2-thinking" | "accounts/fireworks/models/llama-guard-2-8b" | "accounts/fireworks/models/llama-guard-3-1b" | "accounts/fireworks/models/llama-guard-3-8b" | "accounts/fireworks/models/llama-v2-13b" | "accounts/fireworks/models/llama-v2-13b-chat" | "accounts/fireworks/models/llama-v2-70b" | "accounts/fireworks/models/llama-v2-70b-chat" | "accounts/fireworks/models/llama-v2-7b" | "accounts/fireworks/models/llama-v2-7b-chat" | "accounts/fireworks/models/llama-v3-70b-instruct" | "accounts/fireworks/models/llama-v3-70b-instruct-hf" | "accounts/fireworks/models/llama-v3-8b" | "accounts/fireworks/models/llama-v3-8b-instruct-hf" | "accounts/fireworks/models/llama-v3p1-405b-instruct" | "accounts/fireworks/models/llama-v3p1-405b-instruct-long" | "accounts/fireworks/models/llama-v3p1-70b-instruct" | "accounts/fireworks/models/llama-v3p1-70b-instruct-1b" | "accounts/fireworks/models/llama-v3p1-8b-instruct" | "accounts/fireworks/models/llama-v3p1-nemotron-70b-instruct" | "accounts/fireworks/models/llama-v3p2-11b-vision-instruct" | "accounts/fireworks/models/llama-v3p2-1b" | "accounts/fireworks/models/llama-v3p2-1b-instruct" | "accounts/fireworks/models/llama-v3p2-3b" | "accounts/fireworks/models/llama-v3p2-3b-instruct" | "accounts/fireworks/models/llama-v3p2-90b-vision-instruct" | "accounts/fireworks/models/llama-v3p3-70b-instruct" | "accounts/fireworks/models/llama4-maverick-instruct-basic" | "accounts/fireworks/models/llama4-scout-instruct-basic" | "accounts/fireworks/models/llamaguard-7b" | "accounts/fireworks/models/llava-yi-34b" | "accounts/fireworks/models/minimax-m1-80k" | "accounts/fireworks/models/minimax-m2" | "accounts/fireworks/models/minimax-m2p1" | "accounts/fireworks/models/ministral-3-14b-instruct-2512" | "accounts/fireworks/models/ministral-3-3b-instruct-2512" | "accounts/fireworks/models/ministral-3-8b-instruct-2512" | "accounts/fireworks/models/mistral-7b" | "accounts/fireworks/models/mistral-7b-instruct-4k" | "accounts/fireworks/models/mistral-7b-instruct-v0p2" | "accounts/fireworks/models/mistral-7b-instruct-v3" | "accounts/fireworks/models/mistral-7b-v0p2" | "accounts/fireworks/models/mistral-large-3-fp8" | "accounts/fireworks/models/mistral-nemo-base-2407" | "accounts/fireworks/models/mistral-nemo-instruct-2407" | "accounts/fireworks/models/mistral-small-24b-instruct-2501" | "accounts/fireworks/models/mixtral-8x22b" | "accounts/fireworks/models/mixtral-8x22b-instruct" | "accounts/fireworks/models/mixtral-8x7b" | "accounts/fireworks/models/mixtral-8x7b-instruct" | "accounts/fireworks/models/mixtral-8x7b-instruct-hf" | "accounts/fireworks/models/mythomax-l2-13b" | "accounts/fireworks/models/nemotron-nano-3-30b-a3b" | "accounts/fireworks/models/nemotron-nano-v2-12b-vl" | "accounts/fireworks/models/nous-capybara-7b-v1p9" | "accounts/fireworks/models/nous-hermes-2-mixtral-8x7b-dpo" | "accounts/fireworks/models/nous-hermes-2-yi-34b" | "accounts/fireworks/models/nous-hermes-llama2-13b" | "accounts/fireworks/models/nous-hermes-llama2-70b" | "accounts/fireworks/models/nous-hermes-llama2-7b" | "accounts/fireworks/models/nvidia-nemotron-nano-12b-v2" | "accounts/fireworks/models/nvidia-nemotron-nano-9b-v2" | "accounts/fireworks/models/openchat-3p5-0106-7b" | "accounts/fireworks/models/openhermes-2-mistral-7b" | "accounts/fireworks/models/openhermes-2p5-mistral-7b" | "accounts/fireworks/models/openorca-7b" | "accounts/fireworks/models/phi-2-3b" | "accounts/fireworks/models/phi-3-mini-128k-instruct" | "accounts/fireworks/models/phi-3-vision-128k-instruct" | "accounts/fireworks/models/phind-code-llama-34b-python-v1" | "accounts/fireworks/models/phind-code-llama-34b-v1" | "accounts/fireworks/models/phind-code-llama-34b-v2" | "accounts/fireworks/models/playground-v2-1024px-aesthetic" | "accounts/fireworks/models/playground-v2-5-1024px-aesthetic" | "accounts/fireworks/models/pythia-12b" | "accounts/fireworks/models/qwen-qwq-32b-preview" | "accounts/fireworks/models/qwen-v2p5-14b-instruct" | "accounts/fireworks/models/qwen-v2p5-7b" | "accounts/fireworks/models/qwen1p5-72b-chat" | "accounts/fireworks/models/qwen2-72b-instruct" | "accounts/fireworks/models/qwen2-7b-instruct" | "accounts/fireworks/models/qwen2-vl-2b-instruct" | "accounts/fireworks/models/qwen2-vl-72b-instruct" | "accounts/fireworks/models/qwen2-vl-7b-instruct" | "accounts/fireworks/models/qwen2p5-0p5b-instruct" | "accounts/fireworks/models/qwen2p5-14b" | "accounts/fireworks/models/qwen2p5-1p5b-instruct" | "accounts/fireworks/models/qwen2p5-32b" | "accounts/fireworks/models/qwen2p5-32b-instruct" | "accounts/fireworks/models/qwen2p5-72b" | "accounts/fireworks/models/qwen2p5-72b-instruct" | "accounts/fireworks/models/qwen2p5-7b-instruct" | "accounts/fireworks/models/qwen2p5-coder-0p5b" | "accounts/fireworks/models/qwen2p5-coder-0p5b-instruct" | "accounts/fireworks/models/qwen2p5-coder-14b" | "accounts/fireworks/models/qwen2p5-coder-14b-instruct" | "accounts/fireworks/models/qwen2p5-coder-1p5b" | "accounts/fireworks/models/qwen2p5-coder-1p5b-instruct" | "accounts/fireworks/models/qwen2p5-coder-32b" | "accounts/fireworks/models/qwen2p5-coder-32b-instruct" | "accounts/fireworks/models/qwen2p5-coder-32b-instruct-128k" | "accounts/fireworks/models/qwen2p5-coder-32b-instruct-32k-rope" | "accounts/fireworks/models/qwen2p5-coder-32b-instruct-64k" | "accounts/fireworks/models/qwen2p5-coder-3b" | "accounts/fireworks/models/qwen2p5-coder-3b-instruct" | "accounts/fireworks/models/qwen2p5-coder-7b" | "accounts/fireworks/models/qwen2p5-coder-7b-instruct" | "accounts/fireworks/models/qwen2p5-math-72b-instruct" | "accounts/fireworks/models/qwen2p5-vl-32b-instruct" | "accounts/fireworks/models/qwen2p5-vl-3b-instruct" | "accounts/fireworks/models/qwen2p5-vl-72b-instruct" | "accounts/fireworks/models/qwen2p5-vl-7b-instruct" | "accounts/fireworks/models/qwen3-0p6b" | "accounts/fireworks/models/qwen3-14b" | "accounts/fireworks/models/qwen3-1p7b" | "accounts/fireworks/models/qwen3-1p7b-fp8-draft" | "accounts/fireworks/models/qwen3-1p7b-fp8-draft-131072" | "accounts/fireworks/models/qwen3-1p7b-fp8-draft-40960" | "accounts/fireworks/models/qwen3-235b-a22b" | "accounts/fireworks/models/qwen3-235b-a22b-instruct-2507" | "accounts/fireworks/models/qwen3-30b-a3b" | "accounts/fireworks/models/qwen3-30b-a3b-instruct-2507" | "accounts/fireworks/models/qwen3-30b-a3b-thinking-2507" | "accounts/fireworks/models/qwen3-32b" | "accounts/fireworks/models/qwen3-4b" | "accounts/fireworks/models/qwen3-4b-instruct-2507" | "accounts/fireworks/models/qwen3-8b" | "accounts/fireworks/models/qwen3-coder-30b-a3b-instruct" | "accounts/fireworks/models/qwen3-coder-480b-a35b-instruct" | "accounts/fireworks/models/qwen3-coder-480b-instruct-bf16" | "accounts/fireworks/models/qwen3-embedding-0p6b" | "accounts/fireworks/models/qwen3-embedding-4b" | "accounts/fireworks/models/qwen3-embedding-8b" | "accounts/fireworks/models/qwen3-next-80b-a3b-instruct" | "accounts/fireworks/models/qwen3-next-80b-a3b-thinking" | "accounts/fireworks/models/qwen3-omni-30b-a3b-instruct" | "accounts/fireworks/models/qwen3-reranker-0p6b" | "accounts/fireworks/models/qwen3-reranker-4b" | "accounts/fireworks/models/qwen3-reranker-8b" | "accounts/fireworks/models/qwen3-vl-235b-a22b-instruct" | "accounts/fireworks/models/qwen3-vl-235b-a22b-thinking" | "accounts/fireworks/models/qwen3-vl-30b-a3b-instruct" | "accounts/fireworks/models/qwen3-vl-30b-a3b-thinking" | "accounts/fireworks/models/qwen3-vl-32b-instruct" | "accounts/fireworks/models/qwen3-vl-8b-instruct" | "accounts/fireworks/models/qwq-32b" | "accounts/fireworks/models/rolm-ocr" | "accounts/fireworks/models/seed-oss-36b-instruct" | "accounts/fireworks/models/snorkel-mistral-7b-pairrm-dpo" | "accounts/fireworks/models/stable-diffusion-xl-1024-v1-0" | "accounts/fireworks/models/stablecode-3b" | "accounts/fireworks/models/starcoder-16b" | "accounts/fireworks/models/starcoder-7b" | "accounts/fireworks/models/starcoder2-15b" | "accounts/fireworks/models/starcoder2-3b" | "accounts/fireworks/models/starcoder2-7b" | "accounts/fireworks/models/toppy-m-7b" | "accounts/fireworks/models/whisper-v3" | "accounts/fireworks/models/whisper-v3-turbo" | "accounts/fireworks/models/yi-34b-200k-capybara" | "accounts/fireworks/models/zephyr-7b-beta" | "chronos-hermes-13b-v-2" | "code-gemma-2b" | "code-gemma-7b" | "code-llama-13b" | "code-llama-13b-instruct" | "code-llama-13b-python" | "code-llama-34b" | "code-llama-34b-instruct" | "code-llama-34b-python" | "code-llama-70b" | "code-llama-70b-instruct" | "code-llama-70b-python" | "code-llama-7b" | "code-llama-7b-instruct" | "code-llama-7b-python" | "code-qwen-1-5-7b" | "cogito-v-1-preview-llama-3b" | "cogito-v-1-preview-llama-70b" | "cogito-v-1-preview-llama-8b" | "cogito-v-1-preview-qwen-14b" | "cogito-v-1-preview-qwen-32b" | "dbrx-instruct" | "deep-seek-coder-1-3b-base" | "deep-seek-coder-33b-instruct" | "deep-seek-coder-7b-base" | "deep-seek-coder-7b-base-v-1-5" | "deep-seek-coder-7b-instruct-v-1-5" | "deep-seek-coder-v2-lite-base" | "deep-seek-prover-v2" | "deep-seek-r1-(basic)" | "deep-seek-r1-(fast)" | "deep-seek-r1-0528-distill-qwen-3-8b" | "deep-seek-v2-5" | "deepseek-r1-05-28" | "deepseek-v3-03-24" | "devstral-small-2505" | "dobby-mini-unhinged-plus-llama-3-1-8b" | "dobby-unhinged-llama-3-3-70b" | "dolphin-2-6-mixtral-8-x-7-b" | "dolphin-2-9-2-qwen-2-72b" | "fire-function-v1" | "fire-function-v2" | "fire-l-la-va-13b" | "firesearch-ocr-v6" | "flux-1-[dev]" | "flux-1-[dev]-control-net" | "flux-1-[dev]-fp8" | "flux-1-[schnell]" | "flux-1-[schnell]-fp8" | "flux-1-kontext-max" | "flux-1-kontext-pro" | "gemma-2-9b-instruct" | "gemma-2b-instruct" | "gemma-3-27b-instruct" | "gemma-7b" | "gemma-7b-instruct" | "hermes-2-pro-mistral-7b" | "intern-vl-3-38b" | "japanese-stable-diffusion-xl" | "l-la-va-v1-6-yi-34b" | "llama-2-13b" | "llama-2-13b-chat" | "llama-2-70b" | "llama-2-70b-chat" | "llama-2-7b" | "llama-2-7b-chat" | "llama-3-1-405b-instruct" | "llama-3-1-405b-instruct-long" | "llama-3-1-70b-instruct" | "llama-3-1-70b-instruct-1b" | "llama-3-1-8b-instruct" | "llama-3-1-nemotron-70b" | "llama-3-2-11b-vision-instruct" | "llama-3-2-90b-vision-instruct" | "llama-3-70b-instruct" | "llama-3-70b-instruct-(hf-version)" | "llama-3-8b" | "llama-3-8b-instruct" | "llama-3-8b-instruct-(hf-version)" | "llama-4-maverick-instruct-(basic)" | "llama-4-scout-instruct-(basic)" | "llama-guard-3-8b" | "llama-guard-7b" | "llama-guard-v-2-8b" | "llama-guard-v-3-1b" | "mistal-7b-instruct-v0-1" | "mistral-7b" | "mistral-7b-instruct-v-0-2" | "mistral-7b-open-orca" | "mistral-7b-v-0-2" | "mistral-nemo-base-2407" | "mistral-nemo-instruct-2407" | "mistral-small-24b-instruct-2501" | "mixtral-8-x-7-b-v-0-1" | "mixtral-mo-e-8-x-22-b-instruct" | "mixtral-mo-e-8-x-7-b-instruct" | "mixtral-mo-e-8-x-7-b-instruct-(hf-version)" | "mixtral-moe-8-x-22-b" | "mytho-max-l2-13b" | "nous-capybara-7b-v1-9" | "nous-hermes-2-yi-34b" | "nous-hermes-llama-2-13b" | "nous-hermes-llama-2-70b" | "nous-hermes-llama-2-7b" | "nouse-capybara-34b-v1-9" | "nouse-hermes-2-mixtral-8-x-7-b-dpo" | "open-chat-3-5-0106" | "open-hermes-2-5-mistral-7b" | "open-hermes-2-mistral-7b" | "phi-2-3b" | "phi-3-5-vision-instruct" | "phi-3-mini-128-k-instruct" | "phind-code-llama-34b-python-v-1" | "phind-code-llama-34b-v-1" | "phind-code-llama-34b-v-2" | "playground-v-2-1024" | "playground-v-2-5-1024" | "pythia-12b" | "qwen-1-5-72b-chat" | "qwen-2-5-14b" | "qwen-2-5-72b" | "qwen-2-5-coder-0-5b" | "qwen-2-5-coder-0-5b-instruct" | "qwen-2-5-coder-1-5b" | "qwen-2-5-coder-14b" | "qwen-2-5-coder-32b" | "qwen-2-5-coder-32b-instruct-128k" | "qwen-2-5-coder-32b-instruct-32k-ro-pe" | "qwen-2-5-coder-32b-instruct-64-k" | "qwen-2-5-coder-3b" | "qwen-2-5-coder-3b-instruct" | "qwen-2-5-coder-7b" | "qwen-2-5-math-72b-instruct" | "qwen-2-72b-instruct" | "qwen-2-vl-72b-instruct" | "qwen-3-1-7b-fp-8-model-used-for-drafting" | "qwen-3-1-7b-fp-8-model-used-for-drafting-for-131072-context" | "qwen-3-1-7b-fp-8-model-used-for-drafting-for-40960-context-length" | "qwen-qwq-32b-preview" | "qwq-32b" | "rolm-ocr" | "segmind-stable-diffusion-1b-(ssd-1b)" | "snorkel-mistral-pair-rm-dpo" | "stable-code-3b" | "stable-diffusion-xl" | "star-coder-16b" | "star-coder-2-15b" | "star-coder-2-3b" | "star-coder-2-7b" | "star-coder-7b" | "streaming-asr" | "toppy-m-7b" | "whisper-v3-large" | "whisper-v3-turbo" | "yi-34b" | "yi-34b-chat" | "yi-6b" | "yi-large" | "zephyr-7b-beta";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for GitHub Copilot.
3
+ */
4
+ type ModelName = "claude-sonnet-3-5" | "claude-sonnet-3-7-thinking" | "gemini-2-0-flash" | "gemini-2-5-pro" | "gemini-3-flash" | "gemini-3-pro" | "gpt-4-1" | "gpt-5" | "gpt-5-1" | "gpt-5-1-codex" | "gpt-5-1-codex-max" | "gpt-5-1-codex-mini" | "gpt-5-2" | "gpt-5-codex" | "gpt-5-mini" | "grok-code-fast-1" | "o-3" | "o-4-mini" | "raptor-mini";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for GitHub Models.
3
+ */
4
+ type ModelName = "about-github-models" | "ask-copilot-open" | "ask-copilot-select" | "github-models" | "optimizing-your-ai-powered-app-with-github-models" | "prototyping-with-ai-models" | "use-github-models";
5
+
6
+ export type { ModelName as default };
File without changes
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Union type of all model IDs for Google Partner.
3
+ */
4
+ type ModelName = "claude-3-5-haiku" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v-2" | "claude-3-7-sonnet" | "claude-3-haiku" | "codestral-(25-01)" | "codestral-2" | "jamba-1-5-large" | "jamba-1-5-mini" | "mistral-large-(24-11)" | "mistral-medium-3" | "mistral-ocr-(25-05)" | "mistral-small-3-1-(25-03)" | "safety-classifiers" | "web-search";
5
+
6
+ export type { ModelName as default };
File without changes