docs(providers): document native Anthropic provider with API key and OAuth support - #962
Open
vernonstinebaker wants to merge 3 commits into
Open
Conversation
…OAuth support Add a dedicated subsection under models.providers in both English and Chinese configuration docs explaining: - Direct Anthropic API key usage (no OpenRouter needed) - OAuth/Pro-Plan token auto-detection (sk-ant-oat01- prefix) - Custom base_url support - Capabilities: streaming, native tools, vision, extended thinking - Model ID format with anthropic/ prefix - --list-models --provider anthropic tip Closes nullclaw#767
vernonstinebaker
force-pushed
the
docs/anthropic-native-provider
branch
from
June 18, 2026 12:14
ae406a7 to
73d082b
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.
Summary
Adds a dedicated Native Anthropic Provider subsection under
models.providersin both English and Chinese configuration docs.Closes #767
What is documented
sk-ant-oat01-prefix → Bearer auth)base_urlsupport for proxies/self-hostedanthropic/prefix (e.g.anthropic/claude-sonnet-4-20250514)--list-models --provider anthropictipWhy
Issue #767 revealed that users did not know NullClaw supports native Anthropic API keys — the minimal config uses OpenRouter, the provider table lists
anthropicbut without explanation, and OAuth token auto-detection is implemented in code but never mentioned in docs.Files changed
docs/en/configuration.md— new "Native Anthropic Provider" subsection (after Common per-provider fields)docs/zh/configuration.md— matching Chinese translation