---
title: "このビルドでサポートされている、音声合成モデルの推論デバイスを取得する"
method: GET
path: "/supported_devices"
tags: ["音声合成モデル管理"]
---

# このビルドでサポートされている、音声合成モデルの推論デバイスを取得する

`GET /supported_devices`

このビルドでサポートされている、音声合成モデルの推論デバイスを返します。<br>
通常、下記の値が返されます。true であっても実際に推論デバイスが利用可能とは限りません。
- Windows: `{"cpu": true, "cuda": false, "dml": true}`
- macOS: `{"cpu": true, "cuda": false, "dml": false}`
- Linux: `{"cpu": true, "cuda": true, "dml": false}`

## Query parameters

- `core_version` string — AivisSpeech Engine ではサポートされていないパラメータです (常に無視されます) 。

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

- **2026-03-31** `bd7182f25e54` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-03-11** `c5651c641b9a` — 2 info
  - api tag `音声合成モデル管理` added
  - api tag `その他` removed
- **2025-03-02** `d8b6a60f88af` — 3 info
  - api operation id `supported_devices_supported_devices_get` removed and replaced with `supported_devices`
  - api tag `その他` added
  - api tag `音声合成モデル管理` removed
- **2025-01-04** `df13668c123d` — 2 info
  - api tag `音声合成モデル管理` added
  - api tag `その他` removed
- **2025-01-03** `b7afc41080b3` — 2 info
  - api tag `その他` added
  - api tag `音声合成モデル管理` removed

[Full 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-service-production.skmtc.workers.dev/v1/apis/aivis-project/aivisspeech-engine/revisions/1d935a3e31b8/schema)
