아래 JSON을 복사하여 opencode.json 파일에 붙여넣고, apiKey에 발급받은 API 키를 입력하세요.
최신 모델 확인
모델 목록은 지속적으로 업데이트됩니다. 최신 모델 목록은 jiminbox Pricing에서 확인하세요.
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"jiminbox": {
"npm": "@ai-sdk/openai-compatible",
"name": "Jiminbox",
"options": {
"baseURL": "https://api.jiminbox.com/v1",
"apiKey": ""
},
"models": {
"glm-5": {
"name": "GLM-5",
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
},
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 8192
}
},
"limit": {
"context": 202752,
"output": 131072
}
},
"glm-5.1": {
"name": "GLM-5.1",
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
},
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 8192
}
},
"limit": {
"context": 202752,
"output": 131072
}
},
"minimax-m2.5": {
"name": "MiniMax M2.5",
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
},
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 8192
}
},
"limit": {
"context": 196608,
"output": 24576
}
},
"minimax-m2.7": {
"name": "MiniMax M2.7",
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
},
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 8192
}
},
"limit": {
"context": 201728,
"output": 134144
}
},
"kimi-k2.5": {
"name": "Kimi K2.5",
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 8192
}
},
"limit": {
"context": 262144,
"output": 131072
}
},
"kimi-k2.6": {
"name": "Kimi K2.6",
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 8192
}
},
"limit": {
"context": 262144,
"output": 131072
}
},
"deepseek-v4-flash": {
"name": "DeepSeek V4 Flash",
"family": "deepseek-flash",
"attachment": false,
"reasoning": true,
"tool_call": true,
"interleaved": {
"field": "reasoning_content"
},
"temperature": true,
"release_date": "2026-04-24",
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
},
"limit": {
"context": 1000000,
"output": 384000
}
},
"deepseek-v4-pro": {
"name": "DeepSeek V4 Pro",
"family": "deepseek-thinking",
"release_date": "2026-04-24",
"attachment": false,
"reasoning": true,
"tool_call": true,
"temperature": true,
"interleaved": {
"field": "reasoning_content"
},
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
},
"limit": {
"context": 1000000,
"output": 384000
}
}
}
}
}
}- opencode 설치 가이드 — 설치 가이드로 돌아가기