Haimaker.ai Logo
DeepSeek logo

Deepseek V3.2

deepseek/deepseek-v3.2
Chat
DeepSeek|
Function CallingReasoning
Context Window
164K
tokens
Max Output
164K
tokens
Input Price
$0.28
/1M tokens
Output Price
$0.40
/1M tokens

Overview

DeepSeek's V3 model with a Mixture-of-Experts architecture and strong multilingual and reasoning 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-v3.2",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

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

Use Deepseek V3.2 with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from DeepSeek