Key facts
| API compatibility | OpenAI-compatible /v1/chat/completions; drop-in base URL change |
| Models | 30+ models behind one API; open-weight options for private deployment |
| Typical patterns | Product copy, catalogue enrichment, review summaries, support Q&A |
| Integration path | Connects to PIM, commerce platforms and helpdesk tools via middleware |
| Pricing model | Flat monthly self-serve plans with unlimited fair-use usage; no per-token billing — see the live pricing page |
| Free tier | plugsky-micro and plugsky-lite on the free plan, no card required |
| Deployment | Plugsky cloud, your VPC, on-prem and air-gapped options |
| Live endpoints | Chat, streaming, JSON mode, function calling, embeddings, RAG and agents |
TL;DR
- Automate catalogue and support text at volume with review gates.
- Route cheap classification to fast models and reserve frontier models.
- Keep card data and unnecessary customer identifiers out of prompts.
- Use a reversible, diff-based rollout for bulk catalogue updates.
- Start free with plugsky-micro and plugsky-lite, no card required.
How it works, step by step
- Pick one category and one task, such as attribute extraction or descriptions.
- Define a sample review gate and the claims rules that apply to the category.
- Compare a fast model and a frontier model on quality and per-task cost.
- Build against the OpenAI-compatible endpoint with per-automation keys.
- Roll out diffs you can review and revert rather than bulk overwrites.
- Measure acceptance rate and support handling time, then expand categories.
Try it yourself
Open the RAG chunk size calculator →
Where an AI API fits in ecommerce
Ecommerce is a volume business, so the API earns its keep on thousands of small tasks rather than a few big ones:
- Product descriptions: draft and localise copy from structured attributes, with merchandiser review for claims and tone.
- Catalogue enrichment: extract materials, dimensions and care instructions into normalised attributes.
- Review summaries: condense hundreds of reviews into themes and common issues for product pages.
- Support answers: suggest responses from order, shipping and returns policy content, with agent approval.
- Search understanding: rewrite shopper queries and map them to categories and synonyms.
Security, privacy and data handling
Ecommerce handles customer records and payment flows, so keep the API away from anything it does not need:
- Never send card data to a prompt; keep payment handling in your PCI-scoped systems.
- Minimise customer personal data in prompts; pass order references where possible.
- Review generated product claims and regulated categories before publishing.
- Use scoped keys per storefront and automation so access is attributable and revocable.
Deployment options and model choice
Catalogue and support workloads are cloud-native, so start in a region that matches your privacy notice and isolate bulk jobs with their own keys. Deployment is a choice among four tiers on the same OpenAI-compatible API: shared cloud, a private endpoint in your VPC, on-prem and air-gapped, with region selection for residency. The catalogue holds 30+ models behind one key, with open-weight models for disconnected sites, and switching provider is a base URL change. Live today: chat, streaming, JSON mode, function calling, embeddings, RAG and agents. Still coming soon: audio, images, moderation, files, batch, fine-tuning, assistants and the responses API. Start on the free plan with plugsky-micro and plugsky-lite, no card, or use the 14-day full-access trial for paid tiers; the live pricing page has current plans.
From pilot to production
Catalogue-scale automation amplifies small errors. Watch for:
- Publishing generated attributes without validation, then propagating mistakes to every channel.
- One prompt for every category, ignoring regulatory and claims differences.
- Routing all tasks to a frontier model when classification only needs a fast one.
- Including customer identifiers in review-summary prompts.
- No rollback path when a bulk update goes wrong.
Run a pilot on one category with a human sample review, keep a diff-based rollout you can revert, and measure per-task cost and acceptance before scaling. Route by task difficulty rather than habit.
Honest comparison
| Capability | Plugsky | Typical per-token API | Building in-house |
|---|---|---|---|
| API compatibility | OpenAI-compatible chat, embeddings and tools | Usually compatible | Full rewrite |
| Deployment | Cloud, VPC, on-prem and air-gapped | Mostly cloud-only | You operate GPUs and serving |
| Data residency | Region selection and sovereign options | Limited regions | You control fully |
| Pricing | Flat monthly self-serve, fair-use usage | Per-token, harder to forecast | GPU plus operations cost |
| Model choice | 30+ models behind one API | Varies by provider | You host every model |
| Industry fit | Product copy, catalogue enrichment, review summaries, support Q&A | Generic API, you adapt it | You build every workflow |
Frequently asked questions
Can we keep our existing OpenAI SDK code?
Yes. Plugsky exposes an OpenAI-compatible API, so you change the base URL and model name and keep your integration and prompts.
Is there a free plan?
Yes. The free plan includes two free models, plugsky-micro and plugsky-lite, and does not require a credit card.
How does pricing work for high volumes?
Self-serve plans are flat monthly with unlimited fair-use usage, which keeps high-volume generation predictable. See the live pricing page for current plans.
Should we send order data to the API?
Only the minimum the workflow needs, and preferably references rather than personal records. Keep card data out of prompts entirely.
Can we route different tasks to different models?
Yes. Model routing is a normal pattern: fast economical models for classification and extraction, frontier models for nuanced copy and synthesis.
Which endpoints are live today?
Chat completions, streaming, JSON mode, function calling, embeddings, RAG and agents are live. Audio, images, moderation, files, batch, fine-tuning, assistants and the responses API are coming soon.