feat(docs): add Claude Code community provider#6813
Merged
nicoalbanese merged 2 commits intovercel:mainfrom Jul 8, 2025
Merged
feat(docs): add Claude Code community provider#6813nicoalbanese merged 2 commits intovercel:mainfrom
nicoalbanese merged 2 commits intovercel:mainfrom
Conversation
Add documentation for the ai-sdk-provider-claude-code community provider, which allows developers to access Claude models through their Pro/Max subscription via the official Claude Code SDK/CLI. Key features: - No API key required (uses Claude subscription) - Built-in tool support (Bash, Edit, Read, Write, etc.) - MCP server integration - Session-based tool permission management - Object generation support via prompt engineering Changes: - Add provider documentation at content/providers/03-community-providers/99-claude-code.mdx - Update community providers list in content/docs/02-foundations/02-providers-and-models.mdx
b9b5976 to
b4f30e7
Compare
nicoalbanese
approved these changes
Jul 8, 2025
Collaborator
|
awesome @ben-vargas! |
Contributor
Author
Thanks @nicoalbanese - I've created a similar community provider for the new gemini-cli - submitted another doc PR here in case you all would like to list that one too: #7143 |
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.
Description
This PR adds documentation for the ai-sdk-provider-claude-code community provider, which enables developers to access Claude models through their Claude Pro/Max subscription via the official Claude Code SDK/CLI.
What does this PR do?
content/providers/03-community-providers/99-claude-code.mdxcontent/docs/02-foundations/02-providers-and-models.mdxKey Features
The Claude Code provider offers a unique approach to accessing Claude models:
generateObjectandstreamObjectvia prompt engineeringNotes
This provider is particularly useful for developers who already have a Claude subscription and want to use it with the Vercel AI SDK without managing API keys separately.
Testing