Currently available model for the Noxyai API platform
Default Intelligent Model
supernoxy.v1curl -X POST https://dev.noxyai.com/v1/chat/completions \
-H "Authorization: Bearer nox_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "supernoxy.v1",
"messages": [
{
"role": "user",
"content": "What is the weather in London?"
}
]
}'0.10 credits per API call regardless of complexity or response length.
If you receive an error about an invalid or unsupported model name, please ensure you are using:
"model": "supernoxy.v1"For a list of available models, visit: https://dev.noxyai.com/models