Error
A valid request URL is required to generate request examples[
{
"attributes": {
"active": true,
"allowed_models": [
"<string>"
],
"api_endpoint": "<string>",
"api_key": "<string>",
"budget_start_date": "<string>",
"default_model": "<string>",
"filters": [
{
"attributes": {
"description": "<string>",
"name": "<string>",
"namespace": "<string>",
"response_filter": true,
"script": [
123
]
},
"id": "<string>",
"type": "<string>"
}
],
"has_api_key": true,
"logo_url": "<string>",
"long_description": "<string>",
"monthly_budget": 123,
"name": "<string>",
"namespace": "<string>",
"plugins": [
{
"attributes": {
"checksum": "<string>",
"command": "<string>",
"config": {},
"created_at": "<string>",
"description": "<string>",
"hook_type": "<string>",
"is_active": true,
"manifest": {},
"name": "<string>",
"namespace": "<string>",
"oci_reference": "<string>",
"plugin_type": "<string>",
"updated_at": "<string>"
},
"id": "<string>",
"relationships": {
"llms": {
"data": [
{
"attributes": {
"active": true,
"name": "<string>",
"vendor": "<string>"
},
"id": "<string>",
"type": "<string>"
}
]
}
},
"type": "<string>"
}
],
"privacy_score": 123,
"short_description": "<string>",
"vendor": "<string>"
},
"id": "<string>",
"type": "<string>"
}
]common
Get LLMs in a catalogue
Get the list of LLMs in a catalogue by catalogue ID, excluding sensitive information
GET
/
common
/
catalogues
/
{id}
/
llms
Error
A valid request URL is required to generate request examples[
{
"attributes": {
"active": true,
"allowed_models": [
"<string>"
],
"api_endpoint": "<string>",
"api_key": "<string>",
"budget_start_date": "<string>",
"default_model": "<string>",
"filters": [
{
"attributes": {
"description": "<string>",
"name": "<string>",
"namespace": "<string>",
"response_filter": true,
"script": [
123
]
},
"id": "<string>",
"type": "<string>"
}
],
"has_api_key": true,
"logo_url": "<string>",
"long_description": "<string>",
"monthly_budget": 123,
"name": "<string>",
"namespace": "<string>",
"plugins": [
{
"attributes": {
"checksum": "<string>",
"command": "<string>",
"config": {},
"created_at": "<string>",
"description": "<string>",
"hook_type": "<string>",
"is_active": true,
"manifest": {},
"name": "<string>",
"namespace": "<string>",
"oci_reference": "<string>",
"plugin_type": "<string>",
"updated_at": "<string>"
},
"id": "<string>",
"relationships": {
"llms": {
"data": [
{
"attributes": {
"active": true,
"name": "<string>",
"vendor": "<string>"
},
"id": "<string>",
"type": "<string>"
}
]
}
},
"type": "<string>"
}
],
"privacy_score": 123,
"short_description": "<string>",
"vendor": "<string>"
},
"id": "<string>",
"type": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://tyk.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
Delete an app owned by the authenticated user
Previous
Get default tools and datasource for a specific chat
Next
⌘I