DeepSeek

deepseek-chat

deepseek-ai/Deepseek-Chat
Context

128K

Input

text

Output

text

Tool calling

Supported

About this model

DeepSeek-Chat is a 67B-parameter conversational AI optimized for helpful, honest, and engaging dialogue. Features instruction-following capabilities, emotional intelligence, and context-aware responses with safety alignment across 30+ conversation domains.

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.070 / 1M tokens

Output tokens

$1.100 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.070 / 1M tokens
Output tokens$1.100 / 1M tokens

Performance

Published evaluation results associated with this model.

Conversational Quality

Helpfulness92.4
Honesty94.7
Engagement89.3
Emotional IQ86.5

Instruction Following

Complex Task Accuracy88.9
Multi-Step Completion91.2
Context Adherence93.8
Style Consistency90.6

Safety & Alignment

Harmfulness Reduction98.8
Bias Mitigation96.3
Truthfulness92.7
Policy Adherence95.4

Efficiency

Response Latency (ms)420
Concurrent Sessions96
Tokens/sec180
VRAM Utilization44.2

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-ai/Deepseek-Chat",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'