Skip to content

Commit 3b524b7

Browse files
authored
Adding deepseek-r1 to the list of Ollama Model Names (#735)
1 parent e434af9 commit 3b524b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pydantic_ai_slim/pydantic_ai/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
'mistral:codestral-latest',
6262
'mistral:mistral-moderation-latest',
6363
'ollama:codellama',
64+
'ollama:deepseek-r1',
6465
'ollama:gemma',
6566
'ollama:gemma2',
6667
'ollama:llama3',

pydantic_ai_slim/pydantic_ai/models/ollama.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
CommonOllamaModelNames = Literal[
2828
'codellama',
29+
'deepseek-r1',
2930
'gemma',
3031
'gemma2',
3132
'llama3',

0 commit comments

Comments
 (0)