feat: add Cohere, Perplexity, and Meta providers#42
Merged
Conversation
Add Cohere (8 Command models), Perplexity (4 Sonar models), and Meta Llama (4 models) to the catalog. Also expand Alibaba Qwen from 1 to 8 models, add the missing OpenAI reasoning models (gpt-5.3-codex, gpt-5.4-pro, gpt-5.4-nano, gpt-5.5-pro, o3-pro, plus pro subscription variants), add MiniMax M3, and add the prompt_mode reasoning control to the Magistral models. Every parameter is verified against the provider's official API reference.
|
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.
💭 Why
Several current providers and models people look up were missing. Cohere, Perplexity, and Meta had logos but no entries, Alibaba had only one Qwen model, and a few current OpenAI reasoning models plus MiniMax M3 weren't covered.
✨ What changed
meta.svglogo.prompt_modereasoning control.📝 Notes
Catalog grows 142 to 174 models. validate, typecheck, lint, tests, guard:params, and build pass locally. Every parameter is verified against the provider's official API reference. A few choices worth a reviewer's eye:
extra_body.chat_template_kwargs.enable_thinkingpath for consistency with the qwen3.5 entry.