[Workers AI] Clarify OpenAI Chat Completions vs Responses API support#32116
Open
KastanDay wants to merge 2 commits into
Open
[Workers AI] Clarify OpenAI Chat Completions vs Responses API support#32116KastanDay wants to merge 2 commits into
Chat Completions vs Responses API support#32116KastanDay wants to merge 2 commits into
Conversation
KastanDay
requested review from
a team,
aninibread,
craigsdennis,
ethulia,
kflansburg,
mattrothenberg,
mchenco,
rita3ko,
superhighfives and
zeke
as code owners
July 16, 2026 19:16
Contributor
Review💡 3 suggestions found in commit Fix in your agentFix the following review findings in PR #32116 (https://github.com/cloudflare/cloudflare-docs/pull/32116).
Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order
After triaging, fix all legitimate findings. For any you decide to skip,
post a comment on this PR with the finding ID and your reasoning.
---
## Style Guide Review
### Suggestions (3)
#### SG-8f6e0ca937ed · Passive voice
- **File:** `src/content/partials/workers-ai/openai-compatibility.mdx` line 5
- **Issue:** The Responses API (`/v1/responses`) is available only for GPT-OSS models
- **Fix:** Rewrite in active voice: Only GPT-OSS models support the Responses API (`/v1/responses`)
#### SG-f68833f0df2b · Avoid passive voice
- **File:** `src/content/docs/workers-ai/configuration/open-ai-compatibility.mdx` line 62
- **Issue:** Line uses passive voice (`is supported only by...`, `is supported`).
- **Fix:** Rewrite in active voice, e.g., `Only the ... models support the Responses API. Responses requests must be non-streaming; use stream: false.`
#### SG-dd357934728e · Use TypeScriptExample component for JavaScript examples
- **File:** `src/content/docs/workers-ai/configuration/open-ai-compatibility.mdx` line 64
- **Issue:** Raw ` ```js ` fenced block used for a code example in a docs MDX file.
- **Fix:** Replace the ` ```js ` block with the `<TypeScriptExample>` component.
Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewSuggestions (3)
CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
Chat Completions vs Responses API support
mchenco
approved these changes
Jul 16, 2026
Author
|
Looks ready to merge from my POV. Thanks team. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: I'm a recent Cloudflare hire on the Workers AI team 👋 ☁️🧡
Summary
Update slightly misleading docs; clarify that Workers AI is 99%
Chat Completions, with the exception of GPT-OSS[20b,120b] that are the only ones that support theResponsesAPI, and only non-streaming.Validation
astro check(0 errors)