[BOT ISSUE] Baseten: add missing thinkingmachines/inkling-small
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 85/100
Research direction
Open packages/proxy/schema/model_list.json and inspect the existing thinkingmachines/inkling entry around line 10620 and nearby model entries. Add the missing thinkingmachines/inkling-small catalog data using the values in the issue, then verify the model appears once with Baseten as its provider and the JSON remains valid.
Written by the indexing model from the issue text.
Description
Summary
The Baseten model thinkingmachines/inkling-small (Thinking Machines Inkling Small) is not present in model_list.json. This is a smaller, more efficient variant of the Inkling model — 276B MoE with 12B active parameters vs. the original Inkling's 975B MoE with 41B active. The original thinkingmachines/inkling is already in the catalog.
Missing Model
| Model ID | Display Name | Context Window | Params | Input $/1M | Output $/1M | Cached $/1M |
|---|---|---|---|---|---|---|
thinkingmachines/inkling-small |
Inkling Small | 1,000,000 | 276B MoE (12B active) | $0.50 | $1.20 | $0.10 |
Context
- The catalog already has
thinkingmachines/inkling(line 10620) withavailable_providers: ["baseten", "openrouter"]and pricing $1.00/$4.05/$0.17 - Inkling Small is a distinct, smaller model — not a variant or alias of the original Inkling
- Currently available on Baseten only (not listed on Together, Fireworks, or OpenRouter)
- Uses OpenAI-compatible API endpoint at
https://inference.baseten.co/v1
Suggested Catalog Entry
"thinkingmachines/inkling-small": {
"format": "openai",
"flavor": "chat",
"multimodal": true,
"input_cost_per_mil_tokens": 0.5,
"output_cost_per_mil_tokens": 1.2,
"input_cache_read_cost_per_mil_tokens": 0.1,
"displayName": "Inkling Small",
"reasoning": true,
"max_input_tokens": 1000000,
"available_providers": ["baseten"]
}
Verification Checklist
| Check | Status | Detail |
|---|---|---|
| Cross-source | ✅ | Verified on Baseten library page (model ID, specs, capabilities) AND Baseten pricing page (pricing $0.50/$1.20/$0.10) — two independent official Baseten pages |
| Already in catalog | ✅ | grep for inkling-small in model_list.json returns no matches |
| ID format | ✅ | Follows existing thinkingmachines/inkling convention in catalog |
| Duplicate issue | ✅ | No open or closed issue covers inkling-small. Issues #999 and #1011 cover the original Inkling on different providers |
| Not deprecated | ✅ | Actively listed on Baseten library and pricing pages |
| Not embedding/vision-only | ✅ | Chat model with multimodal input (text, image, audio → text output) and reasoning capabilities |
Verification Notes
| Field | Source | Notes |
|---|---|---|
API ID thinkingmachines/inkling-small |
Baseten library page | Shown in API example code |
| Pricing $0.50/$1.20/$0.10 | Baseten pricing page | Input / output / cached input per 1M tokens |
| Context 1,000,000 | Baseten library page | Listed as "1M" context window |
| Params 276B MoE (12B active) | Baseten library page | Sparse mixture-of-experts architecture |
| Multimodal | Baseten library page | "Native text, image, and audio support" — three input modalities |
| Reasoning | Baseten library page | reasoning_content field in API response; reasoning_tokens in usage |
max_output_tokens |
Not published | Omitted — not specified on Baseten library page |
format: "openai" |
Catalog convention | Existing thinkingmachines/inkling uses openai format; Baseten uses OpenAI-compatible API |
Relationship to existing entries
| Entry | Providers | Status |
|---|---|---|
thinkingmachines/inkling |
baseten, openrouter | Already in catalog (line 10620) — original 975B MoE model |
thinkingmachines/inkling-small |
baseten | Missing — this issue — smaller 276B MoE variant |
Local Files Inspected
packages/proxy/schema/model_list.json— confirmedthinkingmachines/inkling-smallabsent; existingthinkingmachines/inklingat line 10620
{
"kind": "missing_model",
"provider": "baseten",
"models": ["thinkingmachines/inkling-small"],
"status": "active",
"model_specs": {
"thinkingmachines/inkling-small": {
"format": "openai",
"flavor": "chat",
"multimodal": true,
"input_cost_per_mil_tokens": 0.5,
"output_cost_per_mil_tokens": 1.2,
"input_cache_read_cost_per_mil_tokens": 0.1,
"displayName": "Inkling Small",
"reasoning": true,
"max_input_tokens": 1000000,
"available_providers": ["baseten"]
}
},
"source_urls": [
"https://www.baseten.co/library/inkling-small/",
"https://www.baseten.co/pricing/"
]
}
- Dominant language
- TypeScript
- Stars
- 410
- Forks
- 65
- Avg merge
- 18h 29m
- Merged PRs (30d)
- 51
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from braintrustdata/braintrust-proxy
-
bot-issue
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
braintrustdata/braintrust-proxy#1271 · 1 comment ·
-
autofix-blocked
Difficulty 1/5 1-3 hours Newbie friendliness 90/100
braintrustdata/braintrust-proxy#1269 · 1 comment ·
-
autofix-blocked bot-issue
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
braintrustdata/braintrust-proxy#1257 · 1 comment ·
-
autofix-blocked bot-issue
Difficulty 1/5 Under an hour Newbie friendliness 88/100
braintrustdata/braintrust-proxy#1238 · 1 comment ·
-
autofix-blocked bot-issue
Difficulty 1/5 Under an hour Newbie friendliness 88/100
braintrustdata/braintrust-proxy#1233 · 1 comment ·
All issues in braintrustdata/braintrust-proxy
Similar issues
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 91/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100