curl https://aiapi-pro.com/v1/chat/completions \
-H "Authorization: Bearer nvai-YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"qwen3.8-max","messages":[{"role":"user","content":"Hello"}]}'
Get Free API Key →
All models are OpenAI-compatible. Just change the base URL and API key.
See documentation for more details.