Integrate once
Point your client at one endpoint and keep the familiar OpenAI request format.
Production-ready AI access
Build with a familiar OpenAI-compatible API, keep one balance, and choose the model that fits each task without changing your integration.
your-modelstandardtrueUse the SDK and request shape your team already knows.
Point your client at one endpoint and keep the familiar OpenAI request format.
Use the provider that suits the workload without rebuilding your application.
Add credit at checkout. Payment details and the reference are shown with your order.
A short route to your first response
No proprietary client to learn. Start with your existing tools and change the model name when the job changes.
Set up your workspace and generate an API key from the console.
Use the NovaX API endpoint where you already configure your OpenAI client.
Choose a model per request, then review pricing whenever you need a different capability.
Configuration
from openai import OpenAI
client = OpenAI(
base_url="https://novaxapi.com/v1",
api_key="sk-your-api-key"
)
response = client.chat.completions.create(
model="openai-model",
messages=[{"role": "user", "content": "Hello"}]
)Model access
General-purpose intelligence
ReasoningComplex analysisFastEfficient tasksLong-form and nuanced work
Long contextDeep readingFastQuick responsesFast multimodal workflows
MultimodalMixed inputsFlashHigh-throughput workAdd API credit
Choose an amount, continue to checkout, then use the payment method available for your order. Credits are added after payment confirmation.
For PayID or bank transfer, use the payment reference shown with your order.
50 API credits selected
Your amount is confirmed before payment.
Built for daily use
One integration for the models your product needs today and the ones you choose tomorrow.