SenseTime’s SenseNova Opens a Free, Multimodal API During Public Beta
A major Chinese AI lab is offering zero-cost API access to multimodal models with a straightforward rate limit and no billing friction. For developers testing agent integrations or multimodal pipelines, this removes the usual paywall that gates experimentation.
SenseNova is a Model-as-a-Service platform built on SenseTime’s own SenseCore infrastructure, offering general, multimodal, and conversational models through a standard API. The 2026 Token Plan removes all cost barriers during the beta: registration alone gets you an API key and a 1,500-call allowance refreshed every five hours, with no credits that expire or hidden charges.
The model lineup includes native multimodal models that handle documents, images, and tables at the architecture level, plus text-to-image models. A walkthrough shows how to wire the API into OpenCode — an agent coding tool — by setting the base URL and key, then optionally installing custom tools to unlock image generation directly inside the agent.
Output quality from the text-to-image models is solid enough for prototyping, and the free tier’s rate limit is generous for individual developers experimenting with agent-driven multimodal workflows.
The 5-hour refresh window on the free tier is unusual — most free API plans use daily or monthly caps. A shorter cycle suits rapid prototyping sessions where a developer burns through calls, waits a few hours, and resumes.
Native multimodal architecture means the model reads documents, images, and tables without pre-processing pipelines, which reduces integration complexity compared to stitching separate vision and text models together.
SenseTime is coupling free access with an agent ecosystem play: the walkthrough targets OpenCode, not a raw REST client, signaling that the free tier is meant to pull developers into agent-based tooling rather than one-off API experiments.