crabtalk-proxy 0.0.6

HTTP proxy server for the crabtalk LLM API gateway
Documentation

crabtalk-proxy

crates.io

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 + fallback
  • POST /v1/embeddings — embedding requests
  • POST /v1/images/generations — image generation
  • POST /v1/audio/speech — text-to-speech
  • POST /v1/audio/transcriptions — audio transcription
  • GET /v1/models — list configured models
  • Bearer token authentication middleware
  • Extension system: cache, rate limiting, usage tracking, budget, logging

License

MIT OR Apache-2.0