Models/Google

Gemini 2.0 Flash-Lite

Google
Chat
Tool Calling
Vision
google/gemini-2.0-flash-lite
Open in Playground
Run inference
python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.sylicaai.com/v1",
    api_key="YOUR_SYLICA_API_KEY",
)

response = client.chat.completions.create(
    model="google/gemini-2.0-flash-lite",
    messages=[
        {"role": "user", "content": "What are some fun things to do in New York?"}
    ],
)

print(response.choices[0].message.content)
AuthorGoogle
ReleasedCatalog default
CategoryChat
Context length1,048,576 tokens (1M)
Pricing (per 1M tokens)$0.07 in / $0.30 out
DeploymentPublished
Input modalitiesText, Image
Output modalitiesText
FeaturesChat, Tool Calling, Vision
Sylica AI — The Unified Interface For LLMs