anomalyco--models.dev
23 行
419 B
TOML
23 行
419 B
TOML
name = "OpenAI: GPT-4o"
|
|
description = "GPT model for general reasoning, writing, coding, and tool-assisted tasks"
|
|
release_date = "2024-05-13"
|
|
last_updated = "2026-03-15"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 2.5
|
|
output = 10
|
|
cache_read = 1.25
|
|
|
|
[limit]
|
|
context = 128000
|
|
output = 16384
|
|
|
|
[modalities]
|
|
input = ["image", "pdf", "text"]
|
|
output = ["text"]
|