forked from cloudflare/cloudflare-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
37 lines (37 loc) · 744 Bytes
/
opencode.jsonc
File metadata and controls
37 lines (37 loc) · 744 Bytes
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
{
"$schema": "https://opencode.ai/config.json",
"permission": "allow",
"experimental": {
"continue_loop_on_deny": true,
},
"provider": {
"cloudflare-ai-gateway": {
"models": {
"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,
},
},
},
},
},
}