Text, image, and video generation through a single API key and balance. Built for indie builders shipping AI products — not for managing four separate subscriptions.
No subscription. No card. Refunded on failure.
The math indie builders already know
ChatGPT Plus, Midjourney, and Runway add up to roughly $65/month combined — whether you generate 5,000 messages or five. KodaAPI charges per request. No idle subscriptions.
Uses OpenAI format. Change your base URL and API key — your existing code works instantly. No SDK to install, no migration needed.
from openai import OpenAI client = OpenAI( base_url="https://kodaapi.com/v1", api_key="YOUR_KODAAPI_KEY" ) response = client.chat.completions.create( model="claude-3-5-sonnet-20241022", messages=[{"role": "user", "content": "Hello!"}] ) print(response.choices[0].message.content)
curl https://kodaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_KODAAPI_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-4o", "messages": [ { "role": "user", "content": "Hello!" } ] }'
# ~/.cursor/config.json · Aider · any OpenAI-compatible agent { "openai_base_url": "https://kodaapi.com/v1", "openai_api_key": "YOUR_KODAAPI_KEY", "model": "gemini-3.5-flash" }
One Key
Chat models, image generators, and video models — switch with a string change, no second invoice. Aliases like best and fast resolve to the right model as your code needs what you mean.
/v1/chat/completions, /v1/images/generations
best and fast auto-resolve to the right model
The boring stuff. Handles.
Pay only when it works
Holds at submit, charged on success. If the upstream times out, fails, or returns garbage, your balance is restored. Zero engineering required on your side.
"1,300 requests a day, 60% cache hit, $20 spent, $24 saved on cached input. The cron runs itself."
"One app, every API I needed. Don't waste your life signing up for ten dashboards."
No subscription. No expiry.
Credits never expire. Unused balance is fully refunded if a request fails upstream.
1 pt = 1 token · Credits never expire · Refunded on failure
The cheap thing in 2026 is the idea that ships first.