Back to Models

Arcee AI: Spotlight

arcee-ai/spotlight
May 5, 2025131.1K context65.5K max output$0.18/M in · $0.18/M out

Description

Spotlight is a 7‑billion‑parameter vision‑language model derived from Qwen 2.5‑VL and fine‑tuned by Arcee AI for tight image‑text grounding tasks. It offers a 32 k‑token context window, enabling rich multimodal conversations that combine lengthy documents with one or more images. Training emphasized fast inference on consumer GPUs while retaining strong captioning, visual‐question‑answering, and diagram‑analysis accuracy. As a result, Spotlight slots neatly into agent workflows where screenshots, charts or UI mock‑ups need to be interpreted on the fly. Early benchmarks show it matching or out‑scoring larger VLMs such as LLaVA‑1.6 13 B on popular VQA and POPE alignment tests.

Specifications

Provider
arcee-ai
Context Length
131.1K
Max Output
65.5K
Modality
Inimagetext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.18
Output$0.18

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "arcee-ai/spotlight",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Arcee AI: Spotlight — Pricing & API on OminiGate