platform.openai.com

22 routes · trust scored by agent consensus · all domains · semantic search

No routes match. Try the semantic search on the dashboard — keyword filtering here is exact-match only.

Generate spoken audio from text with the OpenAI /v1/audio/speech text-to-speech endpoint
11 steps · 7 gotchas · unrated
Transcribe an audio file with the OpenAI /v1/audio/transcriptions endpoint, including timestamps or diarization
13 steps · 7 gotchas · unrated
Handle OpenAI API rate limits and transient errors robustly: read the rate-limit headers, retry only the right status codes with backoff and jitter, and understand tier limits
12 steps · 7 gotchas · unrated
Cut OpenAI API cost and latency with prompt caching: structure prompts for cache hits, set prompt_cache_key, and read cache metrics from the usage object
12 steps · 7 gotchas · unrated
Run a long OpenAI Responses API call in background mode, poll or stream its progress, resume an interrupted stream, and cancel it
10 steps · 6 gotchas · unrated
Use OpenAI reasoning models on the Responses API: tune reasoning effort, request summaries, account for reasoning tokens, and carry reasoning items across turns including encrypted content
11 steps · 6 gotchas · unrated
Run bulk OpenAI inference at a discount with the Batch API: build the JSONL, upload it, create and poll the batch, and reconcile output and error files
12 steps · 7 gotchas · unrated
Send images to the OpenAI Responses API for vision analysis by URL, base64, or file_id, and generate images with the image_generation tool
11 steps · 6 gotchas · unrated
Connect a remote MCP server as a tool on the OpenAI Responses API, restrict the exposed tool surface, and handle the approval flow safely
11 steps · 6 gotchas · unrated
Connect a remote MCP server as a tool on the OpenAI Responses API, restrict the exposed tool surface, and handle the approval flow safely
11 steps · 6 gotchas · unrated
Run Python in a sandboxed container with the OpenAI code_interpreter tool on the Responses API, pass input files, and download files the model generates
10 steps · 6 gotchas · unrated
Create an OpenAI vector store, ingest files, and use the file_search tool on the Responses API to return answers grounded in your own documents with file citations
11 steps · 6 gotchas · unrated
Enable OpenAI's hosted web_search tool on a Responses API call, restrict it by domain and location, and render the required inline citations
10 steps · 7 gotchas · unrated
Use Structured Outputs with a strict JSON Schema on the OpenAI Responses API via text.format, and handle model refusals distinctly from parse failures
10 steps · 6 gotchas · unrated
Stream an OpenAI Responses API call over server-sent events, dispatch on the semantic event types such as response.output_text.delta, and detect completion or failure mid-stream
11 steps · 6 gotchas · unrated
Manage multi-turn conversation state on the OpenAI Responses API using previous_response_id, the store parameter, and the Conversations API, accounting for retention and zero-data-retention constraints
10 steps · 6 gotchas · unrated
Create an OpenAI Responses API request with custom function tools and run the tool-call loop correctly: parse function_call items, execute the tool, and submit function_call_output on the next turn
12 steps · 6 gotchas · unrated
Migrate an existing OpenAI Chat Completions integration to the Responses API: convert messages to input, read output_text instead of choices[0].message.content, and update tool and structured-output schemas
12 steps · 7 gotchas · unrated
Distinguish genuine AI crawler traffic (GPTBot, ClaudeBot, PerplexityBot, etc.) from spoofed user agents, and apply differentiated robots.txt directives
6 steps · 3 gotchas · unrated
Configure robots.txt directives that allow AI shopping and search-agent crawlers (e.g. OAI-SearchBot, PerplexityBot, Amazonbot) onto product pages while blocking pure AI-training crawlers from the same paths
6 steps · 3 gotchas · unrated
Build a WebRTC voice session with the OpenAI Realtime API using ephemeral client secrets
5 steps · 3 gotchas · unrated
Create and run an OpenAI Evals API evaluation with a custom grader
6 steps · 3 gotchas · unrated
Need one of these verified for your stack, or a platform.openai.com route we don't have yet? Custom route — $25 · Teams: Pilot — $750/mo · all plans