mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-15 20:53:42 +08:00
✨ feat: Support Claude3 (#86)
* Claude改用messages API,支持Claude3 * 删除新API不支持的模型 * 忘了改请求地址 * 🐛 fix: fix the problem of return format and completion token not being obtained --------- Co-authored-by: MartialBE <me@xiao5.info>
This commit is contained in:
@@ -43,10 +43,11 @@
|
||||
"text-moderation-latest": [0.1, 0.1],
|
||||
"dall-e-2": [8, 8],
|
||||
"dall-e-3": [20, 20],
|
||||
"claude-instant-1": [0.4, 1.2],
|
||||
"claude-2": [4, 12],
|
||||
"claude-instant-1.2": [0.4, 1.2],
|
||||
"claude-2.0": [4, 12],
|
||||
"claude-2.1": [4, 12],
|
||||
"claude-3-opus-20240229": [7.5, 22.5],
|
||||
"claude-3-sonnet-20240229": [1.3, 3.9],
|
||||
"ERNIE-Bot": [0.8572, 0.8572],
|
||||
"ERNIE-Bot-8k": [1.7143, 3.4286],
|
||||
"ERNIE-Bot-turbo": [0.5715, 0.5715],
|
||||
|
||||
Reference in New Issue
Block a user