HyprLab Docs
  • GETTING STARTED
    • Introduction
    • Authentication
    • Making requests
  • BROWSE MODELS
    • Model List
      • OpenAI
        • AUDIO
        • CHAT
        • EMBEDDINGS
        • IMAGE
        • TEXT
        • MODERATION
      • Anthropic
      • Google
        • AUDIO
        • CHAT
          • OpenAI-Format
          • Google-Format
        • IMAGE
        • VIDEO
      • DeepSeek
      • x.AI
        • CHAT
        • IMAGE
      • Cohere
      • Meta AI
      • Qwen
      • Microsoft
      • Mistral AI
      • Perplexity AI
      • Cognitive Computations
      • Nvidia
      • Nous Research
      • MiniMax
      • Amazon
      • AI21-Labs
      • Reka AI
      • Black Forest Labs
      • Stability AI
        • Stable Diffusion 3.5
        • Stable Diffusion 3 - Ultra
        • Stable Diffusion 3 - Core
        • Stable Diffusion 3
        • Stable Diffusion XL 1.0
      • Recraft AI
      • Ideogram AI
      • Kling AI
      • Luma AI
      • Free-GPT
  • Playground
    • HyprLab Studio
    • HyprLab Chat
    • HyprLab - SillyTavern
  • INTEGRATION
    • Basic Setup
      • SillyTavern
      • Janitor AI
      • Risu AI
      • Agnai Chat
      • TypingMind
      • ChatWaifu - Steam
Powered by GitBook
On this page
  • 🌐 Online
  • ✨ Gemini
  1. BROWSE MODELS
  2. Model List
  3. Google
  4. CHAT

OpenAI-Format

Base-Path:

https://api.hyprlab.io/v1

Chat-Completions Path:

https://api.hyprlab.io/v1/chat/completions

Making Request:

curl https://api.hyprlab.io/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HYPRLAB_API_KEY" \
  -d '{
    "model": "gemini-1.5-pro",
    "messages": [
      {
        "role": "system",
        "content": "You are a helpful assistant."
      },
      {
        "role": "user",
        "content": "Say this is a test!"
      }
    ]
  }'
curl https://api.hyprlab.io/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HYPRLAB_API_KEY" \
  -d '{
    "model": "gemini-1.5-pro",
    "messages": [
      {
        "role": "user",
        "content": [
          {
            "type": "text",
            "text": "What'\''s in this image?"
          },
          {
            "type": "image_url",
            "image_url": {
              "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg"
            }
          }
        ]
      }
    ],
    "max_tokens": 300
  }'

🌐 Online


✨ Gemini


PreviousCHATNextGoogle-Format

Last updated 6 days ago

Model Name:

  • gemini-2.5-pro-online

Discount:

  • 60% off

Prompt upto 200K:

  • $0.5 / 1M Tokens

  • $4 / 1M Tokens

Prompts longer than 200K:

  • $1 / 1M Tokens

  • $6 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Web-Search supported

  • Reasoning

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.5-flash-online

Discount:

  • 60% off

Input:

  • $0.06 / 1M Tokens

Output:

  • $1.4 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Web-Search supported

  • Reasoning

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.0-pro-online

Discount:

  • 60% off

Input:

  • $0.5 / 1M Tokens

Output:

  • $2 / 1M Tokens

Context Length:

  • 2,097,152

Moderation:

  • Unfiltered

Capabilities:

  • Web-Search supported

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.0-flash-online

Discount:

  • 60% off

Input:

  • $0.04 / 1M Tokens

Output:

  • $0.16 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Web-Search supported

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-1.5-pro-online

Discount:

  • 60% off

Prompt upto 128K:

  • $0.5 / 1M Tokens

  • $2 / 1M Tokens

Prompts longer than 128K:

  • $1 / 1M Tokens

  • $4 / 1M Tokens

Context Length:

  • 2,097,152

Moderation:

  • Unfiltered

Capabilities:

  • Web-Search supported

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-1.5-flash-online

Discount:

  • 60% off

Prompt upto 128K:

  • $0.03 / 1M Tokens

  • $0.12 / 1M Tokens

