Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | LLM (Python CLI) | Text Generation Inference | vLLM |
|---|---|---|---|---|
| Score | B71 | D49 | F39 | F35 |
| Type | Language | |||
| Execution | interpreted | hybrid | hybrid | jit |
| Interface | cli | cli | api | api |
| Cold Start | 50ms | 500ms | 10000ms | 5000ms |
| Memory | 15MB | 100MB | 2000MB | 2000MB |
| Startup | 10ms | 100ms | 5000ms | 3000ms |
| Isolation | process | process | container | process |
| Maturity | production | stable | production | production |
| Languages | Python | Python | Rust, Python | Python |
| License | Other | Apache-2.0 | Apache-2.0 | Apache-2.0 |
| Links |