Files
2026-07-13 12:28:55 +08:00

25 lines
482 B
TOML

name = "OpenAI GPT-5.1"
description = "Image model for prompt-driven generation, editing, and visual design workflows"
family = "gpt"
release_date = "2025-01-01"
last_updated = "2025-01-01"
attachment = false
reasoning = false
temperature = false
tool_call = true
knowledge = "2025-01"
open_weights = false
[cost]
input = 1.25
output = 10
cache_read = 0.12500000000000003
[limit]
context = 400000
output = 128000
[modalities]
input = ["text", "image"]
output = ["text", "image"]