Skip to content
/ fastapi Public

企业级 LLM API 快速集成系统,支持OpenAI、Azure、文心一言、讯飞星火、通义千问、智谱GLM、Gemini、DeepSeek、Anthropic Claude以及OpenAI格式的模型等,简洁的页面风格,轻量高效且稳定,支持Docker一键部署。

License

Notifications You must be signed in to change notification settings

iimeta/fastapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

智元 Fast API

Release License Docker Pull

智元 Fast API 是一站式API管理系统,将各类大模型API进行统一格式、统一规范、统一管理,使其在功能、性能和用户体验上达到极致。

手动Docker部署

  1. 需提前安装好Redis和MongoDB以及Docker服务
  2. 拉取镜像: docker pull iimeta/fastapi:latest
  3. 创建配置文件目录: mkdir -p /data/fastapi/manifest/config
  4. 进入配置文件目录: cd /data/fastapi/manifest/config
  5. 下载配置文件: wget https://github.com/iimeta/fastapi/raw/docker/manifest/config/config.yaml
  6. 修改配置文件: vi config.yaml 按 config.yaml 中配置项的注释, 修改对应参数
  7. 启动服务:
docker run --name fastapi -d -p 8000:8000 \
  --network host \
  --restart=always \
  -v /etc/localtime:/etc/localtime:ro \
  -v /data/fastapi:/app \
  iimeta/fastapi:latest
  1. 访问: http://ip:8000/ 如: http://127.0.0.1:8000/

自动Docker部署

  1. 需提前安装好Redis和MongoDB以及Docker服务
  2. 下载一键部署脚本: wget -O install.sh https://github.com/iimeta/fastapi/raw/docker/bin/install.sh && sh install.sh
  3. 修改配置文件: vi /data/fastapi/manifest/config/config.yaml 按 config.yaml 中配置项的注释, 修改对应参数
  4. 启动服务: chmod +777 start.sh && ./start.sh
  5. 访问: http://ip:8000/ 如: http://127.0.0.1:8000/

备用国内镜像地址

docker pull registry.cn-hangzhou.aliyuncs.com/iimeta/fastapi:latest
docker run --name fastapi -d -p 8000:8000 \
  --network host \
  --restart=always \
  -v /etc/localtime:/etc/localtime:ro \
  -v /data/fastapi:/app \
  registry.cn-hangzhou.aliyuncs.com/iimeta/fastapi:latest

Star History Chart

About

企业级 LLM API 快速集成系统,支持OpenAI、Azure、文心一言、讯飞星火、通义千问、智谱GLM、Gemini、DeepSeek、Anthropic Claude以及OpenAI格式的模型等,简洁的页面风格,轻量高效且稳定,支持Docker一键部署。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages