-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Expand file tree
/
Copy pathopencode.jsonc
More file actions
76 lines (76 loc) · 1.57 KB
/
Copy pathopencode.jsonc
File metadata and controls
76 lines (76 loc) · 1.57 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"$schema": "https://opencode.ai/config.json",
"experimental": {
"continue_loop_on_deny": true,
},
"provider": {
"cloudflare-ai-gateway": {
"models": {
"workers-ai/@cf/deepseek-ai/deepseek-v4-flash-0731": {
"name": "DeepSeek V4 Flash",
"reasoning": true,
"tool_call": true,
"temperature": true,
"interleaved": {
"field": "reasoning_content",
},
"modalities": {
"input": ["text"],
"output": ["text"],
},
"limit": {
"context": 1048576,
"output": 64000,
},
"options": {
"parallel_tool_calls": true,
},
},
"workers-ai/@cf/zai-org/glm-4.7-flash": {
"name": "GLM-4.7-Flash",
"reasoning": true,
"tool_call": true,
"temperature": true,
"interleaved": {
"field": "reasoning_content",
},
"modalities": {
"input": ["text"],
"output": ["text"],
},
"limit": {
"context": 131072,
"output": 131072,
},
"options": {
"parallel_tool_calls": true,
},
},
"workers-ai/@cf/moonshotai/kimi-k2.5": {
"name": "Kimi K2.5",
"attachment": true,
"reasoning": true,
"tool_call": true,
"temperature": true,
"interleaved": {
"field": "reasoning_content",
},
"modalities": {
"input": ["text", "image"],
"output": ["text"],
},
"limit": {
"context": 256000,
"output": 64000,
},
"options": {
"temperature": 1.0,
"top_p": 0.95,
"max_tokens": 64000,
"parallel_tool_calls": true,
},
},
},
},
},
}