Gemini 1.5 Pro Exp (August 1st)

Gemini 1.5 Pro Exp (August 1st)

Gemini 1.5 Pro Exp (August 1st)

by

Google

Model ID:

gemini-1.5-pro-exp-0801

Use This Model

Model Overview

FAQs

Related Links

Overview

Gemini 1.5 Pro Exp (August 1st) is an experimental version of the Gemini 1.5 Pro, featuring enhancements aimed at improving efficiency and reasoning capabilities. While detailed specifications are limited, it is expected to build upon the strengths of its predecessor, offering advanced performance for multimodal tasks.

Specializations

  • Builds on the Pro model with additional fine-tuning for specific industries or tasks.

  • Improved performance metrics in benchmarks, showcasing better accuracy and response times.

  • Tailored for enterprise-level applications, ensuring reliability and scalability.

Integration Guide (Javascript)

To use this model through Portkey, follow these steps:

1. Install Portkey SDK:

npm install --save portkey-ai

2. Set up client with Portkey:

import Portkey from 'portkey-ai'

const portkey = new Portkey({

  apiKey: "PORTKEY_API_KEY",

  virtualKey: "VIRTUAL_KEY" // Google Virtual Key

})

3. Make a request:

const chatCompletion = await portkey.chat.completions.create({

  messages: [

    { role: 'system', content: 'You are a helpful assistant' },

    { role: 'user', content: 'Explain machine learning briefly' }

  ],

  model: 'gemini-1.5-pro-exp-0801',

});

console.log(chatCompletion.choices[0].message.content);

Live API Statistics and Performace Metrics

LMSys Arena Elo Score:

1298

Arena Score

LMSys Leaderboard Rank:

3

Arena Rank

Evaluates LLMs through a combination of user feedback and automated scoring systems.

Model Specifications

Release Date:

1/8/2024

Model Variants:

gemini-1.5-pro-exp-0801

Max. Context Tokens:

2097K

Max. Output Tokens:

8K

Knowledge Cut-Off Date:

November 2023

MMLU:

75.8

%

License:

Proprietary

Technical Report/Model Card:

LMSys Elo Score

1298

Pricing

$/Million Input Tokens

$

1.25

$/Million Output Tokens

$

5

Live updates via Portkey Pricing API. Coming Soon...

© 2024 Portkey, Inc. All rights reserved