grok-3-mini-beta
Grok logo

Grok 3 Mini Beta

grok-3-mini-beta
Grok
This model ID with beta has been officially taken offline. Using this model grok-3-mini-beta will automatically point to grok-3-mini.

Pricing

  • Input Tokens: $0.330 /M tokens
  • Output Tokens: $0.551 /M tokens
  • Cache Read: $0.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="grok-3-mini-beta",
        messages=[
          {
            "role": "user",
            "content": "Hello, how are you?"
          }
        ],
        max_tokens=1024,
        stream=False,
    )
    
    print(response.choices[0].message.content)

    Frequently asked questions

    What is grok-3-mini-beta?

    This model ID with beta has been officially taken offline. Using this model grok-3-mini-beta will automatically point to grok-3-mini.