Skip to content

Commit 0cdd40e

Browse files
committed
granite model
1 parent a4cd350 commit 0cdd40e

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

src/content/docs/workers-ai/platform/pricing.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The Price in Tokens column is equivalent to the Price in Neurons column - the di
5757
| @cf/openai/gpt-oss-120b | $0.350 per M input tokens <br/> $0.750 per M output tokens | 31818 neurons per M input tokens <br/> 68182 neurons per M output tokens |
5858
| @cf/openai/gpt-oss-20b | $0.200 per M input tokens <br/> $0.300 per M output tokens | 18182 neurons per M input tokens <br/> 27273 neurons per M output tokens |
5959
| @cf/aisingapore/gemma-sea-lion-v4-27b-it | $0.351 per M input tokens <br/> $0.555 per M output tokens | 31876 neurons per M input tokens <br/> 50488 neurons per M output tokens |
60+
| @cf/ibm-granite/granite-4.0-h-micro | $0.017 per M input tokens <br/> $0.112 per M output tokens | 1542 neurons per M input tokens <br/> 10158 neurons per M output tokens |
6061

6162
## Embeddings model pricing
6263

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"id": "7952d0cc-cb00-4e10-be02-667565c2ee0f",
3+
"source": 1,
4+
"name": "@cf/ibm-granite/granite-4.0-h-micro",
5+
"description": "Granite 4.0 instruct models deliver strong performance across benchmarks, achieving industry-leading results in key agentic tasks like instruction following and function calling. These efficiencies make the models well-suited for a wide range of use cases like retrieval-augmented generation (RAG), multi-agent workflows, and edge deployments.",
6+
"task": {
7+
"id": "c329a1f9-323d-4e91-b2aa-582dd4188d34",
8+
"name": "Text Generation",
9+
"description": "Family of generative text models, such as large language models (LLM), that can be adapted for a variety of natural language tasks."
10+
},
11+
"created_at": "2025-10-07 18:46:29.436",
12+
"tags": [],
13+
"properties": [
14+
{
15+
"property_id": "context_window",
16+
"value": "131000"
17+
},
18+
{
19+
"property_id": "price",
20+
"value": [
21+
{
22+
"unit": "per M input tokens",
23+
"price": 0.017,
24+
"currency": "USD"
25+
},
26+
{
27+
"unit": "per M output tokens",
28+
"price": 0.11,
29+
"currency": "USD"
30+
}
31+
]
32+
}
33+
],
34+
"schema": {}
35+
}

0 commit comments

Comments
 (0)