feat: support model gpt-4o-2024-08-06

This commit is contained in:
XiaomaiTX 2024-08-08 15:20:17 +08:00
parent 9e111c97aa
commit a95a4cb35c
2 changed files with 6 additions and 0 deletions

View File

@ -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",

View File

@ -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,