DeepSeek website screenshot

DeepSeek

DeepSeek is an artificial intelligence company that provides advanced large language models accessible through an API that is compatible with the OpenAI and Anthropic SDKs. The DeepSeek API offers chat completions, fill-in-the-middle completions, function calling, JSON output, streaming, multi-turn conversations, context caching, and a thinking/reasoning mode for complex problem solving.

4 APIs 0 Features
AIArtificial IntelligenceChatChat CompletionLLMLarge Language ModelsReasoningCode Completion

APIs

DeepSeek Chat Completion API

Creates a model response for a given chat conversation. Supports the deepseek-chat and deepseek-reasoner models with options for tool calling, JSON output, streaming, temperatur...

DeepSeek Fill-In-The-Middle (FIM) Completion API

Beta endpoint that performs fill-in-the-middle completions where a prompt and an optional suffix are provided and the model fills the gap. Useful for code completion and inline ...

DeepSeek List Models API

Lists the currently available DeepSeek models, providing basic information about each one such as the model identifier, owner, and availability.

DeepSeek User Balance API

Returns the current account balance for the authenticated DeepSeek user, including available credit and currency. Useful for monitoring spend and gating workloads programmatically.

Collections

Pricing Plans

Deepseek Plans Pricing

2 plans

PLANS

Rate Limits

Deepseek Rate Limits

2 limits

RATE LIMITS

FinOps

Event Specifications

DeepSeek Streaming API (HTTP + SSE)

AsyncAPI definition for the streaming surface of the DeepSeek API. DeepSeek exposes an OpenAI-compatible HTTP API. When the `stream` request parameter is set to `true`, the serv...

ASYNCAPI

Semantic Vocabularies

Deepseek Context

6 classes · 9 properties

JSON-LD

API Governance Rules

DeepSeek API Rules

4 rules · 1 errors 3 warnings

SPECTRAL

DeepSeek API Rules

3 rules · 1 errors 2 warnings

SPECTRAL

DeepSeek API Rules

3 rules · 1 errors 2 warnings

SPECTRAL

DeepSeek API Rules

3 rules · 1 errors 2 warnings

SPECTRAL

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Documentation
Documentation
💰
Pricing
Pricing
🔑
Authentication
Authentication
🔗
RateLimits
RateLimits
💻
ErrorCodes
ErrorCodes
🟢
StatusPage
StatusPage
💬
FAQ
FAQ
📄
ChangeLog
ChangeLog
🔗
Website
Website
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: DeepSeek User Balance API
  version: 1.0.0
items:
- info:
    name: User
    type: folder
  items:
  - info:
      name: DeepSeek Get User Balance
      type: http
    http:
      method: GET
      url: https://api.deepseek.com/user/balance
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Retrieves the current balance information for a user, including availability for API calls.
bundled: true