mirror of
https://github.com/coaidev/coai.git
synced 2025-05-29 18:00:14 +09:00
feat: support model gpt-4o-2024-08-06
This commit is contained in:
parent
9e111c97aa
commit
a95a4cb35c
@ -116,6 +116,7 @@ export const ChannelInfos: Record<string, ChannelInfo> = {
|
||||
"gpt-4-32k-0613",
|
||||
"gpt-4o",
|
||||
"gpt-4o-2024-05-13",
|
||||
"gpt-4o-2024-08-06",
|
||||
"gpt-4o-mini",
|
||||
"gpt-4o-mini-2024-07-18",
|
||||
"dalle",
|
||||
|
@ -73,6 +73,11 @@ export const pricing: PricingDataset = [
|
||||
input: 0.005,
|
||||
output: 0.015,
|
||||
},
|
||||
{
|
||||
models: ["gpt-4o-2024-08-06"],
|
||||
input: 0.0025,
|
||||
output: 0.01,
|
||||
},
|
||||
{
|
||||
models: ["gpt-4o-mini", "gpt-4o-mini-2024-07-18"],
|
||||
input: 0.00015,
|
||||
|
Loading…
Reference in New Issue
Block a user