The gateway speaks the OpenAI wire format — point any OpenAI SDK at it.
nvai_…).https://api.neviri.ai/v1 and send your key as a bearer token.curl https://api.neviri.ai/v1/chat/completions \
-H "Authorization: Bearer $NEVIRI_AI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "neviri/flagship-chat",
"messages": [{ "role": "user", "content": "Hello, Neviri." }]
}'Streaming, embeddings, error codes and per-language SDK guides arrive with the gateway release.