[](https://crates.io/crates/sova-ai)
[](https://crates.io/crates/sova-ai)
[](https://docs.rs/sova-ai)
[](https://github.com/s00d/sova/blob/master/LICENSE)
[](https://www.donationalerts.com/r/s00d88)
# sova-ai
[AISDK](https://github.com/lazy-hq/aisdk)-powered language models for Sova — chat, tools/agents, streaming, and `FakeAi` for tests.
Part of [Sova](https://crates.io/crates/sova) — Express-like HTTP for Rust.
**Guide:** [https://s00d.github.io/sova/plugins/ai](https://s00d.github.io/sova/plugins/ai)
**API:** [https://docs.rs/sova-ai](https://docs.rs/sova-ai)
## Install
Via the facade (recommended):
```bash
cargo add sova --features ai-openai
```
Or direct:
```bash
cargo add sova-ai --features openai
```
## License
MIT — see [LICENSE](LICENSE).