High-performance LLM API gateway in Rust.
Crabtalk exposes an OpenAI-compatible API and routes requests to the configured
provider — OpenAI, Anthropic, Azure, Ollama, and any OpenAI-compatible service.
```bash
cargo install crabtalk
```
```bash
crabtalk --config crabtalk.toml
```
See the [repository](https://github.com/clearloop/crabtalk) for full
documentation and configuration examples.
MIT OR Apache-2.0