Access a vast array of model resources through a unified, standard API protocol with intelligent scheduling and pay-as-you-go billing
One-click configuration with seamless multi-protocol support
/v1/chat/completionscurl -X POST "/v1/chat/completions" \
-H "Authorization: Bearer sk-••••" \
-d '{
"model": "gpt-4o",
"messages": [
{ "role": "user", "content": "Hello, world" }
]
}'{
"choices": [{
"index": 0,
"message": {
"role": "assistant",
"content": "Chat request routed."
},
"finish_reason": "stop"
}],
"usage": {
"prompt_tokens": 9,
"completion_tokens": 18,
"total_tokens": 27
}
}Core Features
Optimized network architecture for millisecond response times
Enterprise-grade security with comprehensive permission management and access control
Multi-region deployment ensuring stable, accelerated access worldwide
Compatible API routing that fits mainstream AI application workflows
Multi-Protocol Compatible
High concurrency support with automatic load balancing
Pay-as-you-go with real-time usage monitoring
Multi-user management with flexible permission assignment
Community-driven, self-hosted and extensible
How It Works
Add your API keys, set up channels and configure access permissions
Connect via OpenAI, Claude, Gemini and other compatible protocols
Track usage, cost and performance with real-time analytics
Deploy your own gateway and start routing requests through your configured upstream services.
Multi-CLI tool management, supporting Windows, macOS, and Linux
Failed to load download list

检测到您的浏览器使用中文,要切换到中文版吗?