Llama 4 Scout 17B Instruct (16E) is a mixture-of-experts (MoE) language model developed by Meta, activating 17 billion parameters out of a total of 109B.
curl https://conduit-api.bifrostapi.net/v1/chat/completions \
-H "Authorization: Bearer ck-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"llama-4-scout","messages":[{"role":"user","content":"Hello!"}]}'→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.
Auth, billing & streaming → Quickstart