Inference APIs
Mixlayer provides OpenAI-compatible APIs for chat, text generation, responses, embeddings, and model discovery.
See Choosing an Inference API for guidance on when to use Chat Completions or Responses.
The base URL is:
Use your preferred OpenAI-compatible client. Point it at the base URL above, provide your Mixlayer API key, and keep using the methods you already know.
Connect with an OpenAI-compatible client
Existing applications can usually switch to Mixlayer by changing only the API key and base URL. See Client Libraries for TypeScript, Rust, streaming, and curl examples.
Authentication
Create an API key in the Mixlayer console and provide it as a Bearer token:
Available Inference APIs
Use a model identifier from the Models catalog in inference requests. For a guided first request, follow the Quickstart.