bitrouter-api 0.7.1

BitRouter API - reusable warp server components for AI model routing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# bitrouter-api

GitHub repository: [bitrouter/bitrouter](https://github.com/bitrouter/bitrouter)

Reusable HTTP API surface for BitRouter.

This crate provides Warp filters and shared API helpers for serving
provider-compatible endpoints. It focuses on HTTP request handling and delegates
model resolution and execution to the routing contracts from `bitrouter-core`.

## Includes

- OpenAI-compatible routes
- Anthropic-compatible routes
- Shared API error and utility helpers