LOCK
HTTPie with Meridian
Use HTTPie to send chat completion requests directly to the Meridian API. Authenticate with your bearer token and stream responses from any model.
Terminal
http POST meridian.getnimbus.net/api/v1/chat/completions
Authorization:'Bearer xxx'
model=meridian-1
messages:'[{"role":"user","content":"Hello"}]'Replace xxx with your Meridian API key from the API keys dashboard.
Pipe through jq or use --stream for streaming responses.