--- license: other tags: - text-generation - llm --- Family of language models for text only. # SAPI-T The SAPI-T (Sapiens-Text) is a family of multimodal language models with input-only multimodality. Models in this family accept inputs such as text, documents, images, audio, and video, but produce responses only in text format. They are models focused on lightness and inference speed. --- ## SAPI-T2 [based on SAPI-2] 17 billion parameters with only 2 billion active. ## Download ```bash sapilm --get schatmodels/t2 ``` ## Inference ```bash sapilm --load sapi-t2 ``` ## Contributing We do not accept contributions that may result in changing the original code. Make sure you are using the appropriate version. ## License This is proprietary software and its alteration and/or distribution without the developer's authorization is not permitted.