Developers
Nexa API
Use Nexa models in your products with keys, SDKs, and OpenAI-compatible endpoints.
API surface
Models
Fast, Think, and Deep Think endpoints.
Pricing
Usage-based tiers aligned with chat plans.
Examples
curl, Python, and TypeScript samples.
SDKs
Official client libraries and OpenAI-compatible routes.
curl https://api.nexa.ai/v1/chat/completions \
-H "Authorization: Bearer $NEXA_API_KEY" \
-d '{"model":"nexa-fast","messages":[{"role":"user","content":"Hello"}]}'
Nexa AI