Spotlight

Other chatvisiontool_use

API ID: arcee-ai/spotlight

Input Price
$0.18
/1M tokens
Output Price
$0.18
/1M tokens

About Spotlight

Spotlight is Arcee AI's model for specific enterprise applications. The model delivers focused capability for targeted business use cases. Spotlight demonstrates Arcee's specialized AI offerings. For organizations with specific enterprise requirements, Spotlight offers targeted capability.

💰
Price Ranking
#643 lowest price among 950 Chat models

Model Specifications

Context Length
131k
Max Output
66k
Release Date
2025-05-05
Capabilities
chat vision tool_use
Input Modalities
imagetext
Output Modalities
text

Best For

  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

💰 Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.14
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$4.32
/month
1000 tickets/day, ~800 tokens each

Other Model Lineup

Compare all models from Other to find the best fit

Model Input Output Context Capabilities
Spotlight Current Free Free 131k chat vision tool_use
Riverflow V2 Max Preview Free Free 8k chat vision image_gen
Riverflow V2 Standard Preview Free Free 8k chat vision image_gen
Riverflow V2 Fast Preview Free Free 8k chat vision image_gen
AFM 4.5B Free Free 66k chat
AFM 4.5B Free Free 66k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Meta Llama Guard 4 12B
Input: $0.18
Output: $0.18
Context: 164k
Alibaba Qwen Qwen3 30B A3B
Input: $0.08
Output: $0.28
Context: 41k
Mistral Devstral Small 1.1
Input: $0.07
Output: $0.28
Context: 131k
Baidu ERNIE 4.5 21B A3B Thinking
Input: $0.07
Output: $0.28
Context: 131k

🚀 Quick Start

Get started with Spotlight API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

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