---
title: "List models"
method: GET
path: "/2/ai/{product_id}/openai/v1/models"
tags: ["Usage > V2 > OpenAI-compatible"]
---

# List models

`GET /2/ai/{product_id}/openai/v1/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`](/docs/api/get/1/ai/models) to check what model are in **beta**
and see our [General Terms and Conditions](https://www.infomaniak.com/gtl/rgpd.documents).

## Path parameters

- `product_id` integer, required

## Response `200`

OK

- 4cee7ea0OpenAiV1Models — OpenAI model collection format of /v1/models
  - `object` string, required — The object type, which is always `list`.
  - `data` 4cee7ea0OpenAiV1ModelsModel, required — Describes a model that can be used with the API.
    - `id` string, required — The model identifier, which can be referenced in the API endpoints.
    - `object` string, required — The object type, which is always `model`.
    - `created` integer, required — The Unix timestamp (in seconds) when the model was created.
    - `owned_by` string, required — The organization that owns the model.

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
