Model Reference

plugsky-lite — speed without the tradeoff

plugsky-lite is a 3B-class compact model (Llama 3.2 3B family) built for speed: ~0.24s median latency, 128K context, full tool support.

Summary

ModelIdentityContextLatency*Best for
plugsky-liteLlama 3.2 3B128K tokens~0.24s medianHigh-volume chat, classification, extraction, low-latency agents

*Median measured latency on the live API at https://api.plugsky.com/v1.

Specs

PropertyValue
Model familyLlama 3.2 (3B)
Context window128K tokens
Measured latency~0.24s median on the live API
CapabilitiesTool/function calling, streaming, long context
Available onFree plan and above

When to use plugsky-lite

  • High-volume traffic — support bots, classification, extraction.
  • Cost-sensitive workloads — smallest model that passes your eval.
  • Edge-latency needs — interactive UX that cannot wait a second.

Use it

curl https://api.plugsky.com/v1/chat/completions \
  -H "Authorization: Bearer sk-live-..." \
  -H "Content-Type: application/json" \
  -d '{"model":"plugsky-lite","messages":[{"role":"user","content":"hi"}],"stream":true}'

FAQ

How fast is it really?

Median ~0.24s in live measurements on the public API.

Is it accurate enough for production?

For structured, high-volume tasks — yes. For deep reasoning, pair it with plugsky-micro for hard prompts.

Get started in minutes

OpenAI-compatible API with 30+ models, free trial, and a 99.9% uptime SLA. No code changes required.

Start free trial → Read the docs