TensorSharp open-source engine adds mixed document/image/video/audio inputs per request

fuzhongkai · reddit · 2026-09-27

The author extended the open-source inference framework TensorSharp: its Jev-compatible /v1/systemone endpoint now accepts multiple evidence types in a single decision request — e.g., an incident triage call with a written report, dashboard screenshot, screen recording, and caller audio.

A full Python example is included. Key implementation details: the files array classifies attachments by extension (dedicated documents/videos/audios arrays also exist); video is sampled into frames for the vision tower; audio is transcribed by a separately configured speech service (TSJEVTRANSCRIPTIONURL) rather than processed as waveforms; inline Base64 counts toward the 8 MiB default body limit, so use the upload API for larger media.

Original post →

More from Infra

Infra channel →