Haimaker.ai Logo
Meta Llama logo

Meta Llama 3 8B Instruct

meta-llama/llama-3-8b-instruct:free
Chatllama3
Meta Llama|Released Apr 2024 · Updated Jun 2025
Parameters
8.0B
Input Price
Free
/1M tokens
Output Price
Free
/1M tokens

Overview

Llama 3 8B Instruct:Free is a chat model by Meta Llama. It has 8.0B parameters.

Features & Capabilities

Modechat
Function Calling-
Vision-
Reasoning-
Web Search-
Url Context-

Technical Details

ArchitectureLlamaForCausalLM
Model Typellama
Languagesen
Librarytransformers

API Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://api.haimaker.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="meta-llama/llama-3-8b-instruct:free",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

print(response.choices[0].message.content)

Use Meta Llama 3 8B Instruct with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from Meta Llama