mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
chore(llma): Update LLM costs (#41485)
Co-authored-by: Radu-Raicea <15457029+Radu-Raicea@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Auto-generated from OpenRouter API - Do not edit manually
|
||||
// Generated at: 2025-11-13 10:03:45 UTC
|
||||
// Generated at: 2025-11-13 20:02:26 UTC
|
||||
|
||||
export type CanonicalProvider =
|
||||
| 'default'
|
||||
@@ -103,7 +103,6 @@ export type CanonicalProvider =
|
||||
| 'sambanova-fp8'
|
||||
| 'sambanova-turbo'
|
||||
| 'siliconflow-fp8'
|
||||
| 'stealth'
|
||||
| 'switchpoint'
|
||||
| 'together'
|
||||
| 'together-fp16'
|
||||
|
||||
@@ -4546,6 +4546,70 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "openai/gpt-5.1",
|
||||
"cost": {
|
||||
"default": {
|
||||
"prompt_token": 0.00000125,
|
||||
"completion_token": 0.00001,
|
||||
"cache_read_token": 1.25e-7,
|
||||
"web_search": 0.01
|
||||
},
|
||||
"openai-default": {
|
||||
"prompt_token": 0.00000125,
|
||||
"completion_token": 0.00001,
|
||||
"cache_read_token": 1.25e-7,
|
||||
"web_search": 0.01
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "openai/gpt-5.1-chat",
|
||||
"cost": {
|
||||
"default": {
|
||||
"prompt_token": 0.00000125,
|
||||
"completion_token": 0.00001,
|
||||
"cache_read_token": 1.25e-7,
|
||||
"web_search": 0.01
|
||||
},
|
||||
"openai": {
|
||||
"prompt_token": 0.00000125,
|
||||
"completion_token": 0.00001,
|
||||
"cache_read_token": 1.25e-7,
|
||||
"web_search": 0.01
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "openai/gpt-5.1-codex",
|
||||
"cost": {
|
||||
"default": {
|
||||
"prompt_token": 0.00000125,
|
||||
"completion_token": 0.00001,
|
||||
"cache_read_token": 1.25e-7
|
||||
},
|
||||
"openai": {
|
||||
"prompt_token": 0.00000125,
|
||||
"completion_token": 0.00001,
|
||||
"cache_read_token": 1.25e-7
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "openai/gpt-5.1-codex-mini",
|
||||
"cost": {
|
||||
"default": {
|
||||
"prompt_token": 0.0000015,
|
||||
"completion_token": 0.000006,
|
||||
"cache_read_token": 3.75e-7
|
||||
},
|
||||
"openai": {
|
||||
"prompt_token": 0.0000015,
|
||||
"completion_token": 0.000006,
|
||||
"cache_read_token": 3.75e-7
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "openai/gpt-oss-120b",
|
||||
"cost": {
|
||||
@@ -4968,19 +5032,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "openrouter/polaris-alpha",
|
||||
"cost": {
|
||||
"default": {
|
||||
"prompt_token": 0,
|
||||
"completion_token": 0
|
||||
},
|
||||
"stealth": {
|
||||
"prompt_token": 0,
|
||||
"completion_token": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "perplexity/sonar",
|
||||
"cost": {
|
||||
@@ -5956,8 +6007,8 @@
|
||||
"completion_token": 8e-7
|
||||
},
|
||||
"alibaba": {
|
||||
"prompt_token": 5e-7,
|
||||
"completion_token": 0.000002
|
||||
"prompt_token": 1.5e-7,
|
||||
"completion_token": 0.0000012
|
||||
},
|
||||
"atlas-cloud-fp8": {
|
||||
"prompt_token": 1.5e-7,
|
||||
|
||||
Reference in New Issue
Block a user