Powered by NewAPI · Fully OpenAI-compatible

One key for every major AI model

Aicca is a NewAPI-based AI model API gateway. Call GPT, Claude, Gemini and gpt-image through one unified, fully OpenAI-compatible endpoint. Pay-as-you-go, transparent balance, integrate in 5 minutes.

Why Aicca

Collapse multi-vendor access, billing and reliability into a single key.

Fully OpenAI-compatible

Keep your OpenAI SDK. Change only the base_url and key — no rewrite.

One key, all models

GPT, Claude, Gemini, gpt-image and more, unified under one call.

Pay-as-you-go

Billed per token. Check balance and call history anytime. No monthly fee.

High availability

Multi-node routing and auto-retry reduce single-vendor volatility.

Unified usage logs

See model, tokens and cost per request for easy cost control.

Developer-friendly

Standard REST API with streaming, works with major languages and frameworks.

Supported Models

Chat, reasoning and image generation. Continuously updated.

GPT-4o GPT-4o mini o-series reasoning Claude Gemini gpt-image DALL·E Embeddings

Quick Start

Already have OpenAI code? Two lines and you're live.

Get your key

Sign up in the Aicca console, create an API key and top up.

Change the base_url

Point the endpoint to https://ai.aicca.cc/v1.

Make a call

Request with your Aicca key using the standard OpenAI style.

Chat Responses Claude Gemini ● 200 OK
POST /v1/chat/completions

REQUEST

curl https://ai.aicca.cc/v1/chat/completions \
  -H "Authorization: Bearer $AICCA_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "model": "gpt-4o", "messages": [{"role":"user","content":"Hi"}] }'

RESPONSE

{
  "id": "chatcmpl-Aicca8f2",
  "model": "gpt-4o",
  "choices": [{
    "message": { "role": "assistant", "content": "Hi! This GPT reply is served via Aicca." }
  }],
  "usage": { "total_tokens": 42 }
}

FAQ

On integration, billing and model support.

What is Aicca?

Aicca is a NewAPI-based AI model API gateway. Use a single key to call GPT, Claude, Gemini and gpt-image, fully OpenAI-compatible.

How do I integrate it?

Point your OpenAI SDK base_url to https://ai.aicca.cc/v1 and use your Aicca key. No other code changes needed.

Which models are supported?

GPT-4o, o-series reasoning models, Claude, Gemini, gpt-image and more. The model list is updated continuously.

How is it billed?

Pay per token. Top up once, then see your balance and usage anytime. No monthly fee.