Skip to content

Models

Models

Models

models
Methods
List Available Models
get/v2/gen-ai/models

To list all models, send a GET request to /v2/gen-ai/models.

Domain Types
API Agreement
APIAgreementobject
ShowShow
descriptionstring
optional
namestring
optional
urlstring
optional
uuidstring
optional
API Model
APIModelobject
ShowShow
agreementdescriptionstringnamestringurlstringuuidstringAPIAgreement
optional
created_atstring
optional
formatdate-time
is_foundationalboolean
optional
namestring
optional
parent_uuidstring
optional
updated_atstring
optional
formatdate-time
upload_completeboolean
optional
urlstring
optional
uuidstring
optional
versionmajornumberminornumberpatchnumberAPIModelVersion
optional
API Model Version
APIModelVersionobject
ShowShow
majornumber
optional
formatint64
minornumber
optional
formatint64
patchnumber
optional
formatint64

ModelsProviders

models.providers

ModelsProvidersAnthropic

models.providers.anthropic
Methods
Create Anthropic API Key
post/v2/gen-ai/anthropic/keys

To create an Anthropic API key, send a POST request to /v2/gen-ai/anthropic/keys.

Get Anthropic API Key
get/v2/gen-ai/anthropic/keys/{api_key_uuid}

To retrieve details of an Anthropic API key, send a GET request to /v2/gen-ai/anthropic/keys/{api_key_uuid}.

Update Anthropic API Key
put/v2/gen-ai/anthropic/keys/{api_key_uuid}

To update an Anthropic API key, send a PUT request to /v2/gen-ai/anthropic/keys/{api_key_uuid}.

List Anthropic API Keys
get/v2/gen-ai/anthropic/keys

To list all Anthropic API keys, send a GET request to /v2/gen-ai/anthropic/keys.

Delete Anthropic API Key
delete/v2/gen-ai/anthropic/keys/{api_key_uuid}

To delete an Anthropic API key, send a DELETE request to /v2/gen-ai/anthropic/keys/{api_key_uuid}.

List agents by Anthropic key
get/v2/gen-ai/anthropic/keys/{uuid}/agents

List Agents by Anthropic Key.

ModelsProvidersOpenAI

models.providers.openai
Methods
Create OpenAI API Key
post/v2/gen-ai/openai/keys

To create an OpenAI API key, send a POST request to /v2/gen-ai/openai/keys.

Get OpenAI API Key
get/v2/gen-ai/openai/keys/{api_key_uuid}

To retrieve details of an OpenAI API key, send a GET request to /v2/gen-ai/openai/keys/{api_key_uuid}.

Update OpenAI API Key
put/v2/gen-ai/openai/keys/{api_key_uuid}

To update an OpenAI API key, send a PUT request to /v2/gen-ai/openai/keys/{api_key_uuid}.

List OpenAI API Keys
get/v2/gen-ai/openai/keys

To list all OpenAI API keys, send a GET request to /v2/gen-ai/openai/keys.

Delete OpenAI API Key
delete/v2/gen-ai/openai/keys/{api_key_uuid}

To delete an OpenAI API key, send a DELETE request to /v2/gen-ai/openai/keys/{api_key_uuid}.

List agents by OpenAI key
get/v2/gen-ai/openai/keys/{uuid}/agents

List Agents by OpenAI Key.