---
title: "Detect Llm"
method: GET
path: "/api/scan/llm/detection"
---

# Detect Llm

`GET /api/scan/llm/detection`

## Response `200`

Successful Response

- LLMDetectionResponse
  - `defaultModel` string, nullable
  - `defaultProvider` string, nullable
  - `hasAnyAvailable` boolean, required
  - `providers` DetectedProviderResponse[], required
    - `apiKeySource` string, required
    - `baseUrl` string, nullable
    - `isAvailable` boolean, required
    - `model` string, nullable
    - `provider` string, required

---

[API](https://skmtc.net/mode-io/apis/skill-manager.md) · [All operations](https://skmtc.net/mode-io/apis/skill-manager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mode-io/skill-manager/versions/a2b29a5aa8b4/schema)
