Metadata-Version: 2.4
Name: bindai-provider-openrouter
Version: 0.1.0
Summary: OpenRouter provider for BindAI
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: openai>=2.47.0
Requires-Dist: bindai-core

# bindai-provider-openrouter

OpenRouter provider for the BindAI framework.

## Installation

```bash
pip install "bindai[openrouter]"
```

Or install the provider directly:

```bash
pip install bindai-provider-openrouter
```

## Configuration

Set your OpenRouter API key:

```env
OPENROUTER_API_KEY=your-api-key
```

Then configure your BindAI project:

```toml
provider = "openrouter"
model = "openai/gpt-4o-mini"
```

## License

MIT
