feat: add GPT-5 generation models to OpenAI providers
Text: gpt-5, gpt-5-mini, gpt-5-nano (all with vision), o3, o4-mini (with vision), o3-pro (text only) Image: gpt-image-1.5, gpt-image-1-mini (both with reference images)
This commit is contained in:
parent
0ecf1f0f9e
commit
2aec223c5d
4 changed files with 59 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ dependencies = [
|
|||
"httpx>=0.27.0",
|
||||
"mistralai>=1.0.0",
|
||||
"networkx>=3.6.1",
|
||||
"openai>=1.0.0",
|
||||
"openai>=2.21.0",
|
||||
"pydantic>=2.12.5",
|
||||
"pyyaml>=6.0",
|
||||
"typer>=0.23.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue