https://github.com/iimeta/fastapi
智元 Fast API 是一站式API管理系统,将各类LLM API进行统一格式、统一规范、统一管理,使其在功能、性能和用户体验上达到极致。
https://github.com/iimeta/fastapi
api chatgpt ernie-bot fast fastapi glm gpt gpt-4 openai qwen realtime spark
Last synced: 5 months ago
JSON representation
智元 Fast API 是一站式API管理系统,将各类LLM API进行统一格式、统一规范、统一管理,使其在功能、性能和用户体验上达到极致。
- Host: GitHub
- URL: https://github.com/iimeta/fastapi
- Owner: iimeta
- License: mit
- Created: 2023-11-22T05:00:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:32:06.000Z (6 months ago)
- Last Synced: 2024-10-29T11:40:56.209Z (6 months ago)
- Topics: api, chatgpt, ernie-bot, fast, fastapi, glm, gpt, gpt-4, openai, qwen, realtime, spark
- Language: Go
- Homepage: https://demo.fastapi.ai
- Size: 109 MB
- Stars: 215
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - fastapi - 智元 Fast API 是一站式API管理系统,将各类LLM API进行统一格式、统一规范、统一管理,使其在功能、性能和用户体验上达到极致。 (NLP)
README
# 智元 Fast API
[](https://github.com/iimeta/fastapi/releases)
[](https://github.com/iimeta/fastapi/blob/main/LICENSE)
[](https://goreportcard.com/report/github.com/iimeta/fastapi)`智元 Fast API` 是一站式API管理系统,将各类LLM API进行统一格式、统一规范、统一管理,使其在功能、性能和用户体验上达到极致。
## 支持模型
| 公司 | Completion | Image | Audio | Multimodal | Realtime | Embedding | Moderation |
|---------------------------------------|------------|-------|-------|------------|----------|-----------|------------|
| OpenAI
Azure | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| 百度 | ✔️ | | | | | | |
| 科大讯飞 | ✔️ | ✔️ | | | | | |
| 阿里云 | ✔️ | | | | | | |
| 智谱AI | ✔️ | | | | | | |
| Google | ✔️ | | | ✔️ | | ️ | ️ |
| DeepSeek | ✔️ | | | | | | |
| 360智脑 | ✔️ | | | | | | |
| Midjourney | | ✔️ | | | | | |
| Anthropic
GCPClaude
AWSClaude | ✔️ | | | | | | |## 项目预览
- 用户端: https://demo.fastapi.ai/login
- 账号/密码: [email protected]/123456- 管理端: https://demo.fastapi.ai/admin
- 账号/密码: admin/admin123## 部署支持
✔️ 集群部署
✔️ 多地部署
✔️ 跨区部署## Docker部署
### [传送门](https://github.com/iimeta/fastapi/tree/docker)### [部署视频](https://files.fastapi.ai/public/video/install.mp4)
https://files.fastapi.ai/public/video/install.mp4## 公益站点
- API地址: https://api.free.fastapi.ai
- 注册后请联系作者领取1000万额度## 项目截图
### 管理端





### 用户端




## API接口
### 同OpenAI接口
```bash
curl --location 'https://api.fastapi.ai/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer sk-FastAPI1YzE0kXf0zNb0ldX1nBLDm1Bh0SoSK0G0PzR1tNxW' \
--data '{
"model": "gpt-3.5-turbo",
"stream": true,
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "hi"}
]
}'
```## 开源地址
| 仓库 | API | Web | Admin | SDK |
| ---- |----------------------------------------------|------------------------------------------------------|----------------------------------------------------------|------------------------------------------------------|
| 主库 | [fastapi](https://github.com/iimeta/fastapi) | [fastapi-web](https://github.com/iimeta/fastapi-web) | [fastapi-admin](https://github.com/iimeta/fastapi-admin) | [fastapi-sdk](https://github.com/iimeta/fastapi-sdk) |
| 码云 | [fastapi](https://gitee.com/iimeta/fastapi) | [fastapi-web](https://gitee.com/iimeta/fastapi-web) | [fastapi-admin](https://gitee.com/iimeta/fastapi-admin) | [fastapi-sdk](https://gitee.com/iimeta/fastapi-sdk) |## 作者
## 交流群
