# fastapi
**Repository Path**: iimeta/fastapi
## Basic Information
- **Project Name**: fastapi
- **Description**: 企业级 LLM API 快速集成系统,支持OpenAI、Azure、文心一言、讯飞星火、通义千问、智谱GLM、Gemini、DeepSeek、Anthropic Claude以及OpenAI格式的模型等,简洁的页面风格,轻量高效且稳定,支持Docker一键部署。
- **Primary Language**: Go
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: https://www.fastapi.ai
- **GVP Project**: No
## Statistics
- **Stars**: 19
- **Forks**: 8
- **Created**: 2024-03-30
- **Last Updated**: 2026-01-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: openAI, deepseek, chat, gpt, llm
## 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)
企业级 LLM API 快速集成系统,支持DeepSeek、OpenAI、Azure、文心一言、讯飞星火、通义千问、智谱GLM、豆包、Gemini、Anthropic Claude以及OpenAI格式的模型等,简洁的页面风格,轻量高效且稳定,支持Docker一键部署。业务系统只需要按照统一API标准,对接一次的开发工作量,即可无缝对接N个大模型,无需考虑N个大模型背后的各种复杂逻辑等等,可大大降低开发和维护成本...
## 支持模型提供商
## 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-5",
"stream": true,
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "hi"}
]
}'
```
## 社区版预览
- 管理端:
- 用户端:
- 代理商:
- 账号/密码均是: demo/123456
## 专业版预览
- 管理端:
- 用户端:
- 代理商:
- 账号/密码均是: demo/123456
## 部署支持
✔️ [Docker部署](https://www.fastapi.ai/guide/#docker%E9%83%A8%E7%BD%B2%E6%95%99%E7%A8%8B)
✔️ 集群部署
✔️ 多地部署
## 部署教程
### [快速开始](https://www.fastapi.ai/guide/)
## 公益站点
- 用户端:
- 代理商:
- API接口:
- 注册就送 **$1,000,000** 额度, 支持注册代理商
## 开源地址
| 仓库 | 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) |
## 作者 / 交流群
