All systems operational

One API for
every AI model

Access GPT-5, Claude, Llama 4, Gemini, Sora, FLUX and 40+ more models through a single REST API. Zero markup pricing.

$10 free credit included. No credit card required.

quickstart.py
import requests

response = requests.post(
    "https://api.arcaneapi.com/v1/chat",
    headers={
        "Authorization": "Bearer ak_your_key",
    },
    json={
        "model": "claude-sonnet-4-6",
        "messages": [{
            "role": "user",
            "content": "Hello!"
        }]
    }
)

print(response.json())

Supported providers

OpenAI Anthropic Google Meta Mistral AI xAI DeepSeek Stability AI ElevenLabs Voyage AI Cohere Runway

Get started in three steps

From sign-up to first API call in under two minutes.

1

Create an account

Sign up with your email. You'll get $10 in free credits instantly.

2

Generate an API key

Create a key from the dashboard. Use it to authenticate all requests.

3

Make API calls

Send requests to any supported model. OpenAI-compatible format.

Built for developers

Everything you need to integrate AI into your product.

Unified API

One endpoint, one format. Chat, images, video, audio, embeddings — all unified.

Zero markup

Passthrough provider pricing. Pay exactly what the provider charges.

Low latency

Intelligent routing with sub-100ms overhead on every request.

Secure by default

SHA-256 hashed keys. TLS 1.3. SOC 2 compliant infrastructure.

Usage analytics

Per-model breakdowns, cost tracking, and automated alerts.

Great docs

Quickstart, full reference, and code examples in 3 languages.

Available models

53 models across 19 providers — chat, image, video, audio, embeddings & more

View all →
OpenAI chat

GPT-5.2

400,000 context

$1.75 / $14 per 1M

Anthropic chat

Claude Sonnet 4.6

200,000 context

$3 / $15 per 1M

Google chat

Gemini 2.5 Pro

2,000,000 context

$1.25 / $10 per 1M

Meta chat

Llama 4 Maverick

131,072 context

$0.2 / $0.6 per 1M

OpenAI reasoning

O3

200,000 context

$2 / $8 per 1M

OpenAI video

Sora 2 Pro

video generation

$0.5 per second

Black Forest Labs image

FLUX.2 Max

image generation

$0.07 per MP

Voyage AI embedding

Voyage 4 Large

32,000 context

$0.12 per 1M tokens

Simple pricing

Zero markup on token pricing. Transparent 5% top-up fee for managed billing.

Free

$0

$10 credit included

  • All models
  • 100 req/min
  • Usage dashboard
POPULAR

Developer

Pay-as-you-go

No minimums

  • Everything in Free
  • 1,000 req/min
  • Priority routing

Enterprise

Custom

Volume discounts

  • Unlimited rate
  • 99.9% SLA
  • Dedicated support

See full pricing →

Stay in the loop

New models, pricing updates, and engineering deep-dives. No spam, unsubscribe anytime.

By subscribing you agree to our privacy policy.

Start building with AI today

Get $10 in free credits. No credit card required.

Create free account