🌐
Ollama
ollama.com › library › deepseek-r1
deepseek-r1
DeepSeek-R1 has received a minor version upgrade to DeepSeek-R1-0528 for the 8 billion parameter distilled model and the full 671 billion parameter model. In this update, DeepSeek R1 has significantly improved its reasoning and inference ...
🌐
GitHub
github.com › ollama › ollama
GitHub - ollama/ollama: Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models.
Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models. - ollama/ollama
Starred by 158K users
Forked by 14K users
Languages   Go 52.7% | C 37.2% | TypeScript 5.8% | C++ 2.0% | Objective-C 0.9% | Shell 0.7%
🌐
Ollama
ollama.com › library › deepseek-r1 › tags
Tags · deepseek-r1
deepseek-r1 · 75.1M Downloads Updated 5 months ago · tools thinking 1.5b 7b 8b 14b 32b 70b 671b · Name · 35 models · Size · Context · Input · deepseek-r1:latest · 6995872bfe4c • 5.2GB • 128K context window • Text input • 7 months ago · Text input • 7 months ago ·
🌐
Ollama
ollama.com › search
deepseek · Ollama Search
DeepSeek-R1 is a family of open reasoning models with performance approaching that of leading models, such as O3 and Gemini 2.5 Pro · 75.2M Pulls 35 Tags Updated 5 months ago
🌐
GitHub
github.com › LahcenEzzara › ollama-open-webui-deepseek-r1 › blob › main › README.md
ollama-open-webui-deepseek-r1/README.md at main · LahcenEzzara/ollama-open-webui-deepseek-r1
Ollama - Open WebUI -DeepSeek-R1. Contribute to LahcenEzzara/ollama-open-webui-deepseek-r1 development by creating an account on GitHub.
Author   LahcenEzzara
🌐
Ollama
ollama.com › library › deepseek-r1 › blobs › 96c415656d37
deepseek-r1/model
deepseek-r1:latest · 71.3M Downloads Updated 4 months ago · tools thinking 1.5b 7b 8b 14b 32b 70b 671b · deepseek-r1:latest ... / model · 96c415656d37 · 4.7GB · Metadata · general.architecture · qwen2 · qwen2 · general.file_type · Q4_K_M · Q4_K_M ·
🌐
GitHub
github.com › topics › deepseek-r1
deepseek-r1 · GitHub Topics · GitHub
cuda inference pytorch transformer openai moe llama vlm kimi blackwell llm llm-serving llava deepseek llama3 deepseek-v3 deepseek-r1 qwen3 gpt-oss deepseek-v3-2 ... 🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。 · agent chatbot knowledgebase rag llm langchain pgvector ollama maxkb llama3 agentic-ai mcp-server deepseek-r1 qwen3
🌐
Ollama
ollama.org › deepseek-r1
DeepSeek-R1 – Online & Free
February 20, 2023 - As an open-source model, DeepSeek-R1 fosters collaboration and innovation within the AI community, available on platforms like Hugging Face and GitHub.
🌐
GitHub
github.com › ollama › ollama › releases
Releases · ollama/ollama
Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models. - Releases · ollama/ollama
Author   ollama
Find elsewhere
🌐
GitHub
github.com › deepseek-ai › DeepSeek-R1
GitHub - deepseek-ai/DeepSeek-R1
DeepSeek-R1 achieves performance comparable to OpenAI-o1 across math, code, and reasoning tasks. To support the research community, we have open-sourced DeepSeek-R1-Zero, DeepSeek-R1, and six dense models distilled from DeepSeek-R1 based on ...
Starred by 91.6K users
Forked by 11.8K users
🌐
GitHub
github.com › lokendrasolanki › GenAi-with-Deepseek-r1
GitHub - lokendrasolanki/GenAi-with-Deepseek-r1: In this repository, I am integrating DeepSeek using LangChain and Ollama.
In this repository, I am integrating DeepSeek using LangChain and Ollama. - lokendrasolanki/GenAi-with-Deepseek-r1
Author   lokendrasolanki
🌐
GPU Mart
gpu-mart.com › blog › install-and-run-deepseek-r1-locally-with-ollama
How to Install and Run DeepSeek R1 Locally With Ollama
Learn how to install and run DeepSeek R1 locally using Ollama. Our detailed guide provides all the necessary steps for a seamless setup experience.
🌐
GitHub
github.com › browser-use › browser-use › issues › 486
Doesn't work with DeepSeek R1 through Ollama · Issue #486 · browser-use/browser-use
January 31, 2025 - import logging logging.basicConfig(filename='/tmp/app.log', level=logging.DEBUG) # from langchain_openai import ChatOpenAI from langchain_ollama import ChatOllama # from openai import OpenAI from browser_use import Agent from dotenv import load_dotenv import os load_dotenv() import asyncio # llm = ChatOpenAI(model="gpt-4o") # llm = ChatOpenAI(model="o1-preview") llm=ChatOllama( # model="llama3.3", # doesn't work? # model="qwen2.5", model="deepseek-r1:70b", num_ctx=32000, base_url = os.getenv("OLLAMA_ENDPOINT"), ) async def main(): agent = Agent( task="Compare the price of gpt-4o and DeepSeek-V3", llm=llm, ) result = await agent.run() print(result) asyncio.run(main())
Published   Jan 31, 2025
🌐
Ollama
ollama.com › library › deepseek-r1:1.5b
deepseek-r1:1.5b
DeepSeek-R1 has received a minor version upgrade to DeepSeek-R1-0528 for the 8 billion parameter distilled model and the full 671 billion parameter model. In this update, DeepSeek R1 has significantly improved its reasoning and inference ...
🌐
DataCamp
datacamp.com › tutorial › deepseek-r1-ollama
How to Set Up and Run DeepSeek-R1 Locally With Ollama | DataCamp
January 30, 2025 - Learn how to install, set up, and run DeepSeek-R1 locally with Ollama and build a simple RAG application.
🌐
GitHub
github.com › ollama › ollama › issues › 8517
Missing tool support for DeepSeek-R1 Distillates based on Qwen · Issue #8517 · ollama/ollama
January 21, 2025 - What is the issue? I tried deepseek-r1:70B and ollama claims that it doesn't support tools. { "error": { "message": "registry.ollama.ai/library/deepseek-r1:70B does not support tools", "type": "api_error", "param": null, "code": null } L...
Published   Jan 21, 2025
🌐
Ollama
ollama.com › search
deepseek-r1 · Ollama Search
DeepSeek-R1 is a family of open reasoning models with performance approaching that of leading models, such as O3 and Gemini 2.5 Pro · 74.4M Pulls 35 Tags Updated 5 months ago
🌐
DEV Community
dev.to › chainiz › running-deepseek-r1-ollama-open-webui-with-podman-compose-4ggn
Running DeepSeek R1 + Ollama + Open WebUI with Podman Compose - DEV Community
9 hours ago - services: ollama: image: ollama/ollama:latest container_name: ollama-deepseek ports: - "11434:11434" environment: - OLLAMA_HOST=0.0.0.0:11434 volumes: - ollama-data:/root/.ollama:Z restart: unless-stopped healthcheck: test: ["CMD", "ollama", "list"] interval: 30s timeout: 10s retries: 3 start_period: 40s open-webui: image: ghcr.io/open-webui/open-webui:latest container_name: open-webui depends_on: - ollama ports: - "3000:8080" environment: - OLLAMA_BASE_URL=http://ollama:11434 - WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY:-secret-key-change-me-in-production} - ENABLE_SIGNUP=${ENABLE_SIGNUP:-true} volu
🌐
GitHub
github.com › ollama › ollama › issues › 8775
After launching DeepSeek-R1 with ollama, it was found that different questions got the same answer · Issue #8775 · ollama/ollama
December 31, 2024 - What is the issue? Thank you for your attention. After launching DeepSeek-R1 with ollama, it was found that different questions got the same answer. Below is my detailed environment and configurati...
Published   Feb 02, 2025