RunarsRunars Docs
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

MethodPathDialectPurpose
POST/v1/messagesAnthropicGenerate a response using the Anthropic Messages API format
POST/v1/chat/completionsOpenAIGenerate a response using the OpenAI Chat Completions format
POST/v1/responsesOpenAIGenerate a response using the OpenAI Responses API format
GET/v1/modelsOpenAIList available models (returns GLM-5.2)

Common patterns

For authentication, streaming, and parameter details, see:

Detailed endpoint docs

Rate limits

See Rate Limits for the tier table, actual response header names, error codes, and what counts against your quota.

On this page