@anolilab/ai-model-registry 1.4.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/LICENSE.md +8 -13
  3. package/MIGRATION.md +474 -0
  4. package/README.md +94 -49
  5. package/dist/index.d.ts +16 -16
  6. package/dist/index.js +1 -3
  7. package/dist/packem_chunks/alibaba.js +1 -0
  8. package/dist/packem_chunks/amazon-bedrock.js +1 -0
  9. package/dist/packem_chunks/anthropic.js +1 -0
  10. package/dist/packem_chunks/api.js +75 -0
  11. package/dist/packem_chunks/azure-open-ai.js +1 -0
  12. package/dist/packem_chunks/cerebras.js +1 -0
  13. package/dist/packem_chunks/chutes.js +1 -0
  14. package/dist/packem_chunks/cloudflare.js +3 -0
  15. package/dist/packem_chunks/deep-infra.js +1 -0
  16. package/dist/packem_chunks/deep-seek.js +1 -0
  17. package/dist/packem_chunks/fireworks-ai.js +1 -0
  18. package/dist/packem_chunks/git-hub-copilot.js +1 -0
  19. package/dist/packem_chunks/git-hub-models.js +1 -0
  20. package/dist/packem_chunks/google-partner.js +1 -0
  21. package/dist/packem_chunks/google-vertex.js +1 -0
  22. package/dist/packem_chunks/google.js +1 -0
  23. package/dist/packem_chunks/groq.js +1 -0
  24. package/dist/packem_chunks/hugging-face.js +1 -0
  25. package/dist/packem_chunks/inception.js +1 -0
  26. package/dist/packem_chunks/inference.js +1 -0
  27. package/dist/packem_chunks/meta.js +1 -0
  28. package/dist/packem_chunks/mistral.js +1 -0
  29. package/dist/packem_chunks/model-scope.js +1 -0
  30. package/dist/packem_chunks/morph.js +1 -0
  31. package/dist/packem_chunks/open-ai.js +1 -0
  32. package/dist/packem_chunks/open-router.js +1 -0
  33. package/dist/packem_chunks/providers.js +1 -0
  34. package/dist/packem_chunks/requesty.js +73 -0
  35. package/dist/packem_chunks/together-ai.js +1 -0
  36. package/dist/packem_chunks/upstage.js +1 -0
  37. package/dist/packem_chunks/v0.js +1 -0
  38. package/dist/packem_chunks/venice.js +1 -0
  39. package/dist/packem_chunks/vercel.js +1 -0
  40. package/dist/packem_chunks/weights-_-biases.js +1 -0
  41. package/dist/packem_chunks/xai.js +1 -0
  42. package/dist/schema.d.ts +1 -1
  43. package/dist/schema.js +1 -1
  44. package/dist/types/alibaba.d.ts +6 -0
  45. package/dist/types/alibaba.js +0 -0
  46. package/dist/types/amazon-bedrock.d.ts +6 -0
  47. package/dist/types/amazon-bedrock.js +0 -0
  48. package/dist/types/anthropic.d.ts +6 -0
  49. package/dist/types/anthropic.js +0 -0
  50. package/dist/types/azure-open-ai.d.ts +6 -0
  51. package/dist/types/azure-open-ai.js +0 -0
  52. package/dist/types/cerebras.d.ts +6 -0
  53. package/dist/types/cerebras.js +0 -0
  54. package/dist/types/chutes.d.ts +6 -0
  55. package/dist/types/chutes.js +0 -0
  56. package/dist/types/cloudflare.d.ts +6 -0
  57. package/dist/types/cloudflare.js +0 -0
  58. package/dist/types/deep-infra.d.ts +6 -0
  59. package/dist/types/deep-infra.js +0 -0
  60. package/dist/types/deep-seek.d.ts +6 -0
  61. package/dist/types/deep-seek.js +0 -0
  62. package/dist/types/fireworks-ai.d.ts +6 -0
  63. package/dist/types/fireworks-ai.js +0 -0
  64. package/dist/types/git-hub-copilot.d.ts +6 -0
  65. package/dist/types/git-hub-copilot.js +0 -0
  66. package/dist/types/git-hub-models.d.ts +6 -0
  67. package/dist/types/git-hub-models.js +0 -0
  68. package/dist/types/google-partner.d.ts +6 -0
  69. package/dist/types/google-partner.js +0 -0
  70. package/dist/types/google-vertex.d.ts +6 -0
  71. package/dist/types/google-vertex.js +0 -0
  72. package/dist/types/google.d.ts +6 -0
  73. package/dist/types/google.js +0 -0
  74. package/dist/types/groq.d.ts +6 -0
  75. package/dist/types/groq.js +0 -0
  76. package/dist/types/hugging-face.d.ts +6 -0
  77. package/dist/types/hugging-face.js +0 -0
  78. package/dist/types/inception.d.ts +6 -0
  79. package/dist/types/inception.js +0 -0
  80. package/dist/types/inference.d.ts +6 -0
  81. package/dist/types/inference.js +0 -0
  82. package/dist/types/meta.d.ts +6 -0
  83. package/dist/types/meta.js +0 -0
  84. package/dist/types/mistral.d.ts +6 -0
  85. package/dist/types/mistral.js +0 -0
  86. package/dist/types/model-scope.d.ts +6 -0
  87. package/dist/types/model-scope.js +0 -0
  88. package/dist/types/morph.d.ts +6 -0
  89. package/dist/types/morph.js +0 -0
  90. package/dist/types/open-ai.d.ts +6 -0
  91. package/dist/types/open-ai.js +0 -0
  92. package/dist/types/open-router.d.ts +6 -0
  93. package/dist/types/open-router.js +0 -0
  94. package/dist/types/providers.d.ts +11 -0
  95. package/dist/types/providers.js +1 -0
  96. package/dist/types/requesty.d.ts +6 -0
  97. package/dist/types/requesty.js +0 -0
  98. package/dist/types/together-ai.d.ts +6 -0
  99. package/dist/types/together-ai.js +0 -0
  100. package/dist/types/upstage.d.ts +6 -0
  101. package/dist/types/upstage.js +0 -0
  102. package/dist/types/v0.d.ts +6 -0
  103. package/dist/types/v0.js +0 -0
  104. package/dist/types/venice.d.ts +6 -0
  105. package/dist/types/venice.js +0 -0
  106. package/dist/types/vercel.d.ts +6 -0
  107. package/dist/types/vercel.js +0 -0
  108. package/dist/types/weights-_-biases.d.ts +6 -0
  109. package/dist/types/weights-_-biases.js +0 -0
  110. package/dist/types/xai.d.ts +6 -0
  111. package/dist/types/xai.js +0 -0
  112. package/package.json +6 -1
  113. package/public/alibaba.json +326 -0
  114. package/public/amazon-bedrock.json +2141 -0
  115. package/public/anthropic.json +396 -0
  116. package/public/api.json +13504 -3
  117. package/public/azure-open-ai.json +332 -0
  118. package/public/cerebras.json +288 -0
  119. package/public/chutes.json +3220 -0
  120. package/public/cloudflare.json +3094 -0
  121. package/public/deep-infra.json +956 -0
  122. package/public/deep-seek.json +46 -0
  123. package/public/fireworks-ai.json +14486 -0
  124. package/public/git-hub-copilot.json +676 -0
  125. package/public/git-hub-models.json +256 -0
  126. package/public/google-partner.json +536 -0
  127. package/public/google-vertex.json +1376 -0
  128. package/public/google.json +536 -0
  129. package/public/groq.json +882 -0
  130. package/public/hugging-face.json +1096 -0
  131. package/public/inception.json +81 -0
  132. package/public/inference.json +291 -0
  133. package/public/meta.json +151 -0
  134. package/public/mistral.json +2181 -0
  135. package/public/model-scope.json +37839 -0
  136. package/public/morph.json +46 -0
  137. package/public/open-ai.json +606 -0
  138. package/public/open-router.json +15341 -0
  139. package/public/providers.json +43 -0
  140. package/public/requesty.json +13757 -0
  141. package/public/together-ai.json +641 -0
  142. package/public/upstage.json +606 -0
  143. package/public/v0.json +431 -0
  144. package/public/venice.json +501 -0
  145. package/public/vercel.json +4071 -0
  146. package/public/weights-&-biases.json +551 -0
  147. package/public/xai.json +256 -0
