> ## 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 • Rust AI Agent SDK

> Provider: Supported Deep Research providers

# Provider

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

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

Supported Deep Research providers

## Fields

| Name        | Type      | Description               |
| ----------- | --------- | ------------------------- |
| `OpenAI`    | `variant` | -                         |
| `Deep`      | `variant` | -                         |
| `Research`  | `variant` | -                         |
| `OpenAI`    | `variant` | OpenAI Deep Research      |
| `Gemini`    | `variant` | -                         |
| `Deep`      | `variant` | -                         |
| `Research`  | `variant` | -                         |
| `Gemini`    | `variant` | Gemini Deep Research      |
| `LiteLLM`   | `variant` | -                         |
| `unified`   | `variant` | -                         |
| `interface` | `variant` | -                         |
| `LiteLLM`   | `variant` | LiteLLM unified interface |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/parity/extras.rs">
  `praisonai/src/parity/extras.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>
