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
- Sign up at console.mixlayer.ai
- Get your API key from the Console