Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#2590 from ZhangYichi-ZYc/ZhangYichi…
Browse files Browse the repository at this point in the history
…-ZYc-patch-1
  • Loading branch information
Yidadaa committed Aug 9, 2023
2 parents 67c8ec6 + f3b508c commit d85a4a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/faq-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ OpenAI 网站计费说明:https://openai.com/pricing#language-models
OpenAI 根据 token 数收费,1000 个 token 通常可代表 750 个英文单词,或 500 个汉字。输入(Prompt)和输出(Completion)分别统计费用。
|模型|用户输入(Prompt)计费|模型输出(Completion)计费|每次交互最大 token 数|
|----|----|----|----|
|gpt-3.5|$0.002 / 1 千 tokens|$0.002 / 1 千 tokens|4096|
|gpt-3.5-turbo|$0.0015 / 1 千 tokens|$0.002 / 1 千 tokens|4096|
|gpt-3.5-turbo-16K|$0.003 / 1 千 tokens|$0.004 / 1 千 tokens|16384|
|gpt-4|$0.03 / 1 千 tokens|$0.06 / 1 千 tokens|8192|
|gpt-4-32K|$0.06 / 1 千 tokens|$0.12 / 1 千 tokens|32768|

Expand Down

0 comments on commit d85a4a0

Please sign in to comment.