Anthropic's Claude model is now in its third generation:
- 中杯 Haiku
- 大杯 Sonnet
- 超大杯 Opus
其中超大杯 Opus 可比肩 GPT 4, This is especially true when it comes to writing。The input length of the model can be up to 200k tokens,The output is only 4k。
Now Ups and Downs supports the selection of Claude 3 Series models。
Pricing:
- 中杯 Haiku
input:0.25点/1k token
output:0.85点/1k token - 大杯 Sonnet
input:0.1点/1k token
output:0.25点/1k token - 超大杯 Opus
input:0.005点/1k token
output:0.015点/1k token
same,API users can also use it directly claude-3-haiku , claude-3-sonnet and claude-3-opus as the model name to call the API,返回的结果将与 OpenAI 模型格式一致,方便大家集成。