We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deepseek-r1
1 parent e434af9 commit 3b524b7Copy full SHA for 3b524b7
pydantic_ai_slim/pydantic_ai/models/__init__.py
@@ -61,6 +61,7 @@
61
'mistral:codestral-latest',
62
'mistral:mistral-moderation-latest',
63
'ollama:codellama',
64
+ 'ollama:deepseek-r1',
65
'ollama:gemma',
66
'ollama:gemma2',
67
'ollama:llama3',
pydantic_ai_slim/pydantic_ai/models/ollama.py
@@ -26,6 +26,7 @@
26
27
CommonOllamaModelNames = Literal[
28
'codellama',
29
+ 'deepseek-r1',
30
'gemma',
31
'gemma2',
32
'llama3',
0 commit comments