Skip to content

Commit 37a5ddd

Browse files
authored
Add new Heroku models (#2459)
1 parent c2f3899 commit 37a5ddd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

pydantic_ai_slim/pydantic_ai/models/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@
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',

tests/models/cassettes/test_model_names/test_known_model_names.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)