Add Tempr's Mistral models - #7698
Open
chrissalomon wants to merge 1 commit into
Open
chrissalomon wants to merge 1 commit into
chrissalomon wants to merge 1 commit into
Conversation
The 9 models Mistral currently serves that Tempr reaches: Large 3, Medium 3.5 and Small 4 under their dated ids and -latest aliases, its hosted GLM-5.2 and GLM-5.3 (base_model zhipuai), and mistral-embed, with the missing models/mistral lab file for it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Follow-up to #7638 (Tempr as a provider) and #7674 (Tempr's Google models): Tempr's Mistral models, 9 in total. Tempr addresses them as
mistral/<id>.Only models Mistral currently serves (checked against Mistral's model page on 2026-09-21): Mistral Large 3, Medium 3.5 and Small 4 (dated ids and
-latestaliases), the GLM-5.2 and GLM-5.3 that Mistral hosts (base_modelpoints atzhipuai/), andmistral-embed. Left out:codestral-latestand theministral-*-latestaliases, whose catalog entries still describe the retired models they used to point at;The entries:
base_modelpoints at each lab entry with Mistral's own pricing, since it's the same model on the caller's own key.reasoning_optionsare what Tempr'sGET /v1/modelsreports, and each file's leading comment lists the fields a caller sets. Reasoning docs: https://temprhq.io/docs/gateway-chat-completions#reasoningLab file:
mistral-embedhad nomodels/mistral/entry, so this adds one, copied fromproviders/mistralwithout the pricing. Embeddings docs: https://temprhq.io/docs/gateway-embeddingsbun validatepasses with this branch merged onto current dev.🤖 Generated with Claude Code