DeepSeek

DeepSeek's reasoning-first LLMs — flash for fast, low-cost work and pro for complex agentic tasks, via one RunAPI key.

1
MODELS
LLM
MODALITIES
Get API Key

What you get through RunAPI

Full Model Access

Browse every model currently listed for this provider in the RunAPI catalog.

Transparent Pricing

Review each model's published RunAPI price before sending a request.

No Account Required

Use your RunAPI key without creating a separate provider account.

Unified Billing

Keep this provider and other supported models on one RunAPI balance.

HOW IT WORKS

Call DeepSeek models in 3 steps

  1. Get Your Key

    Sign up for free and create a RunAPI key — no DeepSeek account needed.

  2. Send a Request

    POST to /v1/chat/completions with any DeepSeek model slug.

  3. Get Results

    Stream the response or receive a webhook when the task completes.

MODELS

DeepSeek Models on RunAPI

Text

DeepSeek

DeepSeek API access via RunAPI — flash for fast, low-cost work; pro for complex agentic tasks.

$0.0003 / 1K tokens View →

Why use DeepSeek via RunAPI

Lower Cost

Compare DeepSeek variants and start with transparent per-call pricing for the model you need.

No Account Needed

Use your RunAPI API key for managed DeepSeek access without a separate provider account or credential.

Unified Billing

Keep DeepSeek and every other supported model on one RunAPI balance and monthly USD invoice.

RunAPI vs Direct DeepSeek

Feature Direct DeepSeek Via RunAPI
Account Required DeepSeek account + billing RunAPI account only
API Format DeepSeek SDK Same DeepSeek SDK (compatible)
Pricing Provider-published rates Published per-model RunAPI pricing
Other Models DeepSeek only 246+ models, all providers
Billing Per-provider invoices One unified credit balance
Support Provider-specific support RunAPI support
Playground

Try DeepSeek Models

Choose a model

Estimated cost: Input $0.30 / 1M tokens | Output $1.20 / 1M tokens

Generate with DeepSeek

Sign in required

Response will appear here

QUICKSTART

Call DeepSeek Models via RunAPI

Python
from openai import OpenAI

client = OpenAI(
    base_url="https://runapi.ai/v1",
    api_key="your-runapi-key"
)

response = client.chat.completions.create(
    model="deepseek-flash",
    messages=[{"role": "user", "content": "Refactor this Python module for readability, explain each change, then add unit tests for the edge cases."}]
)

What teams build with DeepSeek models

Conversational AI

Build chatbots and assistants with DeepSeek models.

Content Generation

Generate marketing copy, code, and creative writing at scale.

Image Creation

Create product shots, illustrations, and design assets with DeepSeek models.

Data Analysis

Extract insights from documents, spreadsheets, and structured data.

Provider questions

Do I need a DeepSeek account?

No. Your RunAPI API key is enough to access the DeepSeek models listed in the catalog.

Which DeepSeek models are available?

The model cards above reflect the DeepSeek models currently available through RunAPI.

How does billing work?

Usage is charged to your RunAPI balance using the price shown for the selected model.

Can I switch to another model?

Yes. Choose another supported model and use its model ID in the same RunAPI workflow.

Where can I find request details?

Open a model page to review its current endpoints, parameters, pricing, and examples.

Start building on one key.

Building with a team?

We're here to help with enterprise setup, integrations, and technical questions.

Contact Us