Skip to main content
Piramyd is an inference gateway that gives you one unified API for multiple AI providers. Send requests in the OpenAI chat completions format, and Piramyd routes them to the right upstream model—whether that’s a Claude, GPT, or a specialized decision model. You also get built-in web search, scraping, and crawling without stitching together separate services.

Quickstart

Make your first API call in under five minutes

Authentication

Get your API key and learn how to authenticate requests

API Reference

Complete reference for every endpoint

OpenAI SDK Compatibility

Drop Piramyd in as a replacement for the OpenAI SDK

What Piramyd Does

Piramyd exposes a single versioned API at https://api.piramyd.cloud/v1 that handles:
  • Chat completions — OpenAI-compatible POST /v1/chat/completions with streaming, tool calling, and vision
  • Anthropic messages — POST /v1/messages for codebases already using the Anthropic SDK
  • System One decisions — POST /v1/systemone for fast, typed classification and scoring with Jev models
  • Web search — POST /v1/search powered by SIRS (multi-engine SearXNG)
  • Web scraping & crawling — POST /v1/scrape, POST /v1/crawl, and more via CROWD (Firecrawl)
  • Structured extraction — POST /v1/extract to pull structured data from URLs using an LLM

Models

Discover available models at runtime

Context Compaction

Automatic long-conversation management

Tool Calling

Function calling with integrity guarantees

Vision

Send images alongside your prompts

Web Intelligence

Search, scrape, and extract web content

Pricing & Tiers

Flat-rate plans with unlimited tokens

Get Started in 3 Steps

1

Create an account

Sign up at dash.piramyd.cloud to get your API key. A 3-day trial on the Solo plan is available (card required).
2

Make your first request

Use your API key with the OpenAI SDK or any HTTP client. Point base_url at https://api.piramyd.cloud/v1 and send a chat completion.
3

Discover models dynamically

Call GET /v1/models to list available models with their capabilities, context windows, and supported endpoints. Never hardcode model IDs.
Piramyd is a drop-in replacement for the OpenAI SDK — just change base_url to https://api.piramyd.cloud/v1 and your existing code works immediately.