mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-29 12:50:59 +00:00
add gpt-5-chat-latest
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user