mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
chore(llma): Update LLM costs (#41012)
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-05 20:02:11 UTC
|
||||
// Generated at: 2025-11-06 10:04:02 UTC
|
||||
|
||||
export type CanonicalProvider =
|
||||
| 'default'
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
"prompt_token": 9e-8,
|
||||
"completion_token": 4e-7
|
||||
},
|
||||
"atlas-cloud-bf16": {
|
||||
"atlas-cloud-fp8": {
|
||||
"prompt_token": 9e-8,
|
||||
"completion_token": 4.5e-7
|
||||
},
|
||||
@@ -1249,12 +1249,12 @@
|
||||
"model": "deepseek/deepseek-r1-0528-qwen3-8b",
|
||||
"cost": {
|
||||
"default": {
|
||||
"prompt_token": 3e-8,
|
||||
"completion_token": 1.1e-7
|
||||
"prompt_token": 2e-8,
|
||||
"completion_token": 1e-7
|
||||
},
|
||||
"chutes-bf16": {
|
||||
"prompt_token": 3e-8,
|
||||
"completion_token": 1.1e-7
|
||||
"prompt_token": 2e-8,
|
||||
"completion_token": 1e-7
|
||||
},
|
||||
"novita-bf16": {
|
||||
"prompt_token": 6e-8,
|
||||
@@ -5914,10 +5914,6 @@
|
||||
"prompt_token": 3.8e-7,
|
||||
"completion_token": 0.00000153
|
||||
},
|
||||
"cerebras-fp8": {
|
||||
"prompt_token": 0.000002,
|
||||
"completion_token": 0.000002
|
||||
},
|
||||
"google-vertex": {
|
||||
"prompt_token": 0.000001,
|
||||
"completion_token": 0.000004
|
||||
@@ -6158,19 +6154,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "qwen/qwen3-vl-32b-instruct",
|
||||
"cost": {
|
||||
"default": {
|
||||
"prompt_token": 3.5e-7,
|
||||
"completion_token": 0.0000011
|
||||
},
|
||||
"parasail-fp8": {
|
||||
"prompt_token": 3.5e-7,
|
||||
"completion_token": 0.0000011
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "qwen/qwen3-vl-8b-instruct",
|
||||
"cost": {
|
||||
|
||||
Reference in New Issue
Block a user