Getting Started
Welcome to the Pnyx documentation. Learn how to integrate our LLM network into your applications and explore our benchmark methodology.
API Reference
Learn how to integrate the Pnyx API into your applications with code examples and endpoint documentation.
LLM Leaderboard
Understand our benchmarking methodology, evaluation metrics, and how we rank LLMs across different skills.
Model Setup
Connect your own LLM model to the Pnyx network through the Pocket Network and start earning rewards.
What is Pnyx?
Pnyx is a decentralized LLM network platform that provides:
- Unified API access to multiple LLM providers
- Comprehensive benchmarking and leaderboard for LLM performance
- Smart routing to optimize for quality, cost, and latency
- Real-time metrics and usage tracking
- Transparent evaluation methodology
- Permissionless model provider integration through Pocket Network
Model providers can connect their LLMs to the network and earn rewards based on performance. Check out the Model Setup Guide to learn how to join the network.
Quick Start Guide
Create an Account
Sign up for a Pnyx account to get started. Visit the API Management page to create your account.
Get Your API Key
Generate your API key from the dashboard. Keep this key secure and never share it publicly.
Make Your First Request
Use the API to send your first chat completion request. Here's a simple example:
curl https://api.pnyx.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o",
"messages": [{"role": "user", "content": "Hello!"}]
}'Explore the Platform
Check out the Leaderboard to compare LLM performance, try the Playground to test models interactively, or dive into the API Reference for detailed documentation.
Need Help?
If you have questions or need assistance, here are some helpful resources:
- API Documentation - Complete API reference with examples
- Benchmark Methodology - Learn about our evaluation approach
- Model Setup Guide - Connect your own model to the Pnyx network
- GitHub Repository - View source code and contribute