OpenRelay Inference API

OpenAI-compatible chat completions API (POST /v1/chat/completions) and, for supporting models, an Anthropic-compatible Messages API (POST /v1/messages). Drop-in: point the official OpenAI SDKs at the base URL with an OpenRelay key. Also offers an asynchronous Batch API over JSONL files.

API entry from apis.yml

apis.yml Raw ↑
name: OpenRelay Inference API
description: 'OpenAI-compatible chat completions API (POST /v1/chat/completions) and, for supporting models,
  an Anthropic-compatible Messages API (POST /v1/messages). Drop-in: point the official OpenAI SDKs at
  the base URL with an OpenRelay key. Also offers an asynchronous Batch API over JSONL files.'
humanURL: https://docs.openrelay.inc/docs/inference
baseURL: https://inference.openrelay.inc/v1
tags:
- Inference
- OpenAI-Compatible
- LLM
properties:
- type: Documentation
  url: https://docs.openrelay.inc/docs/inference
- type: GettingStarted
  url: https://docs.openrelay.inc/docs/inference/quickstart