MODELS
Available Google AI Models
Gemini 2.0 Flash
Next-gen fast and versatile multimodal model
Vision
Tools
$0.1/1M input • $0.4/1M output
Gemini 1.5 Pro
Most capable model for complex reasoning tasks
Vision
Tools
$1.25/1M input • $5/1M output
Gemini 1.5 Flash
Fast and versatile for most tasks
Vision
Tools
$0.075/1M input • $0.3/1M output
Gemini 1.5 Flash 8B
Smallest Gemini model for high-volume, low-complexity tasks
Vision
Tools
$0.0375/1M input • $0.15/1M output
INTEGRATION
Quick Start
import OpenAI from 'openai';
const client = new OpenAI({
baseURL: 'https://api.transactional.dev/ai/v1',
apiKey: process.env.GATEWAY_API_KEY, // gw_sk_...
});
const response = await client.chat.completions.create({
model: 'gemini-2.0-flash',
messages: [
{ role: 'system', content: 'You are a helpful assistant.' },
{ role: 'user', content: 'Hello!' }
]
});
console.log(response.choices[0].message.content);YOUR AGENTS DESERVE
REAL INFRASTRUCTURE.
START BUILDING AGENTS THAT DO REAL WORK.