AI infrastructure, simplified OpenAI compatible

One AI Gateway for every model

Route requests through one OpenAI-compatible endpoint. Track usage, control credits, manage limits, and keep your AI costs predictable.

Free model included No credit card required Set up in under 2 minutes
from openai import OpenAI

client = OpenAI(
    base_url="https://ai.ixdm.co.id/v1",
    api_key="sk-ixdm-xxxxxxxx"
)

response = client.chat.completions.create(
    model="deepseek-chat",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)
METRICS

Built for scale

Real-time usage from production AI workloads routed through the platform.

12551806132
Tokens In
95507747
Tokens Out
209092
Total Requests
19
Providers
CAPABILITIES

Everything you need to ship AI features

One endpoint, production-grade routing. The router handles the hard parts so your integration stays simple.

Multi-provider routing

Route each model to the best upstream provider. Switch or add providers without touching your code.

Real-time streaming

Full SSE streaming support, fully OpenAI-compatible. Token-by-token responses with zero extra setup.

Automatic retries & cooldown

Failed upstreams are retried and temporarily cooled down, so transient provider errors stay invisible to your app.

Usage monitoring

Track tokens, requests, and per-key activity in real time from the dashboard, with full request logs.

Credit spend control

Assign credit aliases per user, meter usage against a balance, and keep AI costs predictable per account.

Per-key rate limits

Issue scoped API keys with their own request rates. Revoke or regenerate any key instantly.

HOW IT WORKS

3 Steps, Start Building

From signup to AI-powered development in just a few minutes.

STEP 01

Sign Up & Generate an API Key

Create an account, generate an API key from the dashboard, and start using the service in seconds.

  • Create an account in seconds
  • Generate an API key from the dashboard
  • Free model credits assigned on signup
STEP 02

Set Up Your Favorite Tool

Paste the Base URL and API key into the tool you already use.

base_url: https://ai.ixdm.co.id/v1
  • Works with OpenAI SDK
  • Claude Code, VS Code, Cursor
STEP 03

Start Building

Use your favorite models through one endpoint. Switch providers without changing integration.

  • 8+ providers, one API
  • Real-time usage monitoring
  • Streaming & retries built-in
MODELS

Frontier models, one endpoint

Call the latest models from every major provider through a single OpenAI-compatible API.

freemimo-v2-5
See all models in docs →

Works with the tools you use

Drop the router into the AI coding tools you already run every day.

Claude Code
OpenCode
VS Code
Factory CLI
Cursor
Continue.dev
Setup guides for Cursor, OpenCode & Hermes →
PRICING

Pay only for what you use

Usage is metered against a credit balance with transparent per-model pricing. No subscriptions, no surprises.

1

Top up credits

Your account carries a credit balance. New accounts start with a free model alias assigned automatically.

2

Per-model pricing

Each model is a credit alias with its own input and output rate. You only pay for the models you actually call.

3

Pay per token

Every request deducts credits based on the tokens used. Watch your balance and history in real time.

How credits work →

FAQ

Is it compatible with the OpenAI SDK?

Yes. The router exposes OpenAI-compatible /v1/chat/completions endpoint, so most SDKs work by changing only the base URL and key.

What model names should I use?

Use model aliases such as "deepseek-chat", "gpt-4o", or "claude-sonnet-4". See /docs#models for the full list.

How do credits work?

Each account has a credit balance. Models are sold as credit aliases — you must be assigned an alias to use its slug. Each request deducts credits based on per-model pricing. See /docs#credits for details.

How do rate limits work?

Each API key has a per-minute request rate. User accounts also use a credit balance for model access and usage. See /docs#limits for details.

How do I control access and spend?

Issue API keys from the dashboard. Monitor consumption and review request logs in real time.

Ready to route your first request?

Sign up free, grab an API key, and point your favorite tool at one endpoint.

Start Free → View docs