A Cloudflare Worker proxy that enables Claude Code to use Vercel AI Gateway. Converts Anthropic API format to Vercel AI SDK calls with full support for thinking, vision, tools, and streaming.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^1.0.11^5.0.0^3.24.0^4.20241230.0^5.7.2^4.0.038
commits
fix: Restore original gateway initialization (createGateway) and keep Zod tool conversion
69afa8fView on GitHubfix: Use Zod schemas with tool() helper for proper AWS Bedrock compatibility
ff6d7bcView on GitHubfix: Use tool() helper with Zod schemas for AI SDK v5 compatibility
17a17b5View on GitHubfix: use jsonSchema() helper for proper tool schema conversion
610366bView on GitHubFix tool schema conversion - use direct JSON schema format without jsonSchema wrapper
d91b162View on GitHubfix: Use jsonSchema() to wrap tool parameters for AI SDK v5 compatibility
4592933View on GitHubFix tool input_schema validation - ensure type: object is always present
123cf63View on GitHubfix: handle system prompt with cache control as messages array
444eccfView on GitHubrefactor: Complete rewrite with clean, modular code structure
cf605b6View on GitHubfeat: Add API key authentication (x-api-key: sk-ant-banshao)
f5e9e84View on GitHubfix: correct SSE format with proper newlines and robust text extraction
4fb1124View on GitHub