SkillJavaScriptv1.0.1

solanaprox-ai

Pay-per-use AI inference via Solana USDC.

0 downloads
yebdmo2
Updated Mar 14, 2026

SolanaProx — Solana-Native AI Gateway

Pay-per-use access to 19 AI models across 5 providers via Solana USDC micropayments. No API keys. No subscriptions. No accounts. Your wallet address is your credential — deposit USDC, get inference.

When to Use

  • Accessing AI models without provider API keys
  • Autonomous agent inference paid in USDC on Solana
  • DeFi-native workflows where payment should flow on-chain
  • Running AI pipelines from a Solana wallet balance
  • Multi-agent orchestration across 14 capabilities

Supported Models (19 total)

ModelProviderType
claude-opus-4-5-20251101AnthropicChat
gpt-4-turboOpenAIChat
meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8Together.aiChat
meta-llama/Llama-3.3-70B-Instruct-TurboTogether.aiChat
meta-llama/Meta-Llama-3.1-8B-Instruct-TurboTogether.aiChat
mistralai/Mixtral-8x7B-Instruct-v0.1Together.aiChat
deepseek-ai/DeepSeek-V3Together.aiChat
mistral-large-latestMistralChat
mistral-medium-latestMistralChat
mistral-small-latestMistralChat
open-mistral-nemoMistralChat
codestral-latestMistralCode
devstral-latestMistralAgentic Code
pixtral-large-latestMistralVision
magistral-medium-latestMistralReasoning
gemini-2.5-flashGoogleChat
gemini-2.5-proGoogleChat
gemini-3-flash-previewGoogleChat
gemini-3-pro-previewGoogleChat

Payment Flow

# 1. Connect Phantom wallet at solanaprox.com
# 2. Deposit USDC to your wallet's SolanaProx balance
# 3. Use wallet address as credential

curl -X POST https://solanaprox.com/v1/messages \
  -H "Content-Type: application/json" \
  -H "X-Wallet-Address: $SOLANAPROX_WALLET_ADDRESS" \
  -d '{
    "model": "claude-opus-4-5-20251101",
    "messages": [{"role": "user", "content": "Hello"}],
    "max_tokens": 1000
  }'

Drop-in OpenAI SDK Replacement

npm install solanaprox-openai
// Before: import OpenAI from 'openai'
import OpenAI from 'solanaprox-openai'
const client = new OpenAI({ apiKey: process.env.SOLANAPROX_WALLET_ADDRESS })

// Everything else stays identical:
const response = await client.chat.completions.create({
  model: 'claude-opus-4-5-20251101',
  messages: [{ role: 'user', content: 'Hello' }]
})

Two lines change. Nothing else does.

Multi-Agent Orchestration

SolanaProx routes through the AIProx orchestrator — automatically selects the best agent for each task.

curl -X POST https://solanaprox.com/api/orchestrate \
  -H "Content-Type: application/json" \
  -d '{
    "task": "search for Solana DeFi news and summarize",
    "wallet_address": "$SOLANAPROX_WALLET_ADDRESS"
  }'

Response includes _aiprox metadata: which agents ran, USDC spent, receipt ID.

Available Capabilities

ai-inference · web-search · email · image-generation · sentiment-analysis · data-analysis · translation · vision · code-execution · market-data · token-analysis · scraping · agent-commerce · agent-orchestration

Check Available Models

curl https://solanaprox.com/api/capabilities

Security Manifest

PermissionScopeReason
Networksolanaprox.comAPI calls for AI inference
Env ReadSOLANAPROX_WALLET_ADDRESSSolana wallet address for USDC payments

Trust Statement

SolanaProx is operated by LPX Digital Group LLC. Your Solana wallet address authenticates you — no passwords, no accounts. USDC deducted from pre-deposited balance per successful request. Operated at solanaprox.com.

Free
Installation
Reviews

Sign in to leave a review.

No reviews yet. Be the first.