Set up in three minutes
One command installs the CLI. It backs up your settings, points Claude Code at Aethene and adds ten skills.
## INSTALL
curl -fsSL aethene.com/install.sh | sh
## SIGN IN
aethene login
## CONNECT
aethene install claude
Aethene for developers
Claude Opus 5.5, GPT-6, DeepSeek V4 and Gemini 3.8 in Claude Code, Codex and a web chat — one key, one balance, ten ready-made skills. Set up in three minutes.
$ curl -fsSL https://3-229-227-242.sslip.io/install.sh | shOne command installs the CLI. It backs up your settings, points Claude Code at Aethene and adds ten skills.
## INSTALL
curl -fsSL aethene.com/install.sh | sh
## SIGN IN
aethene login
## CONNECT
aethene install claude
Switch models inside Claude Code without touching a config file. Your key, balance and history stay the same.
The same models and balance in a web chat, with the cost of every reply right under it.
$0.0098 · aethene/gpt-6-sol
Claude, GPT-6, DeepSeek and Gemini behind one key. Pick per task, or let Auto choose.
Tokens, cost, latency and route for each call. Never the prompt.
Ten skills for Claude Code and the chat app. Type / and go.
Per-key spend caps you control. If a model is busy, its fallback answers before any output reaches you.
Up to 1.1M tokens of context, and prompt caching so long sessions stay cheap.
Models
Supplier list price plus a fixed 25%, published per model. Rates as of 2026-09-25. Switch any time with /model — your key and balance stay the same.
Anthropic's Opus flagship. Claude Code default.
OpenAI's frontier model for the most demanding work.
Fast, capable all-rounder. Chat default.
The budget model for quick, high-volume work.
The reliable multimodal classic.
DeepSeek's flagship. Strong coding and reasoning at a low price.
Fast, very cheap DeepSeek model for everyday coding.
Google's fast thinking model, straight from Google.
Tools or long context go to Claude Opus; short chat goes to the cheapest healthy GPT-6. Billed at the model it picks.
How it works
Aethene sits between your agent and the models. It checks your key and balance, streams every token straight through, and records what it cost.
API
Anthropic Messages, OpenAI Chat Completions and the Responses API — with streaming and tool use — so existing SDKs work by changing the base URL.
curl https://api.3-229-227-242.sslip.io/v1/messages \
-H "x-api-key: $AETHENE_KEY" \
-H "anthropic-version: 2023-06-01" \
-d '{"model": "aethene/claude-opus",
"max_tokens": 1024,
"messages": [{"role": "user",
"content": "Review this diff"}]}'import os
from openai import OpenAI
client = OpenAI(
base_url="https://api.3-229-227-242.sslip.io/v1",
api_key=os.environ["AETHENE_KEY"],
)
client.chat.completions.create(
model="aethene/gpt-6-sol",
messages=[{"role": "user",
"content": "Plan the migration"}],
)# ~/.codex/config.toml — written for you by # aethene install codex model = "aethene/gpt-6-sol" model_provider = "aethene" [model_providers.aethene] base_url = "https://api.3-229-227-242.sslip.io/v1" wire_api = "responses"
Includes:
Everything in Starter, with:
Everything in Pro, with:
Prefer to pay as you go? Top up from $5 and pay per token at published rates.
Start with the wallet