Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/supported_devices
{ "cpu": true, "cuda": true, "dml": true }
対応デバイスの一覧を取得します。
Laravel実装状況: ❌ エンジン固有の機能(フォールバックのみ)
Successful Response
対応しているデバイスの情報。
CPUに対応しているか
CUDA(Nvidia GPU)に対応しているか
DirectML(Nvidia GPU/Radeon GPU等)に対応しているか
このページは役に立ちましたか?