Prompts longer than 128K:

  • $0.06 / 1M Tokens

  • $0.24 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Web-Search supported

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-1.5-flash-8b-online

Discount:

  • 60% off

Prompt upto 128K:

  • $0.015 / 1M Tokens

  • $0.06 / 1M Tokens

Prompts longer than 128K:

  • $0.03 / 1M Tokens

  • $0.12 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Web-Search supported

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.5-pro-preview-thinking

  • gemini-2.5-pro-preview-05-06-thinking

  • gemini-2.5-pro-preview-03-25-thinking

Discount:

  • 60% off

Prompt upto 200K:

  • $0.5 / 1M Tokens

  • $4 / 1M Tokens

Prompts longer than 200K:

  • $1 / 1M Tokens

  • $6 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Reasoning

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.5-pro-preview

  • gemini-2.5-pro-preview-05-06

  • gemini-2.5-pro-preview-03-25

Discount:

  • 60% off

Prompt upto 200K:

  • $0.5 / 1M Tokens

  • $4 / 1M Tokens

Prompts longer than 200K:

  • $1 / 1M Tokens

  • $6 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Reasoning

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.5-flash-preview-thinking

  • gemini-2.5-flash-preview-05-20-thinking

  • gemini-2.5-flash-preview-04-17-thinking

Discount:

  • 60% off

Input:

  • $0.06 / 1M Tokens

Output:

  • $1.4 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Reasoning

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.5-flash-preview

  • gemini-2.5-flash-preview-05-20

  • gemini-2.5-flash-preview-04-17

Discount:

  • 60% off

Input:

  • $0.06 / 1M Tokens

Output:

  • $0.24 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.0-pro-exp-02-05

Discount:

  • 60% off

Input:

  • $0.5 / 1M Tokens

Output:

  • $2 / 1M Tokens

Context Length:

  • 2,097,152

Moderation:

  • Unfiltered

Capabilities:

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.0-flash

  • gemini-2.0-flash-exp

Discount:

  • 60% off

Input:

  • $0.04 / 1M Tokens

Output:

  • $0.16 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.0-flash-lite

  • gemini-2.0-flash-lite-preview-02-05

Discount:

  • 60% off

Input:

  • $0.03 / 1M Tokens

Output:

  • $0.12 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-2.0-flash-thinking-exp-01-21

  • gemini-2.0-flash-thinking-exp-1219

Discount:

  • 60% off

Input:

  • $0.04 / 1M Tokens

Output:

  • $0.16 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Reasoning

  • Vision supported

Model Name:

  • gemini-exp-1206

Discount:

  • 60% off

Prompt upto 128K:

  • $0.5 / 1M Tokens

  • $2 / 1M Tokens

Prompts longer than 128K:

  • $1 / 1M Tokens

  • $4 / 1M Tokens

Context Length:

  • 2,097,152

Moderation:

  • Unfiltered

Capabilities:

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-1.5-pro

  • gemini-1.5-pro-002

Discount:

  • 60% off

Prompt upto 128K:

  • $0.5 / 1M Tokens

  • $2 / 1M Tokens

Prompts longer than 128K:

  • $1 / 1M Tokens

  • $4 / 1M Tokens

Context Length:

  • 2,097,152

Moderation:

  • Unfiltered

Capabilities:

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-1.5-flash

  • gemini-1.5-flash-002

Discount:

  • 60% off

Prompt upto 128K:

  • $0.03 / 1M Tokens

  • $0.12 / 1M Tokens

Prompts longer than 128K:

  • $0.06 / 1M Tokens

  • $0.24 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Vision supported

  • JSON-mode supported

Model Name:

  • gemini-1.5-flash-8b

  • gemini-1.5-flash-8b-exp-0924

  • gemini-1.5-flash-8b-exp-0827

Discount:

  • 60% off

Prompt upto 128K:

  • $0.015 / 1M Tokens

  • $0.06 / 1M Tokens

Prompts longer than 128K:

  • $0.03 / 1M Tokens

  • $0.12 / 1M Tokens

Context Length:

  • 1,048,576

Moderation:

  • Unfiltered

Capabilities:

  • Vision supported

  • JSON-mode supported

Page cover image