---
title: "Supported Devices"
method: GET
path: "/supported_devices"
tags: ["その他"]
---

# Supported Devices

`GET /supported_devices`

## Query parameters

- `core_version` string, nullable

## Response `200`

Successful Response

- SupportedDevicesInfo — 対応しているデバイスの情報
  - `cpu` boolean, required
  - `cuda` boolean, required
  - `dml` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2024-03-22** `ef4da11d01e0` — 2 info
  - `query` request parameter `core_version` list-of-types was widened by adding types `null`
  - for the `query` request parameter `core_version`, the type was generalized from `string` to no type
- **2024-01-17** `1bed97d41915` — 2 warning, 3 info
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - api operation id `supported_devices` removed and replaced with `supported_devices_supported_devices_get`
  - api tag `その他` added
  - …1 more

[Change history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/supported_devices/get.md)

---

[API](https://skmtc.dev/aivis-project/apis/aivisspeech-engine.md) · [All operations](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/llms.txt) · [OpenAPI document](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/revisions/e2fc361a5b2e?raw)
