diff --git a/crates/agenthub-core/src/usage/embedded-pricing.json b/crates/agenthub-core/src/usage/embedded-pricing.json index 851f7c1b..7a572a81 100644 --- a/crates/agenthub-core/src/usage/embedded-pricing.json +++ b/crates/agenthub-core/src/usage/embedded-pricing.json @@ -413,12 +413,24 @@ "cacheCreate": 2.5, "cacheRead": 0.5 }, + "dashscope/qwen3.8-flash": { + "input": 0.15, + "output": 0.47, + "cacheCreate": 0.2, + "cacheRead": 0.016 + }, "dashscope/qwen3.8-max": { "input": 2, "output": 6, "cacheCreate": 2, "cacheRead": 0.25 }, + "dashscope/qwen3.8-omni-flash": { + "input": 0.15, + "output": 0.47, + "cacheCreate": 0.15, + "cacheRead": 0.016 + }, "dashscope/qwq-plus": { "input": 0.8, "output": 2.4, @@ -821,17 +833,17 @@ "cacheRead": 0.03 }, "gemini-flash-latest": { + "input": 0.75, + "output": 3.75, + "cacheCreate": 0.75, + "cacheRead": 0.075 + }, + "gemini-flash-lite-latest": { "input": 0.3, "output": 2.5, "cacheCreate": 0.3, "cacheRead": 0.03 }, - "gemini-flash-lite-latest": { - "input": 0.1, - "output": 0.4, - "cacheCreate": 0.1, - "cacheRead": 0.01 - }, "gemini-gemma-2-27b-it": { "input": 0.35, "output": 1.05, @@ -853,13 +865,13 @@ "cacheCreate": 1.5 }, "gemini-pro-latest": { - "input": 1.25, - "output": 10, - "cacheCreate": 1.25, - "cacheRead": 0.125, - "inputAbove200k": 2.5, - "outputAbove200k": 15, - "cacheReadAbove200k": 0.25 + "input": 2, + "output": 12, + "cacheCreate": 2, + "cacheRead": 0.2, + "inputAbove200k": 4, + "outputAbove200k": 18, + "cacheReadAbove200k": 0.4 }, "gemini-robotics-er-1.5-preview": { "input": 0.3, @@ -873,10 +885,10 @@ "cacheCreate": 1 }, "gemini-robotics-er-2-preview": { - "input": 2, - "output": 10, - "cacheCreate": 2, - "cacheRead": 0.2 + "input": 1, + "output": 5, + "cacheCreate": 1, + "cacheRead": 0.1 }, "gemini-robotics-er-2-streaming-preview": { "input": 2, @@ -1029,17 +1041,17 @@ "cacheRead": 0.075 }, "gemini/gemini-flash-latest": { + "input": 0.75, + "output": 3.75, + "cacheCreate": 0.75, + "cacheRead": 0.075 + }, + "gemini/gemini-flash-lite-latest": { "input": 0.3, "output": 2.5, "cacheCreate": 0.3, "cacheRead": 0.03 }, - "gemini/gemini-flash-lite-latest": { - "input": 0.1, - "output": 0.4, - "cacheCreate": 0.1, - "cacheRead": 0.01 - }, "gemini/gemini-gemma-2-27b-it": { "input": 0.35, "output": 1.05, @@ -1061,13 +1073,13 @@ "cacheCreate": 1.5 }, "gemini/gemini-pro-latest": { - "input": 1.25, - "output": 10, - "cacheCreate": 1.25, - "cacheRead": 0.125, - "inputAbove200k": 2.5, - "outputAbove200k": 15, - "cacheReadAbove200k": 0.25 + "input": 2, + "output": 12, + "cacheCreate": 2, + "cacheRead": 0.2, + "inputAbove200k": 4, + "outputAbove200k": 18, + "cacheReadAbove200k": 0.4 }, "gemini/gemini-robotics-er-1.5-preview": { "input": 0.3, @@ -1081,10 +1093,10 @@ "cacheCreate": 1 }, "gemini/gemini-robotics-er-2-preview": { - "input": 2, - "output": 10, - "cacheCreate": 2, - "cacheRead": 0.2 + "input": 1, + "output": 5, + "cacheCreate": 1, + "cacheRead": 0.1 }, "gemini/gemini-robotics-er-2-streaming-preview": { "input": 2, @@ -2830,12 +2842,24 @@ "cacheCreate": 2.5, "cacheRead": 0.5 }, + "qwen3.8-flash": { + "input": 0.15, + "output": 0.47, + "cacheCreate": 0.2, + "cacheRead": 0.016 + }, "qwen3.8-max": { "input": 2, "output": 6, "cacheCreate": 2, "cacheRead": 0.25 }, + "qwen3.8-omni-flash": { + "input": 0.15, + "output": 0.47, + "cacheCreate": 0.15, + "cacheRead": 0.016 + }, "qwq-plus": { "input": 0.8, "output": 2.4, diff --git a/crates/agenthub-core/src/usage/embedded-pricing.meta.json b/crates/agenthub-core/src/usage/embedded-pricing.meta.json index c0cd1b5d..91c1bc61 100644 --- a/crates/agenthub-core/src/usage/embedded-pricing.meta.json +++ b/crates/agenthub-core/src/usage/embedded-pricing.meta.json @@ -1,9 +1,9 @@ { "source": "https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json", - "fetchedAt": "2026-09-16T11:17:33.814Z", - "modelCount": 515, - "fromLitellmRows": 299, - "aliasKeysAdded": 211, + "fetchedAt": "2026-09-20T11:05:19.474Z", + "modelCount": 519, + "fromLitellmRows": 301, + "aliasKeysAdded": 213, "overrideKeys": 16, "unit": "USD per 1M tokens", "notes": "Offline embedded snapshot. Runtime does not fetch pricing. Re-run scripts/update-embedded-pricing.mjs or wait for daily CI."