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 217
217
'heroku:claude-3-7-sonnet' ,
218
218
'heroku:claude-4-sonnet' ,
219
219
'heroku:claude-3-haiku' ,
220
+ 'heroku:gpt-oss-120b' ,
221
+ 'heroku:nova-lite' ,
222
+ 'heroku:nova-pro' ,
220
223
'huggingface:Qwen/QwQ-32B' ,
221
224
'huggingface:Qwen/Qwen2.5-72B-Instruct' ,
222
225
'huggingface:Qwen/Qwen3-235B-A22B' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ interactions:
15
15
response :
16
16
headers :
17
17
content-length :
18
- - ' 550 '
18
+ - ' 760 '
19
19
content-security-policy :
20
20
- default-src 'none'; frame-ancestors 'none'
21
21
content-type :
@@ -56,6 +56,23 @@ interactions:
56
56
- us
57
57
type :
58
58
- 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
59
76
- model_id : stable-image-ultra
60
77
regions :
61
78
- us
You can’t perform that action at this time.
0 commit comments