docs(providers): add Meta Model API provider page - #525
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
Contributor
Author
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 6279483. Configure here.
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.
Adds a provider page for the Meta Model API (
meta/route,muse-spark-1.1), which ships in BerriAI/litellm#32701. That PR pointsprovider_endpoints_support.jsonat https://docs.litellm.ai/docs/providers/meta, so this page makes that link resolveThe page follows the structure of the existing Meta Llama page: required env vars (
META_API_KEY, optionalMETA_API_BASE), supported model and modalities, SDK usage for non-streaming, streaming,reasoning_effort(minimalthroughxhigh) and function calling, plus proxy config with OpenAI SDK, LiteLLM SDK and cURL examples. The sidebar entry sits alphabetically next toproviders/meta_llamaNote
Low Risk
Documentation and navigation only; no runtime or API behavior changes.
Overview
Adds a new Meta Model API docs page at
docs/providers/metaso links from the main LiteLLM repo (e.g.provider_endpoints_support.json) resolve after themeta/provider lands.The page documents the
meta/route,META_API_KEY/ optionalMETA_API_BASE,muse-spark-1.1, and SDK examples for completions, streaming,reasoning_effort, and function calling, plus LiteLLM Proxy setup with OpenAI SDK, LiteLLM SDK, and cURL tabs.sidebars.jsregistersproviders/metain the providers list immediately beforeproviders/meta_llama.Reviewed by Cursor Bugbot for commit 6279483. Bugbot is set up for automated code reviews on this repo. Configure here.