Last updated 8 days ago
This endpoint retrieves information about all available models. The request requires a Bearer token in the header.
GET /api/v1/models/serverless HTTP/1.1 Host: cortecs.ai Accept: */*
A list of available models
{ "models": [ { "model": "mistral-small-2503", "providers": { "ANY_ADDITIONAL_PROPERTY": { "input_cost_per_1m_tokens": 1, "output_cost_per_1m_tokens": 1, "context_size": 1, "max_output_tokens": 1 } }, "created_at": "2025-03-20T14:58:50.000Z", "screen_name": "Mistral Small 2503", "size": 24000000000, "creator": { "name": "Mistral AI", "url": "https://mistral.ai" }, "tags": [ "Instruct", "Image" ], "short_description": "Combines advanced text and vision capabilities with 24 billion parameters...", "description": "Mistral Small 2503 is a cutting-edge AI model developed by Mistral AI..." } ] }