From 024445e0434c24ecf4ec8f911a4608fa26e85bb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jul 2026 07:47:57 +0000 Subject: [PATCH] chore: update models.dev catalogue --- assets/models-dev/catalog.json | 205 ++++++++++++++++++++++++++++++++- 1 file changed, 204 insertions(+), 1 deletion(-) diff --git a/assets/models-dev/catalog.json b/assets/models-dev/catalog.json index ae8de2c0d1..26295a50ae 100644 --- a/assets/models-dev/catalog.json +++ b/assets/models-dev/catalog.json @@ -19819,6 +19819,165 @@ "temperature": false, "tool_call": true }, + "openai.gpt-5.6-luna": { + "attachment": true, + "cost": { + "cache_read": 0.1, + "cache_write": 1.25, + "input": 1, + "output": 6 + }, + "description": "Cost-efficient GPT-5.6 model for fast, high-volume workloads", + "family": "gpt-luna", + "id": "openai.gpt-5.6-luna", + "knowledge": "2026-02-16", + "last_updated": "2026-07-09", + "limit": { + "context": 272000, + "output": 128000 + }, + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "name": "GPT-5.6 Luna", + "open_weights": false, + "provider": { + "api": "https://bedrock-mantle.${AWS_REGION}.api.aws/openai/v1", + "npm": "@ai-sdk/amazon-bedrock/mantle", + "shape": "responses" + }, + "reasoning": true, + "reasoning_options": [ + { + "type": "effort", + "values": [ + "none", + "low", + "medium", + "high", + "xhigh", + "max" + ] + } + ], + "release_date": "2026-07-09", + "structured_output": true, + "temperature": false, + "tool_call": true + }, + "openai.gpt-5.6-sol": { + "attachment": true, + "cost": { + "cache_read": 0.5, + "cache_write": 6.25, + "input": 5, + "output": 30 + }, + "description": "Frontier GPT-5.6 model for complex professional work, coding, and agentic workflows", + "family": "gpt-sol", + "id": "openai.gpt-5.6-sol", + "knowledge": "2026-02-16", + "last_updated": "2026-07-09", + "limit": { + "context": 272000, + "output": 128000 + }, + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "name": "GPT-5.6 Sol", + "open_weights": false, + "provider": { + "api": "https://bedrock-mantle.${AWS_REGION}.api.aws/openai/v1", + "npm": "@ai-sdk/amazon-bedrock/mantle", + "shape": "responses" + }, + "reasoning": true, + "reasoning_options": [ + { + "type": "effort", + "values": [ + "none", + "low", + "medium", + "high", + "xhigh", + "max" + ] + } + ], + "release_date": "2026-07-09", + "structured_output": true, + "temperature": false, + "tool_call": true + }, + "openai.gpt-5.6-terra": { + "attachment": true, + "cost": { + "cache_read": 0.25, + "cache_write": 3.125, + "input": 2.5, + "output": 15 + }, + "description": "Balanced GPT-5.6 model for capable, cost-efficient everyday work", + "family": "gpt-terra", + "id": "openai.gpt-5.6-terra", + "knowledge": "2026-02-16", + "last_updated": "2026-07-09", + "limit": { + "context": 272000, + "output": 128000 + }, + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "name": "GPT-5.6 Terra", + "open_weights": false, + "provider": { + "api": "https://bedrock-mantle.${AWS_REGION}.api.aws/openai/v1", + "npm": "@ai-sdk/amazon-bedrock/mantle", + "shape": "responses" + }, + "reasoning": true, + "reasoning_options": [ + { + "type": "effort", + "values": [ + "none", + "low", + "medium", + "high", + "xhigh", + "max" + ] + } + ], + "release_date": "2026-07-09", + "structured_output": true, + "temperature": false, + "tool_call": true + }, "openai.gpt-oss-120b": { "attachment": false, "cost": { @@ -32949,7 +33108,7 @@ "zai-glm-4.7": { "attachment": false, "cost": { - "cache_read": 0, + "cache_read": 2.25, "cache_write": 0, "input": 2.25, "output": 2.75 @@ -37115,6 +37274,50 @@ "release_date": "2026-01-19", "temperature": true, "tool_call": true + }, + "workers-ai/@cf/zai-org/glm-5.2": { + "attachment": false, + "cost": { + "cache_read": 0.26, + "input": 1.4, + "output": 4.4 + }, + "description": "Open flagship GLM for long-horizon coding agents and million-token context work", + "family": "glm", + "id": "workers-ai/@cf/zai-org/glm-5.2", + "last_updated": "2026-06-13", + "limit": { + "context": 262144, + "output": 262144 + }, + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "name": "Glm 5.2", + "open_weights": true, + "reasoning": true, + "reasoning_options": [ + { + "type": "toggle" + }, + { + "type": "effort", + "values": [ + "low", + "medium", + "high" + ] + } + ], + "release_date": "2026-06-13", + "structured_output": true, + "temperature": true, + "tool_call": true } }, "name": "Cloudflare AI Gateway",