Deployment Overview
Once you have a recipe or custom configuration ready, Emmy handles provisioning the GPU server and launching the inference backend.
Backends
vLLM
High-throughput inference engine with PagedAttention. Best for maximizing throughput on single or multi-GPU setups.
SGLang
Structured generation engine. Best for complex multi-turn workloads and structured outputs.
Deployment flow
- Select a recipe or custom configuration
- Choose a GPU type (or let Emmy recommend one based on your benchmark results)
- Launch — Emmy provisions the server and starts the inference endpoint
- Get an OpenAI-compatible API endpoint to send requests to