fix: update Mistral model metadata for mistral-small-latest#688
Open
github-actions[bot] wants to merge 1 commit into
Open
fix: update Mistral model metadata for mistral-small-latest#688github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: update Mistral model metadata for mistral-small-latest
Closes #681
Source issue: #681
Summary
mistral-small-latestmistral-small-latest2
Verified metadata
Verification notes
Verification
Sources and fields verified
input_cost_per_mil_tokens(0.1),output_cost_per_mil_tokens(0.3). This is the canonical pricing page and takes precedence over model card launch pricing.max_input_tokens(262144 from "256k context window"),multimodal(true — vision/OCR capabilities documented).mistral-small-latestalias resolves tomistral-small-2603(Mistral Small 4, v26.03).Fields not published or not applicable
max_output_tokens: Mistral documentation does not publish a separate max output token limit for this model. The model card only states "256k context window" without separating input vs output. The existingmistral-small-2603snapshot entry in the catalog also omitsmax_output_tokens. Omitted from the spec rather than guessed.input_cache_read_cost_per_mil_tokens,input_cache_write_cost_per_mil_tokens: Not published by Mistral for this model.reasoning,reasoning_budget: The model card describes reasoning capabilities but Mistral does not expose a thinking/reasoning token budget via the API in the same way as other providers. Omitted.Pricing discrepancy with original issue body
The original issue body cited $0.15/$0.60 from the model card page. However, the Mistral pricing page (mistral.ai/pricing) — the canonical reference for current API pricing — lists $0.1/$0.3. The model card likely reflects launch pricing that was subsequently reduced. The pricing page value ($0.1/$0.3) is used.
Cross-check against sync_models (LiteLLM)
max_input_tokensmistral/mistral-small-latestinput_cost_per_mil_tokensmistral/mistral-small-latestoutput_cost_per_mil_tokensmistral/mistral-small-latestmax_output_tokensmistral/mistral-small-latestsync_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.