FAQ + Objections

Can Plugsky run inside my VPC?

Yes. In a VPC deployment, Plugsky's gateway and model serving run inside your own cloud account and network boundary, so API traffic stays on private networking and egress can be restricted. You keep the OpenAI-compatible API and your existing SDK code. It is an enterprise deployment: you own the cloud infrastructure bill and networking, and provisioning is scoped with the team.

Key facts

DeploymentRuns in your AWS, Azure or GCP account, or private cloud
APIOpenAI-compatible; SDK code does not change
NetworkingPrivate endpoints; egress can be restricted
Data pathPrompts and outputs stay inside your boundary
Billing splitPlugsky plan plus your cloud provider infrastructure costs
ProvisioningScoped enterprise agreement with onboarding support
ModelsOpen-weight models served in-VPC; hosted models via opt-in routing
Product statusLive

TL;DR

  • The gateway and models run inside your cloud account, not Plugsky's.
  • Private networking and restricted egress are the main reasons to choose VPC.
  • Your code stays the same — the API remains OpenAI-compatible.
  • Two bills: Plugsky for the platform, your provider for the infrastructure.
  • VPC sits between shared cloud convenience and on-prem control.

How it works, step by step

  1. Define the isolation goal: private ingress, restricted egress, or both.
  2. Choose the target cloud and region where your data must remain.
  3. Size the in-VPC compute for your expected concurrency and model shortlist.
  4. Provision the deployment with the team and wire it to your private network.
  5. Point existing clients at the private endpoint and run your test suite.
  6. Set up cost monitoring across both the Plugsky plan and your cloud account.
1Define theisolation goal:private ingress,2Choose the targetcloud and regionwhere your data3Size the in-VPCcompute for yourexpected4Provision thedeployment with theteam and wire it to5Point existingclients at theprivate endpoint6Set up costmonitoring acrossboth the Plugsky

Try it yourself

Open the private LLM deployment estimator →

How a VPC deployment is shaped

The serving path lives in your account: a gateway that exposes the OpenAI-compatible API, model runtimes on GPU instances, and local logging and storage. Your applications call a private endpoint over your VPC network rather than a public hostname. Because you control the network, you can restrict egress to only what the deployment genuinely needs — and for stricter cases, remove it entirely and adopt the air-gapped pattern. Region choice stays yours, which makes residency conversations concrete rather than contractual guesswork. For many teams this is the first deployment where security, networking and cloud cost reviews happen together rather than sequentially.

VPC versus shared cloud versus on-prem

Think of it as a control-and-effort dial:

  • Shared cloud: lowest effort, fastest start, 30+ models, managed encryption. Right for most product teams.
  • VPC: your boundary, private networking, your cloud costs, open-weight models with optional routing to hosted ones. Right when network isolation or residency must be demonstrable.
  • On-prem: physical control, your data centre, highest operational burden. Right for strict physical or procurement requirements.

Most teams that ask for VPC are solving for network isolation and auditability, not raw capability — and VPC addresses both without the full on-prem burden.

What we do and what we do not do

What we do: deploy and support the OpenAI-compatible gateway and model serving inside your account, help size compute, and keep the API stable across deployments. What we do not do: pay your cloud bill, make every hosted model available in-VPC by default (opt-in routing is needed for external models), or promise turnkey provisioning on a self-serve timeline — VPC is scoped. Read the SLA and plan the operating split: platform operations with Plugsky, infrastructure operations with your cloud team.

Honest comparison

CapabilityPlugsky VPCPlugsky shared cloudOn-prem
Network boundaryYour VPCShared managed regionYour data centre
Egress controlRestrictable, can be removedProvider-controlledFully controllable
Infrastructure billYour cloud providerIncluded in planYour hardware
Provisioning effortScoped enterprise onboardingSelf-serveHighest
Model catalogueOpen-weight in-VPC, opt-in routing30+ modelsOpen-weight local
Best fitNetwork isolation with cloud scaleFast start and breadthPhysical control

Frequently asked questions

Which clouds are supported for VPC deployments?

Plugsky documents deployments in major clouds plus private-cloud environments. Confirm the current supported list with the team during scoping.

Does my application code change in a VPC?

No. The endpoint remains OpenAI-compatible; you change the base URL to your private endpoint and keep the same SDK and payloads.

Can egress be fully blocked?

Yes, but then you are effectively running air-gapped: updates and model weights arrive through a controlled transfer process, and hosted models are unavailable.

Who pays for the GPU instances?

You do — they run in your cloud account. The Plugsky plan covers the platform and support; the infrastructure appears on your provider bill.

Are hosted frontier models available in-VPC?

Only through opt-in routing to an external path. For fully private deployments, plan around locally served open-weight models.

How long does a VPC deployment take?

It is a scoped enterprise rollout, not a self-serve toggle. Timelines depend on cloud, region, capacity and security review — start early and in parallel with procurement.

Can I trial before committing to VPC?

Yes. Prototype on the shared cloud with the free plan and the 14-day full-access trial, then scope VPC once the model shortlist and capacity estimates are proven.