How the lines differ
| Line | Strong at | Speed / cost | Reach for it when |
|---|---|---|---|
| Flagship chat | All-rounder: code, text, general tasks, long context | Faster, very cheap | Everyday work, code, bulk processing |
| Reasoner | Step-by-step reasoning: math, logic, hard problems | Slower, pricier than flagship | When you need the task worked through step by step, not just answered |
What DeepSeek can do
- Long context — the window fits long documents and large chunks of code.
- Strong code and reasoning — the flagship writes and edits code confidently; the reasoner adds step-by-step working for hard problems.
- Very low price — DeepSeek’s key advantage: quality close to top models at a noticeably lower per-token cost.
- Function calling (tool use) — the flagship chat can return structured tool calls; don’t rely on this for the reasoner. See function calling for a full example.
DeepSeek models are text-only: you can’t pass images as input, there’s no vision. If you need to read images, look at Claude or Gemini instead.
Picking by task
- Cheap and high volume → flagship chat, for price and speed.
- Hard math, logic, step-by-step working → reasoner.
- Writing and refactoring code → flagship chat.
- Agent or tool pipeline → flagship chat (it has reliable tool use).
- Long documents → flagship chat with long context.
How to connect
DeepSeek is served over the OpenAI-compatible protocol — no separate library needed, take any OpenAI SDK and change thebase_url to https://www.ruapi.ai/v1. Step-by-step setup and a first request are in the Quickstart.
The
model field takes an ID, e.g. deepseek-v3 for the flagship chat and deepseek-reasoner for reasoning. Exact names, versions and per-token prices are on the Pricing page at www.ruapi.ai.FAQ
V3 or reasoner?
V3 or reasoner?
The flagship chat (V3) is the everyday pick: code, text, general tasks, and very cheap on top. Use the reasoner when you specifically need step-by-step reasoning — hard math, logic, untangling a tricky problem.
How much does it cost, and why so cheap?
How much does it cost, and why so cheap?
DeepSeek is one of the best-value models per token: capability close to the top tier at a noticeably lower price. Exact prices are on the main site’s Pricing page.
Does DeepSeek support images?
Does DeepSeek support images?
No. DeepSeek models are text-only and don’t take images as input. For images, use Claude or Gemini with vision.
What context length does DeepSeek have?
What context length does DeepSeek have?
Large — the window fits long documents and big chunks of code. The exact limit depends on the version and matches DeepSeek’s official one.
Where do I get a key?
Where do I get a key?
You create a key in your dashboard after signing up. How to wire it into your code is in the Quickstart.
How do I pay?
How do I pay?
Top up in USDT — with crypto. How to add balance is on the Top-up page.
Next
Connect and first request
base_url, key, Python and curl code.
Claude models
Same key — Claude’s lineup and capabilities.