Loading...
Loading...
One key reaches services across API, SMTP, S3, and MCP gateways. Sellers list once; customers enroll, call, and pay through a single wallet.
Sign in with Google or GitHub · Pay only for what you use.
svcpass_••••••••••••••••One key, one URL grammar — four gateways behind it. The AI gateway accepts OpenAI or Anthropic and translates either way; the API gateway composes routing in the path; the SMTP gateway bridges inbound mail to SMTP and HTTP; and two gateways can chain to fan one message out to Discord, ntfy and Slack at once.
Detects the format, translates both ways
Send OpenAI Chat Completions or Anthropic Messages to one endpoint. The gateway detects the format, translates in whichever direction is needed, and replies in the same format you sent (#1400).
Stack any number onto the path. No code, no SDK — the primitive is free, you pay only for the underlying call.
Every service on the platform with a single key and a single prepaid balance. No per-provider credentials.
You pay the seller's published rate — per token, per unit, per request. We don't mark it up.
Per-call usage, spend and latency for every request, in one dashboard across every provider.
Point us at your endpoint and set a price. We handle discovery, routing and metering for the whole marketplace.
Usage is metered automatically. We invoice, collect and pay you out — you never touch a credit-card flow.
API-key management, authentication and access control are built in. You never see customer identities.
Chat and completion APIs across an OpenAI-compatible gateway and 20+ providers.
Text and multimodal embedding models for search, RAG and clustering.
Text-to-image and image-editing models, billed per image or per step.
Transactional email and push/SMS notifications via a managed relay.
Datasets, stock media and software distribution over S3-compatible storage.
Realtime streaming endpoints, plus long-running and batch work run by seller-operated services.
Managed API-gateway access plus bring-your-own-key proxying for any provider.
Uptime, SSL and endpoint health checks with platform-triggered alerts.
Managed Postgres, Redis and usage analytics. Expanding soon.
No featured services yet — browse the full catalog.
Browse marketplaceCurated spotlight · compact price summary, not a full price table.
Keep your existing OpenAI client. Set UNITYSVC_API_KEY, point the base URL at our gateway, and call any provider on the platform.
from openai import OpenAI
client = OpenAI(
base_url="https://api.svcpass.com/g/llm/v1",
api_key=os.environ["UNITYSVC_API_KEY"],
)
# same client, any provider
client.chat.completions.create(model="anthropic/claude-sonnet")One account unlocks the whole catalog. No contracts, no per-provider setup — pay only when you call a service.