Google Gemma 3 27B Instruct

Model details

Google Gemma 3 27B Instruct

Model
google.gemma-3-27b-it
Provider
amazon-bedrock
API
bedrock-converse-stream
Base URL
https://bedrock-runtime.us-east-1.amazonaws.com
Input
text, image
Reasoning
No
Context window
202,752
Max tokens
8,192
Cost / million input
$0.12
Cost / million output
$0.2
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "amazon-bedrock": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "google.gemma-3-27b-it",
          "name": "Google Gemma 3 27B Instruct",
          "reasoning": false,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 202752,
          "maxTokens": 8192,
          "cost": {
            "input": 0.12,
            "output": 0.2,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "bedrock-converse-stream",
      "baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
    }
  }
}