mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
Docs: add pricing doc (#287)
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
This commit is contained in:
33
docSite/content/docs/pricing.md
Normal file
33
docSite/content/docs/pricing.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
title: '定价'
|
||||
description: 'FastGPT 的定价'
|
||||
icon: 'currency_yen'
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 10
|
||||
---
|
||||
|
||||
[OpenAI 的 API 官方计费模式](https://openai.com/pricing#language-models)为:按每次 API 请求内容和返回内容 tokens 长度来定价。每个模型具有不同的计价方式,以每 1,000 个 tokens 消耗为单位定价。其中 1,000 个 tokens 约为 750 个英文单词。平台的 tokens 数量计算算法与 OpenAI 一致,您可以随时通过「使用记录」来查看余额消耗明细的说明,来对比计算是否一致。
|
||||
|
||||

|
||||
|
||||
以下是详细的价格表:
|
||||
|
||||
{{< table "table-hover table-striped-columns" >}}
|
||||
| 计费项 | 价格: 元/ 1K tokens(包含上下文) |
|
||||
| ---------------------- | --------------------------------- |
|
||||
| 知识库 - 索引 | 0.002 |
|
||||
| 文件 QA 拆分 | 0.03 |
|
||||
| FastAI-4k - 对话 | 0.015 |
|
||||
| FastAI-16k - 对话 | 0.03 |
|
||||
| FastAI-Plus-8k - 对话 | 0.45 |
|
||||
| FastAI-Plus-32k - 对话 | 0.85 |
|
||||
| 文心一言 - 对话 | 0.012 |
|
||||
| 星火2.0 - 对话 | 0.01 |
|
||||
| chatglm_pro - 对话 | 0.01 |
|
||||
| 通义千问 - 对话 | 0.01 |
|
||||
{{< /table >}}
|
||||
|
||||
{{% alert context="warning" %}}
|
||||
FastAI-Plus(也就是 GPT-4,你懂得) 系列模型 OpenAI 的定价高于 3.5 **几十倍**。如果您使用模型的场景字数较多,使用 FastAI-Plus 模型将产生非常大的消耗,FastAI-Plus 模型分为两个版本,8K token 内容上限和 32K token 内容上限,这两个版本请求响应的价格均不同。
|
||||
{{% /alert %}}
|
Reference in New Issue
Block a user