Introduction

Introduction

Welcome! 👋

Mixlayer is an inference platform for open source AI models.

Get started quickly by using Mixlayer’s OpenAI-compatible REST API, which is a drop-in replacement in most existing applications:

curl https://models.mixlayer.ai/v1/chat/completions \
  -H "Authorization: Bearer $MIXLAYER_API_KEY" \
  -d '{"model": "meta/llama3.1-8b-instruct-free", "messages": [...]}'

Next Steps

  1. Sign up at console.mixlayer.ai
  2. Get your API key from the Console