opi-ai 0.2.0

Unified multi-provider LLM API with streaming support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# opi-ai

Unified multi-provider LLM API with streaming support.

Part of the [opi](https://github.com/OdradekAI/opi) workspace — a Rust reimplementation of [pi](https://github.com/earendil-works/pi).

Provides a standardized interface for interacting with multiple LLM providers including OpenAI, Anthropic, Google Gemini, Mistral, AWS Bedrock, and Azure OpenAI.

## Status

Scaffolding release. The module structure (`provider`, `stream`, `model`, `config`) is in place; implementations are stubs.

## License

MIT