Usage > V2 > OpenAI-compatible

List models

OpenAI compatible models list, see the <a href="https://platform.openai.com/docs/api-reference/models/list">OpenAI documentation</a>. <br><br> Lists the currently available models, and provides basic information about each one such as the owner and availability. <br><br> Some models are in beta and may being subject to changes, use GET /1/ai/models to check what model are in beta and see our General Terms and Conditions.

get/2/ai/{product_id}/openai/v1/models

Path parameters

product_idinteger required

AI Tools product identifier: use GET /1/ai to retrieve your product identifier.

Response

OK

objectstring required

The object type, which is always list.

Example response

{
  "object": "list",
  "data": {
    "id": "qwen3",
    "object": "model",
    "created": 1742971676,
    "owned_by": "system"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.