---
title: "Get all AI model belonging to the user that can be used to run a specific simulation"
method: GET
path: "/ai/available-models"
tags: ["AI Models"]
---

# Get all AI model belonging to the user that can be used to run a specific simulation

`GET /ai/available-models`

## Query parameters

- `simulationId` string, uuid, required
- `projectId` string, required

## Response `200`

AI model

- AvailableAiModel[]
  - `aiModelLabel` string
  - `aiModelId` string, uuid

## Other responses

- `403` — Insufficient permissions
- `404` — Element was not found

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
