| description | OpenAI platform knowledge overlay for the ETYB team. Loads when work involves the OpenAI ecosystem — OpenAI API, GPT-5 family (Pro / Standard / Mini / Nano), GPT-4.1, o-series reasoning models (o3, o4), Responses API, Chat Completions, Assistants API (deprecated path), Realtime API + Realtime Agents, Agents SDK (formerly Swarm), OpenAI Codex (agent product), Codex CLI, Computer Use Preview / Computer Use API, Structured Outputs, Function Calling / Tool Use, Built-in Tools (web search, file search, code interpreter, computer use), Image generation (gpt-image-1, DALL·E 3 legacy), Whisper, TTS, Embeddings (text-embedding-3-large/small), Moderation API, Batch API, Files API, Vision input, Predicted Outputs, Stored Completions, Logprobs, Streaming, Prompt Caching (automatic), Distillation Platform, Eval Platform, OpenAI Platform Console, Organizations + Projects + API keys, RBAC, Audit Logs, Usage tiers, GPT Store, Custom GPTs.
Triggers: openai, open ai, gpt, gpt-5, gpt5, gpt-5 pro. |
| authoritative_sources | {"primary":[{"name":"OpenAI Platform Docs","url":"https://platform.openai.com/docs","type":"official_docs"},{"name":"OpenAI API Reference","url":"https://platform.openai.com/docs/api-reference","type":"api_reference"},{"name":"OpenAI Changelog","url":"https://platform.openai.com/docs/changelog","type":"changelog"},{"name":"OpenAI Models Catalog","url":"https://platform.openai.com/docs/models","type":"official_docs"},{"name":"OpenAI Pricing","url":"https://openai.com/api/pricing/","type":"official_docs"},{"name":"OpenAI Safety Best Practices","url":"https://platform.openai.com/docs/guides/safety-best-practices","type":"security_advisories"},{"name":"OpenAI Policies","url":"https://openai.com/policies/","type":"official_docs"},{"name":"OpenAI Status","url":"https://status.openai.com/","type":"status_page"},{"name":"OpenAI GitHub","url":"https://github.com/openai","type":"source_code"},{"name":"OpenAI Cookbook","url":"https://cookbook.openai.com/","type":"reference_implementations"},{"name":"Agents SDK Repo","url":"https://github.com/openai/openai-agents-python","type":"source_code"},{"name":"Codex CLI Repo","url":"https://github.com/openai/codex","type":"source_code"}]} |
| products_covered | [{"name":"GPT-5 family","drift_risk":"high","notes":"Launched 2025; replaces GPT-4 as the default recommendation; Pro / Standard / Mini / Nano tiers + thinking variants; pricing reshuffled twice in 2025-2026"},{"name":"GPT-4.1","drift_risk":"medium","notes":"April 2025; positioned as cost-effective workhorse below GPT-5; long-context optimization; 1M-token variant landed mid-2025"},{"name":"o-series reasoning models","drift_risk":"high","notes":"o3 (full + mini), o4 (mini + standard); chain-of-thought built in; use cases differ from chat models; pricing structure rebalanced in 2026"},{"name":"Responses API","drift_risk":"high","notes":"New unified surface launched 2025; supersedes Assistants API; built-in tools + remote MCP support; rapidly evolving"},{"name":"Chat Completions API","drift_risk":"medium","notes":"Stable foundational endpoint; OpenAI explicitly committed to long-term support; remains the lowest-overhead surface"},{"name":"Assistants API","drift_risk":"high","notes":"Deprecation path announced — first-half-2026 sunset window; migrate to Responses API; flag immediately if a user is greenfielding on Assistants"},{"name":"Realtime API","drift_risk":"high","notes":"GA 2025; voice + multimodal; gpt-realtime + gpt-4o-realtime models; WebRTC + WebSocket transports; pricing + audio-token model evolving"},{"name":"Realtime Agents","drift_risk":"high","notes":"Voice agent orchestration on top of Realtime API; experimental → production maturity through 2025-2026"},{"name":"Agents SDK","drift_risk":"high","notes":"Formerly Swarm (experimental); rebranded + hardened 2025; Python + TypeScript; handoffs, guardrails, tracing; surface is still moving"},{"name":"OpenAI Codex (agent product)","drift_risk":"high","notes":"Launched 2025 as cloud + IDE coding agent; DISTINCT from the 2023-retired Codex model; flag immediately if user means the old code-davinci model"},{"name":"Codex CLI","drift_risk":"high","notes":"Open-source terminal coding agent; npm-distributed (`@openai/codex`); pairs with the Codex web product"},{"name":"Computer Use Preview / API","drift_risk":"high","notes":"Browser + desktop control; consumer surface is `Operator`, API surface is `computer-use-preview` + Responses API tool; safety surface is large"},{"name":"Structured Outputs","drift_risk":"medium","notes":"JSON-schema enforcement with `strict: true`; available on Responses + Chat Completions + tool definitions; the production default for any JSON"},{"name":"Function Calling / Tool Use","drift_risk":"medium","notes":"Mature; pair with Structured Outputs; tool definitions consume tokens — keep them tight"},{"name":"Built-in tools (web/file/code/computer)","drift_risk":"high","notes":"Responses-API-only; web_search, file_search, code_interpreter, computer_use_preview; pricing per tool call; quotas vary by tier"},{"name":"Prompt Caching","drift_risk":"medium","notes":"Automatic server-side caching ≥ 1024 tokens; 50% cost discount on cached input; NO manual breakpoints (distinct from Anthropic); cache key = prompt prefix + org"},{"name":"Predicted Outputs","drift_risk":"medium","notes":"Pre-supply expected output to accelerate generation; relevant for code-edit + diff workflows"},{"name":"Stored Completions","drift_risk":"medium","notes":"Persist completions server-side for eval + distillation pipelines; required for the Eval + Distillation platforms"},{"name":"Batch API","drift_risk":"low","notes":"50% discount, 24-hour SLA; covers Chat Completions + Embeddings + Responses; stable"},{"name":"Files API","drift_risk":"low","notes":"Foundational object store for assistants/responses inputs + outputs + fine-tuning data; stable"},{"name":"Vision input","drift_risk":"low","notes":"Multimodal input as `image_url` parts; supported on GPT-4o, GPT-4.1, GPT-5; per-image token costs apply"},{"name":"Image generation (gpt-image-1)","drift_risk":"high","notes":"Native multimodal image model launched 2025; DALL·E 3 is legacy; the editing + variations surface unified through gpt-image-1"},{"name":"Whisper (audio STT)","drift_risk":"low","notes":"Stable; whisper-1 endpoint; competing with newer gpt-4o-transcribe surface for streaming use cases"},{"name":"TTS API","drift_risk":"medium","notes":"tts-1 / tts-1-hd + gpt-4o-audio-preview voices; quality + voice catalog expanded 2025-2026"},{"name":"Embeddings (text-embedding-3)","drift_risk":"low","notes":"Stable; -large and -small variants; Matryoshka representation via `dimensions` parameter — truncate without retraining"},{"name":"Moderation API","drift_risk":"medium","notes":"omni-moderation (multimodal) replaces text-only moderation; mandatory for user-generated content pipelines"},{"name":"Distillation Platform","drift_risk":"high","notes":"Console product launched 2025; chain Stored Completions → Evals → Fine-tuning; surface is new and shifting"},{"name":"Eval Platform","drift_risk":"high","notes":"Console product launched 2025; replaces the legacy `openai-evals` repo for most use cases; UI + API both moving"},{"name":"Fine-tuning (SFT + DPO + Vision)","drift_risk":"medium","notes":"Supervised + DPO + Vision fine-tuning all GA; pricing per model varies; o-series fine-tuning landed 2025-2026"},{"name":"Custom Models / Dedicated Capacity","drift_risk":"medium","notes":"Enterprise contract path; relevant only at scale; mention as escalation, not default"},{"name":"OpenAI Platform Console","drift_risk":"medium","notes":"Org → Project → API key hierarchy; project-scoped keys (`sk-proj-…`) are the production default; user keys are legacy"},{"name":"Project-scoped API keys","drift_risk":"low","notes":"`sk-proj-…` keys with per-project quotas + model allowlists + RBAC; mandatory pattern for any production deployment"},{"name":"RBAC + Audit Logs","drift_risk":"medium","notes":"Org-level roles + project-level roles; audit log API exists but is enterprise-tier-gated for full retention"},{"name":"Usage tiers + rate limits","drift_risk":"high","notes":"Tier 1 → Tier 5 ladder; auto-promotion on spend + usage; rate limits scale per tier; tier matrix changes per pricing reshuffles"},{"name":"Scale Tier / Priority Processing","drift_risk":"high","notes":"Enterprise-only commit-and-burst pricing surface; new in 2025-2026; positioning still moving"},{"name":"Zero Data Retention (ZDR)","drift_risk":"medium","notes":"Enterprise + API ZDR endpoints available; opt-in via DPA; default API behavior is 30-day abuse-monitoring retention"},{"name":"GPT Store + Custom GPTs","drift_risk":"medium","notes":"Consumer-side surface (ChatGPT); API integrators rarely touch it directly; included for completeness when teams ship GPTs alongside API products"}] |