Title.
Titoli e descrizioni on-device: un breve titolo fattuale e una descrizione di una o due frasi per qualsiasi testo, su Apple silicon.
Suggerisce un titolo e una descrizione per qualsiasi testo.
Una clip su come registrare un podcast con due telefoni riceve il titolo «Filming a two-person podcast on iPhone», da tre a otto parole, con una descrizione di una riga sotto. Nessuno ha scritto né l'uno né l'altra.
Il registro è volutamente sobrio: niente emoji, niente hashtag, niente clickbait, e la descrizione dice cos'è questo testo, non di cosa parla il suo argomento. Messo a punto su clip di trascrizioni, regge su un paragrafo di cronaca, una descrizione di prodotto o un'email.
Title gira solo su Apple silicon, tramite MLX. Caricalo una volta e riusalo; abbinalo a Clips e ogni clip esce con un nome.
Dai un nome a ogni clip
Clips trova i momenti in una registrazione; Title li nomina. Un'app per creator pubblica ogni short con un titolo da tre a otto parole e una descrizione di una riga, scritti sul telefono, senza inviare nulla da nessuna parte.
Titola una nota mentre viene salvata
Un'app di note o un'app di memo vocali dà un nome alla voce dal suo stesso testo nel momento in cui viene salvata. L'elenco si legge come un elenco invece che come una colonna di prime righe e timestamp.
Descrivi una registrazione per la libreria
Un'app per podcast o lezioni scrive il titolo dell'episodio e la descrizione di due frasi dalla trascrizione su un Mac, pronti da modificare. Il campo non è mai vuoto in attesa che qualcuno ci arrivi.
Ispirazione
Idee da costruire con Title. Copia un prompt nel tuo coding agent e parti.
Auto-name and describe every clip and file.
Use Desert Ant's Title on-device to suggest a short title and a one-line description for a clip, note, or file from its text, so nothing is called 'Untitled'. Build it with the Desert Ant SDK. Title (Swift). Install and API: https://desertant.com/docs/title/. Install: SwiftPM desert-ant-core. SDK source: https://github.com/Desert-Ant-Labs/desert-ant-core. Machine-readable catalog of every model and SDK: https://desertant.com/llms.txt.
Title a note the moment it's saved.
In a notes app, run Desert Ant's Title on-device when a note is saved to propose a factual title and a short description, editable by the user. Build it with the Desert Ant SDK. Title (Swift). Install and API: https://desertant.com/docs/title/. Install: SwiftPM desert-ant-core. SDK source: https://github.com/Desert-Ant-Labs/desert-ant-core. Machine-readable catalog of every model and SDK: https://desertant.com/llms.txt.
Write library descriptions for a media archive.
Build a batch step that runs Desert Ant's Title on a Mac (Apple silicon) over transcripts in a media library to generate a title and description for each recording. Build it with the Desert Ant SDK. Title (Swift). Install and API: https://desertant.com/docs/title/. Install: SwiftPM desert-ant-core. SDK source: https://github.com/Desert-Ant-Labs/desert-ant-core. Machine-readable catalog of every model and SDK: https://desertant.com/llms.txt.
Build a full podcast studio: transcribe, clip, and title on the device.
Build a podcast tool that runs Desert Ant's Voz to transcribe an episode, Clips to pick the best moments as shorts, and Title to name and describe each clip, all on-device with no per-minute or per-token bill. Build it with the Desert Ant SDK. Voz (Swift). Install and API: https://desertant.com/docs/voz/. Clips (Swift). Install and API: https://desertant.com/docs/clips/. Title (Swift). Install and API: https://desertant.com/docs/title/. SDK source: https://github.com/Desert-Ant-Labs/desert-ant-core. Machine-readable catalog of every model and SDK: https://desertant.com/llms.txt.
Draft an SEO title and meta description from a page's text.
Run Desert Ant's Title on a Mac (Apple silicon) over a page's content to draft a factual title and a one-to-two sentence meta description. Build it with the Desert Ant SDK. Title (Swift). Install and API: https://desertant.com/docs/title/. Install: SwiftPM desert-ant-core. SDK source: https://github.com/Desert-Ant-Labs/desert-ant-core. Machine-readable catalog of every model and SDK: https://desertant.com/llms.txt.
Build a fully local clipping engine: transcribe, clip, title, caption.
Chain Desert Ant's Voz (transcribe with word timestamps), Clips (select the moments), and Title (name each clip) into a clipping engine that runs entirely on-device on iPhone or Mac, with word-accurate captions from Voz and no per-minute cost. Build it with the Desert Ant SDK. Voz (Swift). Install and API: https://desertant.com/docs/voz/. Clips (Swift). Install and API: https://desertant.com/docs/clips/. Title (Swift). Install and API: https://desertant.com/docs/title/. SDK source: https://github.com/Desert-Ant-Labs/desert-ant-core. Machine-readable catalog of every model and SDK: https://desertant.com/llms.txt.
A Shortcut that titles and describes whatever you share to it.
Build a Share-sheet App Intent that runs Desert Ant's Title on-device to suggest a title and a one-line description for shared text or a transcript. Build it with the Desert Ant SDK. Title (Swift). Install and API: https://desertant.com/docs/title/. Install: SwiftPM desert-ant-core. SDK source: https://github.com/Desert-Ant-Labs/desert-ant-core. Machine-readable catalog of every model and SDK: https://desertant.com/llms.txt.
Build an agent skill that titles and describes any file the agent makes.
On a Mac (Apple silicon), build a small Swift CLI that links Desert Ant's Title (MLX), then write a SKILL.md skill that calls it to give a clip, note, or transcript a short title and one-line description. Build it with the Desert Ant SDK. Title (Swift). Install and API: https://desertant.com/docs/title/. Install: SwiftPM desert-ant-core. SDK source: https://github.com/Desert-Ant-Labs/desert-ant-core. Machine-readable catalog of every model and SDK: https://desertant.com/llms.txt.
Cosa fa il modello
- Un titolo da tre a otto parole senza punteggiatura finale, e una descrizione di una o due frasi, da una sola chiamata.
- Registro sobrio di proposito: niente emoji, niente hashtag, niente clickbait. La descrizione identifica questo testo più che il suo argomento.
- Messo a punto su clip di trascrizioni; funziona su prosa generica (paragrafi di cronaca, descrizioni di prodotto, email).
- Nomina direttamente una
Clipprodotta da Clips; una scheda per clip, nello stesso ordine. - Non viene scaricato nulla. Distribuisci i file del modello in una cartella insieme all'app e passa quella cartella a Titles; gli altri modelli scaricano i pesi al primo utilizzo, questo no.
- MLX invece di Core ML: la generazione breve è risultata da 5,7 a 8,3 volte più veloce sulla GPU che sul Neural Engine. Un modello da 350M di parametri quantizzato a 6 bit, dietro il trait di pacchetto
MLX, caricato una volta e riusato.
App di esempio
Clipper
Costruito con Voz, Clips, Title
Generate short clips from a video podcast or a long recording, fully on device. A macOS app and a command-line tool over the same core.
Voz transcribes with a time on every word, Clips ranks the best spans, and Title writes a title and description for each.
macOS 26 or later, Apple Silicon
brew tap desert-ant-labs/tap
brew install --cask clipper
Per iniziare
Aggiungi titoli e descrizioni alla tua app iOS or macOS in poche righe di codice. Documentazione di Title.
// Swift Package Manager
.package(url: "https://github.com/Desert-Ant-Labs/desert-ant-core.git", from: "3.1.0",
traits: ["MLX"])
// target dependency
.product(name: "Title", package: "desert-ant-core")
import Title
let titles = try await Titles(directory: modelFolder)
let card = try await titles.describe(text)
card.title // "Filming a two-person podcast on iPhone"
card.description // one or two sentences
Add Title from Desert Ant Labs to this Swift project (iOS, macOS).
What it does: titoli e descrizioni on-device per qualsiasi testo.
SDK:
Swift (iOS, macOS)
Repo: https://github.com/Desert-Ant-Labs/desert-ant-core#readme
// Swift Package Manager
.package(url: "https://github.com/Desert-Ant-Labs/desert-ant-core.git", from: "3.1.0",
traits: ["MLX"])
// target dependency
.product(name: "Title", package: "desert-ant-core")
Reference:
- Model page: https://desertant.com/models/title/
- Full catalog and other models: https://desertant.com/llms.txt
Add the SDK, then follow its README for the exact API and current version. Do not invent API names or method signatures; confirm them against the README.
Specifiche
- Output
- Un titolo da 3 a 8 parole e una descrizione da 1 a 2 frasi
- Modello
- Messo a punto da granite-4.0-350m, quantizzato a 6 bit, MLX
- Piattaforme
- iOS, macOS, tvOS, visionOS su Apple silicon (MLX); nessuna build per Android, Linux o Windows
Title è in test interno e la sua scheda non riporta cifre di qualità. Nessuna revisione indipendente è stata completata, e a volte il modello apre una descrizione con una frase di circostanza che la sua stessa istruzione vieta.
Leggi l'output prima che arrivi a un utente. Solo Apple silicon, tramite MLX.
Usa il prompt dell'SDK: il modello è stato addestrato su una sola istruzione, e una riformulata dà un output peggiore.
FAQ
Cos'è Title?
Titoli e descrizioni on-device: un breve titolo fattuale e una descrizione di una o due frasi per qualsiasi testo, su Apple silicon.
Title funziona sul dispositivo?
Sì. Title funziona sul dispositivo, senza chiamate a un server, quindi i dati restano con l'utente.
Quali piattaforme supporta Title?
Title è distribuito come SDK nativo on-device per Swift.
Quanto costa Title?
Ogni modello è gratuito fino a 100k dispositivi attivi mensili per SDK. Inferenza illimitata per utente. Contattaci per licenze personalizzate.