mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 12:22:39 +02:00
add huoshan_ark
This commit is contained in:
parent
e03db313a2
commit
48189e98d8
6 changed files with 62 additions and 0 deletions
|
|
@ -68,6 +68,13 @@ TOKEN_COSTS = {
|
|||
"openai/gpt-4-turbo-preview": {"prompt": 0.01, "completion": 0.03},
|
||||
"deepseek-chat": {"prompt": 0.00014, "completion": 0.00028},
|
||||
"deepseek-coder": {"prompt": 0.00014, "completion": 0.00028},
|
||||
# For ark model
|
||||
"doubao-lite-4k-240515": {"prompt": 0.000042, "completion": 0.000084},
|
||||
"doubao-lite-32k-240515": {"prompt": 0.000042, "completion": 0.000084},
|
||||
"doubao-lite-128k-240515": {"prompt": 0.00011, "completion": 0.00013},
|
||||
"doubao-pro-4k-240515":{"prompt":0.00011,"completion":0.00028},
|
||||
"doubao-pro-32k-240515":{"prompt":0.00011,"completion":0.00028},
|
||||
"doubao-pro-128k-240515":{"prompt":0.0007,"completion":0.0012},
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue