forked from aicodingstack/aicodingstack.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrok-code-fast-1.json
More file actions
28 lines (28 loc) · 1.07 KB
/
grok-code-fast-1.json
File metadata and controls
28 lines (28 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$schema": "../$schemas/model.schema.json",
"id": "grok-code-fast-1",
"name": "Grok Code Fast 1",
"description": "A reasoning model that is blazing fast and excels at agentic coding, accessible for free in Kilo Code for a limited time. Note: prompts and completions are logged by xAI and used to improve the model.",
"translations": {
"zh-Hans": {
"description": "一个极速推理模型,在代理式编码方面表现出色,在 Kilo Code 中限时免费提供。注意:提示和完成内容会被 xAI 记录并用于改进模型。"
}
},
"verified": false,
"websiteUrl": "https://docs.x.ai/docs/models/grok-code-fast-1",
"docsUrl": "https://docs.x.ai/docs/models/grok-code-fast-1",
"vendor": "xAI",
"size": "Unknown",
"totalContext": "256K",
"maxOutput": "8K",
"tokenPricing": {
"input": $0.20,
"output": $0.15,
"cache": null
},
"platformUrls": {
"huggingface": null,
"artificialAnalysis": "https://artificialanalysis.ai/models/grok-code-fast-1",
"openrouter": "https://openrouter.ai/x-ai/grok-code-fast-1"
}
}