Llama 4 Maverick (NIM)

Model ID: meta/llama-4-maverick-17b-128e-instruct Provider: nvidia-nim Tier: paid plans Capabilities: chat

Meta Llama 4 Maverick 17B 128E served on NVIDIA NIM free endpoints.

Access

Available on paid plans. Call it through the Riven API:

curl https://api.rivenai.io/v1/chat/completions \
  -H "Authorization: Bearer $RIVEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "meta/llama-4-maverick-17b-128e-instruct", "messages": [{"role": "user", "content": "Hello"}]}'

Generated from the live Riven gateway catalog, 2026-07-25.