← 返回
开发者工具 中文

Solanaprox Ai

Solana wallet-native AI gateway — pay per AI request with USDC on Solana. 19 models across 5 providers. No API keys, no accounts. Your wallet address is your...
Solana 钱包原生 AI 网关——使用 Solana 上的 USDC 按请求付费。19 种模型,5 家提供商。无需 API 密钥,无需账户。您的钱包地址即您的身份。
yebdmo2
开发者工具 clawhub v4.2.0 3 版本 100000 Key: 无需
★ 0
Stars
📥 647
下载
💾 5
安装
3
版本
#latest

概述

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-sonnet-4-6AnthropicChat
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-sonnet-4-6",
    "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-sonnet-4-6',
  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.

版本历史

共 3 个版本

  • v4.2.0 当前
    2026-06-04 13:08
  • v4.1.0
    2026-05-31 13:20
  • v3.0.0
    2026-03-29 16:00 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 65 📥 179,837
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,786
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,726