Get provider model
GET /v2/document/models/{providerModelId}
GET
/v2/document/models/{providerModelId}
Get a provider model by ID
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” providerModelId
required
string
The Id for the Provider Model
Example
77a0049c-7683-45ff-956f-656f257048f7
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”The provider model.
object
providerModelId
required
The unique identifier for the provider model
string format: uuid
77a0049c-7683-45ff-956f-656f257048f7
displayName
The display name for this model provider
string
o4-mini
providerName
The name of the provider
string
OPENAI
modelName
The name of the provider model
string
GPT_4
description
A descrtiption for this model
string
Gpt4 has a 128k context window
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error