deepseek

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.

Capabilities

text

Available through the unified API

Quick start

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

Providers

Available routing options for this model through OneInfer.

deepseek

7339d099ebb54fc08b8f2225b2d8b826

Available

Input

$0.070 / 1M

Output

$1.100 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

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

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

API example

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