Skip to main content

Gemini 3.7 Flash

Approved Data Classifications


This model is only approved for Open Data. When leveraging NaviGator AI’s suite offerings, please ensure you are selecting models that meet the compliance requirements in accordance with UF’s Data Classifications, grant awards or project specifications, and state and federal law.

Description

Gemini 3.7 Flash is Google's latest Flash model, built for complex coding, agentic workflows, and reliable multi-step execution. It keeps the low latency and token efficiency of the Flash family while improving on reasoning and tool use.

Capabilities

ModelRelease DateInputOutputContext LengthCost (per 1 million tokens)
gemini-3.7-flashAugust 13th 2026Text, Image, Video, Audio, PDFText1,048,576$1.50/1M input (text/image/video/audio)
$7.50/1M output
info
  • 1M represents 1 Million Tokens
  • All prices listed are based on 1 Million Tokens

Availability

Cloud Provider

Usage

curl -X POST https://api.ai.it.ufl.edu/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API_TOKEN>" \
-d '{
"model": "gemini-3.7-flash",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku about an Alligator."
}
]
}'

When to Use

  • AI coding assistants and software agents
  • RAG applications over large documents
  • Enterprise knowledge assistants
  • Data analysis workflows
  • Multimodal document understanding
  • Fast conversational AI at scale

References

  1. Gemini 3.7 Flash Model Card https://deepmind.google/models/model-cards/gemini-3-7-flash/
  2. Gemini Models (Gemini API) https://ai.google.dev/gemini-api/docs/models
  3. Gemini API Pricing https://ai.google.dev/gemini-api/docs/pricing