> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Provider Status • Rust AI Agent SDK

> ProviderStatus: Status of an LLM provider.

# ProviderStatus

> Defined in the [**failover**](../modules/failover) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Status of an LLM provider.

## Fields

| Name          | Type      | Description                   |
| ------------- | --------- | ----------------------------- |
| `Provider`    | `variant` | -                             |
| `is`          | `variant` | -                             |
| `available`   | `variant` | -                             |
| `for`         | `variant` | -                             |
| `use`         | `variant` | -                             |
| `Available`   | `variant` | Provider is available for use |
| `Provider`    | `variant` | -                             |
| `is`          | `variant` | -                             |
| `rate`        | `variant` | -                             |
| `limited`     | `variant` | -                             |
| `RateLimited` | `variant` | Provider is rate limited      |
| `Provider`    | `variant` | -                             |
| `encountered` | `variant` | -                             |
| `an`          | `variant` | -                             |
| `error`       | `variant` | -                             |
| `Error`       | `variant` | Provider encountered an error |
| `Provider`    | `variant` | -                             |
| `is`          | `variant` | -                             |
| `disabled`    | `variant` | -                             |
| `Disabled`    | `variant` | Provider is disabled          |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/failover/mod.rs">
  `praisonai/src/failover/mod.rs` at line 0
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Providers" icon="server" href="/docs/rust/providers" />

  <Card title="Rust LLM" icon="microchip" href="/docs/rust/llm" />
</CardGroup>
