List Models
API Reference
List Models
GET /v1/models - List all available models
GET
List Models
Documentation Index
Fetch the complete documentation index at: https://docs.redpill.ai/llms.txt
Use this file to discover all available pages before exploring further.
List All Models
Returns the current model catalog, including model IDs, context windows, providers, modalities, and token pricing.Try it now! Click the “Try it” button above to test the API in the playground. You’ll need your API key (add it when prompted).
Example
Response
Model Object Fields
| Field | Description |
|---|---|
id | Model identifier for API calls |
name | Human-readable name |
context_length | Maximum context window |
pricing.prompt | Price per prompt token. Multiply by 1,000,000 for the per-million-token price shown in docs |
pricing.completion | Price per completion token. Multiply by 1,000,000 for the per-million-token price shown in docs |
providers | Available infrastructure providers, such as phala, near-ai, tinfoil, or chutes |
metadata.appid | Present when the model supports RedPill TEE attestation |
quantization | FP8, FP16, etc. |
modality | Input/output types |
Finding Verifiable TEE Models
Use the model catalog before you build verification into production code:metadata.appid, use /v1/attestation/report and /v1/signature/{request_id} to verify TEE execution for a specific API response. Some GPU TEE providers may appear in providers before their RedPill attestation format is supported; test /v1/attestation/report for the exact model before relying on production verification.
All Models
Browse complete model catalog →