All models
MetaReady now
Muse Glimmer 30B
A 30B endpoint for creative generation, drafting, and general-purpose assistant workloads.
Context length—
GPU requirementNot published
Concurrency—
API model IDMuse-Glimmer-30B
Input pricing$0.30 → $0.15 / 1M50% discount
Output pricing$1.20 → $0.60 / 1M50% discount
Cached input pricing$0.04 → $0.02 / 1M50% discount
Recommended use cases
Where this model fits.
Supported features
Ready for production.
OpenAI compatible
Scale to zero
API example
Use the interface you already know.
Every published text endpoint uses an OpenAI-compatible request surface.
curl
curl https://api.inferx.com/v1/chat/completions \
-H "Authorization: Bearer $INFERX_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "Muse-Glimmer-30B", "messages": [...] }'