Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 23 additions & 7 deletions llm_pricing.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,18 +996,34 @@
{
"name": "Default",
"prices": {
"input": 1.74e-06,
"output": 3.48e-06,
"cache_read_input_tokens": 1.45e-08
"input": 4.35e-07,
"output": 8.7e-07,
"cache_read_input_tokens": 3.625e-09
}
}
]
},
{
"name": "DeepSeek Chat / Reasoner",
"provider": "DeepSeek",
"description": "DeepSeek compatibility aliases for V4 Flash (deepseek-chat, deepseek-reasoner)",
"match_pattern": "(?i)deepseek-(?:chat|reasoner)$",
"tiers": [
{
"name": "Default",
"prices": {
"input": 1.4e-07,
"output": 2.8e-07,
"cache_read_input_tokens": 2.8e-09
}
}
]
},
{
"name": "DeepSeek V3",
"provider": "DeepSeek",
"description": "DeepSeek V3 (deepseek-chat)",
"match_pattern": "(?i)deepseek-(?:v3|chat)(?:$|-)",
"description": "DeepSeek V3",
"match_pattern": "(?i)deepseek-v3(?:$|-)",
"tiers": [
{
"name": "Default",
Expand All @@ -1022,8 +1038,8 @@
{
"name": "DeepSeek R1",
"provider": "DeepSeek",
"description": "DeepSeek R1 reasoning model (deepseek-reasoner)",
"match_pattern": "(?i)deepseek-(?:r1|reasoner)(?:-\\d[\\d-]*)?$",
"description": "DeepSeek R1 reasoning model",
"match_pattern": "(?i)deepseek-r1(?:-\\d[\\d-]*)?$",
"tiers": [
{
"name": "Default",
Expand Down