add gpt-5-chat-latest

This commit is contained in:
jelveh
2025-08-07 11:52:11 -07:00
parent c10e6ccd8f
commit acc29a35c4
@@ -138,6 +138,16 @@ class OpenAICompletionService extends BaseService {
},
max_tokens: 128000,
},
{
id: 'gpt-5-chat-latest',
cost: {
currency: 'usd-cents',
tokens: 1_000_000,
input: 125,
output: 1000,
},
max_tokens: 128000,
},
{
id: 'gpt-4o',
cost: {