Back to model catalog

Google

Gemini 2.5 Flash

Fast, cost-efficient global model for high-frequency Q&A and batch-style generation.

fastlow costlong contextmultilingual

Best use cases

high-volume Q&A
summaries
classification
long-context experiments

OpenAI-compatible request

Set baseURL to https://thesmartoken.com/v1 and pass the model ID below.

curl -s "https://thesmartoken.com/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_SMARTOKEN_KEY" \
  -d '{
    "model": "gemini-2.5-flash",
    "stream": true,
    "messages": [
      { "role": "user", "content": "Summarize this product idea in three bullets." }
    ]
  }'