PARROTSIGHT

SightLingua 7B

BetaLarge Language ModelPARROTSIGHT native

ASEAN multilingual LLM with OpenAI-compatible API

P50 55msP95 120ms$0.14 / 1M tokens

Overview

SightLingua 7B is our general-purpose instruction model, trained with a strong ASEAN language mix. It supports chat completions with streaming, function calling and JSON mode, and exposes an OpenAI-compatible API so existing integrations migrate with a two-line change.

  • OpenAI-compatible /v1/chat/completions
  • Streaming (SSE) with token-level deltas
  • Function calling and JSON mode
  • System prompts with safety guardrails

Capabilities

Instruction following88
MS / ZH fluency91
Reasoning82
Tool use85

API

https://api.parrotsight.com/v1/chat/completions

bash
curl -X POST https://api.parrotsight.com/v1/chat/completions \
  -H "Authorization: Bearer $PS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"ps-lingua-7b","messages":[{"role":"system","content":"You are a concise bilingual assistant."},{"role":"user","content":"Summarise this quarter's platform metrics in Malay and English."}],"stream":true}'

Version history

  1. v0.9.4-betaLatest2026-09-08

    Streaming stability; Tamil support preview

  2. v0.9.0-betaReleased2026-08-01

    Public beta launch

More models

View all models