File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export const ModelFamilyValues = [
1414 "gpt-mini" ,
1515 "gpt-nano" ,
1616 "gpt-oss" ,
17+ "gpt-image" ,
1718
1819 // OpenAI o-series (reasoning models)
1920 "o" ,
Original file line number Diff line number Diff line change 1+ name = " chatgpt-image-latest"
2+ family = " gpt-image"
3+ attachment = true
4+ tool_call = false
5+ reasoning = false
6+ temperature = false
7+ open_weights = false
8+ release_date = " 2025-12-16"
9+ last_updated = " 2025-12-16"
10+
11+ [limit ]
12+ context = 0
13+ input = 0
14+ output = 0
15+
16+
17+ [modalities ]
18+ input = [" text" , " image" ]
19+ output = [" text" , " image" ]
Original file line number Diff line number Diff line change 1+ name = " gpt-image-1-mini"
2+ family = " gpt-image"
3+ attachment = true
4+ tool_call = false
5+ reasoning = false
6+ temperature = false
7+ release_date = " 2025-09-26"
8+ last_updated = " 2025-09-26"
9+ open_weights = false
10+
11+ [limit ]
12+ context = 0
13+ input = 0
14+ output = 0
15+
16+ [modalities ]
17+ input = [" text" , " image" ]
18+ output = [" text" , " image" ]
Original file line number Diff line number Diff line change 1+ name = " gpt-image-1.5"
2+ family = " gpt-image"
3+ attachment = true
4+ tool_call = false
5+ reasoning = false
6+ temperature = false
7+ release_date = " 2025-11-25"
8+ last_updated = " 2025-11-25"
9+ open_weights = false
10+
11+ [limit ]
12+ context = 0
13+ input = 0
14+ output = 0
15+
16+ [modalities ]
17+ input = [" text" , " image" ]
18+ output = [" text" , " image" ]
Original file line number Diff line number Diff line change 1+ name = " gpt-image-1"
2+ family = " gpt-image"
3+ attachment = true
4+ tool_call = false
5+ reasoning = false
6+ temperature = false
7+ release_date = " 2025-04-24"
8+ last_updated = " 2025-04-24"
9+ open_weights = false
10+
11+ [limit ]
12+ context = 0
13+ input = 0
14+ output = 0
15+
16+ [modalities ]
17+ input = [" text" , " image" ]
18+ output = [" image" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ attachment = true
55reasoning = false
66temperature = false
77open_weights = false
8- tool_call = true
8+ tool_call = false
99
1010[limit ]
1111context = 128_000
You can’t perform that action at this time.
0 commit comments