AIx network is live 80+ models

Every model.
One intelligent API.

The OpenAI-compatible infrastructure layer for production AI. Access the world’s best models, route every request for price and uptime, and settle everything through one wallet.

No subscription OpenAI-compatible Pay per use
AIx OrchestratorRouting visualization
LIVE
POST /v1/chat/completions req_8f2a
LIVE TRACEROUTE HEALTH
Request authenticated12 ms
Best healthy route selectededge-01
Streaming response$0.0041
AIX NETWORKGlobalOne unified endpoint
ROUTING STRATEGYREADYFailover armed
Built for teams shipping AI at scale
80+MODELS
24/7ORCHESTRATION
5MODALITIES
1UNIFIED API
ONE API ACROSS THE AI STACK
01Reasoning02Coding03Vision04Image05Speech06Embeddings07Agents
01 / PLATFORM

Infrastructure that thinks
before every request.

One elegant control plane between your product and the entire model economy. Less plumbing. More shipping.

INTELLIGENT ROUTING

Always find the best path.

AIx evaluates availability and cost, then sends each call through the right healthy route—with failover ready.

ONE WALLET

Every model. One balance.

No invoices scattered across vendors. Add credits once and pay for exact usage across the platform.

DROP-IN COMPATIBLE

Change two lines.
Keep everything else.

api.openai.com/v1 +api.aix.theaimart.co/v1 +api_key="tam_••••"
Migration guide
PRIVATE BY DESIGN

Your prompts stay yours.

We meter usage, not ideas. Prompts and model responses are never stored.

Data policy
STREAMING NATIVE

First token, fast.

True token-by-token SSE for responsive products and agents.

238ms
02 / MODEL UNIVERSE

Frontier and open.
Side by side.

Pick the model that fits the task—not the vendor contract.

AIx MODEL NETWORK 80+ AVAILABLE
03 · Multimodal + MORE
New models appear without a redeployGET /v1/models
04 / THE AIX DIFFERENCE

The infrastructure layer
your product deserves.

AIx turns a fragmented model landscape into one focused production surface—simple to integrate, resilient by design and precise to operate.

05 / QUICKSTART

From zero to first token
in under five minutes.

Use the SDK you already know. AIx is designed to disappear into your stack.

  1. 01
    Create your keyGenerate a scoped key from the dashboard.
  2. 02
    Point your SDKReplace the base URL and API key.
  3. 03
    Call any modelChat, image, speech, embeddings and more.
Read the quickstart
first_request.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.aix.theaimart.co/v1",
    api_key="tam_your_key",
)

response = client.chat.completions.create(
    model="deepseek-ai/DeepSeek-V3.2",
    messages=[{
        "role": "user",
        "content": "Build something remarkable."
    }],
    stream=True,
)
200 OKAIx edge · 238ms$0.0041
06 / PRICING

Radically simple.
Precise to the token.

Zero subscriptions. Zero idle commitments. One prepaid balance that settles against actual measured usage.

PLATFORM FEE
$0/ month

Pay only when your product makes a call.

  • No minimum spend
  • Automatic usage settlement
  • One wallet across every model
Add credits
POPULAR MODELSPAY-AS-YOU-GO
DeepSeek V3.1Chat · 1M tokens
$2.00
Llama 3.3 70BChat · 1M tokens
$0.75
Claude 4 SonnetChat · 1M tokens
$23.00
FLUX 1.1 ProImage · each
$0.80
Live pricing across 80+ modelsView catalog →
07 / FAQ

Everything you need.
Nothing hidden.

Still deciding? The docs go deeper into routing, billing and migration.

Visit documentation
01What is theaimart AIx?

theaimart AIx is one OpenAI-compatible API for 80+ chat, image, speech and embedding models. It intelligently orchestrates requests, handles failover and bills usage from one prepaid wallet.

02Can I use my existing OpenAI code?

Yes. Keep the OpenAI SDK and change only the base URL and API key. Your existing integration can call any compatible model published in the live AIx catalog.

03How does pricing work?

There is no subscription or minimum commitment. Add prepaid credits and pay only for measured usage. Each request is estimated, settled against actual usage and any difference is returned to your balance.

04What happens if a route becomes unhealthy?

AIx continuously evaluates route health and can fail over automatically. Your application stays connected to one endpoint instead of carrying infrastructure-specific recovery logic.

05Do you store prompts or responses?

No. AIx records operational metadata such as model, token or unit counts, cost and timestamp. Prompts and model responses are not stored, and API keys are stored hashed.

THE MODEL ECONOMY, UNIFIED

Build what’s next.
We’ll handle the models.

One key. One endpoint. Every model worth building with.

Get your API key Read the docs
No subscription · Pay per use · Start in minutes