File tree 7 files changed +3860
-4663
lines changed
7 files changed +3860
-4663
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' token.js ' : patch
3
+ ---
4
+
5
+ Support o1-preview and o1-mini
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' token.js ' : patch
3
+ ---
4
+
5
+ Support gemini-1.5-flash-8b
Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ main()
38
38
<!-- compatibility -->
39
39
## Supported Models
40
40
41
- | Model | Chat Completion | Streaming | JSON Output | Image Input | Function Calling | N > 1 |
42
- | ---------------- | --------------- | --------- | ----------- | ----------- | ---------------- | ----- |
43
- | gemini-1.5-pro | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
44
- | gemini-1.5-flash | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
45
- | gemini-1.0-pro | ✅ | ✅ | ➖ | ➖ | ✅ | ✅ |
41
+ | Model | Chat Completion | Streaming | JSON Output | Image Input | Function Calling | N > 1 |
42
+ | ------------------- | --------------- | --------- | ----------- | ----------- | ---------------- | ----- |
43
+ | gemini-1.5-pro | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
44
+ | gemini-1.5-flash | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
45
+ | gemini-1.5-flash-8b | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
46
+ | gemini-1.0-pro | ✅ | ✅ | ➖ | ➖ | ✅ | ✅ |
46
47
47
48
### Legend
48
49
| Symbol | Description |
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ main()
63
63
| gpt-3.5-turbo-1106 | ✅ | ✅ | ✅ | ➖ | ✅ | ✅ |
64
64
| gpt-3.5-turbo-0125 | ✅ | ✅ | ✅ | ➖ | ✅ | ✅ |
65
65
| gpt-3.5-turbo-16k-0613 | ✅ | ✅ | ➖ | ➖ | ➖ | ✅ |
66
+ | o1-mini | ✅ | ➖ | ➖ | ➖ | ➖ | ✅ |
67
+ | o1-mini-2024-09-12 | ✅ | ➖ | ➖ | ➖ | ➖ | ✅ |
68
+ | o1-preview | ✅ | ➖ | ➖ | ➖ | ➖ | ✅ |
69
+ | o1-preview-2024-09-12 | ✅ | ➖ | ➖ | ➖ | ➖ | ✅ |
66
70
67
71
### Legend
68
72
| Symbol | Description |
Original file line number Diff line number Diff line change 36
36
"cohere-ai" : " ^7.10.6" ,
37
37
"mime-types" : " ^2.1.35" ,
38
38
"nanoid" : " ^5.0.7" ,
39
- "openai" : " ^4.52.2 "
39
+ "openai" : " ^4.72.0 "
40
40
},
41
41
"devDependencies" : {
42
42
"@babel/eslint-parser" : " ^7.18.2" ,
You can’t perform that action at this time.
0 commit comments