Key facts
| Vision input | Image understanding runs on the OpenAI-compatible chat completions endpoint with supported multimodal models |
| Example model | plugsky-gemma-4 handles text plus image inputs such as screenshots, forms and product photos |
| Model access | 30+ models from efficient to frontier tiers behind one key |
| Dedicated media endpoints | Image generation and editing endpoints are labelled coming soon |
| Deployment | Hosted, VPC, on-prem and air-gapped options on Enterprise |
| Data handling | Data encrypted at rest and in transit; API data is not used to train models |
| Audit | Per-request logs with model, tokens, latency and user; SIEM export; retention up to 7 years |
| Free plan | plugsky-micro and plugsky-lite, no card; 14-day full-access trial |
TL;DR
- Use vision for documents and administration, never as a diagnostic device.
- Deploy in your VPC, on-prem or air-gapped for covered workloads with BYOK and a BAA.
- Apply minimum necessary to images: extract only what the workflow needs.
- Audit logs with retention up to 7 years support HIPAA-aligned reviews.
- Keep qualified humans reviewing anything clinically relevant.
How it works, step by step
- Pick an administrative document type with a stable format.
- Define the minimum field set the workflow actually needs.
- Extract fields with a JSON schema and validate server-side.
- Set a confidence threshold and route exceptions to staff review.
- Deploy in a covered environment with BYOK and a signed BAA before PHI.
- Configure audit logging, SIEM export and retention with privacy officers.
- Document the scope: administrative use only, human review for clinical impact.
Original data
Try it yourself
Open the best AI model selector →
Why healthcare need image understanding
Healthcare is buried in documents: referral letters, lab requisitions, insurance forms, medication labels, scanned intake sheets. Administrative transcription consumes clinical time and introduces errors. Vision models can read those images into structured fields and route them to the right workflow.
Be precise about scope. This is documentation and administration, not diagnosis. Imaging interpretation, triage and treatment decisions require regulated devices and clinical validation, and no general-purpose model substitutes for them. Where output informs anything clinical, keep a qualified human reviewing every result.
How vision works on the Plugsky API
Treat vision as a tiered pipeline rather than one model. An efficient multimodal model such as plugsky-gemma-4 reads the common cases — screenshots, forms, labels, product photos — and a frontier model handles ambiguity, dense layouts or long documents. Both are called through the same OpenAI-compatible chat completions endpoint, with image content in the message, and both support streaming and JSON mode. Image generation and editing endpoints are labelled coming soon; understanding is live today. For healthcare, keep vision on administrative documents with human review; clinical interpretation is a different, regulated discipline.
The controls healthcare should configure first
For covered workloads, deploy in your VPC, on-prem or air-gapped with BYOK through AWS KMS, Azure Key Vault, HashiCorp Vault or an on-prem HSM, and sign a HIPAA BAA. Per-request audit logs record model, tokens, latency, user and region and export to your SIEM with retention up to 7 years, supporting access reviews and incident investigation.
Apply minimum necessary to images as well as text: extract only the fields the workflow needs, avoid retaining source images longer than required, and separate administrative collections from anything patient-adjacent. Constrain output with JSON mode so downstream systems receive typed data, and define a confidence threshold that routes ambiguous documents to staff rather than guessing.
A practical pilot path
Start with an administrative document type — an intake form or a referral template — measure field accuracy against the current manual process, and keep humans reviewing exceptions. Prototype on the free plan, then move to a covered deployment before real PHI is involved. See the live pricing page for current plans.
Honest comparison
| Capability | Plugsky | Vision-only API vendor | Building in-house |
|---|---|---|---|
| Image understanding | Live on supported multimodal chat models | Usually the core product | You host and serve vision models |
| Image generation | Labelled coming soon | Often available today | Custom deployment work |
| API shape | OpenAI-compatible chat completions | Vendor-specific SDK | You standardise it yourself |
| Model choice | 30+ models behind one key | Narrower catalogue | One model per integration |
| Deployment | Hosted, VPC, on-prem and air-gapped | Usually hosted only | Your infrastructure only |
| Controls | Region pinning, BYOK, per-request audit logs, SIEM export | Varies by vendor | You build the pipeline |
Frequently asked questions
Is this a medical device?
No. This architecture is for administrative document processing with human review. Imaging interpretation and clinical decisions require validated devices and clinical governance, not a general-purpose model.
Can it read lab reports or scans?
It can extract text and fields from document images, but keep scope to administrative workflows and human review. Do not position it as diagnostic interpretation, and confirm policy with your clinical governance team.
Do we have to change our application code?
No. Image understanding uses the same OpenAI-compatible chat completions endpoint, so your SDK, auth and error handling carry over; the message content simply includes an image.
Is there a free plan?
Yes — plugsky-micro and plugsky-lite with 2 API keys and no credit card. A 14-day full-access trial is also available.
How is pricing structured?
Self-serve plans are flat monthly with unlimited fair-use usage and no per-token charges or overage fees. See the live pricing page for current plans.
Is image generation available?
Not yet — image generation and editing endpoints are labelled coming soon. Image understanding is live today on supported multimodal chat models.