---
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

---

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