Response
200
The response is of type any
.
curl --request GET \
--url https://api.intelligence.io.solutions/api/v1/models
"{\n \"object\": \"list\",\n \"data\": [\n {\n \"id\": \"deepseek-ai/DeepSeek-R1\",\n \"object\": \"model\",\n \"created\": 1738563250,\n \"owned_by\": \"io-intelligence\",\n \"root\": null,\n \"parent\": null,\n \"max_model_len\": null,\n \"permission\": [\n {\n \"id\": \"modelperm-5f0eee08ce82402aa3e9cfe58127b507\",\n \"object\": \"model_permission\",\n \"created\": 1738928714,\n \"allow_create_engine\": false,\n \"allow_sampling\": true,\n \"allow_logprobs\": true,\n \"allow_search_indices\": false,\n \"allow_view\": true,\n \"allow_fine_tuning\": false,\n \"organization\": \"*\",\n \"group\": null,\n \"is_blocking\": false\n }\n ]\n },\n ...\n ]\n}"
Get list of available models for Chat Completions API
curl --request GET \
--url https://api.intelligence.io.solutions/api/v1/models
"{\n \"object\": \"list\",\n \"data\": [\n {\n \"id\": \"deepseek-ai/DeepSeek-R1\",\n \"object\": \"model\",\n \"created\": 1738563250,\n \"owned_by\": \"io-intelligence\",\n \"root\": null,\n \"parent\": null,\n \"max_model_len\": null,\n \"permission\": [\n {\n \"id\": \"modelperm-5f0eee08ce82402aa3e9cfe58127b507\",\n \"object\": \"model_permission\",\n \"created\": 1738928714,\n \"allow_create_engine\": false,\n \"allow_sampling\": true,\n \"allow_logprobs\": true,\n \"allow_search_indices\": false,\n \"allow_view\": true,\n \"allow_fine_tuning\": false,\n \"organization\": \"*\",\n \"group\": null,\n \"is_blocking\": false\n }\n ]\n },\n ...\n ]\n}"
200
The response is of type any
.
Was this page helpful?