Llama3 Groq 70B 8192 Tool Use Preview
Llama logo

Llama3 Groq 70B 8192 Tool Use Preview

llama3-groq-70b-8192-tool-use-previewllms.txt
Llama

Pricing

  • Input Tokens: $0.001 /M tokens
  • Output Tokens: $0.001 /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="llama3-groq-70b-8192-tool-use-preview",
        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 Llama3 Groq 70B 8192 Tool Use Preview cost?

    On AIHubMix, Llama3 Groq 70B 8192 Tool Use Preview costs $0.00089 per million input tokens and $0.00089 per million output tokens.