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

# AI Gateway Provider

> Use AI Gateway with PraisonAI TypeScript

# AI Gateway Provider

Unified AI gateway access.

## Environment Variables

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
export AI_GATEWAY_API_KEY=...
```

## Quick Start

```typescript theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
import { Agent } from 'praisonai';

const agent = new Agent({
  name: 'GatewayAgent',
  instructions: 'You are a helpful assistant.',
  llm: 'ai-gateway/model'
});
```

## Related

* [AI Gateway CLI Usage](/docs/js/providers/ai-gateway-cli)
