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

# Supported Devices

`GET /supported_devices`

対応デバイスの一覧を取得します。

## Query parameters

- `core_version` string

## Response `200`

Successful Response

- SupportedDevicesInfo — 対応しているデバイスの情報。
  - `cpu` boolean, required — CPUに対応しているか
  - `cuda` boolean, required — CUDA(Nvidia GPU)に対応しているか
  - `dml` boolean, required — DirectML(Nvidia GPU/Radeon GPU等)に対応しているか

## Other responses

- `422` — Validation Error

## Changes

- **2025-03-02** `d8b6a60f88af` — 1 info
  - api operation id `supported_devices_supported_devices_get` removed and replaced with `supported_devices`
- **2024-01-17** `98b1b5ed5d83` — 1 breaking
  - response property `detail/items/loc/items/` list-of-types was widened by adding types `integer` to media type `application/json` of response `422`
- **2022-05-30** `66092849a30b` — 1 info
  - added the required property `dml` to the response with the `200` status
- **2022-02-26** `6ceee601dc21` — 1 info
  - endpoint added
- **2021-08-01** `54e3a135bccf` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/voicevox/apis/voicevox-engine-oss/changes/supported_devices/get.md)

---

[API](https://skmtc.dev/voicevox/apis/voicevox-engine-oss.md) · [All operations](https://skmtc.dev/voicevox/apis/voicevox-engine-oss/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voicevox/voicevox-engine-oss/revisions/fbe86976d6b9/schema)
