openai · OpenAI Platform Docs
API deployment checklist
A guide for optimizing API deployments by configuring parameters such as reasoning effort, text verbosity, assistant phase labels, and tool usage to balance quality, cost, and latency.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
API deployment checklist
A guide for optimizing API deployments by configuring parameters such as reasoning effort, text verbosity, assistant phase labels, and tool usage to balance quality, cost, and latency.
When To Use
Use when you need to optimize an AI application's latency, cost, or response quality by selecting the correct model parameters and deployment configurations.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/api-deployment-checklist-workflow-guide.md | A markdown guide outlining best practices for API deployment, including Responses API usage and parameter configurations for reasoning and verbosity. | Questions about a markdown guide outlining best practices for API deployment, including Responses API usage and parameter configurati... |
What This Skill Covers
- | Contents | Expected impact | | ------------------------------------------------------------------------------- | ----------------------------------- | | Us...
- Main sections:
Use the Responses API,Set up reasoning.effort,Set up text.verbosity,Set up the assistant phase parameter,Use toolsearch.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.openai.com/api/docs/guides/deployment-checklist.md
