English | 中文
This project is based on one-api and has been developed for the second time.
Please do not mix with the original version, because the new functions, the database is not compatible with the original version
For the sake of simplicity, after this project, except for updating the model list built into the program when adding a new supplier, the model list built into the program will not be updated under normal circumstances.
If you find that a new model is missing, please update the newly added model in Backend-Model Price-Update Price
- Brand new UI interface
- Added user dashboard
- Added administrator data analysis and statistics interface
- Refactored the intermediary
supplier
module - Support for using
Azure Speech
to simulateTTS
function - Channels can be configured with separate http/socks5 proxies
- Support for dynamically returning user model lists
- Support for custom speed testing models
- Logs now include request duration
- Support and optimize function calls for non-OpenAI models (supported models can be used directly in Lobe-Chat)
- Support for custom completion rates
- Support for full pagination and sorting
- Support for
Telegram bot
- Support for models charged per use
- Support for model wildcards
- Support for starting the program using a configuration file
- Support model price update
- Support automatic acquisition of supplier models
- Support chat only. If there is an incoming
function call
parameter after opening, the channel will be skipped. - Support payment
Please refer to the documentation.
Provider | Chat | Embeddings | Audio | Images | Other |
---|---|---|---|---|---|
OpenAI | ✅ | ✅ | ✅ | ✅ | - |
Azure OpenAI | ✅ | ✅ | ✅ | ✅ | - |
Azure Speech | - | - | - | - | |
Anthropic | ✅ | - | - | - | - |
Gemini | ✅ | - | - | - | - |
百度文心 | ✅ | ✅ | - | - | - |
通义千问 | ✅ | ✅ | - | - | - |
讯飞星火 | ✅ | - | - | - | - |
智谱 | ✅ | ✅ | - | - | |
腾讯混元 | ✅ | - | - | - | - |
百川 | ✅ | ✅ | - | - | - |
MiniMax | ✅ | ✅ | - | - | - |
Deepseek | ✅ | - | - | - | - |
Moonshot | ✅ | - | - | - | - |
Mistral | ✅ | ✅ | - | - | - |
Groq | ✅ | - | - | - | - |
Amazon Bedrock | - | - | - | - | |
零一万物 | ✅ | - | - | - | - |
Cloudflare AI | ✅ | - | - | ||
Midjourney | - | - | - | - | midjourney-proxy |
Cohere | ✅ | - | - | - | - |
Stability AI | - | - | - | - | |
Coze | ✅ | - | - | - | - |
Ollama | ✅ | ✅ | - | - | - |
Suno | - | - | - | - | Suno-API |
- This program utilizes the following open-source projects:
- one-api serves as the foundation of this project.
- Berry Free React Admin Template provides the frontend interface for this project.
- minimal-ui-kit, some styles from this project were used.
- new api, the code for the Midjourney/Suno module is sourced from here.
Special thanks to the authors and contributors of the above projects.