Feature × Audience

How do legal teams build vision AI with Plugsky's architecture?

Vision for legal teams reads scanned filings, contract exhibits and photographs into usable text and fields while keeping privileged material behind matter-level access. Plugsky runs image understanding on the OpenAI-compatible chat completions endpoint, returns output you can cite back to the source image, and supports hosted, VPC, on-prem and air-gapped deployment with scoped keys and audit logs.

Key facts

Vision inputImage understanding runs on the OpenAI-compatible chat completions endpoint with supported multimodal models
Example modelplugsky-gemma-4 handles text plus image inputs such as screenshots, forms and product photos
Model access30+ models from efficient to frontier tiers behind one key
Dedicated media endpointsImage generation and editing endpoints are labelled coming soon
DeploymentHosted, VPC, on-prem and air-gapped options on Enterprise
Data handlingData encrypted at rest and in transit; API data is not used to train models
AuditPer-request logs with model, tokens, latency and user; SIEM export; retention up to 7 years
Free planplugsky-micro and plugsky-lite, no card; 14-day full-access trial

TL;DR

  • Extract text and fields from scanned filings and exhibits with a citable source.
  • Keep matter collections and scoped keys exactly as you do for text.
  • Audit logs tie every image request to a user, model and time.
  • BYOK and private deployment cover privileged material.
  • Delete source images and derived text together when a matter closes.

How it works, step by step

  1. Choose a closed matter with scanned documents and known ground truth.
  2. Define the fields worth extracting — parties, dates, amounts, exhibit references.
  3. Run extraction with a JSON schema and keep the source image linked to each result.
  4. Measure accuracy and let reviewers flag illegible or ambiguous items.
  5. Apply the same collection and key model as text: one matter, one key.
  6. Configure audit export and deletion workflows for closed matters.
  7. Extend to live matters only after accuracy and workflow fit are proven.
1Choose a closedmatter with scanneddocuments and known2Define the fieldsworth extracting —parties, dates,3Run extraction witha JSON schema andkeep the source4Measure accuracyand let reviewersflag illegible or5Apply the samecollection and keymodel as text: one6Configure auditexport and deletionworkflows for

Original data

plugsky-gemma-Example model30+ models froModel accessPer-request loAuditplugsky-micro Free planSource: Plugsky facts table · updated 2026-09-26

Try it yourself

Open the model availability tracker →

Legal review is full of images: scanned agreements, exhibit photographs, handwritten annotations, whiteboard captures from negotiations. Someone has to read them into the record. Vision models can extract text and fields from those images, flag what is illegible and let reviewers work from a structured summary with the source one click away.

The confidentiality model does not change because the input is an image. Exhibits belong to a matter, matter data belongs in its own collection, and only the staffed team holds the key. Extraction is a review aid, not legal advice, and every output should be checkable against the image it came from.

How vision works on the Plugsky API

The vision path is a chat completion with an image in the message content. Send the image alongside the prompt using the OpenAI-compatible request shape you already use for text, and the model returns a normal completion that you can stream, constrain with JSON mode or feed into function calling. plugsky-gemma-4 is the workhorse for high-volume visual triage — screenshots, forms, product photos and document images — while frontier models handle harder reasoning over the same input. For legal teams, each extraction stays linked to its source image, so reviewers can verify rather than trust.

Keep images inside the same access architecture as text: a collection per matter, scoped keys for the team, and audit logs that record user, model, region and time for every request, exportable to your SIEM with retention up to 7 years. Where privilege demands it, run in your VPC, on-prem or air-gapped with BYOK through AWS KMS, Azure Key Vault, HashiCorp Vault or an on-prem HSM.

For review quality, constrain extraction with JSON mode — parties, dates, obligations, exhibit numbers — and keep the original image attached to each result so a reviewer can verify. Define deletion workflows for closed matters so both source images and derived text follow the engagement's retention policy. Image generation endpoints are labelled coming soon and are not part of this design.

A practical pilot path

Pilot on a closed matter with scanned exhibits and a known ground truth. Measure extraction accuracy on names, dates and amounts, and let reviewers rate whether the structured output saved time. Prototype on the free plan, then move to the deployment your engagement terms require. See the live pricing page for current plans.

Honest comparison

CapabilityPlugskyVision-only API vendorBuilding in-house
Image understandingLive on supported multimodal chat modelsUsually the core productYou host and serve vision models
Image generationLabelled coming soonOften available todayCustom deployment work
API shapeOpenAI-compatible chat completionsVendor-specific SDKYou standardise it yourself
Model choice30+ models behind one keyNarrower catalogueOne model per integration
DeploymentHosted, VPC, on-prem and air-gappedUsually hosted onlyYour infrastructure only
ControlsRegion pinning, BYOK, per-request audit logs, SIEM exportVaries by vendorYou build the pipeline

Frequently asked questions

Can extraction replace document review?

No. It accelerates reading and structuring; qualified reviewers still verify against the source. Output is an aid, not legal advice.

How are scanned exhibits kept privileged?

They stay in a matter-scoped collection with keys limited to the staffed team, in a deployment that meets the engagement terms, with audit logs recording every access.

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.