Skip to content

[BOT ISSUE] Mistral: mistral-medium-latest has stale pricing and limits (still shows Medium 3 instead of Medium 3.5) #802

Description

@github-actions

Summary

The mistral-medium-latest alias in the catalog still reflects Mistral Medium 3 pricing and limits ($0.40/$2.00, 131k context, displayName "Mistral Medium 3"). Since Mistral deprecated both Medium 3 (mistral-medium-2505) and Medium 3.1 (mistral-medium-2508) on May 22, 2026, the mistral-medium-latest alias now resolves to Mistral Medium 3.5, which has significantly different pricing ($1.50/$7.50) and a 256k context window.

The catalog already has a correct mistral-medium-3.5 entry at $1.50/$7.50 with 256k context — this issue is specifically about the stale mistral-medium-latest alias entry.

Current catalog entry (stale)

"mistral-medium-latest": {
  "format": "openai",
  "flavor": "chat",
  "multimodal": true,
  "input_cost_per_mil_tokens": 0.4,
  "output_cost_per_mil_tokens": 2,
  "displayName": "Mistral Medium 3",
  "max_input_tokens": 131072,
  "max_output_tokens": 131072,
  "available_providers": ["mistral"]
}

Expected values

Field Current (stale) Expected Source
input_cost_per_mil_tokens 0.4 1.5 Mistral pricing page
output_cost_per_mil_tokens 2 7.5 Mistral pricing page
displayName "Mistral Medium 3" "Mistral Medium 3.5" Mistral changelog
max_input_tokens 131072 256000 Mistral Medium 3.5 model card

Evidence

  1. Mistral pricing page: Mistral Medium 3.5 is listed at $1.50/M input, $7.50/M output.
  2. Mistral changelog: "We released Mistral Medium 3.5 (mistral-medium-3-5)" — April 28, 2026.
  3. Mistral deprecation: Both mistral-medium-2505 (Medium 3) and mistral-medium-2508 (Medium 3.1) were deprecated on May 22, 2026, with retirement date August 31, 2026. The successor is Mistral Medium 3.5.

Verification

  1. Cross-source: Pricing confirmed on Mistral pricing page. Alias resolution confirmed by changelog (Medium 3.5 released) + deprecation notice (predecessors deprecated May 22). The existing mistral-medium-3.5 entry in the catalog also confirms the correct $1.50/$7.50 pricing.
  2. Recent commits: No commit in the past 14 days touches mistral-medium-latest pricing. No existing BOT ISSUE covers this alias.
  3. ID format match: mistral-medium-latest already exists in the catalog; this is a field update, not a new model.
{
  "provider": "mistral",
  "type": "stale_pricing",
  "models": [
    {
      "id": "mistral-medium-latest",
      "fields": {
        "input_cost_per_mil_tokens": 1.5,
        "output_cost_per_mil_tokens": 7.5,
        "displayName": "Mistral Medium 3.5",
        "max_input_tokens": 256000
      }
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions