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
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -73,7 +73,7 @@ requires-dist = [
|
|||
{ name = "httpx", specifier = ">=0.27.0" },
|
||||
{ name = "mistralai", specifier = ">=1.0.0" },
|
||||
{ name = "networkx", specifier = ">=3.6.1" },
|
||||
{ name = "openai", specifier = ">=1.0.0" },
|
||||
{ name = "openai", specifier = ">=2.21.0" },
|
||||
{ name = "pydantic", specifier = ">=2.12.5" },
|
||||
{ name = "pyyaml", specifier = ">=6.0" },
|
||||
{ name = "typer", specifier = ">=0.23.1" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue