docs: Update Responses API docs for cross-provider support#1685
Merged
Conversation
The Responses API endpoint is now available for all configured models. For OpenAI-compatible providers, Spice automatically adapts between Chat Completions and Responses API formats. The responses_api parameter now controls Chat Completions backend selection rather than Responses API availability. Source: spiceai/spiceai#10724
✅ Pull with Spice PassedPassing checks:
|
1 similar comment
✅ Pull with Spice PassedPassing checks:
|
|
🚀 deployed to https://d05cabaa.spiceai-org-website.pages.dev |
|
🚀 deployed to https://e2403e46.spiceai-org-website.pages.dev |
lukekim
approved these changes
May 8, 2026
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.
Summary
/v1/responsesendpoint by defaultresponses_apiparameter now controls Chat Completions backend selection (whether/v1/chat/completionsproxies to backend Responses API), not Responses API availabilitySource PRs
Changes
website/docs/components/models/openai/deployment.md— Updated Responses API section, provider compatibility note, and troubleshooting entrywebsite/docs/components/models/azure.md— Updatedresponses_apiparameter descriptionTest plan