https://inference-api.openserv.ai. It implements the OpenAI Chat Completions, OpenAI Responses, and Anthropic Messages formats, so existing clients work with a base URL and key change. To get running, start with the Quickstart.
Authentication
Generate an API key at console.openserv.ai and send it as a bearer token:Endpoints
/v1/chat/completions works with every model in the catalog. /v1/responses is OpenAI models only. /v1/messages accepts most of the catalog — see endpoint compatibility.
System prompt required
Every request must include a system prompt. Where it goes depends on the endpoint — asystem message for chat completions, top-level instructions for responses, or top-level system for messages. Requests without one are rejected.

