Haimaker.ai Logo
DeepSeek logo

Deepseek Chat V3.1

deepseek/deepseek-chat-v3.1
Chat
DeepSeek|
Function CallingReasoning
Context Window
164K
tokens
Max Output
164K
tokens
Input Price
$0.20
/1M tokens
Output Price
$0.80
/1M tokens

Overview

DeepSeek's general-purpose chat model built on the V3 architecture with strong multilingual and coding capabilities.

Features & Capabilities

Modechat
Context Window164K tokens
Max Output164K tokens
Function CallingSupported
Vision-
ReasoningSupported
Web Search-
Url Context-

API Usage

from openai import OpenAI

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

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

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

Use Deepseek Chat V3.1 with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from DeepSeek