Back to Models

Gemini 1.5 Pro

FeaturedActive
gemini-1.5-pro

Advanced model with 1M token context

Technical Specifications

Context Length1000K tokens
Max Output8K tokens
Available Providers1
Lowest Input Price$1250000.00/1M tokens
Lowest Output Price$5000000.00/1M tokens

Capabilities

chatvisioncodefunction_calling

Provider Availability & Pricing

ProviderProvider Model IDInput Price (per 1M tokens)Output Price (per 1M tokens)Status
Google
gemini-1.5-pro-latest$1250000.00$5000000.00active

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "gemini-1.5-pro",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use Gemini 1.5 Pro?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.