Prepay for credits and get instant API access to Google's Gemini and Anthropic's Claude — fully OpenAI-compatible. Up to 20% cheaper than going direct.
Three steps from checkout to your first API call. No dashboards to configure, no quotas to request.
Choose a credit bundle — $20, $50, $100, or $500. Pay via Stripe. No subscription, no renewal surprises.
We email you an API key immediately after payment. No waiting, no approval process, no account setup required.
Swap your existing base URL to getinference.io/v1. Works with any OpenAI-compatible SDK or library — zero code changes.
Access Google and Anthropic's best models through a single, consistent API. Market rates pulled live.
Fast, cheap, and capable. The go-to model for high-volume production workloads where speed and cost matter.
Best for complex reasoning, long context windows up to 2M tokens, and tasks that need deeper understanding.
Anthropic's flagship model. Frontier-grade intelligence for coding, analysis, writing, and reasoning tasks.
GetInference implements the OpenAI Responses API. Change the base URL and API key — everything else stays the same.
client.responses.create() APIfrom openai import OpenAI
client = OpenAI(
api_key="your-getinference-key",
base_url="https://getinference.io/v1"
)
response = client.responses.create(
model="gemini-flash",
input="Explain how transformers work."
)
print(response.output_text)
import OpenAI from "openai";
const client = new OpenAI({
apiKey: "your-getinference-key",
baseURL: "https://getinference.io/v1",
});
const response = await client.responses.create({
model: "gemini-flash",
input: "Explain how transformers work.",
});
console.log(response.output_text);
No subscriptions. No seats. Credits don't expire. Market rates below are fetched live from LiteLLM's public pricing index.
| Model | GetInference | You save |
|---|---|---|
| Gemini 1.5 Flash | $0.06 | — |
| Gemini 1.5 Pro | $1.12 | — |
| Claude 3.5 Sonnet | $2.40 | — |
| Bundle | Credit value | Saving vs. direct |
|---|---|---|
| Starter | $20 | — |
| Builder | $50 | — |
| Pro | $100 | — |
| Scale | $500 BEST VALUE | ~17% off |
Stripe-powered checkout. Credits added to your account instantly.