diff --git a/langgraphics/metadata/models.json b/langgraphics/metadata/models.json index e7028ed..07d2133 100644 --- a/langgraphics/metadata/models.json +++ b/langgraphics/metadata/models.json @@ -15879,6 +15879,23 @@ "cache_write": 0 } }, + "duo-chat-gpt-5-3-codex": { + "reasoning": true, + "tool_call": true, + "attachment": true, + "temperature": false, + "limit": { + "output": 128000, + "context": 400000, + "input": 272000 + }, + "cost": { + "input": 0, + "output": 0, + "cache_read": 0, + "cache_write": 0 + } + }, "duo-chat-sonnet-4-5": { "reasoning": true, "tool_call": true, @@ -15928,6 +15945,23 @@ "cache_write": 0 } }, + "duo-chat-gpt-5-4-nano": { + "reasoning": true, + "tool_call": true, + "attachment": true, + "temperature": false, + "limit": { + "output": 128000, + "context": 400000, + "input": 272000 + }, + "cost": { + "input": 0, + "output": 0, + "cache_read": 0, + "cache_write": 0 + } + }, "duo-chat-gpt-5-2": { "reasoning": true, "tool_call": true, @@ -15945,6 +15979,23 @@ "cache_write": 0 } }, + "duo-chat-gpt-5-4-mini": { + "reasoning": true, + "tool_call": true, + "attachment": true, + "temperature": false, + "limit": { + "output": 128000, + "context": 400000, + "input": 272000 + }, + "cost": { + "input": 0, + "output": 0, + "cache_read": 0, + "cache_write": 0 + } + }, "duo-chat-sonnet-4-6": { "reasoning": true, "tool_call": true, @@ -15961,6 +16012,23 @@ "cache_write": 0 } }, + "duo-chat-gpt-5-4": { + "reasoning": true, + "tool_call": true, + "attachment": true, + "temperature": false, + "limit": { + "output": 128000, + "context": 1050000, + "input": 922000 + }, + "cost": { + "input": 0, + "output": 0, + "cache_read": 0, + "cache_write": 0 + } + }, "duo-chat-opus-4-5": { "reasoning": true, "tool_call": true, @@ -20625,16 +20693,16 @@ }, "qwen2.5-coder-32b-instruct": { "reasoning": false, - "tool_call": true, + "tool_call": false, "attachment": false, "temperature": true, "limit": { - "output": 256, - "context": 15000 + "output": 32768, + "context": 32768 }, "cost": { - "input": 0.2, - "output": 0.6, + "input": 0.96, + "output": 0.96, "cache_read": 0, "cache_write": 0 }