Models
Models
Models
modelsList Available Models
To list all models, send a GET request to /v2/gen-ai/models.
API Agreement
API Model
API Model Version
ModelsProviders
models.providersModelsProvidersAnthropic
models.providers.anthropicCreate Anthropic API Key
To create an Anthropic API key, send a POST request to /v2/gen-ai/anthropic/keys.
Get Anthropic API Key
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
To update an Anthropic API key, send a PUT request to /v2/gen-ai/anthropic/keys/{api_key_uuid}.
List Anthropic API Keys
To list all Anthropic API keys, send a GET request to /v2/gen-ai/anthropic/keys.
Delete Anthropic API Key
To delete an Anthropic API key, send a DELETE request to /v2/gen-ai/anthropic/keys/{api_key_uuid}.
ModelsProvidersOpenAI
models.providers.openaiCreate OpenAI API Key
To create an OpenAI API key, send a POST request to /v2/gen-ai/openai/keys.
Get OpenAI API Key
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
To update an OpenAI API key, send a PUT request to /v2/gen-ai/openai/keys/{api_key_uuid}.
List OpenAI API Keys
To list all OpenAI API keys, send a GET request to /v2/gen-ai/openai/keys.
Delete OpenAI API Key
To delete an OpenAI API key, send a DELETE request to /v2/gen-ai/openai/keys/{api_key_uuid}.