OLMo 3 7B

General Purpose

Allen AI's OLMo 3 7B. Fully open-source with transparent training. Apache 2.0 licensed.

Pricing
Input
$0.10/1M
Output
$0.20/1M
Context Length
8K tokens
Max Completion
4K tokens

Capabilities

Chat
Tool Calling

Technical Details

Model ID
olmo-3-7b
Tokenizer
OLMo

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.llamagate.ai/v1",
    api_key="your-api-key",
)

response = client.chat.completions.create(
    model="olmo-3-7b",
    messages=[{"role": "user", "content": "Hello!"}],
)

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

Start Using OLMo 3 7B

Create an account and start building with just $5.

olmo-3-7b API - LlamaGate