File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
pydantic_ai_slim/pydantic_ai/models
tests/models/cassettes/test_model_names Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 217217 'heroku:claude-3-7-sonnet' ,
218218 'heroku:claude-4-sonnet' ,
219219 'heroku:claude-3-haiku' ,
220+ 'heroku:gpt-oss-120b' ,
221+ 'heroku:nova-lite' ,
222+ 'heroku:nova-pro' ,
220223 'huggingface:Qwen/QwQ-32B' ,
221224 'huggingface:Qwen/Qwen2.5-72B-Instruct' ,
222225 'huggingface:Qwen/Qwen3-235B-A22B' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ interactions:
1515 response :
1616 headers :
1717 content-length :
18- - ' 550 '
18+ - ' 760 '
1919 content-security-policy :
2020 - default-src 'none'; frame-ancestors 'none'
2121 content-type :
@@ -56,6 +56,23 @@ interactions:
5656 - us
5757 type :
5858 - text-to-embedding
59+ - model_id : gpt-oss-120b
60+ regions :
61+ - us
62+ type :
63+ - text-to-text
64+ - model_id : nova-lite
65+ regions :
66+ - eu
67+ - us
68+ type :
69+ - text-to-text
70+ - model_id : nova-pro
71+ regions :
72+ - eu
73+ - us
74+ type :
75+ - text-to-text
5976 - model_id : stable-image-ultra
6077 regions :
6178 - us
You can’t perform that action at this time.
0 commit comments