Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,17 @@ corresponding provider API key accordingly, all these keys are optional, you
will likely need at least one of these, though:

```bash
export OPENAI_API_KEY=your_api_key_here # For OpenAI models
export ANTHROPIC_API_KEY=your_api_key_here # For Anthropic models
export GOOGLE_API_KEY=your_api_key_here # For Gemini models
export XAI_API_KEY=your_api_key_here # For xAI models
export NEBIUS_API_KEY=your_api_key_here # For Nebius models
export MISTRAL_API_KEY=your_api_key_here # For Mistral models
export OPENAI_API_KEY=your_api_key_here # For OpenAI models
export ANTHROPIC_API_KEY=your_api_key_here # For Anthropic models
export GOOGLE_API_KEY=your_api_key_here # For Gemini models
export AWS_BEARER_TOKEN_BEDROCK=your_api_key_here # For AWS Bedrock available models
export XAI_API_KEY=your_api_key_here # For xAI models
export NEBIUS_API_KEY=your_api_key_here # For Nebius models
export MISTRAL_API_KEY=your_api_key_here # For Mistral models
```

**Note:** For the different AWS Bedrock authentication options, take a look [here](docs/USAGE.md#aws-bedrock-provider-usage).

### Run Agents!

```bash
Expand Down