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 athttps://api.piramyd.cloud/v1 that handles:
- Chat completions — OpenAI-compatible
POST /v1/chat/completionswith streaming, tool calling, and vision - Anthropic messages —
POST /v1/messagesfor codebases already using the Anthropic SDK - System One decisions —
POST /v1/systemonefor fast, typed classification and scoring with Jev models - Web search —
POST /v1/searchpowered by SIRS (multi-engine SearXNG) - Web scraping & crawling —
POST /v1/scrape,POST /v1/crawl, and more via CROWD (Firecrawl) - Structured extraction —
POST /v1/extractto 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.