Skip to content

Anthropic

Anthropic’s Claude models are known for careful reasoning and following instructions well. Selu supports all Claude models available through the Anthropic API.

  1. Sign up or log in at console.anthropic.com.
  2. Navigate to API Keys and click Create Key.
  3. Give it a descriptive name like “Selu” and copy the key. You won’t be able to see it again.
  1. In the Selu sidebar, click Providers.
  2. Click Add Provider and select Anthropic Claude.
  3. Paste your API key into the API Key field.
  4. Leave Base URL empty unless you’re using a custom Anthropic-compatible endpoint.
  5. Click Check & Save. Selu will verify the key works and save it.

The Anthropic Claude provider setup page with fields for API Key and Base URL.

Your API key is encrypted at rest.

Once connected, you can choose which Claude model your agents use. The model is selected per agent under Agents → (agent name) → Model.

ModelBest for
Claude Sonnet 4A great balance of speed and capability. Good for most everyday tasks. Recommended default.
Claude Opus 4The most capable model for complex reasoning and nuanced writing. Slower and more expensive.
Claude 3.5 HaikuThe fastest and most affordable option. Ideal for simple tasks and high-volume use cases.

Anthropic charges per token (roughly per word). You can monitor your usage on Anthropic’s console.

  • “Invalid API key” — Double-check that you copied the full key. Regenerate it in the Anthropic console if needed.
  • Rate limit errors — You may need to request a higher rate limit from Anthropic for heavy usage.
  • Slow responses — Larger models (Opus) are slower. Switch to Sonnet or Haiku if speed is a priority.