From c0ba4880ca7bef1b65a2a69408ae5b3c281f9a0c Mon Sep 17 00:00:00 2001 From: crosstyan Date: Sun, 19 Jul 2026 14:44:19 +0800 Subject: [PATCH] spark price --- models.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/models.yml b/models.yml index 5f341e6..c952e46 100644 --- a/models.yml +++ b/models.yml @@ -87,8 +87,9 @@ providers: - image contextWindow: 400000 maxTokens: 128000 + # models.dev: input $1.75 / output $14 / cache read $0.175 per 1M tokens cost: - input: 0 - output: 0 - cacheRead: 0 + input: 1.75 + output: 14 + cacheRead: 0.175 cacheWrite: 0