@@ -38,6 +38,16 @@
"base_url": "http://100.108.156.33:4000/v1",
"api_key": "$PLEXUS_API_KEY",
"models": [
+ {
+ "id": "claude-opus-4.6",
+ "name": "Claude Opus 4.6",
+ "context_window": 200000,
+ "default_max_tokens": 50000,
+ "can_reason": true,
+ "reasoning_levels": ["low", "medium", "high"],
+ "default_reasoning_effort": "high",
+ "supports_attachments": true
+ },
{
"id": "claude-opus-4.5",
"name": "Claude Opus 4.5",
@@ -48,6 +58,26 @@
"default_reasoning_effort": "high",
"supports_attachments": true
},
+ {
+ "id": "gpt-5.3-codex",
+ "name": "GPT 5.3 Codex",
+ "context_window": 400000,
+ "default_max_tokens": 128000,
+ "can_reason": true,
+ "reasoning_levels": ["low", "medium", "high"],
+ "default_reasoning_effort": "high",
+ "supports_attachments": true
+ },
+ {
+ "id": "gpt-5.2-codex",
+ "name": "GPT 5.2 Codex",
+ "context_window": 400000,
+ "default_max_tokens": 128000,
+ "can_reason": true,
+ "reasoning_levels": ["low", "medium", "high"],
+ "default_reasoning_effort": "high",
+ "supports_attachments": true
+ },
{
"id": "kimi-k2.5h",
"name": "Kimi K2.5",