Seedance 2.0 | Special Offer ✦ 10% OFF NOW | Ends May 13 (UTC+0)
A
arcee-ai/spotlight

arcee-ai/spotlight

131,072 context · $0.18/M input tokens · $0.18/M output tokens

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...

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input$0.18 / M Tokens
Output$0.18 / M Tokens

API Usage

Use the following code examples to integrate with our API:

from openai import OpenAI

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

response = client.chat.completions.create(
    model="arcee-ai/spotlight",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Info

Providerarcee-ai
Typellm

Supported Functionality

Input
TextImage
Output
Text
Context131,072
Max Output65,537
Vision✓ Supported
Function Calling-

API Access Guide

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDarcee-ai/spotlight

Spotlight API

arcee-ai/spotlight

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...

Input

$0.18 /M

Output

$0.18 /M

Context

131K

Max Output

66K

Vision

Supported

Try Spotlight on WaveSpeedAI

Access Spotlight through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about Spotlight

How much does Spotlight cost via the API?+

Pricing on WaveSpeedAI: $0.18 per million input tokens and $0.18 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of Spotlight?+

Spotlight supports up to 131K tokens of context with up to 66K tokens of output per request.

Is Spotlight OpenAI-compatible?+

Yes. WaveSpeedAI exposes Spotlight through an OpenAI-compatible endpoint at https://llm.wavespeed.ai/v1. Point the official OpenAI SDK at this base URL with your WaveSpeedAI API key — no other code changes required.

How do I get started with Spotlight?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with model id set to the value shown above. New accounts receive free credits to evaluate Spotlight before paying per token.

Related LLM APIs