olmOCR 7B

Vision

Allen AI's olmOCR 7B. Specialized for document OCR and text extraction from images.

Pricing
Input
$0.08/1M
Output
$0.15/1M
Context Length
8K tokens
Max Completion
4K tokens

Capabilities

Chat
Vision

Technical Details

Model ID
olmocr-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="olmocr-7b",
    messages=[{"role": "user", "content": "Hello!"}],
)

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

Start Using olmOCR 7B

Create an account and start building with just $5.

olmocr-7b API - LlamaGate