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. Open the Selu dashboard and go to Settings → LLM Providers → Anthropic.
  2. Paste your API key. It will be encrypted at rest.
  3. Click Test Connection to verify the key works.
  4. Save your settings.

Selu lets you pick which Claude model to use. Select the model under Settings → LLM Providers → Anthropic → Model.

A great balance of speed and capability. Good for most everyday tasks like writing, answering questions, and summarizing. This is the recommended default.

SettingDescriptionDefault
Max tokensMaximum length of the agent’s response4096
TemperatureControls creativity vs. predictability (0.0–1.0)0.7
Top-pAlternative to temperature for controlling randomness1.0

Adjust these under Settings → LLM Providers → Anthropic → Advanced.

Anthropic charges per token (roughly per word). You can monitor your usage in the Selu dashboard under Settings → Usage and on Anthropic’s own console. Setting a monthly budget limit in Selu is recommended to avoid surprises.

  • “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.