Git Product home page Git Product logo

fastapi's Introduction

智元 Fast API

Release License Go Report Card

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

支持模型

公司 模型 Completion Image
OpenAI / Azure gpt3.5、4.0系列 ✔️
OpenAI / Azure DALL-E-2、DALL-E-3 ✔️
百度 文心一言 ✔️
科大讯飞 星火 ✔️ ✔️
阿里云 通义千问 ✔️
智谱AI GLM系列 ✔️
Google Gemini ✔️
DeepSeek deepseek-chat、deepseek-coder ✔️
360智脑 360gpt系列 ✔️
Midjourney Midjourney-Proxy、Midjourney-Proxy-Plus ✔️
Anthropic / GCP-Claude claude-3-5-sonnet-20240620、claude-3-opus-20240229、claude-3-haiku-20240307 ✔️

项目预览

部署支持

✔️ 集群部署
✔️ 多地部署
✔️ 跨区部署

Docker部署

https://files.fastapi.ai/public/video/install.mp4

公益站点

项目截图

管理端

dashboard model key modelagent user chat

用户端

dashboard mymodel app appkey chat

API接口

同OpenAI接口

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 fastapi-web fastapi-admin fastapi-sdk
码云 fastapi fastapi-web fastapi-admin fastapi-sdk

作者

作者

交流群

自动人数已满, 请加我拉群

Star History Chart

fastapi's People

Contributors

iimeta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.