integration
Integrations
#anthropic
#claude
#ai
#provider

Anthropic Claude — BYOK provider

Anthropic's Claude family is a popular choice for code reasoning. Paste your Anthropic key in Settings and Decoder routes AI features through Claude.

What it is

BYOK adapter for the Anthropic Messages API.

Why it's useful

Strong reasoning, large context windows, good for repo-scale chat.

How Decoder implements it

Key encrypted AES-256-GCM, model selected per request, streaming supported.

When to use it

Explain, AI-origin verbalisation, repo chat.

When NOT to use it

When you need free local inference — switch to Ollama / LM Studio.

Practical example

Settings → add sk-ant-... → Chat with Code now uses Claude.

FAQ

Glossary

Context window
Maximum tokens the model can consider at once.

Related