Inference Console

API Playground

Test the SolComp Inference API here - experience decentralized AI inference without writing code

0 characters
Response will appear here...

API Key

Code Example

import solcomp

client = solcomp.Client(api_key="your_api_key")

response = client.inference.create(
    model="llama-3.1-8b",
    messages=[
        {"role": "user", "content": "Your prompt here"}
    ]
)

print(response.content)

Pricing

  • Pay only for what you use, no minimum spend
  • Supports SOL and USDC payments
  • 1/10th the cost of centralized services