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
BYOK means you bring your own AI provider key. Decoder never proxies AI calls through a shared account: your key, your billing, your privacy boundary.
OpenAI's GPT family powers many code-review workflows. Add your key in Settings and Decoder routes AI features directly through OpenAI.
Gemini brings large context windows and competitive pricing. Add your Google AI Studio key in Settings and Decoder routes AI features through Gemini.
OpenRouter is a unified API in front of many model providers. With BYOK you get access to dozens of models in Decoder from a single key.