Developers

Nexa API

Use Nexa models in your products with keys, SDKs, and OpenAI-compatible endpoints.

API surface

curl https://api.nexa.ai/v1/chat/completions \
  -H "Authorization: Bearer $NEXA_API_KEY" \
  -d '{"model":"nexa-fast","messages":[{"role":"user","content":"Hello"}]}'