LLM Proxy
LLM Proxy API docs
Test Authentication
Paste a valid LLM Proxy API key to run endpoint tests.
Endpoints
Reference docs and live tests for all supported API routes.
GET/v1/models
Returns all currently available logical models for your key.
POST/v1/chat/completions
Primary text generation endpoint compatible with OpenAI chat clients.
POST/v1/completions
Legacy text completion endpoint for clients that use prompt-based completions.
POST/v1/embeddings
Generate vector embeddings for semantic search and retrieval.