🛠️ Orynt SDK Introduction
The Orynt SDK provides a simple, unified interface for accessing multiple AI models and handling pay-per-request payments via the x402 protocol and PayAI.Orynt SDK on npmInstall the SDK via npm:
🔑 Key Features
Unified AI Access
Use one SDK to interact with chat, image, speech, and embeddings models across multiple providers like OpenAI and Gradient.
Built-in Payments
Handle pay-per-request seamlessly with x402 micropayments; no subscriptions or API keys required.
Multi-Network Support
Works across Solana, Polygon, Base, and more. Specify your network in the SDK configuration.
Easy Integration
Quickly set up the SDK in your Node.js or browser environment with minimal code.
🧩 Basic Usage
🌐 Learn More
The SDK is fully compatible with the Orynt REST API and can be used interchangeably with SDK calls or direct HTTP requests.Installation Guide
Step-by-step instructions for setting up the SDK and environment variables.
Making Requests
Learn how to make chat, image, speech, and embedding requests with proper payment handling.