| Modelo | Prompt | Resposta | โฑ | tok/s | Timestamp |
|---|---|---|---|---|---|
| devstral-small-2:24b | What is 2+2 | 2 + 2 equals 4. | 8.62s | 65.8 | 2026-05-18T03:43:35.864836Z |
| qwen3-coder-30b-code-64k:latest | What is 2+2 | 2 + 2 = 4 | 0.19s | 184.6 | 2026-05-18T03:43:27.432715Z |
| qwen3-coder-30b-code-64k:latest | Write a Python one-liner that returns the SHA-256 hex of the string hello | ```python import hashlib; print(hashlib.sha256(b'hello').hexdigest()) ``` | 11.36s | 161.6 | 2026-05-18T03:43:20.712873Z |