List integration models
curl --request GET \
--url https://api.portkey.ai/v1/integrations/{slug}/models \
--header 'x-portkey-api-key: <api-key>'{
"total": 123,
"models": [
{
"slug": "<string>",
"name": "<string>",
"enabled": true,
"is_custom": true,
"is_finetune": true,
"base_model_slug": "<string>",
"pricing_config": {
"pay_as_you_go": {
"request_token": {
"price": 123
},
"response_token": {
"price": 123
}
}
}
}
]
}List Model Access
Retrieves all model access for a specific integration with their configuration and pricing details.
GET
/
integrations
/
{slug}
/
models
List integration models
curl --request GET \
--url https://api.portkey.ai/v1/integrations/{slug}/models \
--header 'x-portkey-api-key: <api-key>'{
"total": 123,
"models": [
{
"slug": "<string>",
"name": "<string>",
"enabled": true,
"is_custom": true,
"is_finetune": true,
"base_model_slug": "<string>",
"pricing_config": {
"pay_as_you_go": {
"request_token": {
"price": 123
},
"response_token": {
"price": 123
}
}
}
}
]
}Documentation Index
Fetch the complete documentation index at: https://portkey-docs-feat-byteplus-provider.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Last modified on May 24, 2026
Was this page helpful?
⌘I

