Skip to content

[BOT ISSUE] Together: add missing pearl-ai/gemma-4-31b-it model #914

Description

@github-actions

Summary

Together AI serves pearl-ai/gemma-4-31b-it on their public serverless inference surface. This is Pearl Research Labs' INT8-quantized instruction-tuned checkpoint of Google's Gemma 4 31B, offered at lower pricing than Google's own google/gemma-4-31B-it ($0.28/$0.86 vs $0.39/$0.97 per MTok) but with a smaller 32K context window (vs 262K).

The model ID pearl-ai/gemma-4-31b-it is entirely absent from model_list.json.

Missing Model

Model ID Provider Input $/MTok Output $/MTok Context Status
pearl-ai/gemma-4-31b-it together $0.28 $0.86 32,000 Active (serverless)

Verified Specifications

Field Value Source
format "openai" Together uses OpenAI-compatible API; matches all other Together entries in catalog
flavor "chat" Listed in Chat models table on serverless docs
input_cost_per_mil_tokens 0.28 Together pricing page
output_cost_per_mil_tokens 0.86 Together pricing page
displayName "Gemma 4 31B IT (Pearl)" Derived from model card title "Gemma-4-31B-it-Pearl"
max_input_tokens 32000 Together serverless models page — context length column
available_providers ["together"] Only served by Together AI

Fields NOT published

  • max_output_tokens — not documented on Together's serverless models page or pricing page; omitted rather than guessed
  • multimodal — not stated; the model is listed as text-only input/output on the serverless models page

Comparison with Google's official Gemma 4 31B on Together

Attribute google/gemma-4-31B-it pearl-ai/gemma-4-31b-it
Context Length 262,144 32,000
Input Price $0.39/M $0.28/M
Output Price $0.97/M $0.86/M
Function Calling Yes No
Structured Outputs Yes No

Verification Checklist

Check Status Detail
Cross-source Listed on both Together serverless models page (model listing with context and capabilities) AND Together pricing page (pricing table)
Already fixed No pearl-ai entries exist anywhere in model_list.json
ID format Follows Together's org/model naming convention (e.g., deepcogito/cogito-v2-1-671b, essentialai/rnj-1-instruct, LiquidAI/LFM2-24B-A2B)
Duplicate check No open issue covers pearl-ai/gemma-4-31b-it. Issue #675 mentions it in passing but targets google/gemma-4-31b-it — a different model ID with different specs

Local Files Inspected

  • packages/proxy/schema/model_list.json — no pearl-ai entries found
  • packages/proxy/schema/index.ts — no pearl-ai entries found
{
  "kind": "missing_model",
  "provider": "together",
  "models": ["pearl-ai/gemma-4-31b-it"],
  "status": "active",
  "model_specs": {
    "pearl-ai/gemma-4-31b-it": {
      "format": "openai",
      "flavor": "chat",
      "input_cost_per_mil_tokens": 0.28,
      "output_cost_per_mil_tokens": 0.86,
      "displayName": "Gemma 4 31B IT (Pearl)",
      "max_input_tokens": 32000,
      "available_providers": ["together"]
    }
  },
  "source_urls": [
    "https://docs.together.ai/docs/serverless-models",
    "https://www.together.ai/pricing"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions