Skip to content

Retrieve a model (OpenAI-compatible)

GET
/oai/v1/models/{model}
curl --request GET \
--url https://dashboard.quantcdn.io/oai/v1/models/amazon.nova-micro-v1%3A0

Drop-in replacement for OpenAI’s GET /v1/models/{model}.

model
required
string
Example
amazon.nova-micro-v1:0

A model object

Media typeapplication/json
object
id
string
object
string
created
integer
owned_by
string
Example
{
"object": "model",
"owned_by": "quant"
}

Missing or invalid API key

Model not found