tweak: update pricing for 4o-mini

This commit is contained in:
KernelDeimos
2025-06-21 20:19:40 -04:00
parent c3d2ce5d0e
commit d9a6a03740

View File

@@ -111,8 +111,8 @@ class OpenAICompletionService extends BaseService {
cost: {
currency: 'usd-cents',
tokens: 1_000_000,
input: 15,
output: 30,
input: 60,
output: 240,
},
max_tokens: 16384,
},