Baidu DeepSeek V3.2 Thinking
AI21 logo

Baidu DeepSeek V3.2 Thinking

baidu-deepseek-v3.2-think
AI21

Pricing

  • Input Tokens: $0.274 /M tokens
  • Output Tokens: $0.411 /M tokens

Input Modalities

    Try this model

    Python
    import os
    from openai import OpenAI
    
    client = OpenAI(
        api_key=os.environ["AIHUBMIX_API_KEY"],
        base_url="https://shkq.org/v1",
    )
    
    response = client.chat.completions.create(
        model="baidu-deepseek-v3.2-think",
        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 Baidu DeepSeek V3.2 Thinking cost?

    On AIHubMix, Baidu DeepSeek V3.2 Thinking costs $0.274 per million input tokens and $0.411 per million output tokens.