|
@@ -8,8 +8,8 @@ export const xaiDefaultModelId: XAIModelId = "grok-code-fast-1"
|
|
|
export const xaiModels = {
|
|
export const xaiModels = {
|
|
|
"grok-code-fast-1": {
|
|
"grok-code-fast-1": {
|
|
|
maxTokens: 16_384,
|
|
maxTokens: 16_384,
|
|
|
- contextWindow: 262_144,
|
|
|
|
|
- supportsImages: false,
|
|
|
|
|
|
|
+ contextWindow: 256_000,
|
|
|
|
|
+ supportsImages: true,
|
|
|
supportsPromptCache: true,
|
|
supportsPromptCache: true,
|
|
|
supportsNativeTools: true,
|
|
supportsNativeTools: true,
|
|
|
inputPrice: 0.2,
|
|
inputPrice: 0.2,
|
|
@@ -70,9 +70,9 @@ export const xaiModels = {
|
|
|
description:
|
|
description:
|
|
|
"xAI's Grok 4 Fast model with 2M context window, optimized for high-performance agentic tool calling",
|
|
"xAI's Grok 4 Fast model with 2M context window, optimized for high-performance agentic tool calling",
|
|
|
},
|
|
},
|
|
|
- "grok-4": {
|
|
|
|
|
|
|
+ "grok-4-0709": {
|
|
|
maxTokens: 8192,
|
|
maxTokens: 8192,
|
|
|
- contextWindow: 256000,
|
|
|
|
|
|
|
+ contextWindow: 256_000,
|
|
|
supportsImages: true,
|
|
supportsImages: true,
|
|
|
supportsPromptCache: true,
|
|
supportsPromptCache: true,
|
|
|
supportsNativeTools: true,
|
|
supportsNativeTools: true,
|
|
@@ -82,34 +82,10 @@ export const xaiModels = {
|
|
|
cacheReadsPrice: 0.75,
|
|
cacheReadsPrice: 0.75,
|
|
|
description: "xAI's Grok-4 model with 256K context window",
|
|
description: "xAI's Grok-4 model with 256K context window",
|
|
|
},
|
|
},
|
|
|
- "grok-3": {
|
|
|
|
|
- maxTokens: 8192,
|
|
|
|
|
- contextWindow: 131072,
|
|
|
|
|
- supportsImages: false,
|
|
|
|
|
- supportsPromptCache: true,
|
|
|
|
|
- supportsNativeTools: true,
|
|
|
|
|
- inputPrice: 3.0,
|
|
|
|
|
- outputPrice: 15.0,
|
|
|
|
|
- cacheWritesPrice: 0.75,
|
|
|
|
|
- cacheReadsPrice: 0.75,
|
|
|
|
|
- description: "xAI's Grok-3 model with 128K context window",
|
|
|
|
|
- },
|
|
|
|
|
- "grok-3-fast": {
|
|
|
|
|
- maxTokens: 8192,
|
|
|
|
|
- contextWindow: 131072,
|
|
|
|
|
- supportsImages: false,
|
|
|
|
|
- supportsPromptCache: true,
|
|
|
|
|
- supportsNativeTools: true,
|
|
|
|
|
- inputPrice: 5.0,
|
|
|
|
|
- outputPrice: 25.0,
|
|
|
|
|
- cacheWritesPrice: 1.25,
|
|
|
|
|
- cacheReadsPrice: 1.25,
|
|
|
|
|
- description: "xAI's Grok-3 fast model with 128K context window",
|
|
|
|
|
- },
|
|
|
|
|
"grok-3-mini": {
|
|
"grok-3-mini": {
|
|
|
maxTokens: 8192,
|
|
maxTokens: 8192,
|
|
|
contextWindow: 131072,
|
|
contextWindow: 131072,
|
|
|
- supportsImages: false,
|
|
|
|
|
|
|
+ supportsImages: true,
|
|
|
supportsPromptCache: true,
|
|
supportsPromptCache: true,
|
|
|
supportsNativeTools: true,
|
|
supportsNativeTools: true,
|
|
|
inputPrice: 0.3,
|
|
inputPrice: 0.3,
|
|
@@ -117,39 +93,19 @@ export const xaiModels = {
|
|
|
cacheWritesPrice: 0.07,
|
|
cacheWritesPrice: 0.07,
|
|
|
cacheReadsPrice: 0.07,
|
|
cacheReadsPrice: 0.07,
|
|
|
description: "xAI's Grok-3 mini model with 128K context window",
|
|
description: "xAI's Grok-3 mini model with 128K context window",
|
|
|
- supportsReasoningEffort: true,
|
|
|
|
|
- },
|
|
|
|
|
- "grok-3-mini-fast": {
|
|
|
|
|
- maxTokens: 8192,
|
|
|
|
|
- contextWindow: 131072,
|
|
|
|
|
- supportsImages: false,
|
|
|
|
|
- supportsPromptCache: true,
|
|
|
|
|
- supportsNativeTools: true,
|
|
|
|
|
- inputPrice: 0.6,
|
|
|
|
|
- outputPrice: 4.0,
|
|
|
|
|
- cacheWritesPrice: 0.15,
|
|
|
|
|
- cacheReadsPrice: 0.15,
|
|
|
|
|
- description: "xAI's Grok-3 mini fast model with 128K context window",
|
|
|
|
|
- supportsReasoningEffort: true,
|
|
|
|
|
|
|
+ supportsReasoningEffort: ["low", "high"],
|
|
|
|
|
+ reasoningEffort: "low",
|
|
|
},
|
|
},
|
|
|
- "grok-2-1212": {
|
|
|
|
|
|
|
+ "grok-3": {
|
|
|
maxTokens: 8192,
|
|
maxTokens: 8192,
|
|
|
contextWindow: 131072,
|
|
contextWindow: 131072,
|
|
|
- supportsImages: false,
|
|
|
|
|
- supportsPromptCache: false,
|
|
|
|
|
- supportsNativeTools: true,
|
|
|
|
|
- inputPrice: 2.0,
|
|
|
|
|
- outputPrice: 10.0,
|
|
|
|
|
- description: "xAI's Grok-2 model (version 1212) with 128K context window",
|
|
|
|
|
- },
|
|
|
|
|
- "grok-2-vision-1212": {
|
|
|
|
|
- maxTokens: 8192,
|
|
|
|
|
- contextWindow: 32768,
|
|
|
|
|
supportsImages: true,
|
|
supportsImages: true,
|
|
|
- supportsPromptCache: false,
|
|
|
|
|
|
|
+ supportsPromptCache: true,
|
|
|
supportsNativeTools: true,
|
|
supportsNativeTools: true,
|
|
|
- inputPrice: 2.0,
|
|
|
|
|
- outputPrice: 10.0,
|
|
|
|
|
- description: "xAI's Grok-2 Vision model (version 1212) with image support and 32K context window",
|
|
|
|
|
|
|
+ inputPrice: 3.0,
|
|
|
|
|
+ outputPrice: 15.0,
|
|
|
|
|
+ cacheWritesPrice: 0.75,
|
|
|
|
|
+ cacheReadsPrice: 0.75,
|
|
|
|
|
+ description: "xAI's Grok-3 model with 128K context window",
|
|
|
},
|
|
},
|
|
|
} as const satisfies Record<string, ModelInfo>
|
|
} as const satisfies Record<string, ModelInfo>
|