Wan3.0, GLM-5.3 Flash, and Qwen3.8 Flash are now live on CometAPI →
technology/CometAPI research

Google Unveils Gemini 2.5 Pro Preview-0605

Google yestoday announced the launch of the Gemini 2.5 Pro(The version is gemini-2.5-pro-preview-06-05 in CometAPI.) upgraded preview, the latest evolution of

CometAPI
AnnaAI model and API research team
Updated Aug 30, 2026 3 min read
Google Unveils Gemini 2.5 Pro Preview-0605
Use this pattern

Make the first API call.

from openai import OpenAI

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

response = client.chat.completions.create(
    model="gpt-5-mini",
    messages=[{"role": "user", "content": "Build this workflow."}],
)

print(response.choices[0].message.content)

Google yestoday announced the launch of the Gemini 2.5 Pro(The version is gemini-2.5-pro-preview-06-05 in CometAPI.) upgraded preview, the latest evolution of its powerful AI model. Designed to be smarter, faster, more reliable, and more creative, Gemini 2.5 Pro delivers state-of-the-art performance and marks a new milestone in Google’s AI capabilities. The model is currently available in preview and is expected to reach General Availability (GA) for enterprise use in the coming weeks.

Industry-Leading Performance

Gemini 2.5 Pro has demonstrated breakthrough results across several industry-standard benchmarks:

  • LMArena (language understanding): Achieved a 24-point Elo increase to 1470, maintaining the top global ranking.
  • WebDevArena (web development): Improved by 35 points, reaching 1443 and securing the #1 position.
  • Aider Polyglot (multilingual coding): Continues to lead in high-difficulty code generation across multiple programming languages.
  • GPQA and Humanity’s Last Exam: Showcased exceptional reasoning abilities in math, science, logic, and common knowledge domains.

These advancements affirm Gemini’s position as one of the most capable AI models available to date.

Gemini 2.5 Pro

Enhanced Usability and Output Quality

Responding to developer and enterprise feedback, Google has significantly improved Gemini’s communication and formatting abilities:

  • Improved structure and clarity for documentation, tutorials, and reports.
  • Greater creative flexibility to support marketing, content rewriting, and storytelling use cases.
  • Professional-grade formatting, including code blocks, lists, and citations, ideal for technical and product environments.

Introducing “Thinking Budgets”

In a first for large language models, Gemini 2.5 Pro introduces Thinking Budgets—a unique control mechanism that allows developers to:

  • Customize how much compute power (i.e., “thinking”) is used per AI call.
  • Balance quality, latency, and cost for a wide range of applications.
  • Enable fine-grained control especially useful for developer tools, APIs, and cost-sensitive environments.

Developer Access & Integration

Gemini 2.5 Pro is now accessible via:

  • Google AI Studio – an easy-to-use interface for exploration and prototyping.
  • Vertex AI on Google Cloud – for scalable deployment in enterprise applications.
  • Additionally, the model is integrated into Gemini apps across Android, iOS, and Web.

Summary

FeatureHighlights
Benchmark Leadership#1 in LMArena, WebDevArena, and more
Response QualityClearer structure, creative tone, rich formatting
Thinking BudgetsControl over compute use, cost, and latency
Developer AccessAI Studio, Vertex AI, and Gemini apps
GA ReleaseExpected within weeks

Getting Started

CometAPI provides a unified REST interface that aggregates hundreds of AI models—under a consistent endpoint, with built-in API-key management, usage quotas, and billing dashboards. Instead of juggling multiple vendor URLs and credentials.

Developers can access latest Gemini 2.5 pro API(Deadline for article publication: model name/ gemini-2.5-pro-preview-06-05):through CometAPI. To begin, explore the model’s capabilities in the Playground and consult the API guidefor detailed instructions. Before accessing, please make sure you have logged in to CometAPI and obtained the API key. CometAPI offer a price far lower than the official price to help you integrate.

Gemini 2.5 Pro marks a major upgrade: exceptional performance, refined responses, and developer control—ushering in a powerful, production-grade AI tool. Want a deeper dive into benchmarks, costs, or implementation details refer to Gemini 2.5 Pro Preview API.

Continue learning

Connect this article to the next decision.

View all topics
Published on Jun 5, 2025
Last updated Aug 30, 2026
38 views
Reviewed for clarity, source attribution and current API terminology.

Ready to cut AI development costs by 20%?

Start free in minutes. Free trial credits included. No credit card required.

Read More