Logo

Quick Start Guide

Welcome to Infyr.AI, a decentralized, serverless AI inferencing platform built on the Solana blockchain. This guide will help you get started quickly.

Overview

Infyr.AI solves GPU shortage challenges and high pricing through a decentralized exchange that rewards GPU miners for securely handling LLM requests. Users pay with SOL tokens, while encrypted methods ensure compliance and privacy.

Getting Started

1. Installation

Choose your preferred language SDK to get started with Infyr.AI:

Python

pip install openai

JavaScript/Node.js

npm install openai

2. Authentication

To use Infyr.AI, you need an API key:

  1. Visit Infyr.AI
  2. Login with email or Phantom wallet
  3. Go to Dashboard → My Credits → Connect Wallet → Transfer SOL
  4. Go to API Keys → Generate New API Key → Copy API Key

Available Models

Infyr.AI offers a range of models for different use cases.

Refer our models page - https://infyr.ai/#pricing

Language SDK Examples

For detailed SDK examples, check out:

Next Steps