curl --request GET \
--url https://api.mixpeek.com/v1/namespaces/{namespace_id}/models{
"models": [
{
"model_id": "<string>",
"name": "<string>",
"version": "<string>",
"model_format": "<string>",
"deployed": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"framework": "<string>",
"task_type": "<string>",
"endpoint": "<string>"
}
],
"total": 123,
"namespace_id": "<string>",
"success": true
}List all custom models uploaded to the namespace.
curl --request GET \
--url https://api.mixpeek.com/v1/namespaces/{namespace_id}/models{
"models": [
{
"model_id": "<string>",
"name": "<string>",
"version": "<string>",
"model_format": "<string>",
"deployed": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"framework": "<string>",
"task_type": "<string>",
"endpoint": "<string>"
}
],
"total": 123,
"namespace_id": "<string>",
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_MIXPEEK_API_KEY"
Was this page helpful?