Endpoints
Examples
Response
Model Object Fields
| Field | Description |
|---|---|
id | Model identifier for API calls |
name | Human-readable model name |
is_tee | true if the model can be served confidentially by a verified TEE provider |
description | Model or provider description |
context_length | Maximum context window |
max_output_length | Maximum output length |
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 | Serving routes available for the model. |
input_modalities | Supported input types, such as text or image |
output_modalities | Supported output types, such as text or embeddings |
supported_parameters | Request parameters accepted by the model |
Find Verifiable TEE Models
Filter for models that can be served confidentially:is_tee: true means the model can be served confidentially. The receipt remains the per-response proof: read the x-receipt-id header, then verify it with Attestation Report and Get Receipt.
