Skip to main content
POST
/
organization
/
agent-catalog
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "custom_provider_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "model_provider": "<string>",
  "model_name": "<string>",
  "model_metadata": {}
}
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}

Authorizations

fastapiusersauth
string
cookie
required

Body

application/json

Bedrock catalog entry. Requires exactly one of inference_profile_id or model_id.

model_provider
string
required
Allowed value: "bedrock"
model_name
string
required
Required string length: 1 - 500
display_name
string | null
inference_profile_id
string | null
Minimum string length: 1
model_id
string | null
Minimum string length: 1
use_converse
boolean
default:false

Response

Successful Response

Single catalog model entry.

id
string<uuid>
required
custom_provider_id
string<uuid> | null
required
organization_id
string<uuid> | null
required
model_provider
string
required
model_name
string
required
model_metadata
Model Metadata · object | null
required