⚡ OpenAI-Compatible API Gateway

Access Premium AI Models at Unbeatable Prices

GPT-4o, Claude Opus, Claude Sonnet, o1, o3 — all through a single API endpoint. Pay a flat monthly fee, get generous weekly credits.

Simple, Transparent Pricing

Choose a plan. All plans include access to premium AI models.

Starter
Rp150K/month
  • $50/week credit allowance
  • All premium models (GPT-4o, Claude, o1)
  • Up to 5 API keys
  • Usage dashboard
  • Weekly credit reset
  • Email support
Get Started

Why Abati AI?

OpenAI Compatible

Drop-in replacement. Works with any app or library that supports the OpenAI format.

🤖

Premium Models

GPT-4o, Claude Opus 4.6, Claude Sonnet 4, o1, o3-mini — one endpoint.

💰

Flat Pricing

No per-token billing surprises. Flat monthly fee with generous weekly credits.

📊

Usage Dashboard

Track spending, token usage, and credit balance in real-time.

🔐

Secure

Google OAuth, hashed API keys, encrypted connections.

🌏

Low Latency

Optimized for Southeast Asia. Fast response times.

Quick Start

Get up and running in under 2 minutes.

# Python example
pip install openai

from openai import OpenAI

client = OpenAI(
  base_url="https://api.abati.co.id/v1",
  api_key="sk-ab-your-key-here"
)

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

# Models: gh/gpt-4o, gh/claude-opus-4.6, gh/claude-sonnet-4, gh/o1, gh/o3-mini