add gpt-3.5-turbo-0125

This commit is contained in:
2024-02-10 15:28:41 +08:00
parent 7f20e9b35f
commit e8650e2c7e

View File

@@ -7,6 +7,10 @@ interface Model {
}
const models: Record<string, Model> = {
"gpt-3.5-turbo-0125": {
maxToken: 16385,
price: { prompt: 0.0005 / 1000, completion: 0.0015 / 1000 },
},
"gpt-3.5-turbo-1106": {
maxToken: 16385,
price: { prompt: 0.001 / 1000, completion: 0.002 / 1000 },