atai-newton-fusion-model
Installation
SKILL.md
Newton C 2.6 Fusion Model — Multimodal /query in One Hop
Single stateless POST to /query for text, image, or video reasoning against the C 2.6 fusion checkpoint. No Lens session, no batch pipeline, no SSE. One call → one response.
When to Apply
- User wants to describe / classify / extract structure from an image with one API call
- User wants the same for a short video in a single
/querycall - User wants stateless multimodal reasoning (no per-session warmup, no orphan cleanup)
- User wants JSON output from a multimodal input (the prompt is the schema)
- User is building a serverless / per-request handler where a streaming Lens session would be the wrong shape
Do not use this skill when:
- The workload is live, streaming video → text from a long-running camera feed — a session-based activity monitor is the right shape, not stateless
/query - The workload is a large multi-file batch job
- The task is time-series classification via embeddings (KNN / anomaly detection)