IzziAPI

Download & Install

Get started with Izzi API in minutes. Auto-configure Claude Code, Cursor, OpenClaw, and 12+ development tools.

01 — Quick Start

The fastest way to configure Izzi API. Auto-detects and sets up all installed AI tools:

npx izziapi

Auto-configures: Claude Code, Cursor, Windsurf, Cline, Aider, Gemini CLI, OpenClaw

02 — Manual Environment Setup

Set environment variables to start using Claude Code immediately:

$env:ANTHROPIC_BASE_URL = "https://api.izziapi.com"
$env:ANTHROPIC_API_KEY = "izzi-YOUR_KEY_HERE"
claude

✓ After running these commands, type claude to start. Free models (Qwen3 235B, Llama 3.3 70B, etc.) work immediately.

03 — Permanent Setup (Auto-Start)

Make the configuration persistent across sessions:

# Add to PowerShell profile for permanent setup:
Add-Content $PROFILE @"
`$env:ANTHROPIC_BASE_URL = "https://api.izziapi.com"
`$env:ANTHROPIC_API_KEY = "izzi-YOUR_KEY_HERE"
"@
04 — OpenClaw (GitHub)

izzi-openclaw

View on GitHub

One-click OpenClaw setup with Izzi API. Installs all 40+ models, configures provider endpoints, and verifies your API key.

git clone https://github.com/kentzu213/izzi-openclaw.git
cd izzi-openclaw
.\install.ps1 -ApiKey "izzi-YOUR_KEY_HERE"

40+

Models

1-Click

Install

Auto

Config

05 — Popular Models

Popular models available through Izzi API. Full list at /docs.

Model IDNameTierInput/1MOutput/1M
gpt-5-miniGPT-5 MiniBudget$0.35$2.80
gpt-5.1GPT-5.1Standard ⭐$0.70$5.60
gpt-5.1-codexGPT-5.1 CodexStandard$0.70$5.60
gpt-5.2GPT-5.2Premium$1.23$9.80
gpt-5.4GPT-5.4Premium$1.75$10.50
autoAuto SelectAuto$0.70$5.60
claude-sonnet-4.6Claude Sonnet 4.6Premium 🆕$3.30$16.50
claude-opus-4.6Claude Opus 4.6Premium 🆕$5.50$27.50
06 — Troubleshooting

⚠ "Authentication error"

Verify your API key starts with izzi-. Check the dashboard to ensure the key is active and not expired.

⚠ "Insufficient balance"

Free maintained models work without deposits. For premium models (Claude, GPT-5), deposit $1+ to get started with +$5 bonus credits.

⚠ Claude Code wont connect

Make sure ANTHROPIC_BASE_URL is set to https://api.izziapi.com (no trailing /v1).