mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 10:56:22 +02:00
feat: move Azure-exclusive pricing plan mappings to config2.yaml.example
This commit is contained in:
parent
0e864dc9da
commit
c720c1d82f
2 changed files with 7 additions and 4 deletions
|
|
@ -35,10 +35,6 @@ TOKEN_COSTS = {
|
|||
"glm-3-turbo": {"prompt": 0.0, "completion": 0.0007}, # 128k version, prompt + completion tokens=0.005¥/k-tokens
|
||||
"glm-4": {"prompt": 0.0, "completion": 0.014}, # 128k version, prompt + completion tokens=0.1¥/k-tokens
|
||||
"gemini-pro": {"prompt": 0.00025, "completion": 0.0005},
|
||||
"gpt-3.5-turbo-4k": {"prompt": 0.0015, "completion": 0.002},
|
||||
"gpt-4-turbo": {"prompt": 0.01, "completion": 0.03},
|
||||
"gpt-4-turbo-vision": {"prompt": 0.01, "completion": 0.03},
|
||||
"gpt-4-8k": {"prompt": 0.03, "completion": 0.06},
|
||||
}
|
||||
|
||||
TOKEN_MAX = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue