LLM·Dex
Open weightsOthersmalltext

Granite 3.1 8B

IBM's enterprise-tuned open-weight model, Apache-2.0 with extensive code training.

Updated


Quick facts

Released
Dec 2024
Context
128K tokens
Output / 1M
Pricing not published
License
Apache-2.0

About Granite 3.1 8B

IBM's Granite 3.1 8B is targeted at enterprise code, RAG, and tool-use workloads, with explicit IP-clean training data and an indemnification offer for IBM customers. Apache-2.0 licensed, with strong tooling integration into IBM's watsonx platform.

For regulated industries that need clean training-data provenance, Granite is one of the few open-weight options shipped by a major vendor that explicitly markets that property.

Benchmarks

Published scores from Other's model card or independent leaderboards. We do not publish numbers we cannot source, see methodology.

HumanEval
,
Python coding pass@1
MMLU
,
Broad academic knowledge
GPQA
,
Graduate-level reasoning
SWE-bench
,
Real software-engineering tasks
Benchmark scores not yet available. We only publish numbers we can source from official model cards or independent leaderboards, see methodology.

Capabilities

Strengths

  • Apache-2.0
  • Enterprise-friendly
  • IP-clean training

Tracked weaknesses

  • Smaller community than Llama / Qwen

Pricing

Per-million-token rates as published by Other.

Per-token pricing not yet published for Granite 3.1 8B. Check the official provider site for current tiers.

Call Granite 3.1 8B from your code

Drop-in snippet for the Other SDK. Set your API key in the environment and run.

typescript
import OpenAI from "openai";

const client = new OpenAI({
  // Use OPENAI_API_KEY for OpenAI, or your provider's key + baseURL.
  apiKey: process.env.OPENAI_API_KEY,
});

const completion = await client.chat.completions.create({
  model: "granite-3-1-8b",
  messages: [
    { role: "user", content: "What's the time complexity of quicksort?" },
  ],
});

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

Compare Granite 3.1 8B with…

Frequently asked

  • How much does Granite 3.1 8B cost?
    Other has not published per-token API pricing for Granite 3.1 8B at the time of writing. Check the official site for current pricing tiers, or compare against alternative models on LLMDex.
  • What is Granite 3.1 8B's context window?
    Granite 3.1 8B supports a context window of 128K tokens.
  • Is Granite 3.1 8B open source?
    Granite 3.1 8B ships with open weights under the Apache-2.0 license. You can self-host it, fine-tune it, and (subject to the license terms) deploy it commercially.
  • When was Granite 3.1 8B released?
    Granite 3.1 8B was released on Dec 18, 2024 by Other.
Friday digest

Intelligence, distilled weekly.

One short email every Friday, new model launches, leaderboard moves, and pricing drops. Curated by hand. Free, no spam.