Skip to content
Auto
English

API endpoints and base URLs

Relyven provides text, multimodal, image, video, and speech models. Available models are shown in the dashboard and the authenticated list for the current key.

Use case Base URL Primary endpoints
OpenAI SDK, Codex, Cline https://api.relyven.com/v1 /responses, /chat/completions, /models
Image generation and edits https://api.relyven.com/v1 /images/generations, /images/edits
Video generation https://api.relyven.com/v1 /videos creation, status, and content download
Text to speech https://api.relyven.com/v1 /audio/speech
Claude Code, Anthropic SDK https://api.relyven.com /v1/messages
  1. Request /v1/models to verify the key and its model scope.
  2. Send a minimal request through the client’s native endpoint.
  3. Validate streaming, tool calls, and long context.
  4. Add bounded timeouts and retries, then redact production logs.

Relyven also accepts the historical /responses path. New configurations should use /v1/responses.

See the machine-readable OpenAPI JSON and live public models.json. Capability metadata comes from the model catalog; the authenticated /v1/models response remains authoritative for a particular key.