@@ -0,0 +1 @@
1
+ var t={description:"AI Models API - Models from GitHub Copilot",lastUpdated:"2026-01-10T23:24:47.803Z",provider:"GitHub Copilot",totalModels:19,version:"0.0.0-development"},e=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"claude-sonnet-3-5",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude Sonnet 3.5",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-03-04",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"claude-sonnet-3-7-thinking",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude Sonnet 3.7 Thinking",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!0,releaseDate:"2024-11-21",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-0-flash",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.0 Flash",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-05-14",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-pro",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Pro",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-12-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-3-flash",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 3 Flash",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-02-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-3-pro",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 3 Pro",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-02-29",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.06},extendedThinking:!1,id:"gpt-4-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-4.1",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-12-01",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5.1",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-1-codex",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5.1-Codex",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-1-codex-max",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5.1-Codex-Max",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-1-codex-mini",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5.1-Codex-Mini",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5.2",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-codex",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5-Codex",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.00125,inputCacheHit:null,output:.01},extendedThinking:!1,id:"gpt-5-mini",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"GPT-5 mini",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"grok-code-fast-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Grok Code Fast 1",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.002,inputCacheHit:null,output:.008},extendedThinking:!1,id:"o-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"o3",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:"2024-02-29",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:.0011,inputCacheHit:null,output:.0044},extendedThinking:!1,id:"o-4-mini",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"o4-mini",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"githubcopilot"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"raptor-mini",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Raptor mini",openWeights:!1,provider:"GitHub Copilot",providerDoc:"https://docs.github.com/en/copilot/reference/ai-models/supported-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-copilot",providerModelsDevId:"github-copilot",providerNpm:"@ai-sdk/github-copilot",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"githubcopilot"}];const o={metadata:t,models:e};export{o as default,t as metadata,e as models};
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from GitHub Models",lastUpdated:"2026-01-10T23:24:47.803Z",provider:"GitHub Models",totalModels:7,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"about-github-models",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"about-github-models",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ask-copilot-open",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"askCopilotOpen",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ask-copilot-select",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"askCopilotSelect",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"github-models",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"github-models",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"optimizing-your-ai-powered-app-with-github-models",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"optimizing-your-ai-powered-app-with-github-models",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"prototyping-with-ai-models",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"prototyping-with-ai-models",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"use-github-models",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"use-github-models",openWeights:!1,provider:"GitHub Models",providerDoc:"https://docs.github.com/en/github-models",providerEnv:["GITHUB_TOKEN"],providerId:"git-hub-models",providerModelsDevId:"github-models",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"github"}];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 Google Partner",lastUpdated:"2026-01-10T23:24:47.804Z",provider:"Google Partner",totalModels:15,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"jamba-1-5-large",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Jamba 1.5 Large",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/ai21/jamba-1-5-large",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-ai21-labs",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"jamba-1-5-mini",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Jamba 1.5 Mini",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/ai21/jamba-1-5-mini",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-ai21-labs",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"claude-3-5-haiku",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude 3.5 Haiku",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/haiku-3-5",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"claude-3-5-sonnet",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Claude 3.5 Sonnet",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/sonnet-3-5",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"claude-3-5-sonnet-v-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Claude 3.5 Sonnet v2",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/sonnet-3-5-v2",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"claude-3-7-sonnet",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Claude 3.7 Sonnet",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/sonnet-3-7",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"claude-3-haiku",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Claude 3 Haiku",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/haiku-3",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"safety-classifiers",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Safety classifiers",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/safety",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"web-search",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Web search",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude/web-search",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-claude",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-(25-01)",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral (25.01)",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/codestral-2501",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-2",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral 2",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/codestral-2",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-(24-11)",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Large (24.11)",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/mistral-large",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:"2024-11-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-medium-3",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Medium 3",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/mistral-medium-3",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-ocr-(25-05)",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral OCR (25.05)",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/mistral-ocr",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"google"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3-1-(25-03)",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3.1 (25.03)",openWeights:!1,provider:"Google Partner",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/mistral/mistral-small-3-1",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-partner/google-vertex-mistral-ai",providerModelsDevId:"google-vertex-partner",providerNpm:"@ai-sdk/google-vertex",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"google"}];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 Google Vertex",lastUpdated:"2026-01-10T23:24:47.803Z",provider:"Google Vertex",totalModels:39,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"code-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"CodeGemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"embeddings-for-text",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Embeddings for Text",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash-image",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash Image",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash-with-gemini-live-api",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash with Gemini Live API",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-3-pro-image",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Gemini 3 Pro Image",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:7e-5,inputCacheHit:null,output:7e-5},extendedThinking:!1,id:"gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 2",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 3",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemma-3-n",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemma 3n",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-3-for-editing-and-customization",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 3 for Editing and Customization",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-3-for-fast-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 3 for Fast Generation",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-3-for-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 3 for Generation",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-3-for-generation-001",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 3 for Generation 001",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-3-for-generation-002",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 3 for Generation 002",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-4-for-fast-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 4 for Fast Generation",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-4-for-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 4 for Generation",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-4-for-ultra-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen 4 for Ultra Generation",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-for-captioning-&-vqa",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen for Captioning & VQA",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"imagen-product-recontext-on-vertex-ai",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["image","video"]},name:"Imagen product recontext on Vertex AI",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"med-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"MedGemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"multimodal-embeddings",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Multimodal Embeddings",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pali-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"PaliGemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"shield-gemma-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"ShieldGemma 2",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"t-5-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"T5Gemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"tx-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"TxGemma",openWeights:!0,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 2",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-2-experimental",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 2 Experimental",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-2-generate",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 2 Generate",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-2-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 2 Preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-1-fast",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3.1 Fast",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-1-fast-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3.1 Fast preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-1-generate",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3.1 Generate",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-1-generate-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3.1 Generate preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-fast",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3 Fast",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-fast-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3 Fast preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-generate",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3 Generate",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-generate-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3 Generate preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"veo-3-preview",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["image","video"]},name:"Veo 3 preview",openWeights:!1,provider:"Google Vertex",providerDoc:"https://cloud.google.com/vertex-ai/generative-ai/docs/models",providerEnv:["GOOGLE_VERTEX_PROJECT","GOOGLE_VERTEX_LOCATION","GOOGLE_APPLICATION_CREDENTIALS"],providerId:"google-vertex",providerModelsDevId:"google-vertex",providerNpm:"@ai-sdk/google-vertex",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"vertexai"}];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 Google",lastUpdated:"2026-01-10T23:24:47.803Z",provider:"Google",totalModels:15,version:"0.0.0-development"},l=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-1-5-flash",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 1.5 Flash",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-1-5-flash-8b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 1.5 Flash-8B",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-1-5-pro",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 1.5 Pro",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-0-flash-lite",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.0 Flash-Lite",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-0-flash-preview-image-generation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.0 Flash Preview Image Generation",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash-lite",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash-Lite",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash-native-audio",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash Native Audio",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-flash-preview-tts",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Flash Preview TTS",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-2-5-pro-preview-tts",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gemini 2.5 Pro Preview TTS",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-api-card-width",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"--gemini-api-card-width",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-api-elevation-1-dp",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"--gemini-api-elevation-1dp",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-api-elevation-3-dp",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"--gemini-api-elevation-3dp",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-api-model-font",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"--gemini-api-model-font",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gemini-api-table-font-color",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"--gemini-api-table-font-color",openWeights:!1,provider:"Google",providerDoc:"https://ai.google.dev/models",providerEnv:["GOOGLE_API_KEY"],providerId:"google",providerModelsDevId:"google",providerNpm:"@ai-sdk/google",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"google"}];const t={metadata:e,models:l};export{t as default,e as metadata,l as models};
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from Groq",lastUpdated:"2026-01-10T23:24:47.802Z",provider:"Groq",totalModels:24,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"whisper",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","audio"],output:["text","audio"]},name:"Whisper",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq",audioGeneration:!0,description:"Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitasking model that can perform multilingual speech recognition, speech translation, and language identification.",structuredOutputs:!0,supportsStructuredOutput:!0,supportsTools:!0},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"canopy",knowledge:null,lastUpdated:null,limit:{context:4e3,output:5e4},modalities:{input:["text"],output:["text"]},name:"Canopy",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!0,id:"compound",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"Compound",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!0,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"compound-beta",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"compound-beta",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"compound-beta-mini",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"compound-beta-mini",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:75e-5,inputCacheHit:null,output:99e-5},extendedThinking:!1,id:"deepseek-r-1-distill-llama-70-b",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"deepseek-r1-distill-llama-70b",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:"2025-01-23",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:.075,inputCacheHit:null,output:.3},extendedThinking:!1,id:"gpt",knowledge:null,lastUpdated:null,limit:{context:131072,output:65536},modalities:{input:["text"],output:["text"]},name:"GPT",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:1,inputCacheHit:null,output:3},extendedThinking:!1,id:"kimi",knowledge:null,lastUpdated:null,limit:{context:262144,output:16384},modalities:{input:["text"],output:["text"]},name:"Kimi",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:.03,inputCacheHit:null,output:.03},extendedThinking:!1,id:"llama",knowledge:null,lastUpdated:null,limit:{context:512,output:512},modalities:{input:["text"],output:["text"]},name:"Llama",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:5e-5,inputCacheHit:null,output:8e-5},extendedThinking:!1,id:"llama-3-1-8-b-instant",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"llama-3.1-8b-instant",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:59e-5,inputCacheHit:null,output:79e-5},extendedThinking:!1,id:"llama-3-3-70-b-versatile",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"llama-3.3-70b-versatile",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:2e-4,inputCacheHit:null,output:6e-4},extendedThinking:!1,id:"meta-llama-llama-4-maverick-17-b-128-e-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"meta-llama/llama-4-maverick-17b-128e-instruct",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:11e-5,inputCacheHit:null,output:34e-5},extendedThinking:!1,id:"meta-llama-llama-4-scout-17-b-16-e-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"meta-llama/llama-4-scout-17b-16e-instruct",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:2e-4,inputCacheHit:null,output:2e-4},extendedThinking:!1,id:"meta-llama-llama-guard-4-12-b",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"meta-llama/llama-guard-4-12b",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama-llama-prompt-guard-2-22-m",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"meta-llama/llama-prompt-guard-2-22m",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"meta-llama-llama-prompt-guard-2-86-m",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"meta-llama/llama-prompt-guard-2-86m",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:.001,inputCacheHit:null,output:.003},extendedThinking:!1,id:"moonshotai-kimi-k-2-instruct",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"moonshotai/kimi-k2-instruct",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:15e-5,inputCacheHit:null,output:75e-5},extendedThinking:!1,id:"openai-gpt-oss-120-b",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"openai/gpt-oss-120b",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq",description:"Efficient Mixture-of-Experts model designed for high-reasoning, agentic and general-purpose use cases"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:5e-4},extendedThinking:!1,id:"openai-gpt-oss-20-b",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"openai/gpt-oss-20b",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:"2025-08-05",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq",description:"Lower latency Mixture-of-Experts model trained on OpenAI’s Harmony response format with reasoning capabilities"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"playai-tts",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"playai-tts",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"playai-tts-arabic",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"playai-tts-arabic",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:.04,inputCacheHit:null,output:.04},extendedThinking:!1,id:"prompt",knowledge:null,lastUpdated:null,limit:{context:512,output:512},modalities:{input:["text"],output:["text"]},name:"Prompt",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:29e-5,inputCacheHit:null,output:59e-5},extendedThinking:!1,id:"qwen-qwen-3-32-b",knowledge:null,lastUpdated:null,limit:{context:131072,output:8192},modalities:{input:["text"],output:["text"]},name:"qwen/qwen3-32b",openWeights:!1,preview:!1,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"},{attachment:!1,cost:{input:.075,inputCacheHit:null,output:.3},extendedThinking:!1,id:"safety",knowledge:null,lastUpdated:null,limit:{context:131072,output:65536},modalities:{input:["text"],output:["text"]},name:"Safety",openWeights:!1,preview:!0,provider:"Groq",providerDoc:"https://console.groq.com/docs/models",providerEnv:["GROQ_API_KEY"],providerId:"groq",providerModelsDevId:"groq",providerNpm:"@ai-sdk/groq",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"groq"}];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 Hugging Face",lastUpdated:"2026-01-10T23:24:47.804Z",provider:"Hugging Face",totalModels:31,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"amazon-chronos-t-5-small",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"amazon/chronos-t5-small",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"babelscape-rebel-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Babelscape/rebel-large",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"context-labs-meta-llama-llama-3-2-3b-instruct-fp16",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"context-labs/meta-llama-Llama-3.2-3B-Instruct-FP16",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"distilbert-distilgpt-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"distilbert/distilgpt2",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"dphn-dolphin-2-9-1-yi-1-5-34-b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"dphn/dolphin-2.9.1-yi-1.5-34b",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"facebook-bart-large-cnn",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"facebook/bart-large-cnn",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"facebook-opt-125-m",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"facebook/opt-125m",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"gensyn-qwen-2-5-0-5b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Gensyn/Qwen2.5-0.5B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google-gemma-3-1-b-it",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"google/gemma-3-1b-it",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google-t-5-gemma-b-b-prefixlm",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"google/t5gemma-b-b-prefixlm",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"google-t-5-t-5-small",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"google-t5/t5-small",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:2e-5,inputCacheHit:null,output:2e-5},extendedThinking:!1,id:"meta-llama-llama-3-2-1b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"meta-llama/Llama-3.2-1B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai-community-gpt-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"openai-community/gpt2",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"openai-community-gpt-2-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"openai-community/gpt2-large",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-1-5b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen2.5-1.5B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-32b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen2.5-32B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-3b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen2.5-3B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"qwen-qwen-2-5-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen2.5-7B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:"2024-10-16",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-coder-0-5b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen2.5-Coder-0.5B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-vl-3b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen/Qwen2.5-VL-3B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-2-5-vl-7b-instruct",knowledge:null,lastUpdated:null,limit:{context:32768,output:null},modalities:{input:["text","image"],output:["text"]},name:"Qwen/Qwen2.5-VL-7B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:"2024-08-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-3-0-6b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-0.6B",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-3-1-7b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-1.7B",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"qwen-qwen-3-4b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-4B",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-3-4b-base",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-4B-Base",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-3-4b-instruct-2507",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-4B-Instruct-2507",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:35e-6,inputCacheHit:null,output:138e-6},extendedThinking:!1,id:"qwen-qwen-3-8b",knowledge:null,lastUpdated:null,limit:{context:128e3,output:2e4},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-8B",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:"2025-04-28",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"qwen-qwen-3-embedding-0-6b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-Embedding-0.6B",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:1e-4,inputCacheHit:null,output:8e-4},extendedThinking:!1,id:"qwen-qwen-3-next-80b-a3b-instruct",knowledge:null,lastUpdated:null,limit:{context:262144,output:null},modalities:{input:["text"],output:["text"]},name:"Qwen/Qwen3-Next-80B-A3B-Instruct",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:"2025-09-11",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"unslothai-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"unslothai/1",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"huggingface"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"vikhyatk-moondream-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"vikhyatk/moondream2",openWeights:!0,provider:"Hugging Face",providerDoc:"https://huggingface.co/docs",providerEnv:["HUGGINGFACE_API_KEY"],providerId:"hugging-face",providerModelsDevId:"huggingface",providerNpm:"@ai-sdk/huggingface",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"huggingface"}];const n={metadata:e,models:t};export{n as default,e as metadata,t as models};
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from inception",lastUpdated:"2026-01-10T23:24:47.804Z",provider:"inception",totalModels:2,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:.25,inputCacheHit:.25,output:1},extendedThinking:!1,id:"mercury",knowledge:"2023-10",lastUpdated:"2025-07-31",limit:{context:128e3,output:16384},modalities:{input:["text"],output:["text"]},name:"Mercury",openWeights:!1,provider:"inception",providerDoc:"https://platform.inceptionlabs.ai/docs",providerEnv:["INCEPTION_API_KEY"],providerId:"inception",providerModelsDevId:"inception",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-06-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"inception"},{attachment:!1,cost:{input:.25,inputCacheHit:.25,output:1},extendedThinking:!1,id:"mercury-coder",knowledge:"2023-10",lastUpdated:"2025-07-31",limit:{context:128e3,output:16384},modalities:{input:["text"],output:["text"]},name:"Mercury Coder",openWeights:!1,provider:"inception",providerDoc:"https://platform.inceptionlabs.ai/docs",providerEnv:["INCEPTION_API_KEY"],providerId:"inception",providerModelsDevId:"inception",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:"2025-02-26",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"inception"}];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 Inference",lastUpdated:"2026-01-10T23:24:47.804Z",provider:"Inference",totalModels:8,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:.002,inputCacheHit:null,output:.01},extendedThinking:!1,id:"2-vision",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"2-Vision",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!0,icon:"inference"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"3-gemma",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"3Gemma",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"id-meta-fp-16-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IDMetaFP16Llama",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"id-meta-fp-8-fp-16-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IDMetaFP8FP16Llama",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"id-meta-fp-8-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IDMetaFP8Llama",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"id-mistral-fp-8-mistral",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"IDMistralFP8Mistral",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"instruct-llama",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"InstructLlama",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"instruct-mistral-ne-mo-12b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"InstructMistral-NeMo-12B-Instruct",openWeights:!1,provider:"Inference",providerDoc:"https://inference.net/models",providerEnv:["INFERENCE_API_KEY"],providerId:"inference",providerModelsDevId:"inference",providerNpm:"@ai-sdk/openai-compatible",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"inference"}];const n={metadata:e,models:t};export{n as default,e as metadata,t as models};
@@ -0,0 +1 @@
1
+ var e={description:"AI Models API - Models from Meta",lastUpdated:"2026-01-10T23:24:47.804Z",provider:"Meta",totalModels:4,version:"0.0.0-development"},t=[{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"llama-4-maverick-17b-128e-instruct-fp8",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Cerebras-Llama-4-Maverick-17B-128E-Instruct (Preview)",openWeights:!0,provider:"Meta",providerDoc:"https://llama.meta.com/llama/",providerEnv:["META_API_KEY"],providerId:"meta/cerebras",providerModelsDevId:"meta",providerNpm:"@ai-sdk/meta",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"meta"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"llama-4-scout-17b-16e-instruct-fp8",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Cerebras-Llama-4-Scout-17B-16E-Instruct (Preview)",openWeights:!0,provider:"Meta",providerDoc:"https://llama.meta.com/llama/",providerEnv:["META_API_KEY"],providerId:"meta/cerebras",providerModelsDevId:"meta",providerNpm:"@ai-sdk/meta",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"meta"},{attachment:!1,cost:{input:45e-5,inputCacheHit:null,output:45e-5},extendedThinking:!1,id:"llama-3_3-70b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.3-70B-Instruct",openWeights:!0,provider:"Meta",providerDoc:"https://llama.meta.com/llama/",providerEnv:["META_API_KEY"],providerId:"meta",providerModelsDevId:"meta",providerNpm:"@ai-sdk/meta",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"meta"},{attachment:!1,cost:{input:0,inputCacheHit:null,output:0},extendedThinking:!1,id:"llama-3_3-8b-instruct",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Llama-3.3-8B-Instruct",openWeights:!0,provider:"Meta",providerDoc:"https://llama.meta.com/llama/",providerEnv:["META_API_KEY"],providerId:"meta",providerModelsDevId:"meta",providerNpm:"@ai-sdk/meta",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"meta"}];const a={metadata:e,models:t};export{a as default,e as metadata,t as models};
@@ -0,0 +1 @@
1
+ var t={description:"AI Models API - Models from Mistral",lastUpdated:"2026-01-10T23:24:47.804Z",provider:"Mistral",totalModels:62,version:"0.0.0-development"},e=[{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-2405",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral 2405",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-2501",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral 2501",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-2508",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral 2508",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-embed",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral Embed",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-mamba",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral Mamba",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-mamba-7b-↗",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral Mamba 7B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:.3,inputCacheHit:null,output:.9},extendedThinking:!1,id:"codestral-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Codestral ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"devstral-medium",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral Medium",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"devstral-small-1",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral Small 1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"devstral-small-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral Small 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"devstral-small-1-1",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Devstral Small 1.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-medium-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Medium 1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-medium-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Medium 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-medium-1-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Medium 1.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-medium-1-1-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Medium 1.1 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-small-1",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Small 1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-small-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Small 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-small-1-1",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Small 1.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"magistral-small-1-1-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Magistral Small 1.1 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mathstral-7b",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mathstral 7B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mathstral-7b-↗",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mathstral 7B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ministral-3b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Ministral 3B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ministral-3b-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Ministral 3B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ministral-8b",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Ministral 8B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ministral-8b-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Ministral 8B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-7b-↗",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral 7B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-embed",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Embed",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-2402",knowledge:null,lastUpdated:null,limit:{context:2402,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 2402",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-2407",knowledge:null,lastUpdated:null,limit:{context:131072,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 2407",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:"2024-11-19",streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-2-0-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 2.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-large-2-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Mistral Large 2.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-medium-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:23,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Medium 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-medium-2312",knowledge:null,lastUpdated:null,limit:{context:2312,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Medium 2312",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-medium-3-1",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Medium 3.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-moderation",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Moderation",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-nemo-12b",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Nemo 12B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-next-↗",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Next ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-ocr-2503",knowledge:null,lastUpdated:null,limit:{context:2503,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral OCR 2503",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-ocr-2505",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral OCR 2505",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-saba-2502",knowledge:null,lastUpdated:null,limit:{context:2502,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Saba 2502",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-saba-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Saba ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:"2025-02-17",streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-1-0-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 1.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-2",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 2",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-2402",knowledge:null,lastUpdated:null,limit:{context:2402,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 2402",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-2-0-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 2.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3-0-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3.0 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3-1",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3.1",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3-1-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3.1 ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:3e-4,inputCacheHit:null,output:3e-4},extendedThinking:!1,id:"mistral-small-3-2",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mistral Small 3.2",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-8-x-22-b",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x22B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-8-x-22-b-↗",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x22B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-8-x-7-b",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x7B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"mixtral-8-x-7-b-↗",knowledge:null,lastUpdated:null,limit:{context:0,output:null},modalities:{input:["text"],output:["text"]},name:"Mixtral 8x7B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"ocr-↗",knowledge:null,lastUpdated:null,limit:{context:25,output:null},modalities:{input:["text"],output:["text"]},name:"OCR ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pixtral-12b",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Pixtral 12B",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pixtral-12b-↗",knowledge:null,lastUpdated:null,limit:{context:24,output:null},modalities:{input:["text"],output:["text"]},name:"Pixtral 12B ↗",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"pixtral-large",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text","image"],output:["text"]},name:"Pixtral Large",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!0,vision:!0,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voxtral-mini",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Voxtral Mini",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voxtral-mini-transcribe",knowledge:null,lastUpdated:null,limit:{context:null,output:null},modalities:{input:["text"],output:["text"]},name:"Voxtral Mini Transcribe",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"},{attachment:!1,cost:{input:null,inputCacheHit:null,output:null},extendedThinking:!1,id:"voxtral-small",knowledge:null,lastUpdated:null,limit:{context:2,output:null},modalities:{input:["text"],output:["text"]},name:"Voxtral Small",openWeights:!1,provider:"Mistral",providerDoc:"https://docs.mistral.ai/getting-started/models/",providerEnv:["MISTRAL_API_KEY"],providerId:"mistral",providerModelsDevId:"mistral",providerNpm:"@ai-sdk/mistral",reasoning:!1,releaseDate:null,streamingSupported:!0,temperature:!0,toolCall:!1,vision:!1,icon:"mistral"}];const l={metadata:t,models:e};export{l as default,t as metadata,e as models};