GeraikitaGeraikita AI
ai.geraikita.com · OpenAI-compatible endpoint

One API for
every top AI model.

Claude, GPT, DeepSeek, Qwen, Kimi, and GLM through a single endpoint. Pay per token with GeraiPoints — no subscription, no expiring quota, genuine models with no tricks.

1 GP = Rp1 · top up GeraiPoints16+ models99.9% automatic failover
example — chat completion
# fully compatible with the OpenAI SDK
curl https://ai.geraikita.com/v1/chat/completions \
  -H "Authorization: Bearer gk-xxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-5",
    "messages": [
      {"role":"user","content":"Halo!"}
    ]
  }'

# response
{
  "model": "claude-sonnet-5",
  "usage": { "prompt_tokens":12, "completion_tokens":8 }
}
Genuine models from official providers — no impersonation
Claude Opus 5Claude Opus 4.8Claude Opus 4.6Claude Opus 4.7Claude Sonnet 5Claude Sonnet 4.6Claude Haiku 4.5Claude Fable 5DeepSeek V4 ProDeepSeek V4 FlashClaude Opus 5 ThinkingClaude Sonnet 5 ThinkingGLM-5.1GLM-5 TurboGLM 5.3GLM 5.2GPT 5.4GPT 5.5GPT 5.5-xhighGPT 5.6 LunaGPT 5.6 SolGPT 5.6 TerraQwen3 MaxQwen3 PlusQwen3 FlashQwen3 Coder PlusKimi K2.7 CodeKimi K3Claude Opus 5 (Authentic)Claude Opus 4.8 (Authentic)Claude Opus 4.7 (Authentic)Claude Opus 4.6 (Authentic)Claude Sonnet 5 (Authentic)Claude Sonnet 4.6 (Authentic)Claude Haiku 4.5 (Authentic)GPT 5.6 Sol (Authentic)GPT 5.6 Terra (Authentic)GPT 5.6 Luna (Authentic)GPT 5.5 (Authentic)
Why Geraikita AI

Built for developers who demand transparency.

Drop-in OpenAI

Just change the base URL. Works out of the box with the OpenAI, Anthropic, and LangChain SDKs.

Metered & honest

Billed per token from real usage. Per-request usage details are in your dashboard.

Genuine models

Qwen is Qwen, Claude is Claude. No cheap models masquerading as something else.

Automatic failover

Provider busy or erroring? Traffic moves to a backup source without you lifting a finger.

Total tokens served
143.730.677.654

See the most active builders & top supporters — names are anonymized for privacy.

View leaderboard

Get started in 2 minutes.

Create an API key, change the base URL, send your first request.