The same Venice models, up to 65% cheaper.
And idle DIEM, earning ~13% APR in USDC at full utilization.
Gondola is the OpenAI-compatible gateway to Venice AI. Buyers get the full Venice catalog for less, and DIEM holders turn idle daily allowance into USDC yield.
Lender APR is annualized from recent settled routing at full utilization, after the 2% platform fee. Actual earnings depend on buyer demand, your pricing, available allowance, and routing.
Gondola is a marketplace for Venice AI inference. Staked DIEM on Venice mints a daily inference allowance whether its holder spends it or not, so DIEM holders deposit a Venice inference key, set one price factor against Venice's live list price, and let Gondola sell that idle allowance as paid inference for USDC yield. Buyers call a single OpenAI-compatible gateway and pay per request in USDC on Base, while the broker meters each call and routes it to the cheapest healthy key for the requested model, so the same Venice models can cost less than going direct.
Two sides, one gateway.
Same shape as OpenAI
Point any client at api.gondola-ai.com/v1 with a Gondola key. Chat completions, image generation, video generation, and the models list are live today.
from openai import OpenAI
client = OpenAI(
base_url="https://api.gondola-ai.com/v1",
api_key="gnd_live_...",
)
resp = client.chat.completions.create(
model="llama-3.3-70b",
messages=[{"role": "user", "content": "Ciao"}],
)
print(resp.choices[0].message.content)A symmetric 2% fee, nothing else
Buyers pay the posted price plus 2%, lenders receive the posted price minus 2%, and the broker keeps the spread. Lenders price against Venice's live list, and because the broker always routes to the cheapest healthy key, competition pushes prices below going direct to Venice. No subscriptions, no minimums.
Heavy users pay much less: weekly placements drop your side of the fee from 2% to as little as 0.3%. How points work →
Step aboard.
Buy Venice inference for less, or put your idle allowance to work.