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 75e7fee400
commit 40f5cd3af0
3 changed files with 6 additions and 7 deletions

View File

@@ -18,6 +18,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",
}