Endpoints
API Endpoints
Complete reference for all Runars endpoints
Runars exposes 4 endpoints across two API dialects. All endpoints require authentication via an API key.
Endpoint summary
| Method | Path | Dialect | Purpose |
|---|---|---|---|
POST | /v1/messages | Anthropic | Generate a response using the Anthropic Messages API format |
POST | /v1/chat/completions | OpenAI | Generate a response using the OpenAI Chat Completions format |
POST | /v1/responses | OpenAI | Generate a response using the OpenAI Responses API format |
GET | /v1/models | OpenAI | List available models (returns GLM-5.2) |
Common patterns
For authentication, streaming, and parameter details, see:
- Authentication — API key header formats and examples
- Parameters Reference — Cross-endpoint parameter comparison
Detailed endpoint docs
POST /v1/messages— Anthropic Messages APIPOST /v1/chat/completions— OpenAI Chat CompletionsPOST /v1/responses— OpenAI Responses APIGET /v1/models— Model list
Rate limits
See Rate Limits for the tier table, actual response header names, error codes, and what counts against your quota.