
Gemini Pro 1.5 Exp (August 27th)
by
Model ID:
gemini-1.5-pro-exp-0827
Overview
Released on August 27, 2024, gemini-1.5-pro-exp-0827 is another experimental version of Gemini 1.5 Pro. The model incorporates further quality improvements compared to the previous experimental release. gemini-1.5-pro-exp-0827 allows developers to explore and evaluate the most recent advancements in the Gemini 1.5 Pro capabilities.
Specializations
Offers significant upgrades in reasoning abilities and contextual comprehension over previous versions.
Designed to handle intricate queries across diverse domains effectively.
Provides enhanced support for multi-turn conversations, retaining context over longer interactions.
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-0827',
});
console.log(chatCompletion.choices[0].message.content);
Live API Statistics and Performace Metrics
LMSys Arena Elo Score:
1299
Arena Score
LMSys Leaderboard Rank:
3
Arena Rank
Evaluates LLMs through a combination of user feedback and automated scoring systems.
Model Specifications
Release Date:
27/8/2024
Model Variants:
gemini-1.5-pro-exp-0827
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
1299
Pricing
$/Million Input Tokens
$
1.25
$/Million Output Tokens
$
5
Live updates via Portkey Pricing API. Coming Soon...
© 2024 Portkey, Inc. All rights reserved