Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /models — OpenAI-compatible model list for SDKs and tools.
GET /api/v1/models
owned_by: "icelake"
{ "object": "list", "data": [ { "id": "zai-org-glm-5-2", "object": "model", "created": 0, "owned_by": "icelake" } ] }
type=text
type=chat
type=image
format=openai
curl https://icelake.io/api/v1/models \ -H "Authorization: Bearer $ICELAKE_API_KEY"