aihubmix-Mistral-large-2407
Mistral logo

Aihubmix Mistral Large 2407

aihubmix-Mistral-large-2407
Mistral

Pricing

  • Input Tokens: $3.000 /M tokens
  • Output Tokens: $9.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-2407",
        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-2407 cost?

    On AIHubMix, aihubmix-Mistral-large-2407 costs $3 per million input tokens and $9 per million output tokens.