Skip to content

Commit 141b6c6

Browse files
fix: add Mistral models mistral-medium-2508 (#512)
fix: add Mistral models mistral-medium-2508 Closes #510 Source issue: #510 **Summary** | Field | Value | | --- | --- | | Provider | mistral | | Primary model | mistral-medium-2508 | | Changed models | `mistral-medium-2508` | | Added models | `mistral-medium-2508` | | Updated models | None | | Verification sources | [1](https://docs.mistral.ai/models/model-cards/mistral-medium-3-1-25-08)<br>[2](https://docs.mistral.ai/models/overview) | **Verified metadata** | Model | Display name | Parent | Providers | Format | Flavor | Token limits | Pricing | Lifecycle | | --- | --- | --- | --- | --- | --- | --- | --- | --- | | mistral-medium-2508 | Mistral Medium 3.1 (2508) | mistral-medium-latest | mistral | openai | chat | input=128000, output=not provided | in/out=0.4/2 per 1M | parent=mistral-medium-latest; multimodal=true | **Verification notes** _No LLM verification step ran — model metadata was already complete in the issue._ **sync_models vs proposed update** sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review. | Model | Field | Proposed update | sync_models | sync_models source models | | --- | --- | --- | --- | --- | | mistral-medium-2508 | catalog entry | present | missing | None | Co-authored-by: cpinn <4450689+cpinn@users.noreply.github.com> Co-authored-by: Caitlin Pinn <caitlin.pinn@gmail.com>
1 parent 60eb1cd commit 141b6c6

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

packages/proxy/schema/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ export const AvailableEndpointTypes: { [name: string]: ModelEndpointType[] } = {
607607
"grok-2-1212": ["xAI"],
608608
"grok-vision-beta": ["xAI"],
609609
"grok-beta": ["xAI"],
610+
"mistral-medium-2508": ["mistral"],
610611
"deepseek-ai/DeepSeek-V4-Pro": ["together"],
611612
"Qwen/Qwen3.5-397B-A17B": ["together"],
612613
"accounts/fireworks/models/deepseek-v4-pro": ["fireworks"],

packages/proxy/schema/model_list.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5297,6 +5297,19 @@
52975297
"mistral"
52985298
]
52995299
},
5300+
"mistral-medium-2508": {
5301+
"format": "openai",
5302+
"flavor": "chat",
5303+
"multimodal": true,
5304+
"input_cost_per_mil_tokens": 0.4,
5305+
"output_cost_per_mil_tokens": 2,
5306+
"displayName": "Mistral Medium (2508)",
5307+
"parent": "mistral-medium-latest",
5308+
"max_input_tokens": 128000,
5309+
"available_providers": [
5310+
"mistral"
5311+
]
5312+
},
53005313
"accounts/fireworks/models/kimi-k2p5": {
53015314
"format": "openai",
53025315
"flavor": "chat",

0 commit comments

Comments
 (0)