by Oakhost·Text·131K context·Released 2026-05-20·Apache 2.0
Overview
This provider hasn't added a description for this listing yet. When they do, their summary will show up here alongside pricing and routing details.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence36
Coding57
Instruction following83
Providers
LLMRouteHub routes to the cheapest healthy provider by default.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Oakhost | $0.05 | $0.17 | 139 tok/s | 99.4% |
Use this model
curl https://llmroutehub.com/api/v1/chat/completions \
-H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "oakhost/gpt-oss-20b-turbo",
"messages": [{ "role": "user", "content": "Hello" }]
}'