Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
234 changes: 234 additions & 0 deletions config/opencode-legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,240 @@
"store": false
},
"models": {
"gpt-5.4-none": {
"name": "GPT 5.4 None (OAuth)",
"limit": {
"context": 1050000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "none",
"reasoningSummary": "auto",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.4-low": {
"name": "GPT 5.4 Low (OAuth)",
"limit": {
"context": 1050000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "low",
"reasoningSummary": "auto",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.4-medium": {
"name": "GPT 5.4 Medium (OAuth)",
"limit": {
"context": 1050000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "medium",
"reasoningSummary": "auto",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.4-high": {
"name": "GPT 5.4 High (OAuth)",
"limit": {
"context": 1050000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "high",
"reasoningSummary": "detailed",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.4-xhigh": {
"name": "GPT 5.4 Extra High (OAuth)",
"limit": {
"context": 1050000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "xhigh",
"reasoningSummary": "detailed",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.4-pro-medium": {
"name": "GPT 5.4 Pro Medium (OAuth)",
"limit": {
"context": 1050000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "medium",
"reasoningSummary": "detailed",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.4-pro-high": {
"name": "GPT 5.4 Pro High (OAuth)",
"limit": {
"context": 1050000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "high",
"reasoningSummary": "detailed",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.4-pro-xhigh": {
"name": "GPT 5.4 Pro Extra High (OAuth)",
"limit": {
"context": 1050000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "xhigh",
"reasoningSummary": "detailed",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.3-codex-low": {
"name": "GPT 5.3 Codex Low (OAuth)",
"limit": {
"context": 400000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "low",
"reasoningSummary": "auto",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.3-codex-medium": {
"name": "GPT 5.3 Codex Medium (OAuth)",
"limit": {
"context": 400000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "medium",
"reasoningSummary": "auto",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.3-codex-high": {
"name": "GPT 5.3 Codex High (OAuth)",
"limit": {
"context": 400000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "high",
"reasoningSummary": "detailed",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.3-codex-xhigh": {
"name": "GPT 5.3 Codex Extra High (OAuth)",
"limit": {
"context": 400000,
"output": 128000
},
"modalities": {
"input": ["text", "image"],
"output": ["text"]
},
"options": {
"reasoningEffort": "xhigh",
"reasoningSummary": "detailed",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.3-codex-spark": {
"name": "GPT 5.3 Codex Spark (OAuth)",
"limit": {
"context": 128000,
"output": 128000
},
"modalities": {
"input": ["text"],
"output": ["text"]
},
"options": {
"reasoningEffort": "medium",
"reasoningSummary": "auto",
"textVerbosity": "medium",
"include": ["reasoning.encrypted_content"],
"store": false
}
},
"gpt-5.2-none": {
"name": "GPT 5.2 None (OAuth)",
"limit": {
Expand Down
129 changes: 129 additions & 0 deletions config/opencode-modern.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,135 @@
"store": false
},
"models": {
"gpt-5.4": {
"name": "GPT 5.4 (OAuth)",
"limit": {
"context": 1050000,
"output": 128000
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"variants": {
"none": {
"reasoningEffort": "none",
"reasoningSummary": "auto",
"textVerbosity": "medium"
},
"low": {
"reasoningEffort": "low",
"reasoningSummary": "auto",
"textVerbosity": "medium"
},
"medium": {
"reasoningEffort": "medium",
"reasoningSummary": "auto",
"textVerbosity": "medium"
},
"high": {
"reasoningEffort": "high",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
},
"xhigh": {
"reasoningEffort": "xhigh",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
}
}
},
"gpt-5.4-pro": {
"name": "GPT 5.4 Pro (OAuth)",
"limit": {
"context": 1050000,
"output": 128000
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"variants": {
"medium": {
"reasoningEffort": "medium",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
},
"high": {
"reasoningEffort": "high",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
},
"xhigh": {
"reasoningEffort": "xhigh",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
}
}
},
"gpt-5.3-codex": {
"name": "GPT 5.3 Codex (OAuth)",
"limit": {
"context": 400000,
"output": 128000
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"variants": {
"low": {
"reasoningEffort": "low",
"reasoningSummary": "auto",
"textVerbosity": "medium"
},
"medium": {
"reasoningEffort": "medium",
"reasoningSummary": "auto",
"textVerbosity": "medium"
},
"high": {
"reasoningEffort": "high",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
},
"xhigh": {
"reasoningEffort": "xhigh",
"reasoningSummary": "detailed",
"textVerbosity": "medium"
}
}
},
"gpt-5.3-codex-spark": {
"name": "GPT 5.3 Codex Spark (OAuth)",
"limit": {
"context": 128000,
"output": 128000
},
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
}
},
"gpt-5.2": {
"name": "GPT 5.2 (OAuth)",
"limit": {
Expand Down
Loading