---
title: "Get provider by name"
method: GET
path: "/provider/{provider}"
tags: ["providers"]
---

# Get provider by name

`GET /provider/{provider}`

Retrieve detailed information about a specific provider

## Path parameters

- `provider` string, required

## Response `200`

Provider details

- ModelsProviderResponse
  - `description` string
  - `enabled` boolean
  - `name` string
  - `provider` string — e.g. aws, gcp, azure

## Other responses

- `404` — Provider not found

---

[API](https://skmtc.dev/thand-io/apis/thand-agent-api.md) · [All operations](https://skmtc.dev/thand-io/apis/thand-agent-api/llms.txt) · [OpenAPI document](https://skmtc.dev/thand-io/apis/thand-agent-api/revisions/811b21b91b26?raw)
