Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Azure Functions | MLC LLM | vLLM |
|---|---|---|---|
| Score | C56 | F38 | F35 |
| Type | Serverless | ||
| Execution | hybrid | aot | jit |
| Interface | platform | sdk | api |
| Cold Start | 800ms | 2000ms | 5000ms |
| Memory | 128MB | 500MB | 2000MB |
| Startup | 100ms | 500ms | 3000ms |
| Isolation | container | process | process |
| Maturity | production | stable | production |
| Languages | JavaScript, TypeScript, Python, Java, C#, PowerShell, Go | Python, C++ | Python |
| License | MIT | Apache-2.0 | Apache-2.0 |
| Links |