mirror of
https://github.com/coaidev/coai.git
synced 2025-05-24 23:40:14 +09:00
feat: add gpt-4-turbo
model
This commit is contained in:
parent
b0713744f0
commit
96fad636ea
@ -109,6 +109,8 @@ export const ChannelInfos: Record<string, ChannelInfo> = {
|
||||
"gpt-4-turbo-preview",
|
||||
"gpt-4-vision-preview",
|
||||
"gpt-4-1106-vision-preview",
|
||||
"gpt-4-turbo",
|
||||
"gpt-4-turbo-2024-04-09",
|
||||
"gpt-4-32k",
|
||||
"gpt-4-32k-0314",
|
||||
"gpt-4-32k-0613",
|
||||
@ -144,6 +146,8 @@ export const ChannelInfos: Record<string, ChannelInfo> = {
|
||||
"gpt-4-turbo-preview",
|
||||
"gpt-4-vision-preview",
|
||||
"gpt-4-1106-vision-preview",
|
||||
"gpt-4-turbo",
|
||||
"gpt-4-turbo-2024-04-09",
|
||||
"gpt-4-32k",
|
||||
"gpt-4-32k-0314",
|
||||
"gpt-4-32k-0613",
|
||||
|
@ -23,6 +23,8 @@ export const modelColorMapper: Record<string, string> = {
|
||||
"gpt-4-turbo-preview": "purple-600",
|
||||
"gpt-4-1106-vision-preview": "purple-600",
|
||||
"gpt-4-vision-preview": "purple-600",
|
||||
"gpt-4-turbo": "purple-600",
|
||||
"gpt-4-turbo-2024-04-09": "purple-600",
|
||||
"gpt-4-0613": "purple-600",
|
||||
"gpt-4-0314": "purple-600",
|
||||
"gpt-4-all": "purple-600",
|
||||
|
@ -62,6 +62,8 @@ export const pricing: PricingDataset = [
|
||||
"gpt-4-turbo-preview",
|
||||
"gpt-4-1106-vision-preview",
|
||||
"gpt-4-vision-preview",
|
||||
"gpt-4-turbo",
|
||||
"gpt-4-turbo-2024-04-09",
|
||||
],
|
||||
input: 0.01,
|
||||
output: 0.03,
|
||||
|
Loading…
Reference in New Issue
Block a user