Base URL
Endpoints
Core Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1 | API information and available endpoints |
GET | /api/v1/providers | List all available providers |
GET | /api/v1/providers/{provider}/models | List models for a specific provider |
GET | /api/v1/{provider}/{model} | Get model information and schema |
Generation Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /api/v1/{provider}/{model} | Generate content using a specific model |
Rate Limiting
Rate limits are enforced per API key with information returned in response headers:X-RateLimit-Limit: Maximum requests allowed per minuteX-RateLimit-Remaining: Remaining requests in current windowX-RateLimit-Reset: Timestamp when the rate limit resets