Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions providers/google-vertex/thinkingmachines/inkling.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
limits:
context_window: 1000000
modalities:
input:
- text
- image
- audio
output:
- text
mode: chat
model: thinkingmachines/inkling
sources:
- https://thinkingmachines.ai/model-card/inkling/
- https://thinkingmachines.ai/news/introducing-inkling/
supportedModes:
- chat

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Model not available on Vertex

High Severity

This entry registers thinkingmachines/inkling as a Google Vertex AI chat model with concrete modalities and a 1M context_window, but Inkling is not offered on Vertex Model Garden or MaaS. Public provider lists cover Together, OpenRouter, DeepInfra, Baseten, and Tinker only. sources cite Thinking Machines pages rather than Google Cloud docs, so consumers would treat a non-existent Vertex model as available.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1939866. Configure here.

Loading