Skip to main content
GET
List Featured Models

Response

200 - application/json

Featured models.

id
string<uuid>
ownerName
string
alias
string

May contain slashes. The user-facing endpoint is ownerName/alias.

name
string | null
category
string
shortDescription
string
description
string
thumbnailUrl
string
tags
string[] | null
useCases
string[] | null
inputModalities
string[]
outputModalities
string[]
capabilities
string[]
features
string[]
schema
object

OpenAPI-style input/output schema for the model (components.schemas.Input / Output). The same document GET /models/{owner}/{alias}/openapi.json serves standalone.

pricingMode
enum<string>
Available options:
per_second,
per_output,
resolution_tiered,
per_output_second,
per_megapixel,
megapixel_tiered,
per_token
averageCost
string | null

Observed average cost of one run (decimal string), where tracked.

official
boolean
examples
string[]

Curated example request ids — fetch via the model detail page.

contextWindow
integer | null

Chat-servable models only.

maxOutputTokens
integer | null

Chat-servable models only.

providerRequestConfig
object | null

Public callers see {"apiType": "chat_completions"} on chat-servable models, null otherwise.

createdAt
string<date-time>
updatedAt
string<date-time>