Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | llama.cpp | ONNX Runtime | vLLM |
|---|---|---|---|
| Score | C+63 | C-50 | F35 |
| Type | |||
| Execution | aot | hybrid | jit |
| Interface | cli | sdk | api |
| Cold Start | 100ms | 500ms | 5000ms |
| Memory | 50MB | 300MB | 2000MB |
| Startup | 10ms | 100ms | 3000ms |
| Isolation | process | process | process |
| Maturity | production | production | production |
| Languages | C, C++ | Python, C++, C#, Java | Python |
| License | MIT | MIT | Apache-2.0 |
| Links |