Meta API Pricing, Models & Rate Limits (2026)
Meta serves its proprietary Muse Spark family through a first-party, OpenAI-compatible Model API — a break from the open-weight Llama models it previously shipped for third-party hosts like Groq. It offers two pricing tiers on the same model: a private Standard tier, and a Contributor tier priced up to 95% lower in exchange for Meta training on your inputs and outputs.
Also known as: Muse, Meta AI.
How much does the Meta API cost?
Meta API pricing is usage-based and varies by model and token volume. Use the current model table and provider documentation to estimate a workload before committing to production.
For cross-provider quota units and fixed-workload capacity, see the LLM API rate-limit comparison; this page remains the authoritative owner for Meta provider facts.
Meta product vs API
Meta consumer access and API billing are separate surfaces; check the provider documentation for current account terms.
Three decisions unique to Meta
Meta current-model price mechanics
| Current model | Input | Cached input | Output | Batch | Verified |
|---|---|---|---|---|---|
| Muse Spark 1.3 Contributor | $0.100/M | Unavailable — no model cache rate | $0.200/M | Unavailable | 2026-08-14 |
| Muse Spark 1.3 | $1.250/M | Unavailable — no model cache rate | $4.250/M | Unavailable | 2026-08-14 |
Messages API vs OpenAI compatibility map
| Choice | Decision rule | Evidence |
|---|---|---|
| Billing | ChatGPT plan never includes API credits | Separate metered API account |
| Input/cached/output | Token prices are model rows | Use calculator for workload totals |
| Limits/auth | Per-account token-based rate limits; the Contributor tier is additionally rate-limited by tokens · Bearer API key | Verify before production |
Adoption map: what is documented versus unavailable
| Dimension | Recorded value | Decision consequence |
|---|
Verified 2026-08-14. dated provider pricing/source →
Meta model pricing
Compare Meta models by input, output, and blended token cost below.
| Model | Input /M | Output /M | Blended /M |
|---|---|---|---|
| Muse Spark 1.3 Contributor | $0.10 | $0.20 | $0.13 |
| Muse Spark 1.3 | $1.25 | $4.25 | $2.00 |
Pricing values are registry-backed and were most recently verified on 2026-08-14. Sources: https://ai.meta.com/pricing. Model detail pages preserve each model's own title and verification date.
* Blended comparison assumes 3 input tokens for every output token; it is not the provider's billing unit.
Meta API pricing and setup
Best for
Related Meta pages
Meta implementation details
Verified 2026-08-14 against source.
Meta publishes its current authentication, limits, and data-handling details in the linked documentation.
| OpenAI-compatible | Yes |
| API base URL | https://api.meta.ai/v1 |
| Auth model | Bearer API key |
| Prompt caching | Not documented |
| Batch discount | Not documented |
| Free tier | No free tier |
| Free-tier limits | No published free tier for the Model API; the Contributor tier is a steep discount, not a free tier. |
| Free-tier expiry | Not published |
| Rate-limit model | Per-account token-based rate limits; the Contributor tier is additionally rate-limited by tokens |
| Data residency | Not documented |
| Trains on API data | Not documented |
| SLA published | No |
Switching to and from Meta
Calling Meta through All AI Ask
curl https://allaiask.com/api/v1/chat \
-H "Authorization: Bearer $ALLAIASK_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "muse-spark-1.3-contributor", "messages": [{"role": "user", "content": "Hello"}]}'FAQ
Is Meta OpenAI-compatible?
Yes — Meta's API base (https://api.meta.ai/v1) accepts the OpenAI SDK request/response shape, so existing OpenAI client code works with a base-URL and key swap.
Does Meta support prompt caching?
Not documented as of 2026-08-14 — we did not find a published prompt-caching feature for Meta. If that changes, this page updates.
Does Meta have a free tier?
No free tier is published as of 2026-08-14. No published free tier for the Model API; the Contributor tier is a steep discount, not a free tier.
How much does the Meta API cost?
Current Meta models range from $0.13 to $2.00 per million blended tokens (3:1 input:output). Full per-model pricing is in the table below.
Where is Meta API data hosted?
Not documented as of 2026-08-14 — no published data-residency commitment found for Meta.
