Endpoints
Examples
Response
Model Object Fields
| Field | Description |
|---|---|
id | Model identifier for API calls |
name | Human-readable model name |
description | Model or provider description |
context_length | Maximum context window |
pricing.prompt | Input token price per token; multiply by 1,000,000 for per-million-token pricing |
pricing.completion | Output token price per token; multiply by 1,000,000 for per-million-token pricing |
providers | Infrastructure providers such as phala, near-ai, tinfoil, or chutes |
metadata.tee | Whether the model is marked as a TEE model |
metadata.appid | Present when the model supports the attestation flow |
architecture.input_modalities | Supported input types, such as text or image |
architecture.output_modalities | Supported output types, such as text or embeddings |

