Logicuary API Relay

One key.
Any model.

Call leading AI models through one endpoint. Built to stay up. Pay by usage.

request.py
# One key. Pick any model. # Change one line to switch. import requests response = requests.post( "https://relay.logicuary.com/v1/chat", headers={"Authorization": "Bearer YOUR_KEY"}, json={ "model": "claude-sonnet", # or "gpt-4o", "gemini-pro"... "messages": [{ "role": "user", "content": "Hello from Logicuary" }] } ) print(response.json())
Built for production

Enterprise-grade.
Always on.

Your AI features can't go down at 3am. Neither can we.

High availability

Runs in multiple regions. Built to stay up.

Auto-failover

Provider goes down, we switch. Automatically.

Smart retries

Failed requests retry automatically.

24/7 monitoring

We know before you do.

Supported models

The models you need.
One endpoint.

We add new models as they come out. Your code stays the same.

Claude GPT Gemini + more coming

Model names are trademarks of their respective owners. Logicuary is not affiliated with or endorsed by any model provider.

Pricing

Pay for what you use.

No monthly minimums. No commitments. No surprises on your bill.

Usage-based

Billed by the tokens you actually use. That's it.

  • Pay per token, per model
  • Transparent pricing
  • Set your own spend caps
  • Real-time usage dashboard
  • Switch models without changing plans