IN
LlmOne call. Same key. Same bill.
Three Gemini tiers, one API, transparent pricing.
One API key. Every model.
One model. Three ways to call it. Same key, same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
Capabilities
Context window
Modalities in
Modalities out
Reasoning features
max_tokens_for_reasoning[^3]Tooling
One key. One base URL. Same SDK shape you already use.
# 1. set your key
export COINIS_API_KEY="sk_live_..."
# 2. call the model
curl https://api.app.coinis.com/v1/llm/generate \
-H "Authorization: Bearer $COINIS_API_KEY" \
-d '{"prompt":"neon city, rain, tracking shot"}' import { Coinis } from "@coinis/sdk";
const coinis = new Coinis(process.env.COINIS_API_KEY);
const job = await coinis.llm.generate({
model: "models/google/gemini-3-pro",
prompt: "neon city, rain, tracking shot",
}); from coinis import Coinis
coinis = Coinis(os.environ["COINIS_API_KEY"])
job = coinis.llm.generate(
model="models/google/gemini-3-pro",
prompt="neon city, rain, tracking shot",
) {
"id": "gen_8fa2c1",
"status": "succeeded",
"model": "models/google/gemini-3-pro",
"output": {
"image_url":
"https://cdn.coinis.com/gen_8fa2c1.mp4"
,
"format": "mp4"
},
"tokens_used": 10
} Already on another provider's SDK? Change the host. Keep the call.
One wallet across every model. No API accounts to juggle.
No credit card.
1 token = $0.10 pay-as-you-go. Less on a plan.
Unified API across video, image, audio, and LLM.
Async queue plus webhooks. Batch at scale.
Ship it under your brand. Outputs are yours.
Prompt to platform-native clip in minutes.
One generation, every aspect ratio.
Authentic selfie-style ads, on brand.
Agentic workflows and multi-step tool orchestration Gemini 3.1 Pro Preview is built for structured planning, agentic coding, and workflow automation including financial modeling and multi-step task execution[^5]. It handles complex jobs where reliability across many tool calls matters most.
Long-context document and codebase analysis Gemini 2.5 Pro's 1M-token input window processes an entire codebase, legal document, or research corpus in one pass without chunking[^1]. Gemini 3.1 Pro Preview handles the same scale with added agentic reliability[^5].
Multimodal understanding Gemini 2.5 Pro accepts images, video frames, audio, and PDFs alongside text in one call[^1]. Use it for image-relevance scoring, video quality review, or cross-modal document analysis.
High-volume, low-latency production tasks Gemini 2.5 Flash is Google's most cost-efficient reasoning model[^2]. Run ad copy classification, light summarization, or high-frequency API calls at scale. Input tokens start at $0.51/1M on Coinis.
Complex coding, math, and STEM reasoning Gemini 2.5 Pro is purpose-built for advanced reasoning in code, mathematics, and scientific problems[^3]. Gemini 3.1 Pro Preview adds improved agentic reliability for multi-step coding jobs[^5].
Renders in seconds. Set a seed. Get the same frame back.
Outputs are yours. Sell them.
Safe for paid ads.
Your prompts are never used for training.
Start free
Start free. 15 tokens a week. No card.
Generate on CoinisNo credit card.
Pricing and capabilities verified 2026-05-26. Read the docs .