ccproxy.plugins.claude_api.routes¶
ccproxy.plugins.claude_api.routes
¶
API routes for Claude API plugin.
create_anthropic_message
async
¶
Create a message using Claude AI with native Anthropic format.
Source code in ccproxy/plugins/claude_api/routes.py
create_openai_chat_completion
async
¶
Create a chat completion using Claude AI with OpenAI-compatible format.
Source code in ccproxy/plugins/claude_api/routes.py
claude_v1_responses
async
¶
Response API compatible endpoint using Claude backend.
Source code in ccproxy/plugins/claude_api/routes.py
list_models
async
¶
List available Claude models from configuration.