Available Models

AI Models

Currently available model for the Noxyai API platform

supernoxy.v1

Default Intelligent Model

Model Identifier

supernoxy.v1

Capabilities

  • Intelligent Web Search: Searches, analyzes, and summarizes information from multiple sources
  • Live Weather Data: Real-time weather information for any location
  • Cryptocurrency Prices: Live Bitcoin, Ethereum, and Dogecoin prices
  • Time & Location: Current time and IP geolocation information
  • General Q&A: Conversational AI for general questions

Usage Example

curl -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?" } ] }'

Pricing

0.10 credits per API call regardless of complexity or response length.

Invalid Model Error

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

Ready to start building with Noxyai?