Precise
Model details
- Model
precise- Provider
radius- API
pi-messages- Base URL
https://radius.pi.dev/v1- Input
- text, image
- Reasoning
- Yes
- Context window
- 272,000
- Max tokens
- 128,000
Show configuration
{
"providers": {
"radius": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "precise",
"name": "Precise",
"reasoning": true,
"input": [
"text",
"image"
],
"thinkingLevelMap": {
"off": "none",
"minimal": null,
"low": "low",
"medium": "medium",
"high": "high",
"xhigh": "xhigh",
"max": "max"
},
"contextWindow": 272000,
"maxTokens": 128000,
"cost": {
"input": 4,
"output": 20,
"cacheRead": 0.4,
"cacheWrite": 5,
"tiers": [
{
"inputTokensAbove": 272000,
"input": 8,
"output": 30,
"cacheRead": 0.8,
"cacheWrite": 10
}
]
}
}
],
"api": "pi-messages",
"baseUrl": "https://radius.pi.dev/v1"
}
}
}Pricing
USD per million tokens. A tier is selected from the total input tokens in each request and applies to that entire request.
| Request input | Input | Output | Cache read | Cache write |
|---|---|---|---|---|
| Up to 272,000 tokens | $4 | $20 | $0.4 | $5 |
| Above 272,000 tokens | $8 | $30 | $0.8 | $10 |
Session cost calculator
Estimate the requests made during an agent session. A user turn can make several model calls while using tools, so costs are calculated per model request.
Estimated session$0.00
- Uncached input
- —
- Cache reads
- —
- Uncached prefixes
- —
- Cache writes
- —
- Output
- —
- Without caching
- —
The first request starts cold unless marked otherwise. Output is billed separately from context growth because reasoning tokens are not always retained. This remains a directional estimate: providers differ in eligibility, rounding, and retention.
Compatibility flags
This API has no model compatibility flags.