{
"$schema": "https://opencode.ai/config.json",
"provider": {
"rayincode": {
"npm": "@ai-sdk/openai",
"name": "sundavip",
"options": {
"setCacheKey": true,
"baseURL": "https://codex.sundavip.com/v1",
"apiKey": "sk-xxx"
},
"models": {
"gpt-5.4": {
"name": "GPT-5.4",
"thinking": true,
"modalities": {
"input": [
"text",
"image",
"pdf"
],
"output": [
"text"
]
},
"limit": {
"context": 400000,
"output": 128000
},
"options": {
"store": false,
"reasoningEffort": "xhigh",
"textVerbosity": "high",
"reasoningSummary": "auto",
"include": [
"reasoning.encrypted_content"
]
}
},
"gpt-5.4": {
"name": "GPT-5.4",
"options": {
"include": [
"reasoning.encrypted_content"
],
"store": false
}
}
}
}
}
}