Dashboard
Мониторинг и статистика CLIProxyAPI
Connected
http://localhost:8317API Keys
0
Management Keys
AI Providers
0
G:0 C:0 Cl:0 O:0
Auth Files
0
OAuth Credentials
Available Models
—
Total from all providers
Current Configuration
Enable Debug ModeNo
Enable usage statisticsNo
Enable logging to fileNo
Retry Count0
Require auth for /ws/*No
Proxy URLNot configured
Server Status
API Server
Port 8317
Running
Total Requests
0
Uptime
N/A
Versionv6.7.25-0-plus
🔌 API Usage
API Endpoint
http://localhost:8317API Key
Add keys in API Keys tabExample Request
curl http://localhost:8317/v1/chat/completions \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2.0-flash",
"messages": [{"role": "user", "content": "Hello!"}]
}'