mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-18 01:06:38 +08:00
Update constant.ts
add Grok 4
This commit is contained in:
parent
557a2cce35
commit
d8f44b9b5c
@ -647,26 +647,27 @@ const iflytekModels = [
|
|||||||
const deepseekModels = ["deepseek-chat", "deepseek-coder", "deepseek-reasoner"];
|
const deepseekModels = ["deepseek-chat", "deepseek-coder", "deepseek-reasoner"];
|
||||||
|
|
||||||
const xAIModes = [
|
const xAIModes = [
|
||||||
"grok-beta",
|
"grok-4-0709",
|
||||||
"grok-2",
|
"grok-4",
|
||||||
"grok-2-1212",
|
"grok-4-latest",
|
||||||
"grok-2-latest",
|
"grok-3",
|
||||||
"grok-vision-beta",
|
"grok-3-beta",
|
||||||
|
"grok-3-latest",
|
||||||
|
"grok-3-mini",
|
||||||
|
"grok-3-mini-beta",
|
||||||
|
"grok-3-mini-latest",
|
||||||
|
"grok-3-fast",
|
||||||
|
"grok-3-fast-beta",
|
||||||
|
"grok-3-fast-latest",
|
||||||
|
"grok-3-mini-fast",
|
||||||
|
"grok-3-mini-fast-beta",
|
||||||
|
"grok-3-mini-fast-latest",
|
||||||
"grok-2-vision-1212",
|
"grok-2-vision-1212",
|
||||||
"grok-2-vision",
|
"grok-2-vision",
|
||||||
"grok-2-vision-latest",
|
"grok-2-vision-latest",
|
||||||
"grok-3-mini-fast-beta",
|
"grok-2-image-1212",
|
||||||
"grok-3-mini-fast",
|
"grok-2-image",
|
||||||
"grok-3-mini-fast-latest",
|
"grok-2-image-latest",
|
||||||
"grok-3-mini-beta",
|
|
||||||
"grok-3-mini",
|
|
||||||
"grok-3-mini-latest",
|
|
||||||
"grok-3-fast-beta",
|
|
||||||
"grok-3-fast",
|
|
||||||
"grok-3-fast-latest",
|
|
||||||
"grok-3-beta",
|
|
||||||
"grok-3",
|
|
||||||
"grok-3-latest",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const chatglmModels = [
|
const chatglmModels = [
|
||||||
|
Loading…
Reference in New Issue
Block a user