Skip to content

Get provider models

GET
/v2/document/models

Retrieves a list of all the provider models, you can use this ids for send your prompts or set a specific model to a template

page[number]
number

Page number (starts at 1)

Example
1
page[size]
number

Items per page

Example
10
X-API-Key
string

API Key

X-API-Secret
string

API Secret

List of provider models.

object
query

Object with the page number and the number of items per page

object
number
required

The current page number.

number
1
size
required

The number of items per page.

number
10
totalPages
required

The total number of pages available.

number
100
totalCount
required

The total number of items available.

number
1000
hasNext
required

Indicates whether there is a next page available.

boolean
true
hasPrev
required

Indicates whether there is a previous page available.

boolean
true
results

List of provider models

Array<object>
object
providerModelId
required

The unique identifier for the provider model

string
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
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