Deepseek OCR 2
oah/deepseek-v3.1Deploy Deepseek OCR 2 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
by DeepSeek (Open Source)
DeepSeek has rapidly risen as a leading open-source model family, known for exceptional coding performance and cost efficiency. Compare DeepSeek API pricing across providers. DeepSeek V3 and R1 deliver frontier-level performance on coding and reasoning benchmarks at a fraction of closed-model costs.
Every DeepSeek request is scanned for 28+ PII entity types — SSNs, credit cards, emails, API keys, and more — before it reaches any provider.
DeepSeek is available across 2 providers. Our Smart Router picks the cheapest one per-request. 25% managed markup / 0% on Pro BYOK.
Use the AISG SDK (pip install aisg) for typed metadata and error handling, or change two lines in your OpenAI SDK. Both work.
Per-request logging of token counts, latency, DLP violations, and cost. Never wonder what your AI spend is again.
oah/deepseek-v3.1Deploy Deepseek OCR 2 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
oah/deepseek-r1Deploy DeepSeek R1 0528 NVFP4 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
oah/deepseek-r1-distill-qwen-1.5bDeploy DeepSeek R1 Distill Qwen 1.5B with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
oah/deepseek-r1-distill-qwenDeploy DeepSeek R1 Distill Qwen 14B with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
oah/deepseek-v4-proDeploy Deepseek V4 Pro with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
oah/deepseek-coderDeploy Deepseek Coder 33B Instruct with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
oah/deepseek-r1-0528Deploy deepseek-ai/DeepSeek-R1-0528 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
oah/deepseekDeploy deepseek-ai/DeepSeek-V3 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
oah/deepseek-v3.1-terminusDeploy deepseek-ai/DeepSeek-V3.1-Terminus with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
oah/deepseek-v3.2Deploy deepseek-ai/DeepSeek-V3.2 with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
oah/deepseek-v4-flashDeploy deepseek-ai/DeepSeek-V4-Flash with built-in PII redaction and Hub governance. Available on Managed Credits and BYOK.
Input / Output pricing by provider. Managed Mode adds a 25% managed markup. Pro BYOK = 0% markup.
| Model | Params | Context | Vision | Together.ai | DeepInfra |
|---|---|---|---|---|---|
Deepseek OCR 2 oah/deepseek-v3.1 | — | 8K | No | $0.60/$1.70 | $0.21/$0.79 |
DeepSeek R1 0528 NVFP4 oah/deepseek-r1 | — | 164K | No | $3.00/$7.00 | — |
DeepSeek R1 Distill Qwen 1.5B oah/deepseek-r1-distill-qwen-1.5b | — | 131K | No | $0.18/$0.18 | — |
DeepSeek R1 Distill Qwen 14B oah/deepseek-r1-distill-qwen | — | 131K | No | $1.60/$1.60 | — |
Deepseek V4 Pro oah/deepseek-v4-pro | — | 512K | No | $2.10/$4.40 | — |
Deepseek Coder 33B Instruct oah/deepseek-coder | — | 16K | No | $0.80/$0.80 | — |
deepseek-ai/DeepSeek-R1-0528 oah/deepseek-r1-0528 | — | — | No | — | $0.50/$2.15 |
deepseek-ai/DeepSeek-V3 oah/deepseek | — | — | No | — | $0.25/$0.88 |
deepseek-ai/DeepSeek-V3.1-Terminus oah/deepseek-v3.1-terminus | — | — | No | — | $0.27/$1.00 |
deepseek-ai/DeepSeek-V3.2 oah/deepseek-v3.2 | — | — | No | — | — |
deepseek-ai/DeepSeek-V4-Flash oah/deepseek-v4-flash | — | — | No | — | — |
What you get at each pricing tier. Hub adds security, governance, and multi-provider routing on top of raw API access.
| Mode | What You Pay | PII Redaction | Budget Caps | Routing | Audit Trail |
|---|---|---|---|---|---|
| Direct to DeepSeek | Provider pricing only | None | None | Manual | None |
| Hub — Managed Mode | Provider + 25% markup | 28+ PII types | Per-key hard caps | Smart Router | Full compliance log |
| Hub — Pro BYOK ($29/mo) | Direct to provider (0% markup) | 28+ PII types | Per-key hard caps | Smart Router | Full compliance log |
Code generation, review, and debugging
Technical documentation and analysis
Math and logical reasoning tasks
Cost-optimized production workloads replacing GPT-4 class models
# pip install aisg
from aisg import AISG
client = AISG(api_key="your_hub_api_key")
response = client.chat.create(
model="oah/deepseek-v3.1",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.content)
print(response.aisg_metadata.pii_detected)
print(response.aisg_metadata.cost_usd)Use any virtual model name from the pricing table above (prefixed with oah/). Also works with the standard OpenAI SDK — just change base_url. Every request is PII-scanned before reaching DeepSeek (Open Source).
These models have been retired by the provider. Migrate to a current variant above.
Get started with 1,000,000 free credits. Every DeepSeek request is PII-scanned, cost-optimized, and fully logged — zero configuration.
Not ready yet? Get notified about DeepSeek updates:
Meta's open-weights Llama family is the most widely deployed open-source LLM series. Compare Llama API pricing across Gr…
OpenAI's GPT family powers the majority of commercial AI applications. Compare GPT-4 API cost and OpenAI API pricing acr…
Google's Gemini family offers powerful multimodal capabilities with large context windows. Compare Gemini API pricing an…
Anthropic's Claude family is built with safety and reliability at its core. Compare Claude API pricing and Claude Sonnet…
Mistral AI's model family spans from compact open-weights models to powerful commercial variants. Compare Mistral API pr…
Model registry last updated: . Pricing shown is the lowest available rate across providers (per 1M tokens, USD). Actual pricing depends on provider and plan.