Powerful multimodal model with a massive 1M token context window. Excels at long-document understanding, analysis, and complex reasoning across text, image, audio, and video inputs. Ideal for processing entire codebases, books, or video transcripts in a single request.
1M tokens
8,192 tokens
google/gemini-1.5-pro
Drop-in compatible with any OpenAI client library.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.deployai.dev/v1",
apiKey: process.env.DEPLOYAI_API_KEY,
});
const completion = await client.chat.completions.create({
model: "google/gemini-1.5-pro",
messages: [
{ role: "user", content: "Hello, how are you?" }
],
});
console.log(completion.choices[0].message.content);Ultra-fast multimodal model with native tool use, code execution, and the largest context window available.
Most capable multimodal model. Excels at complex reasoning, coding, creative writing, and vision tasks.
Balanced model with strong reasoning and nuanced understanding. Excellent for analysis and long documents.