Production-ready AI access

One clean API
for every model.

Build with a familiar OpenAI-compatible API, keep one balance, and choose the model that fits each task without changing your integration.

  • OpenAI-compatible
  • One account balance
  • AUD checkout
Request preview Ready
POST /v1/chat/completions
model= your-model
routing= standard
stream= true
200 response accepted
JSON

Use the SDK and request shape your team already knows.

01

Integrate once

Point your client at one endpoint and keep the familiar OpenAI request format.

02

Choose per task

Use the provider that suits the workload without rebuilding your application.

03

Fund in AUD

Add credit at checkout. Payment details and the reference are shown with your order.

A short route to your first response

Make the connection. Then keep building.

No proprietary client to learn. Start with your existing tools and change the model name when the job changes.

  1. 01

    Create an account

    Set up your workspace and generate an API key from the console.

  2. 02

    Set your base URL

    Use the NovaX API endpoint where you already configure your OpenAI client.

  3. 03

    Select a model

    Choose a model per request, then review pricing whenever you need a different capability.

Configuration

Use the client you already have

Python
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"}]
)
OpenAI-compatible request format

Model access

Select for the work in front of you.

Browse live pricing

OpenAI

General-purpose intelligence

  • ReasoningComplex analysis
  • FastEfficient tasks

Anthropic

Long-form and nuanced work

  • Long contextDeep reading
  • FastQuick responses

Google

Fast multimodal workflows

  • MultimodalMixed inputs
  • FlashHigh-throughput work

Add API credit

Fund exactly what you need.

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.

A$50

50 API credits selected

Your amount is confirmed before payment.

Built for daily use

Start simple. Keep your options open.

One integration for the models your product needs today and the ones you choose tomorrow.