yym68686 commited on
Commit
cfee5f1
·
1 Parent(s): 864c752

📖 Docs: Update documentation

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. README_CN.md +2 -2
README.md CHANGED
@@ -13,13 +13,13 @@
13
 
14
  ## Introduction
15
 
16
- If used for personal purposes, one/new-api is too complex and has many commercial features that individuals do not need. If you do not want a complex front-end interface and want to support more models, you can try uni-api. This is a project that manages large model APIs uniformly and allows you to call multiple backend services through a unified API interface, converting them uniformly to the OpenAI format and supporting load balancing. The currently supported backend services include: OpenAI, Anthropic, Gemini, Vertex, Cohere, Cloudflare, DeepBricks, OpenRouter, etc.
17
 
18
  ## Features
19
 
20
  - No frontend, pure configuration file setup for API channels. You can run your own API site by just writing one file, with detailed configuration guides in the documentation, beginner-friendly.
21
  - Unified management of multiple backend services, supporting providers like OpenAI, Deepseek, DeepBricks, OpenRouter, and other APIs in the OpenAI format. Supports OpenAI Dalle-3 image generation.
22
- - Supports Anthropic, Gemini, Vertex AI, Cohere, Cloudflare. Vertex supports both Claude and Gemini API.
23
  - Supports OpenAI, Anthropic, Gemini, Vertex native tool use function calls.
24
  - Supports OpenAI, Anthropic, Gemini, Vertex native image recognition API.
25
  - Supports four types of load balancing.
 
13
 
14
  ## Introduction
15
 
16
+ If used personally, one/new-api is too complex and has many commercial features that individuals do not need. If you do not want a complex front-end interface and want to support more models, you can try uni-api. This is a project that unifies the management of large model APIs, allowing multiple backend services to be called through a unified API interface and uniformly converted to the OpenAI format, supporting load balancing. Currently supported backend services include: OpenAI, Anthropic, Gemini, Vertex, Cohere, Groq, Cloudflare, DeepBricks, OpenRouter, etc.
17
 
18
  ## Features
19
 
20
  - No frontend, pure configuration file setup for API channels. You can run your own API site by just writing one file, with detailed configuration guides in the documentation, beginner-friendly.
21
  - Unified management of multiple backend services, supporting providers like OpenAI, Deepseek, DeepBricks, OpenRouter, and other APIs in the OpenAI format. Supports OpenAI Dalle-3 image generation.
22
+ - Supports Anthropic, Gemini, Vertex AI, Cohere, Groq, Cloudflare. Vertex supports both Claude and Gemini APIs.
23
  - Supports OpenAI, Anthropic, Gemini, Vertex native tool use function calls.
24
  - Supports OpenAI, Anthropic, Gemini, Vertex native image recognition API.
25
  - Supports four types of load balancing.
README_CN.md CHANGED
@@ -13,13 +13,13 @@
13
 
14
  ## Introduction
15
 
16
- 如果个人使用的话,one/new-api 过于复杂,有很多个人不需要使用的商用功能,如果你不想要复杂的前端界面,有想要支持的模型多一点,可以试试 uni-api。这是一个统一管理大模型API的项目,可以通过一个统一的API接口调用多个后端服务,统一转换为 OpenAI 格式,支持负载均衡。目前支持的后端服务有:OpenAI、Anthropic、Gemini、Vertex、Cohere、Cloudflare、DeepBricks、OpenRouter 等。
17
 
18
  ## Features
19
 
20
  - 无前端,纯配置文件配置 API 渠道。只要写一个文件就能运行起一个属于自己的 API 站,文档有详细的配置指南,小白友好。
21
  - 统一管理多个后端服务,支持 OpenAI、Deepseek、DeepBricks、OpenRouter 等其他 API 是 OpenAI 格式的提供商。支持 OpenAI Dalle-3 图像生成。
22
- - 同时支持 Anthropic、Gemini、Vertex AI、Cohere、Cloudflare。Vertex 同时支持 Claude 和 Gemini API。
23
  - 支持 OpenAI、 Anthropic、Gemini、Vertex 原生 tool use 函数调用。
24
  - 支持 OpenAI、Anthropic、Gemini、Vertex 原生识图 API。
25
  - 支持四种负载均衡。
 
13
 
14
  ## Introduction
15
 
16
+ 如果个人使用的话,one/new-api 过于复杂,有很多个人不需要使用的商用功能,如果你不想要复杂的前端界面,有想要支持的模型多一点,可以试试 uni-api。这是一个统一管理大模型API的项目,可以通过一个统一的API接口调用多个后端服务,统一转换为 OpenAI 格式,支持负载均衡。目前支持的后端服务有:OpenAI、Anthropic、Gemini、Vertex、Cohere、Groq、Cloudflare、DeepBricks、OpenRouter 等。
17
 
18
  ## Features
19
 
20
  - 无前端,纯配置文件配置 API 渠道。只要写一个文件就能运行起一个属于自己的 API 站,文档有详细的配置指南,小白友好。
21
  - 统一管理多个后端服务,支持 OpenAI、Deepseek、DeepBricks、OpenRouter 等其他 API 是 OpenAI 格式的提供商。支持 OpenAI Dalle-3 图像生成。
22
+ - 同时支持 Anthropic、Gemini、Vertex AI、Cohere、Groq、Cloudflare。Vertex 同时支持 Claude 和 Gemini API。
23
  - 支持 OpenAI、 Anthropic、Gemini、Vertex 原生 tool use 函数调用。
24
  - 支持 OpenAI、Anthropic、Gemini、Vertex 原生识图 API。
25
  - 支持四种负载均衡。