Deepinfra Gemma 4 26B A4B It
Google logo

Deepinfra Gemma 4 26B A4B It

deepinfra-gemma-4-26b-a4b-it
Google
A Mixture-of-Experts model that activates only 4B parameters per inference,delivering high-performance reasoning with a fraction of the memory cost - idealfor cost-efficient, high-throughput server deployments.

Pricing

  • Input Tokens: $0.088 /M tokens
  • Output Tokens: $0.385 /M tokens
  • Cache Read: $0.011 /M tokens

Input Modalities

    Output Modalities

    • Text

    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="deepinfra-gemma-4-26b-a4b-it",
        messages=[
          {
            "role": "user",
            "content": "Hello, how are you?"
          }
        ],
        max_tokens=1024,
        stream=False,
    )
    
    print(response.choices[0].message.content)

    Frequently asked questions

    What is Deepinfra Gemma 4 26B A4B It?

    A Mixture-of-Experts model that activates only 4B parameters per inference,delivering high-performance reasoning with a fraction of the memory cost - idealfor cost-efficient, high-throughput server deployments.