AICredits logo
thinkingmachinesvision

Thinking Machines: Inkling Small

thinkingmachines/inkling-small

Inkling Small is an open-weight multimodal mixture-of-experts model from Thinking Machines Lab, with 12B active parameters out of 276B total. It is positioned as the smaller, more efficient member of...

Supported APIs

Chat APIVision
Context
524K
Max output
Input / 1M
₹58.17
Output / 1M
₹144.43

Pricing

Token typeUSD / 1MINR / 1M
Input$0.580₹58.17
Output$1.44₹144.43

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Thinking Machines: Inkling Small through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "thinkingmachines/inkling-small",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.