mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 16:00:51 +00:00
New providers: assemblyai, baidu, blackboxai, brave, cartesia, deepgram, elevenlabs, exa, iflytek, lmsys, playht, pollinations, serper, siliconflow, stability, tavily. Registered in mod.rs and registry.rs. Adds a Providers tab to the admin UI with a ProviderIcon component and catalog route. Updates backend, streaming, config, and test infrastructure to align with the expanded provider set. Bumps all crate versions to 0.9.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
739 B
739 B
iFlytek Spark
Chinese LLM from iFlytek with an OpenAI-compatible endpoint (Spark Open API).
LiteLLM prefix: spark/
Status: Stub — routes through OpenAI-compatible client
API base: https://spark-api-open.xf-yun.com/v1
Docs: https://xinghuo.xfyun.cn/sparkapi
Authentication
| Variable | Required | Description |
|---|---|---|
SPARK_API_KEY |
Yes (either) | Spark API key |
IFLYTEK_API_KEY |
Yes (either) | Alias accepted by the proxy |
Quick Start
BACKEND=iflytek SPARK_API_KEY=your-key cargo run -p anyllm_proxy
Capabilities
| Feature | Supported |
|---|---|
| Chat Completions | ✓ |
| Streaming | ✓ |
| Tool Use | ✓ |
| Embeddings | — |
| Vision | ✓ |
| Batch | — |