Inkling (Together AI)
llmgateway-providers/together-ai/inkling · family ling · in: text, image, audio → out: text · price provider-declared (via models.dev). Capabilities: tools reasoning text image audio.
$1.76
Blended $/1M (3:1)
$1
Input $/1M
$4.05
Output $/1M
$5.05
1M in + 1M out
$0.17 −83%
Cache read $/1M
#5017 of 7,713
Cheapest rank
- Provider
- LLM Gateway (
llmgateway-providers) - Kind
- text (outputs text)
- Context
- 524,288 tokens
- Max output
- 471,859 tokens
- Capabilities
- tools reasoning text image audio
Same model, other providers
“Inkling (Together AI)” is offered by 2 providers — cheapest-effective first. This one (LLM Gateway) is the cheapest.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| LLM Gateway (this) | $1 | $4.05 | $1.76 | 524k |
| Eden AI | $1 | $4.05 | $1.76 | 524k |
Call it
jishie indexes & prices models; it does not proxy inference.
Most providers are OpenAI-compatible — point base_url at LLM Gateway and pass this model id:
curl $BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
-d '{"model":"together-ai/inkling","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):