docs: document selectable custom inference endpoint API formats - #457
docs: document selectable custom inference endpoint API formats#457hongyi-chen wants to merge 1 commit into
Conversation
Custom endpoints now declare which request format they speak: OpenAI Chat Completions, OpenAI Responses, or Anthropic Messages. The page previously described OpenAI Chat Completions as the only supported surface. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Heads-up on overlap: #438 also documents the custom inference endpoint API schema selector, but both of its files are under |
|
Reviewer routing: |
What
Updates
agents/inference/custom-inference-endpoint.mdxfor the API-format selector: adds aSupported API formats section, a configuration step for choosing the format, and reworks the
frontmatter, key features, and comparison table that all claimed OpenAI Chat Completions was the
only supported surface.
Why
Flagged by the
missing_docschangelog cross-check (2026.07.31: "Custom model endpoints can nowselect an OpenAI Chat Completions, OpenAI Responses, or Anthropic Messages ..."). The changelog
mention was the only coverage.
Source of truth
crates/ai/src/api_keys.rs—CustomEndpointSchema(OpenaiChatCompletionsas the default,OpenaiResponses,AnthropicMessages) and its display names.app/src/settings_view/custom_inference_modal.rs— the schema dropdown in the endpoint modal.app/src/settings_view/ai_page.rs— the settings copy listing the three formats.Deferred findings from this run
Nothing from the audit was silently dropped. The full deferral list lives in the companion
bookkeeping PR (
docs/missing-docs-audit-bookkeeping); in summary:sync-openapi-specskill rather than hand-written, per the skill's public/private guardrail.style_lintskill.report_external_reference) — reached only through the hiddenoz harness-supportCLI, so no public surface to document yet.Conversation: https://staging.warp.dev/conversation/c45bb2ea-d33b-4723-8249-478547f81a47
Run: https://oz.staging.warp.dev/runs/019fc891-7c04-779b-b006-328169d8a0d7
This PR was generated with Oz.