Console
Developer operating console
Manage API access, model aliases, usage, billing, logs, integrations, and the Pylip research workspace from one place. Closed beta token actions are admin-gated.
Requests today
Ready
Live once traffic is routed
Tokens metered
Tracked
Input and output units
Fallback events
Visible
Route health and resilience
Credits
Plan based
Subscription and usage limits
Quickstart
Call Pylip LLM
Use one OpenAI-compatible endpoint and a stable Pylip alias.
curl https://pylip.com/api/v1/chat/completions \
-H "Authorization: Bearer $PYLIP_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"pylip-auto","messages":[{"role":"user","content":"Ship the changelog"}]}'Aliases
Model gateway
Public routing names stay stable while the gateway manages failover.
Pylip Auto
Auto route · 131,072 ctx
Pylip Fast
Fast route · 131,072 ctx
Pylip Code
Code route · 131,072 ctx
Pylip Long
Long route · 131,072 ctx
Pylip Frontier
Frontier route · 131,072 ctx
Logs
Recent activity preview
Production calls will appear here with request IDs, status, latency, cost, and route outcome.
| Endpoint | Alias | Status | Latency |
|---|---|---|---|
| /v1/chat/completions | Pylip Auto | ready | metered |
| /api/search | Pylip Long | research | tracked |
| /api/mcp/servers | Tools | gated | logged |