Haimaker.ai Logo
DeepSeek logo

Deepseek Chat V3 0324

deepseek/deepseek-chat-v3-0324
Chat
Context Window
66K
tokens
Max Output
8K
tokens
Input Price
$0.14
/1M tokens
Output Price
$0.28
/1M tokens

Overview

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

Features & Capabilities

Modechat
Context Window66K tokens
Max Output8K tokens
Function Calling-
Vision-
Reasoning-
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-0324",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

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

Use Deepseek Chat V3 0324 with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from DeepSeek