feat: add support for new OpenAI models and update billing ratios

This commit is contained in:
Laisky.Cai
2024-12-19 05:55:21 +00:00
parent 7c8628bd95
commit 8cd1db4e99
2 changed files with 15 additions and 2 deletions

View File

@@ -20,4 +20,7 @@ var ModelList = []string{
"dall-e-2", "dall-e-3",
"whisper-1",
"tts-1", "tts-1-1106", "tts-1-hd", "tts-1-hd-1106",
"o1", "o1-2024-12-17",
"o1-preview", "o1-preview-2024-09-12",
"o1-mini", "o1-mini-2024-09-12",
}