Aihubmix Mistral Large
Mistral logo

Aihubmix Mistral Large

aihubmix-Mistral-large
Mistral

Pricing

  • Input Tokens: $4.000 /M tokens
  • Output Tokens: $12.000 /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="aihubmix-Mistral-large",
        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 Aihubmix Mistral Large cost?

    On AIHubMix, Aihubmix Mistral Large costs $4 per million input tokens and $12 per million output tokens.