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 | Guest messaging, review responses, itinerary drafts, menu translation |
| Integration path | Connects to PMS, CRM, review and contact-centre platforms 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
- Draft guest communication; keep managers approving tone and facts.
- Verify rates and policies against source systems, not model memory.
- Use per-property keys and centrally versioned prompts.
- Minimise guest personal and payment data in prompts.
- Start free with plugsky-micro and plugsky-lite, no card required.
How it works, step by step
- Pilot one property and one workflow, such as review responses.
- Build a manager-approved prompt library and brand-voice examples.
- Connect facts from the PMS or an approved knowledge base via RAG.
- Build against the OpenAI-compatible endpoint with per-property keys.
- Add approval gates and escalation paths for guest-facing output.
- Measure response time and quality, then roll out to more properties.
Try it yourself
Open the system prompt generator →
Where an AI API fits in hospitality
Hospitality is a service business with thin margins, so consistency and response speed matter more than clever output:
- Guest messaging: draft replies to pre-stay and in-stay questions from verified property information.
- Review responses: draft on-brand replies to feedback, with a manager approving tone and facts.
- Itinerary and upsell drafts: suggest relevant add-ons from availability and guest preferences, without dark patterns.
- Multilingual service content: translate menus, guides and notices for staff review.
- Staff knowledge search: answer policy and process questions from the operations handbook.
Security, privacy and data handling
Guest trust depends on accurate answers and careful data handling across every property:
- Keep guest personal data and payment details to the minimum the workflow needs.
- Verify rates, policies and availability against source systems before sending.
- Use per-property keys and versioned prompts so brand rules stay consistent.
- Log guest-facing outputs for quality review and dispute handling.
Deployment options and model choice
Group IT can run centrally while each property keeps its own keys, prompts and residency alignment under the same API. Plugsky exposes the same OpenAI-compatible endpoint whether the workload runs in shared cloud, your VPC, on-prem or air-gapped, and region-locked planes keep processing where your policy requires. Teams route to 30+ models through one API, with open-weight options when a site has no external connectivity, and port code with a base URL change. Chat, 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. plugsky-micro and plugsky-lite are free with no card, a 14-day full-access trial covers paid tiers, and the live pricing page lists current plans.
From pilot to production
In hospitality, a wrong answer travels fast. Common mistakes:
- Letting the model quote rates or policies that were never verified.
- Publishing review responses without a manager's approval.
- Copying one property's prompts to another with different policies.
- Sending full guest profiles when a booking reference would do.
- Ignoring accessibility and translation quality in guest-facing content.
Pilot at one property with a manager-approved prompt library, integrate to the PMS for facts rather than trusting memory, and measure response time and guest sentiment before rolling out. Keep an escalation path to a human at all times.
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 | Guest messaging, review responses, itinerary drafts, menu translation | 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.
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.
Should the model quote rates and availability?
Only from verified source data. Ground those answers with retrieval from your systems and keep the model away from anything that could quote stale figures.
How does pricing work?
Self-serve plans are flat monthly with unlimited fair-use usage; enterprise agreements cover residency and SLA terms. See the live pricing page for current plans.
Can guest data stay in our region?
Yes. Region-locked planes keep processing in a selected region, with VPC, on-prem and air-gapped options for enterprise setups.
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.
How many languages can we support?
The same chat endpoint handles multilingual text; validate quality with native speakers for guest-facing content and keep translations reviewable.