Playground
Send a prompt and watch the response come back with a Green Compute Certificate — private inference, clean energy, provable.
Response
Hit Run to see a private, green response.
Demo response. The live endpoint runs in the dApp behind wallet auth.
Drop-in replacement
Already on the OpenAI SDK? Change one base URL — your app is private + green.
from openai import OpenAI
client = OpenAI(
base_url="https://api.ealna.com/v1",
api_key=EALNA_KEY,
)