Skip to main content

Make Your First Request

Passy Wallet has a few routes:
  • Chat Completions (OpenAI compatible)
  • Messages (Anthropic compatible)
  • Responses (Codex compatible)
  • Models (model info and pricing publicly accesible without a key; includes custom endpoints when you have BYOK models enabled)
Choose your preferred route example call:
curl https://api.passy.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_PASSY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "passy/DeepSeek-V4-Flash",
    "messages": [
      {"role": "user", "content": "Say hi!"}
    ]
  }'
Using the SDK? Check out this guide!

Common Questions

You pay strictly for what you use, without fixed markups. Different models map directly to their underlying provider pricing. Most development testing can be done for under $1.Check your current usage and pricing in the Dashboard.
Yes! Simply change the base URL to https://api.passy.ai/v1 and use your Passy API key. All your existing OpenAI-compatible SDK code will work without any other modification.
Passy handles failover intuitively.

We have multiple providers and keys so passy/ models always stay online and available.

Need Help?

WhatsApp Support

Book a Call

Feedback