# Ai2: olmocr-2-7b-1025

- Model ID: `olmocr-2-7b-1025`
- Provider: Ai2
- Web version: https://www.moleapi.com/en/models/ai2/olmocr-2-7b-1025
- Content status: catalog

## Model introduction

Ai2 vision model by Ai2 for document parsing, OCR, tables, charts, and layout understanding.

## Model capabilities

- OpenAI compatible

### Verified specifications

- Catalog status: Currently available on MoleAPI
- Compatible protocols: openai
- Available billing groups: Standard

## Model pricing and access

Pricing is supplied dynamically by the MoleAPI console API.

### Standard (default, x1)

- Input: $0.09 / 1M tokens
- Output: $0.19 / 1M tokens

### Access protocols

| Protocol | Method | Endpoint |
| --- | --- | --- |
| openai | POST | /v1/chat/completions |

- Live pricing source: https://home.moleapi.com/api/pricing

## About olmocr-2-7b-1025

Ai2 vision model by Ai2 for document parsing, OCR, tables, charts, and layout understanding.

### Sources

- [MoleAPI console pricing catalog](https://home.moleapi.com/api/pricing) — MoleAPI

## Code examples

### cURL

```bash
curl https://api.moleapi.com/v1/chat/completions \
  -H "Authorization: Bearer $MOLEAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"olmocr-2-7b-1025","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [olmo-3.1-32b-instruct](https://www.moleapi.com/en/models/ai2/olmo-3.1-32b-instruct) — Ai2
- [gpt-5.6-luna](https://www.moleapi.com/en/models/openai/gpt-5.6-luna) — OpenAI
- [gpt-5.6-sol](https://www.moleapi.com/en/models/openai/gpt-5.6-sol) — OpenAI
- [gpt-5.6-terra](https://www.moleapi.com/en/models/openai/gpt-5.6-terra) — OpenAI

## Frequently asked questions

### How is olmocr-2-7b-1025 priced?

Prices are read from the MoleAPI console API and update with model prices, context tiers, and account groups.

### How can I access olmocr-2-7b-1025?

The catalog currently lists openai.

### How do I switch an existing project to olmocr-2-7b-1025?

Keep the MoleAPI API address and key, replace the model parameter, and check protocol-specific parameters.

### Where do the olmocr-2-7b-1025 details come from?

Only confirmed availability, pricing, and protocol details from the MoleAPI catalog are included.
