docs: native Anthropic Messages API as the supported route for Anthropic models - #6
Merged
Merged
Conversation
…pic models Anthropic's OpenAI-compat endpoint is documented as testing-only and ignores response_format, so it can't drive Reactor's structured compile/render. Reframe the docs around the supported native route: - sdk/agents: add a "native Anthropic Messages API" section (the @openai/agents AI-SDK adapter over @ai-sdk/anthropic, zero SDK changes); rewrite the callout with Anthropic's own documented stance; flag the compat table row as plain text only. - cli/configuration: provider: anthropic now routes natively and supports structured outputs out of the box (the CLI bundles the adapter); rewrite the warn callout into an info note covering the native route + OpenRouter. - cspell: add aisdk.
irl-dan
force-pushed
the
docs/anthropic-native-provider
branch
from
June 3, 2026 19:12
f73c8ed to
5ea70a1
Compare
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.
Companion to
openprose/prose#113 (reactor-cli 0.2.2).Anthropic's OpenAI-compat endpoint is documented as testing-only and ignores
response_format, so it can't drive Reactor's structured compile/render. These docs now present the native Messages API (the@openai/agentsAI-SDK adapter over@ai-sdk/anthropic) as the supported route for Anthropic models:aisdk(anthropic(...))ModelProvidersnippet (still plain@openai/agentsconfig, zero SDK changes); the warn callout now cites Anthropic's own documented stance; the BYO table flags the compat row as plain-text only.provider: anthropicnow routes natively and supports structured outputs out of the box (the CLI bundles the adapter); the old "prefer openrouter" warn callout becomes an info note covering both supported routes.aisdk.House style:
--(no em dashes); em-dash check passes.