> ## 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.

# Portkey Provider

> Use Portkey AI Gateway with PraisonAI TypeScript

# Portkey Provider

AI Gateway with Portkey.

## Environment Variables

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

## Quick Start

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

const agent = new Agent({
  name: 'PortkeyAgent',
  instructions: 'You are a helpful assistant.',
  llm: 'portkey/openai/gpt-4o'
});
```

## Related

* [Portkey CLI Usage](/docs/js/providers/portkey-cli)
