Getting Started
Make your first successful request to the EmpirioLabs AI API
Use this guide to go from a new API key to a working chat completion in under a minute.
Base URL
All endpoints live under the /v1/ path prefix. The production host is empirio-labs-main-production.up.railway.app proxied through api.empiriolabs.ai.
Prerequisites
Before you begin, make sure you have:
- an EmpirioLabs account at empiriolabs.ai/get-started
- prepaid credits on your account (top up via the dashboard Billing page)
- an API key from the dashboard (keys use the
sk-empiriolabs-prefix) - a tool for making HTTPS requests such as cURL, Postman, or the OpenAI SDK
Quickstart
List available models
The response returns the full model catalog with pricing, context windows, regions, and parameter metadata for each model. Filter to only available models with ?available=true.
What to explore next
- Authentication — API key format, bearer tokens, and error codes
- Models and Pricing — browse the catalog and understand pricing units
- Compatibility — use the Responses or Anthropic Messages endpoint instead
- API Reference — full request and response schemas
