Seedance 2.0 15 % RABATT | Im Video Generator erstellen →
deepseek
deepseek/deepseek-v3.1-terminus

deepseek/deepseek-v3.1-terminus

Veröffentlichungsdatum: 2025-09-22

163,840 context · $0.21/M input tokens · $0.79/M output tokens

DeepSeek-V3.1 Terminus is an update to DeepSeek V3.1 that maintains the model's original capabilities while addressing issues reported by users, including language consistency and agent capabilities, further optimizing the model's...

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe$0.21 / M Tokens
Ausgabe$0.79 / M Tokens
Cache Read$0.13 / M Tokens

Modell ausprobieren

deepseek/deepseek-v3.1-terminus
Online
deepseek
Hallo! Ich bin ein hilfreicher KI-Assistent. Womit kann ich helfen?

API-Nutzung

Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="deepseek/deepseek-v3.1-terminus",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Modelleinführung

Deepseek deepseek-v3.1-terminus

deepseek deepseek-v3.1-terminus


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 163840 context window for long document handling
  • Competitive pricing at $0.2/$0.9 per million tokens

Key Features

  • Context Window: 163840 tokens
  • Max Output: 4096 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderDeepseek
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window163840 tokens
Max Output4096 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.2
Output$0.9

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: deepseek/deepseek-v3.1-terminus


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="deepseek/deepseek-v3.1-terminus",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "deepseek/deepseek-v3.1-terminus",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: deepseek/deepseek-v3.1-terminus
  • Provider: Deepseek

Info

Anbieterdeepseek
Typllm

Unterstützte Funktionen

Eingabe
Text
Ausgabe
Text
Kontext163,840
Max. Ausgabe4,096
Vision-
Function Calling✓ Unterstützt

API-Zugriffsanleitung

Base URLhttps://llm.wavespeed.ai/v1
API-Endpunktchat/completions
Modell-IDdeepseek/deepseek-v3.1-terminus

DeepSeek V3.1 Terminus API

deepseek/deepseek-v3.1-terminus

DeepSeek-V3.1 Terminus is an update to DeepSeek V3.1 that maintains the model's original capabilities while addressing issues reported by users, including language consistency and agent capabilities, further optimizing the model's...

Eingabe

$0.21 /M

Ausgabe

$0.79 /M

Kontext

164K

Max. Ausgabe

4K

Tool-Nutzung

Unterstützt

DeepSeek V3.1 Terminus auf WaveSpeedAI testen

Zugriff auf DeepSeek V3.1 Terminus über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.

Häufige Fragen zu DeepSeek V3.1 Terminus

Wie viel kostet die DeepSeek V3.1 Terminus-API?+

Preise auf WaveSpeedAI: $0.21 pro Million Input-Tokens und $0.79 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.

Wie groß ist das Kontextfenster von DeepSeek V3.1 Terminus?+

DeepSeek V3.1 Terminus unterstützt bis zu 164K Kontext-Tokens und bis zu 4K Output-Tokens pro Anfrage.

Ist DeepSeek V3.1 Terminus OpenAI-kompatibel?+

Ja. WaveSpeedAI stellt DeepSeek V3.1 Terminus über einen OpenAI-kompatiblen Endpunkt unter https://llm.wavespeed.ai/v1 bereit. Richten Sie das offizielle OpenAI SDK mit Ihrem WaveSpeedAI-API-Schlüssel auf diese Base-URL — keine weiteren Codeänderungen erforderlich.

Wie starte ich mit DeepSeek V3.1 Terminus?+

Bei WaveSpeedAI anmelden, in Access Keys einen API-Schlüssel erstellen und eine Anfrage an https://llm.wavespeed.ai/v1/chat/completions mit der oben angezeigten Model-ID senden. Neue Konten erhalten kostenlose Credits, um DeepSeek V3.1 Terminus zu testen.

Verwandte LLM-APIs