GET /v1/modelsList available models. This endpoint does not require authentication.
curl https://api.trytresor.com/v1/models
Add ?detail=true to include pricing and region information:
curl https://api.trytresor.com/v1/models?detail=true
| Parameter | Type | Description |
|---|---|---|
detail | boolean | Include pricing (per-token costs) and region info. |
region | string | Filter by region (e.g. eu). |
provider | string | Filter by provider (e.g. tinfoil). |
| Model ID | Display Name | Context Window | Reasoning |
|---|---|---|---|
gpt-oss-120b | GPT-OSS 120B | 128K | Yes |
llama3-3-70b | Llama 3.3 70B | 128K | No |
kimi-k2.5 | Kimi K2.5 | 128K | Yes |
glm-5 | GLM 5 | 128K | Yes |
Use GET /v1/models for the complete, up-to-date list including pricing.