Self-reviewing AI API — OpenAI & Anthropic compatible

The AI API that
reviews itself

delta_x generates the response. delta_y checks it every time. Drop-in replacement for OpenAI and Anthropic APIs.

Python · OpenAI SDK
# Before
client = OpenAI(api_key="sk-...")

# After — same code, smarter output
client = OpenAI(
  api_key="dk-...",
  base_url="https://deltaapi.duckdns.org/v1"
)

response = client.chat.completions.create(
  model="delta_x",
  messages=[{"role": "user", "content": "Hello!"}]
)
Terminal · Claude Code
# 1. Set environment variables
export ANTHROPIC_BASE_URL="https://deltaapi.duckdns.org"
export ANTHROPIC_API_KEY="dk-..."

# 2. Run Claude Code — that's it
claude

# Windows (PowerShell)
$env:ANTHROPIC_BASE_URL="https://deltaapi.duckdns.org"
$env:ANTHROPIC_API_KEY="dk-..."
claude
i

Claude Code will use delta_x as the model with delta_y reviewing every response in the background.

How it works

Every response goes through a two-model pipeline

1. delta_x generates

Your prompt hits delta_x, a 120B MoE model. It produces a fast, high-quality response.

🔍

2. delta_y reviews

Simultaneously, delta_y checks the response for errors, bugs, and missing information.

3. Self-corrects

If delta_y finds issues, delta_x automatically revises. You get the corrected answer.

Everything you need

🔌

OpenAI + Anthropic compatible

Works with any SDK. Change base_url and api_key — done. Claude Code, Cursor, Copilot all supported.

🖼️

Image understanding

Send images — delta_y analyzes them and adds context before delta_x responds.

🔁

Streaming support

Full SSE streaming. Responses start appearing in under 2 seconds on average.

💳

Pay as you go

No subscriptions. Top up credits and use them. Unused credits never expire.

Simple pricing

Pay only for what you use. No monthly fees.

Starter

$5 credit
  • ✓ 5M tokens
  • ✓ API key issued instantly
  • ✓ Never expires
Most Popular

Pro

$20 credit
  • ✓ 23M tokens
  • ✓ API key issued instantly
  • ✓ Never expires
  • ✓ 15% bonus credit

Team

$50 credit
  • ✓ 62.5M tokens
  • ✓ API key issued instantly
  • ✓ Never expires
  • ✓ 25% bonus credit

$1.00 / 1M input tokens · $1.00 / 1M output tokens · Secured by Paddle