AICredits logo
arcee-aivision

Arcee AI: Spotlight

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

Supported APIs

Chat APIVision
Context
131K
Max output
Input / 1M
₹18.12
Cached / 1M
₹1.81
Output / 1M
₹18.12

Pricing

Token typeUSD / 1MINR / 1M
Input$0.180₹18.12
Cached inputprompt cache read$0.0181.81
Output$0.180₹18.12

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Arcee AI: Spotlight through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "arcee-ai/spotlight",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.