# llmvm-outsource-lib
[](https://crates.io/crates/llmvm-outsource-lib)
[](https://docs.rs/llmvm-outsource-lib)
[](https://github.com/DJAndries/llmvm/blob/master/LICENSE)
The library for the outsource backend for [llmvm](https://github.com/djandries/llmvm).
Sends text and chat generation requests to known hosted language model providers.
See the executable wrapper [llmvm-outsource](https://github.com/djandries/llmvm/tree/master/backends/outsource) for more information.
## Usage
Add the dependency to `Cargo.toml`:
```
[dependencies]
llmvm-outsource-lib = { version = "<version>" }
```
## Reference documentation
Reference documentation can be found on [docs.rs](https://docs.rs/llmvm-outsource-lib).
## License
[Mozilla Public License, version 2.0](https://spdx.org/licenses/MPL-2.0.html)