integration
Integrations
#openai
#gpt
#ai
#provider

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