---
title: "Get Gpu Status"
method: GET
path: "/api/system/gpu-status"
tags: ["system", "system"]
---

# Get Gpu Status

`GET /api/system/gpu-status`

Get current GPU status and usage information.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- GPUInfo
  - `cuda_available` boolean, required
  - `device_count` integer, required
  - `devices` object[], required
  - `current_memory_usage` object, required
  - `driver_version` string, nullable, required
  - `cuda_version` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
