Everything in one place — where to use DeepSeek online, how to set up the API, where to download models, and how to run DeepSeek locally with Ollama or LM Studio. Updated for V4.
Contents
Web interface, no sign-in required for basic use. Supports V4-Flash and V4-Pro with thinking mode toggle.
API key management, usage dashboard, billing. Free tier available.
Open-source model weights, inference code, and research papers.
Model weights download (GGUF, safetensors). Used by Ollama and LM Studio.
| Model | Params (Active) | Context | Best For | License |
|---|---|---|---|---|
| deepseek-v4-pro | 1.6T (49B MoE) | 1M | Agents, coding, complex reasoning | MIT |
| deepseek-v4-flash | 284B (13B MoE) | 1M | High-volume, low-latency tasks | MIT |
| deepseek-r1 | 671B (37B MoE) | 128K | Math, science, step-by-step reasoning | MIT |
| deepseek-r1-distill | 1.5B / 7B / 14B / 32B | 128K | Local deployment (consumer GPU) | MIT |
| deepseek-v3 | 671B (37B MoE) | 128K | Retiring — migrate to V4 | MIT |
deepseek-chat
and
deepseek-reasoner
retire
July 24, 2026
. Migrate to
deepseek-v4-flash
or
deepseek-v4-pro
.
DeepSeek uses an OpenAI-compatible API — same request format, different base URL.
DeepSeek models are open-source under MIT license. Three main sources:
Full model weights in safetensors format. Use for vLLM, Transformers, custom inference.
Pre-quantized GGUF format. One command to download and run. Best for consumer hardware.
Faster downloads from mainland China. Same weights as HuggingFace.
Ollama is the easiest way to run DeepSeek locally. Works on macOS, Linux, and Windows.
Ollama exposes an OpenAI-compatible endpoint at
http://localhost:11434
:
LM Studio provides a GUI for downloading and running models. Best for non-technical users or Windows users who prefer a desktop app.
DeepSeek-R1-Distill-Qwen-14B-GGUF
)
For production-grade local deployment with GPU, vLLM gives you the best performance.
| Model | VRAM (Full) | VRAM (Q4 Quant) | Recommended GPU |
|---|---|---|---|
| R1 Distill 7B | 14 GB | 5 GB | RTX 3060 / M2 Pro |
| R1 Distill 14B | 28 GB | 10 GB | RTX 3090 / M2 Max |
| R1 Distill 32B | 64 GB | 22 GB | RTX 4090 / A100 40G |
| V3 / R1 671B | ~1.3 TB | 400+ GB | Multi-GPU server (H100 ×8) |
💡 Practical tip: For most developers, R1 Distill 14B (Q4) is the sweet spot — runs on a single RTX 3090 or M2 Max, competitive reasoning quality, fast enough for development work.
Chat at chat.deepseek.com is free with rate limits. API has a free tier with monthly credits; paid pricing is among the lowest of any frontier model ($0.07/M input tokens for Flash, $0.27/M for Pro as of April 2026). Model weights are MIT licensed — free to download and self-host.
Yes — both V4-Pro and V4-Flash are released under the MIT license. Weights available on Hugging Face and ModelScope. You can fine-tune, deploy commercially, and modify without restriction.
V4 is the general-purpose conversational + coding model. R1 is a reasoning-specialized model trained with reinforcement learning — better at math, logic, and step-by-step problem solving, but slower. For most agent use cases, V4 is the right choice.
Yes — all major frameworks support DeepSeek via the OpenAI-compatible API. Just set
base_url="https://api.deepseek.com"
and your DeepSeek API key. For local Ollama deployments, point to
http://localhost:11434/v1
.
They will be fully deprecated. Requests using these model names will return an error. Migrate to
deepseek-v4-flash
(equivalent to old deepseek-chat) or
deepseek-v4-pro
(upgraded from deepseek-reasoner).
Find DeepSeek and 400+ AI agent tools, LLM APIs, and frameworks at AgDex.ai .
Todo en un solo lugar: dónde usar DeepSeek en línea, cómo configurar la API, dónde descargar modelos y cómo ejecutar DeepSeek localmente con Ollama o LM Studio. Actualizado para V4.
Contenido
Interfaz web, no se requiere inicio de sesión para uso básico. Soporta V4-Flash y V4-Pro con interruptor de modo de pensamiento.
Gestión de claves de API, panel de uso, facturación. Nivel gratuito disponible.
Pesos de modelos de código abierto, código de inferencia y artículos de investigación.
Descarga de pesos de modelos (GGUF, safetensors). Utilizado por Ollama y LM Studio.
| Modelo | Parámetros (Activos) | Contexto | Ideal Para | Licencia |
|---|---|---|---|---|
| deepseek-v4-pro | 1.6T (49B MoE) | 1M | Agentes, programación, razonamiento complejo | MIT |
| deepseek-v4-flash | 284B (13B MoE) | 1M | Tareas de gran volumen y baja latencia | MIT |
| deepseek-r1 | 671B (37B MoE) | 128K | Matemáticas, ciencia, razonamiento paso a paso | MIT |
| deepseek-r1-distill | 1.5B / 7B / 14B / 32B | 128K | Despliegue local (GPU de consumo) | MIT |
| deepseek-v3 | 671B (37B MoE) | 128K | Retirándose — migrar a V4 | MIT |
deepseek-chat
y
deepseek-reasoner
se retirarán el
24 de julio de 2026
. Migre a
deepseek-v4-flash
o
deepseek-v4-pro
.
DeepSeek utiliza una API compatible con OpenAI: mismo formato de solicitud, diferente URL base.
Los modelos de DeepSeek son de código abierto bajo la licencia MIT. Tres fuentes principales:
Pesos completos del modelo en formato safetensors. Úselo para vLLM, Transformers, inferencia personalizada.
Formato GGUF precuantizado. Un comando para descargar y ejecutar. Ideal para hardware de consumo.
Descargas más rápidas desde China continental. Mismos pesos que HuggingFace.
Ollama es la forma más sencilla de ejecutar DeepSeek localmente. Funciona en macOS, Linux y Windows.
Ollama expone un punto de conexión compatible con OpenAI en
http://localhost:11434
:
LM Studio proporciona una interfaz gráfica (GUI) para descargar y ejecutar modelos. Ideal para usuarios no técnicos o usuarios de Windows que prefieren una aplicación de escritorio.
DeepSeek-R1-Distill-Qwen-14B-GGUF
)
Para un despliegue local de nivel de producción con GPU, vLLM le ofrece el mejor rendimiento.
| Modelo | VRAM (Completa) | VRAM (Cuantización Q4) | GPU Recomendada |
|---|---|---|---|
| R1 Distill 7B | 14 GB | 5 GB | RTX 3060 / M2 Pro |
| R1 Distill 14B | 28 GB | 10 GB | RTX 3090 / M2 Max |
| R1 Distill 32B | 64 GB | 22 GB | RTX 4090 / A100 40G |
| V3 / R1 671B | ~1.3 TB | 400+ GB | Servidor Multi-GPU (H100 ×8) |
💡 Consejo práctico: Para la mayoría de los desarrolladores, R1 Distill 14B (Q4) es el punto óptimo: se ejecuta en una sola RTX 3090 o M2 Max, ofrece una calidad de razonamiento competitiva y es lo suficientemente rápido para el trabajo de desarrollo.
El chat en chat.deepseek.com es gratuito con límites de velocidad. La API tiene un nivel gratuito con créditos mensuales; los precios de pago se encuentran entre los más bajos de cualquier modelo de frontera ($0.07/M de tokens de entrada para Flash, $0.27/M para Pro a abril de 2026). Los pesos de los modelos tienen licencia MIT: se pueden descargar y autoalojar de forma gratuita.
Sí, tanto V4-Pro como V4-Flash se lanzan bajo la licencia MIT. Pesos disponibles en Hugging Face y ModelScope. Puede ajustarlo, desplegarlo comercialmente y modificarlo sin restricciones.
V4 es el modelo de conversación y programación de propósito general. R1 es un modelo especializado en razonamiento entrenado con aprendizaje por refuerzo: mejor en matemáticas, lógica y resolución de problemas paso a paso, pero más lento. Para la mayoría de los casos de uso de agentes, V4 es la elección correcta.
Sí, todos los frameworks principales soportan DeepSeek a través de la API compatible con OpenAI. Simplemente configure
base_url="https://api.deepseek.com"
y su clave de API de DeepSeek. Para despliegues locales de Ollama, apunte a
http://localhost:11434/v1
.
Quedarán completamente obsoletos. Las solicitudes que utilicen estos nombres de modelos devolverán un error. Migre a
deepseek-v4-flash
(equivalente al antiguo deepseek-chat) o
deepseek-v4-pro
(actualizado desde deepseek-reasoner).
Encuentre DeepSeek y más de 400 herramientas de agentes de IA, APIs de LLM y frameworks en AgDex.ai .
Alles an einem Ort — wo man DeepSeek online nutzt, wie man die API einrichtet, wo man Modelle herunterlädt und wie man DeepSeek lokal mit Ollama oder LM Studio ausführt. Aktualisiert für V4.
Inhalt
Web-Oberfläche, keine Anmeldung für die grundlegende Nutzung erforderlich. Unterstützt V4-Flash und V4-Pro mit Umschalter für den Denkmodus.
API-Schlüssel-Verwaltung, Dashboard zur Nutzung, Abrechnung. Kostenlose Stufe verfügbar.
Quelloffene Modellgewichte, Inferenzcode und Forschungsarbeiten.
Download von Modellgewichten (GGUF, safetensors). Genutzt von Ollama und LM Studio.
| Modell | Parameter (Aktiv) | Kontext | Beste Eignung für | Lizenz |
|---|---|---|---|---|
| deepseek-v4-pro | 1.6T (49B MoE) | 1M | Agenten, Programmierung, komplexes logisches Denken | MIT |
| deepseek-v4-flash | 284B (13B MoE) | 1M | Hochvolumige Aufgaben mit geringer Latenz | MIT |
| deepseek-r1 | 671B (37B MoE) | 128K | Mathematik, Wissenschaft, schrittweises Denken | MIT |
| deepseek-r1-distill | 1.5B / 7B / 14B / 32B | 128K | Lokales Deployment (Endverbraucher-GPU) | MIT |
| deepseek-v3 | 671B (37B MoE) | 128K | Wird eingestellt — Migration auf V4 | MIT |
deepseek-chat
und
deepseek-reasoner
werden zum
24. Juli 2026
eingestellt. Bitte migrieren Sie auf
deepseek-v4-flash
oder
deepseek-v4-pro
.
DeepSeek verwendet eine OpenAI-kompatible API — gleiches Anfrageformat, andere Basis-URL.
DeepSeek-Modelle sind quelloffen unter der MIT-Lizenz. Es gibt drei Hauptquellen:
Vollständige Modellgewichte im Safetensors-Format. Nutzung für vLLM, Transformers, eigene Inferenz.
Vorquantisiertes GGUF-Format. Ein Befehl zum Herunterladen und Ausführen. Am besten für Endverbraucher-Hardware.
Schnellere Downloads aus Festlandchina. Identische Gewichte wie auf Hugging Face.
Ollama ist der einfachste Weg, DeepSeek lokal auszuführen. Funktioniert auf macOS, Linux und Windows.
Ollama stellt einen OpenAI-kompatiblen Endpunkt unter
http://localhost:11434
bereit:
LM Studio bietet eine grafische Benutzeroberfläche (GUI) zum Herunterladen und Ausführen von Modellen. Ideal für technisch weniger versierte Nutzer oder Windows-Anwender, die eine Desktop-App bevorzugen.
DeepSeek-R1-Distill-Qwen-14B-GGUF
)
Für den produktiven lokalen Einsatz mit GPU bietet vLLM die beste Performance.
| Modell | VRAM (Vollständig) | VRAM (Q4 Quantisiert) | Empfohlene GPU |
|---|---|---|---|
| R1 Distill 7B | 14 GB | 5 GB | RTX 3060 / M2 Pro |
| R1 Distill 14B | 28 GB | 10 GB | RTX 3090 / M2 Max |
| R1 Distill 32B | 64 GB | 22 GB | RTX 4090 / A100 40G |
| V3 / R1 671B | ~1.3 TB | 400+ GB | Multi-GPU-Server (H100 ×8) |
💡 Praktischer Tipp: Für die meisten Entwickler ist R1 Distill 14B (Q4) die optimale Wahl — läuft auf einer einzelnen RTX 3090 oder einem M2 Max, bietet eine konkurrenzfähige logische Qualität und ist schnell genug für die alltägliche Entwicklung.
Der Chat auf chat.deepseek.com ist mit Ratenbegrenzungen kostenlos. Die API verfügt über eine kostenlose Stufe mit monatlichem Guthaben; die kostenpflichtigen Preise gehören zu den niedrigsten aller Spitzenmodelle ($0.07/M Eingabe-Token für Flash, $0.27/M für Pro, Stand April 2026). Die Modellgewichte stehen unter der MIT-Lizenz — kostenlos herunterladbar und selbst hostbar.
Ja — sowohl V4-Pro als auch V4-Flash sind unter der MIT-Lizenz veröffentlicht. Die Gewichte sind auf Hugging Face und ModelScope verfügbar. Sie dürfen die Modelle ohne Einschränkungen feintunen, kommerziell nutzen und modifizieren.
V4 ist das Allzweck-Modell für Konversationen und Codierung. R1 ist ein auf logisches Denze spezialisiertes Modell, das durch Reinforcement Learning trainiert wurde — besser in Mathematik, Logik und schrittweiser Problemlösung, aber langsamer. Für die meisten Agenten-Anwendungsfälle ist V4 die richtige Wahl.
Ja — alle gängigen Frameworks unterstützen DeepSeek über die OpenAI-kompatible API. Setzen Sie einfach
base_url="https://api.deepseek.com"
und tragen Sie Ihren DeepSeek-API-Schlüssel ein. Für lokale Ollama-Deployments verweisen Sie auf
http://localhost:11434/v1
.
Diese werden vollständig eingestellt. Anfragen, die diese Modellnamen verwenden, geben einen Fehler zurück. Bitte migrieren Sie auf
deepseek-v4-flash
(entspricht dem alten deepseek-chat) oder
deepseek-v4-pro
(Upgrade von deepseek-reasoner).
Finden Sie DeepSeek und über 400 KI-Agenten-Tools, LLM-APIs und Frameworks auf AgDex.ai .
DeepSeekをオンラインで利用できる場所、APIのセットアップ手順、モデルのダウンロード元、そしてOllamaやLM Studioを使用してローカルで実行する方法まで、すべてを網羅しています。V4対応。
目次
Webインターフェース。基本的な利用であればサインイン不要。思考モード(Thinking Mode)の切り替えスイッチを備え、V4-FlashとV4-Proに対応。
モデルウェイトのダウンロード(GGUF、safetensors形式)。OllamaやLM Studioで利用されます。
| モデル | パラメータ数(アクティブ) | コンテキスト | 最適な用途 | ライセンス |
|---|---|---|---|---|
| deepseek-v4-pro | 1.6T (49B MoE) | 1M | エージェント、コーディング、複雑な推論 | MIT |
| deepseek-v4-flash | 284B (13B MoE) | 1M | 大量処理、低遅延タスク | MIT |
| deepseek-r1 | 671B (37B MoE) | 128K | 数学、科学、ステップバイステップの推論 | MIT |
| deepseek-r1-distill | 1.5B / 7B / 14B / 32B | 128K | ローカルデプロイ(一般GPU向け) | MIT |
| deepseek-v3 | 671B (37B MoE) | 128K | 廃止予定 — V4へ移行してください | MIT |
deepseek-chat
と
deepseek-reasoner
は、
2026年7月24日
に廃止されます。
deepseek-v4-flash
または
deepseek-v4-pro
へ移行してください。
DeepSeekはOpenAI互換のAPIを提供しています。リクエスト形式は共通ですが、ベースURLが異なります。
DeepSeekのモデルはMITライセンスの下でオープンソースとして公開されています。主な入手先は以下の3つです:
safetensors形式 of full model weights(safetensors形式の完全なモデルウェイト)。vLLM、Transformers、カスタム推論などに使用します。
量子化済みのGGUF形式。コマンド一つでダウンロードして実行できます。一般的なハードウェアに最適です。
中国国内からの高速ダウンロードに対応。重みデータはHugging Faceと同一です。
Ollamaは、DeepSeekをローカルで動かす最も簡単な方法です。macOS、Linux、Windowsで動作します。
Ollamaは、
http://localhost:11434
でOpenAI互換のエンドポイントを提供します:
LM Studioは、モデル의 다운로드와 実行(モデルのダウンロードと実行)を直感的に行えるGUIを提供します。コマンドラインを使わないユーザーや、デスクトップアプリを好むWindowsユーザーに最適です。
DeepSeek-R1-Distill-Qwen-14B-GGUF
)
GPU環境でのプロダクション水準のローカル運用には、vLLMが最高のパフォーマンスを発揮します。
| モデル | VRAM(フルサイズ) | VRAM(Q4量子化版) | 推奨GPU |
|---|---|---|---|
| R1 Distill 7B | 14 GB | 5 GB | RTX 3060 / M2 Pro |
| R1 Distill 14B | 28 GB | 10 GB | RTX 3090 / M2 Max |
| R1 Distill 32B | 64 GB | 22 GB | RTX 4090 / A100 40G |
| V3 / R1 671B | ~1.3 TB | 400+ GB | マルチGPUサーバー (H100 ×8) |
💡 実用的なアドバイス: 多くの開発者にとって、 R1 Distill 14B (Q4量子化版) が最もバランスに優れた選択肢です。RTX 3090またはM2 Maxの単一GPUで動作し、極めて優秀な推論品質を提供しながら、開発作業に十分な速度を発揮します。
chat.deepseek.com でのチャット利用は制限付きで無料です。APIには毎月の無料枠が提供されており、有料プランの料金も最先端モデルの中で最低水準です(2026年4月現在、Flashモデルで入力100万トークンあたり$0.07、Proモデルで$0.27)。モデルの重みデータはMITライセンスで公開されているため、無料でダウンロードしてセルフホストすることができます。
はい。V4-ProおよびV4-FlashはいずれもMITライセンスの下でリリースされています。ウェイトデータはHugging FaceやModelScopeで入手可能です。制限なしでファインチューニング、商用展開、およびカスタマイズを行うことができます。
V4は一般的な対話およびコーディング用のモデルです。R1は強化学習を用いて推論能力を特化させたモデルであり、数学、論理、および段階的な課題解決に優れていますが、動作は比較的低速です。ほとんどのエージェント開発では、V4が最適な選択肢です。
はい。主要なフレームワークはいずれもOpenAI互換のAPI経由でDeepSeekをサポートしています。
base_url="https://api.deepseek.com"
とお客様のDeepSeek APIキーを設定するだけで使用できます。ローカルに展開したOllamaに接続する場合は、接続先を
http://localhost:11434/v1
に設定してください。
これらは完全に廃止(非推奨化)されます。古いモデル名を用いたリクエストはエラーを返します。
deepseek-v4-flash
(従来のdeepseek-chatに相当)または
deepseek-v4-pro
(deepseek-reasonerの後継)へ移行してください。
DeepSeekおよび400以上のAIエージェントツール、LLM API、フレームワークの情報は、 AgDex.ai で提供しています。