Skip to content

Get provider model

GET
/v2/document/models/{providerModelId}

Get a provider model by ID

providerModelId
required
string

The Id for the Provider Model

Example
77a0049c-7683-45ff-956f-656f257048f7
X-API-Key
string

API Key

X-API-Secret
string

API Secret

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
Allowed values: OPENAI FSCO BEDROCK
OPENAI
modelName

The name of the provider model

string
Allowed values: GPT_4 GPT_4_TURBO GPT_4O GPT_4O_MINI O1 O1_MINI O3_MINI LLAMA_3 CLAUDE_OPUS CLAUDE_SONNET
GPT_4
description

A descrtiption for this model

string
Gpt4 has a 128k context window

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error