Spaces:
Paused
Paused
File size: 483 Bytes
92c5df7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"$schema": "https://opencode.ai/config.json",
"provider": {
"codex-proxy": {
"npm": "@ai-sdk/openai-compatible",
"name": "Codex Proxy",
"options": {
"baseURL": "http://localhost:8080/v1",
"apiKey": "pwd"
},
"models": {
"codex": {
"name": "Codex (GPT-5.3)",
"attachment": true,
"limit": {
"context": 200000,
"output": 65536
}
}
}
}
}
}
|