Skip to content

Claude Code

Claude Code is Anthropic's terminal agent. Route it through Hyper using our Anthropic Messages API endpoints.

Prerequisites

Configuration

Set these environment variables:

bash
export ANTHROPIC_API_KEY="hyp_xxxxxxxxxxxxxxxxxxxxxxxx"
export ANTHROPIC_BASE_URL="https://hyper.charm.land"
export ANTHROPIC_MODEL=deepseek-v4-pro                 # Large model
export ANTHROPIC_DEFAULT_HAIKU_MODEL=deepseek-v4-flash # Small model

Running Claude Code

With the variables set, start Claude Code normally:

bash
claude

It uses Hyper as its inference backend. Model names map to the Hyper catalog.