23 lines
421 B
TOML
23 lines
421 B
TOML
name = "FLUX.1-dev"
|
|
description = "Image model for prompt-driven generation, editing, and visual design workflows"
|
|
family = "flux"
|
|
release_date = "2024-08-01"
|
|
last_updated = "2025-09-05"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2024-08"
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.0
|
|
output = 0.0
|
|
|
|
[limit]
|
|
context = 4096
|
|
output = 0
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["image"] |