DeepSeek R1 Distill Qianfan Llama 8B
Llama logo

DeepSeek R1 Distill Qianfan Llama 8B

deepseek-r1-distill-qianfan-llama-8bllms.txt
Llama

Pricing

  • Input Tokens: $0.137 /M tokens
  • Output Tokens: $0.548 /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://aihubmix.com/v1",
    )
    
    response = client.chat.completions.create(
        model="deepseek-r1-distill-qianfan-llama-8b",
        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 R1 Distill Qianfan Llama 8B cost?

    On AIHubMix, DeepSeek R1 Distill Qianfan Llama 8B costs $0.137 per million input tokens and $0.548 per million output tokens.