Seedance 2.5 is coming soonLearn more
EvoLink for agents

Swap your agent's brain in two minutes.

Point Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, Hermes or OpenCode at EvoLink and run GPT-5.5, Claude Fable 5, GLM-5.2 or DeepSeek — one key, one balance, automatically routed to the lowest price.

GPT-5.5 · Claude Fable 5 · GLM-5.2 · DeepSeek · Gemini — one balance

~ / zsh

20–76%

cheaper via smart routing

99.9%

uptime with auto failover

1 key

OpenAI · Anthropic · Google · Z.ai · DeepSeek

Get connected

Pick your agent. Paste the config.

Every agent below talks to EvoLink through its own native config — no proxy, no code changes. Create a key once and it works across all of them.

Claude Code reads its provider from ~/.claude/settings.json. Point the base URL at EvoLink, keep the whole Claude toolchain.

1
Install Claude Code
Install
npm install -g @anthropic-ai/claude-code
2
Add your key & base URL

Create your EvoLink API key first — it takes about 30 seconds — then paste this into the file:

~/.claude/settings.json
{
  "env": {
    "ANTHROPIC_AUTH_TOKEN": "YOUR_EVOLINK_API_KEY",
    "ANTHROPIC_BASE_URL": "https://direct.evolink.ai",
    "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1"
  }
}
3
Verify
Run
claude "Who are you"
# ✓ any normal reply — no 401 / 403 — means you’re on EvoLink
Heads up: previously signed in with a subscription? Run /logout first and remove conflicting ANTHROPIC_* env vars, then restart your terminal.

MCP server

Your agent writes code. Now it makes media too.

The EvoLink Media MCP server gives any MCP-capable agent direct access to 60+ generation models — Sora, Kling, Veo, Seedance, GPT Image, Suno — without leaving the editor. Ask for a hero video mid-task; the agent picks the tool, submits the job and polls it to completion.

  • Tools for image, video and music generation plus model discovery and task tracking.
  • One EVOLINK_API_KEY powers every tool — same billing as direct API calls.
  • Failed generations surface structured errors your agent can react to, not dead ends.

Works with Claude Code, Claude Desktop, Cursor, and any MCP-capable client.

Claude Code
npx -y @evolinkai/evolink-media@latest
Claude Desktop / Cursor — mcp config
{
  "mcpServers": {
    "evolink-media": {
      "command": "npx",
      "args": ["-y", "@evolinkai/evolink-media@latest"],
      "env": { "EVOLINK_API_KEY": "YOUR_EVOLINK_API_KEY" }
    }
  }
}

Skills

Agents already know npx. One command, one new skill.

Each skill package teaches your agent a single EvoLink model end to end — when to use it, how to prompt it, every parameter, and how to recover from errors. Install in OpenClaw, Claude Code or OpenCode.

Seedance 2.0 · video

Text-to-video and reference-to-video generation, up to 4K.

Install
npx evolink-seedance

GPT Image 2 · image

OpenAI's latest image generation and editing.

Install
npx evolink-gpt-image

Nanobanana 2 Lite · image

Fast, low-cost image generation on Gemini.

Install
npx evolink-nanobanana-2-lite

All skills & MCP servers on GitHub

Models

Brains worth swapping in.

Every language model on EvoLink works with the configs above — switch by changing one model id.

ModelBest forContext
GLM-5.2glm-5.21M-context coding flagship at a fraction of frontier pricing.1MPricing
Claude Fable 5claude-fable-5Anthropic's newest top-tier model with 1M context.1MPricing
GPT-5.5gpt-5.5OpenAI's current flagship for agentic coding.Pricing
DeepSeekdeepseek-chatBest value for high-volume reasoning workloads.Pricing
GPT-5.6gpt-5.6OpenAI's next flagship — the page is live for updates.Coming soon

Browse all models →

Lowest routed price

Smart routing picks the cheapest provider for every call — savings of 20–76% versus going direct.

One balance, every vendor

OpenAI, Anthropic, Google, Z.ai and DeepSeek models on a single pay-as-you-go balance. No subscriptions to juggle.

Failover built in

99.9% uptime with automatic failover between providers, so long agent sessions don't die mid-task.

FAQ

Config, MCP or skill — which should I use?
Change the config when you want EvoLink LLMs to BE the agent's brain. Add the MCP server when your agent should call media models as tools mid-task. Install a skill when you want it to master one specific model. They stack — one API key covers all three.
Which base URL do I use?
Anthropic-style clients use https://direct.evolink.ai, OpenAI-compatible clients use https://direct.evolink.ai/v1, and Gemini-style clients use https://direct.evolink.ai/v1beta. The snippets above already include the right one for each agent.
Will this break my existing setup?
No. Each agent keeps speaking its native protocol — you only change the base URL and the key. To switch back, remove those lines and restart.
My agent still uses the old provider. What now?
Restart your terminal so new env vars load, check for environment variables overriding the config file, and in Claude Code run /logout if you were previously signed in with a subscription.
Which models can I use?
Any language model in the EvoLink catalog — GPT series, Claude series, GLM, DeepSeek, Gemini and more. Switch by changing the model id in your agent's config.
How does billing work?
Pay-as-you-go credits billed per token, with one balance covering every vendor. The dashboard shows usage and spend per API key.
Is this only for coding agents?
No. Anything that speaks the OpenAI, Anthropic or Gemini API works — including chat gateways like OpenClaw, workflow agents and your own apps.

Give your agent a better brain today.

Sign up, create a key, paste one config — done.

Sign up & get your key