Skip to main content
GET
/
v1
/
models
List Supported Models
curl --request GET \
  --url https://api.faces.sh/v1/models
{
  "data": [
    {
      "id": "<string>",
      "provider": "<string>",
      "object": "model",
      "input_cost_per_million_tokens": 123,
      "output_cost_per_million_tokens": 123,
      "billing_unit": "<string>",
      "unit_cost_usd": 123,
      "billing_applies_to": "<string>"
    }
  ],
  "object": "list"
}

Response

200 - application/json

Successful Response

OpenAI-compatible list of supported LLMs.

data
SupportedModelObject · object[]
required
object
string
default:list