OpenAI GPT — BYOK provider
OpenAI's GPT family powers many code-review workflows. Add your key in Settings and Decoder routes AI features directly through OpenAI.
What it is
BYOK adapter for the OpenAI Chat Completions / Responses API.
Why it's useful
Wide model choice, mature ecosystem, predictable behaviour for code tasks.
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
Strict data-residency requirements — prefer local inference.
Practical example
Settings → add sk-... → Explain a function with GPT-4o-mini in seconds.
FAQ
Glossary
- Streaming
- Server-Sent token-by-token response delivery.
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.
Anthropic's Claude family is a popular choice for code reasoning. Paste your Anthropic key in Settings and Decoder routes AI features through Claude.
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.