crabtalk-proxy
HTTP proxy server for the crabtalk LLM API gateway.
Axum-based HTTP server providing:
POST /v1/chat/completions— non-streaming and SSE streaming with retry + fallbackPOST /v1/embeddings— embedding requestsPOST /v1/images/generations— image generationPOST /v1/audio/speech— text-to-speechPOST /v1/audio/transcriptions— audio transcriptionGET /v1/models— list configured models- Bearer token authentication middleware
- Extension system: cache, rate limiting, usage tracking, budget, logging
License
MIT OR Apache-2.0