DeepSeek V3
DeepSeek logo

DeepSeek V3

DeepSeek-v3llms.txt
DeepSeek

Pricing

  • Input Tokens: $0.272 /M tokens
  • Output Tokens: $1.088 /M tokens

Input Modalities

    Providers

    Azure aihubmix-DeepSeek-V3-0324
    Pricing$1.000$1.000
    Context0
    Max output0
    Latency-
    Throughput-
    Uptime
    0.00% uptime 2 days ago
    0.00% uptime yesterday
    0.00% uptime today
    Bytedance deepseek-v3-250324
    Pricing$0.272$1.088
    Context128K
    Max output16K
    Latency1.7S
    Throughput57.6TPS
    Uptime
    0.00% uptime 2 days ago
    0.00% uptime yesterday
    0.00% uptime today
    Baidu bai-deepseek-v3
    Pricing$0.272$1.088
    Context128K
    Max output4K
    Latency1.2S
    Throughput66.5TPS
    Uptime
    0.00% uptime 2 days ago
    0.00% uptime yesterday
    0.00% uptime today
    Chutes deepseek-ai/DeepSeek-V3-0324
    Pricing$0.200$0.800
    Cache$0.000
    Context1M
    Max output1M
    Latency1.7S
    Throughput57.8TPS
    Uptime
    0.00% uptime 2 days ago
    0.00% uptime yesterday
    0.00% uptime today
    Siliconflow deepseek-ai/DeepSeek-V3
    Pricing$0.300$0.300
    Context1M
    Max output1M
    Latency1.5S
    Throughput18.1TPS
    Uptime
    100.00% uptime 2 days ago
    100.00% uptime yesterday
    100.00% uptime today

    Performance for DeepSeek-v3

    Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

    Uptime
    Loading...
    Latency
    Loading...
    Throughput
    Loading...

    Try this model

    Python
    import os
    from openai import OpenAI
    
    client = OpenAI(
        api_key=os.environ["AIHUBMIX_API_KEY"],
        base_url="https://aihubmix.com/v1",
    )
    
    response = client.chat.completions.create(
        model="DeepSeek-v3",
        messages=[
          {
            "role": "user",
            "content": "Hello, how are you?"
          }
        ],
        max_tokens=1024,
        stream=False,
    )
    
    print(response.choices[0].message.content)

    Frequently asked questions

    How much does DeepSeek V3 cost?

    On AIHubMix, DeepSeek V3 costs $0.272 per million input tokens and $1.088 per million output tokens.