-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
35 lines (35 loc) · 1015 Bytes
/
opencode.json
File metadata and controls
35 lines (35 loc) · 1015 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
{
"$schema": "https://opencode.ai/config.json",
"permission": "allow",
"provider": {
"deepinfra": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://api.deepinfra.com/v1/openai"
},
// https://deepinfra.com/dash/models?type=text-generation
"models": {
// $0.05 in, $0.20 out
"nvidia/Nemotron-3-Nano-30B-A3B": {
"name": "di-custom: Nemotron-3-Nano-30B-A3B"
},
// $0.10 in, $0.30 out
"stepfun-ai/Step-3.5-Flash": {
"name": "di-custom: Step-3.5-Flash"
},
// $0.10 in, $0.50 out
"nvidia/NVIDIA-Nemotron-3-Super-120B-A12B": {
"name": "di-custom: NVIDIA-Nemotron-3-Super-120B-A12B"
},
// $0.26 in, $0.38 out
"deepseek-ai/DeepSeek-V3.2": {
"name": "di-custom: DeepSeek-V3.2"
},
// $0.27 in, $0.95 out
"MiniMaxAI/MiniMax-M2.5": {
"name": "di-custom: MiniMax-M2.5"
}
}
}
}
}