Title.
Titlar och beskrivningar på enheten: en kort saklig titel och en beskrivning på en eller två meningar för vilket avsnitt som helst, på Apple-kisel.
Föreslå en titel och beskrivning för vilken text som helst.
Ett klipp om att spela in en podd på två telefoner får titeln ”Filming a two-person podcast on iPhone”, tre till åtta ord, med en enradsbeskrivning under. Ingen skrev någon av dem.
Registret är medvetet enkelt: inga emoji, inga hashtaggar, ingen clickbait, och beskrivningen säger vad detta avsnitt är, inte vad dess ämne är. Finjusterad på transkriptklipp, och den håller för ett nyhetsstycke, en produktbeskrivning eller ett mejl.
Title körs endast på Apple-kisel, via MLX. Ladda den en gång och återanvänd den; kombinera den med Clips och varje klipp lämnar med ett namn.
Namnge varje klipp
Clips hittar ögonblicken i en inspelning; Title namnger dem. En kreatörsapp publicerar varje short med en titel på tre till åtta ord och en enradsbeskrivning, skriven på telefonen, utan att något skickas någonstans.
Namnge en anteckning när den sparas
En anteckningsapp eller en röstmemo-app namnger posten utifrån dess egen text i samma stund den sparas. Listan läses som en lista i stället för en kolumn av inledningsrader och tidsstämplar.
Beskriv en inspelning för biblioteket
En podd- eller föreläsningsapp skriver avsnittstiteln och tvåmeningsbeskrivningen från transkriptet på en Mac, redo att redigera. Fältet är aldrig tomt tills någon hinner dit.
Inspiration
Idéer att bygga med Title. Kopiera en prompt till din kodningsagent och kör.
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.
Vad modellen gör
- En titel på tre till åtta ord utan avslutande skiljetecken, och en beskrivning på en eller två meningar, från ett anrop.
- Enkelt register med avsikt: inga emoji, inga hashtaggar, ingen clickbait. Beskrivningen identifierar detta avsnitt snarare än dess ämne.
- Finjusterad på transkriptklipp; fungerar på allmän prosa (nyhetsstycken, produktbeskrivningar, mejl).
- Namnger ett
Clipfrån Clips direkt; ett kort per klipp, i samma ordning. - Inget laddas ned. Leverera modellfilerna i en mapp med appen och skicka den mappen till Titles; de andra modellerna hämtar sina vikter vid första användning, denna gör inte det.
- MLX i stället för Core ML: kort generering uppmättes 5,7–8,3x snabbare på GPU:n än på Neural Engine. En modell på 350M parametrar kvantiserad till 6-bitars, bakom pakettraiten
MLX, laddad en gång och återanvänd.
Exempelapp
Clipper
Byggd med 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
Kom igång
Lägg till titlar och beskrivningar i din iOS or macOS-app med några rader kod. Title-dokumentation.
// 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: Titlar och beskrivningar på enheten för vilken text som helst.
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.
Specifikationer
- Utdata
- En titel på 3 till 8 ord och en beskrivning på 1 till 2 meningar
- Modell
- Finjusterad från granite-4.0-350m, 6-bitars kvantiserad, MLX
- Plattformar
- iOS, macOS, tvOS, visionOS på Apple-kisel (MLX); inget bygge för Android, Linux eller Windows
Title är under intern testning och dess kort innehåller inga kvalitetssiffror. Ingen oberoende granskning har slutförts, och modellen inleder ibland en beskrivning med en standardfras som dess egen instruktion förbjuder.
Läs utdatan innan den når en användare. Endast Apple-kisel, via MLX.
Använd SDK:ns egen prompt: modellen tränades på en instruktion, och en omformulerad ger sämre utdata.
Vanliga frågor
Vad är Title?
Titlar och beskrivningar på enheten: en kort saklig titel och en beskrivning på en eller två meningar för vilket avsnitt som helst, på Apple-kisel.
Körs Title lokalt på enheten?
Ja. Title körs på enheten, utan något serveranrop, så att data stannar hos användaren.
Vilka plattformar stöder Title?
Title levereras som en nativ SDK på enheten för Swift.
Vad kostar Title?
Varje modell är gratis upp till 100k månadsaktiva enheter per SDK. Obegränsad inferens per användare. Kontakta oss för anpassade licenser.