Models

What is plugsky-gemma-4 and when should you use it?

plugsky-gemma-4 is a compact multimodal model in Plugsky's 30+ model catalogue, handling text plus image inputs such as screenshots, forms and product photos at low latency. It runs on the OpenAI-compatible chat API with streaming and JSON mode. Choose it for high-volume visual triage, captioning and extraction; move to a frontier-tier model when images need deep visual reasoning.

Key facts

Model classCompact multimodal model in the Plugsky catalogue
Best forImage plus text triage, captioning, screenshots and form extraction
Context class128K-class window; live limits are published per model
CapabilitiesMultimodal input, streaming and JSON mode — see /models for live flags
Pricing tierPaid-plan model; free plan covers plugsky-micro and plugsky-lite
APIOpenAI-compatible /v1/chat/completions with image content parts
ResilienceAutomatic backup upstream plus same-profile multimodal peers
Product statusLive

TL;DR

  • A small multimodal model: image understanding at interactive speed and low cost.
  • Good for classification, captioning and structured extraction from images.
  • Use a frontier-tier model when the image task needs deep reasoning.
  • Video, audio generation and media endpoints are roadmap items — check the docs.
  • Multimodal peer fallback keeps image pipelines running through incidents.

How it works, step by step

  1. Confirm the current vision flags for plugsky-gemma-4 on /models.
  2. Send one image plus a text instruction through the OpenAI-compatible chat endpoint.
  3. Test with your real image mix: screenshots, photos and scanned forms.
  4. Compare extraction accuracy and latency against your current vision model.
  5. Add schema validation when you use JSON mode for structured fields.
  6. Switch the model name in production and route hard images to a larger model.
  7. Monitor fallbacks and image-task quality as the catalogue evolves.
1Confirm the currentvision flags forplugsky-gemma-4 on2Send one image plusa text instructionthrough the3Test with your realimage mix:screenshots, photos4Compare extractionaccuracy andlatency against5Add schemavalidation when youuse JSON mode for6Switch the modelname in productionand route hard

Try it yourself

Open the VRAM calculator →

What plugsky-gemma-4 is

plugsky-gemma-4 is a compact multimodal model: it accepts text and image content in the same conversation and returns text or structured output. It belongs to the smaller end of the catalogue, which is exactly why it is useful — most image tasks in production are repetitive classification and extraction rather than open-ended visual reasoning. It serves the standard OpenAI-compatible chat endpoint with streaming and JSON mode.

Vision support differs by model and can change, so check the live card at /models for the current input modalities, context window and output limits before building a pipeline around it.

When to choose it

Choose plugsky-gemma-4 when you need image understanding at volume: classifying screenshots, reading receipts and forms, captioning product photos, moderating user uploads or pre-filtering images before a heavier model sees them. JSON mode makes it practical to return typed fields directly into your application.

Escalate when the visual task is genuinely hard: diagrams with dense text, chart reasoning, multi-image comparison or ambiguous scenes. For text-heavy multimodal work, plugsky-qwen-vl and the omni models in the catalogue are the next step up; for the hardest cases, use a frontier-tier model.

Latency, quality and cost trade-offs

Compact vision models trade depth for throughput. Image payloads also affect prompt size, so image resolution and count matter as much as the model choice.

  • Downscale images when fine detail is not required; keep originals for hard cases.
  • Send one image per request where possible to keep latency predictable.
  • Use JSON mode plus validation rather than parsing free text.
  • Route only failed or high-value images to a larger model.
  • Self-serve plans are flat monthly with fair-use usage — see the live pricing page for current plans.

How to switch to plugsky-gemma-4

Switching means changing the model name and sending image content parts in the standard OpenAI-compatible format, for example {"model": "plugsky-gemma-4", "messages": [{"role": "user", "content": [{"type": "text", "text": "Extract the invoice total."}, {"type": "image_url", "image_url": {"url": ""}}]}]}.

Run it in shadow mode on a sample of real images, verify structured output with schema checks, then cut over. Keep a larger vision-capable model configured as the escalation path for hard images.

Honest comparison

Dimensionplugsky-gemma-4Larger vision modelsFrontier-tier multimodal
Best fitHigh-volume image triage and extractionText-heavy images and multi-image tasksHard visual reasoning
Latency profileFast and compactModerateSlowest tier
Context class128K-class128K-class128K-class
Structured outputJSON mode supportedJSON mode supportedJSON mode supported
Routing roleFirst hop for image trafficEscalation for mixed contentFinal escalation
FailoverAutomatic multimodal peer fallbackAutomatic peer fallbackAutomatic peer fallback

Frequently asked questions

Is plugsky-gemma-4 free?

No — it is a paid-plan model. The free plan includes two free models, plugsky-micro and plugsky-lite, and a 14-day full-access trial is available for paid models.

What can it do with images?

It reads image inputs alongside text and returns text or structured JSON — suited to captions, classification and field extraction. Check /models for the current live modality flags.

Can it generate images?

No. It is an understanding model, not an image generator. Image and media generation endpoints are separate roadmap items — check the docs for current status.

What context window does it have?

It is 128K-class today. The exact live window and output limit are published per model at /models.

Does it support function calling?

Tool support varies by model and routing. Check the live capability matrix at /models before relying on tools in production.

When should I use a bigger model instead?

When images contain dense text, charts or ambiguous scenes, or when comparing multiple images. Compact models are best at fast, repetitive perception tasks.

How do I switch to it from another vision provider?

Change the base URL to the Plugsky endpoint, set the model name and send images as OpenAI-style content parts. Your surrounding application logic stays the same.

How is pricing structured?

Self-serve plans are flat monthly with fair-use usage and no per-token billing. See the live pricing page for current plans.