Gemini Flash 1.5 Exp (August 27th)

Gemini Flash 1.5 Exp (August 27th)

Gemini Flash 1.5 Exp (August 27th)

by

Google

Model ID:

gemini-1.5-flash-exp-0827

Use This Model

Model Overview

FAQs

Related Links

Overview

The gemini-1.5-flash-exp-0827 model is an experimental version based on Gemini 1.5 Flash, released on August 27, 2024. It features quality improvements over the standard Gemini 1.5 Flash model. Developers can use gemini-1.5-flash-exp-0827 to test and provide feedback on the latest enhancements to the Flash variant of Gemini 1.5.

Specializations

  • Enhances the Flash model's capabilities with optimizations that improve user interaction experiences.

  • Emphasizes conversational fluency and relevance in responses, making it suitable for chatbots.

  • Maintains a lightweight structure to facilitate integration into various applications.

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-flash-exp-0827',

});

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

Live API Statistics and Performace Metrics

LMSys Arena Elo Score:

1269

Arena Score

LMSys Leaderboard Rank:

7

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-flash-exp-0827

Max. Context Tokens:

1049K

Max. Output Tokens:

8K

Knowledge Cut-Off Date:

November 2023

MMLU:

67.3

%

License:

Proprietary

Technical Report/Model Card:

LMSys Elo Score

1269

Pricing

$/Million Input Tokens

$

0.075

$/Million Output Tokens

$

0.3

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

© 2024 Portkey, Inc. All rights reserved