crabtalk-proxy 0.0.2

High-performance LLM API gateway
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# crabtalk-proxy

HTTP proxy server for the [crabtalk](https://github.com/clearloop/crabtalk) LLM API gateway.

Axum-based HTTP server providing:

- `POST /v1/chat/completions` — Non-streaming and SSE streaming
- `POST /v1/embeddings` — Embedding requests
- `GET /v1/models` — List configured models
- Bearer token authentication middleware

## License

MIT OR Apache-2.0