Introduction
Welcome! π
Mixlayer is an inference platform for open source AI models. We expose an OpenAI-compatible REST API, so you can drop Mixlayer into most existing applications by swapping the base URL and API key.
Get started
- Sign up at console.mixlayer.com and grab an API key.
- Walk through the Quickstart to make your first request.
- Browse the Models catalog to pick the right model for your workload.
- Read the Chat Completions reference for every supported parameter.
Guides
- Client Libraries β Python, TypeScript, Rust, and curl examples
- Choosing an Inference API β decide between Chat Completions and Responses
- Tool Calling β let the model invoke your functions
- Reasoning β read the modelβs chain of thought