LLM Reference
Together AI

Gemma 4 31B IT on Together AI

Gemma 4 · Google DeepMind

ServerlessOpen Source

Last refreshed 2026-06-15. Next refresh: weekly.

Why use Gemma 4 31B IT on Together AI?

Together AI offers Gemma 4 31B IT with pay-as-you-go pricing at $0.39/1M input tokens. Together AI is a platform for running open-source and proprietary LLMs with fast serverless and dedicated endpoints at competitive inference pricing.

Compare Gemma 4 31B IT across 6 providers to find the best fit for your use case
Input / 1M
$0.39
Output / 1M
$0.97
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install together
Auth
export TOGETHER_API_KEY=...
Call
from together import Together
client = Together()  # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
    model="google/gemma-4-31b-it",
Model ID
google/gemma-4-31b-it

Request example

from together import Together

client = Together()  # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
    model="google/gemma-4-31b-it",
    messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)

Gotchas

  • Use provider model ID "google/gemma-4-31b-it", not the LLMReference slug "gemma-4-31b-it".
  • Together uses "organization/model-name" format, e.g. "meta-llama/Llama-4-Scout-17B-16E-Instruct" or "Qwen/QwQ-32B". See the Together model catalog for the exact ID.
  • The examples expect TOGETHER_API_KEY; rename it only if your application config maps the new variable.

Compare Gemma 4 31B IT Across Providers

ProviderInput (per 1M)Output (per 1M)
Google AI Studio
GCP Vertex AI$0.15$0.60
OpenRouter$0.13$0.38
Together AI$0.39$0.97
Novita AI$0.14$0.40
View all 6 providers →

Pricing

TypePrice (per 1M)
Input tokens$0.39
Output tokens$0.97

Capabilities

VisionMultimodalFunction CallingStructured Outputs

About Gemma 4 31B IT

Instruction-tuned variant of the 31B model with enhanced instruction-following. Maintains #3 Arena leaderboard performance with multimodal capabilities.

FAQ

What does Gemma 4 31B IT cost on Together AI?

On Together AI, Gemma 4 31B IT costs $0.39 per 1M input tokens and $0.97 per 1M output tokens.

What is the context window for Gemma 4 31B IT on Together AI?

Gemma 4 31B IT supports a 256k token context window on Together AI.

How does Together AI compare to other Gemma 4 31B IT providers?

Gemma 4 31B IT is available from 6 providers. The cheapest input pricing is $0/1M tokens from Open Inference.

What API model ID do I use for Gemma 4 31B IT on Together AI?

Use the model ID google/gemma-4-31b-it when calling Together AI's API.

Who created Gemma 4 31B IT?

Gemma 4 31B IT was created by Google DeepMind as part of the Gemma 4 model family.

Is Gemma 4 31B IT open source?

Gemma 4 31B IT is open source under Apache 2.0 according to the seed data.

Get Started