·foundation-models-on-device
</>

foundation-models-on-device

Apple FoundationModels-Framework für LLM auf dem Gerät – Textgenerierung, geführte Generierung mit @Generable, Tool-Aufruf und Snapshot-Streaming in iOS 26+.

353Installationen·35Trend·@affaan-m

Installation

$npx skills add https://github.com/affaan-m/everything-claude-code --skill foundation-models-on-device

So installieren Sie foundation-models-on-device

Installieren Sie den KI-Skill foundation-models-on-device schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/affaan-m/everything-claude-code --skill foundation-models-on-device
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: affaan-m/everything-claude-code.

Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with @Generable, custom tool calling, and snapshot streaming — all running on-device for privacy and offline support.

Stream structured responses for real-time UI with PartiallyGenerated types:

| On-device execution | Privacy — no data leaves the device; works offline | | 4,096 token limit | On-device model constraint; chunk large data across sessions | | Snapshot streaming (not deltas) | Structured output friendly; each snapshot is a complete partial state |

Apple FoundationModels-Framework für LLM auf dem Gerät – Textgenerierung, geführte Generierung mit @Generable, Tool-Aufruf und Snapshot-Streaming in iOS 26+. Quelle: affaan-m/everything-claude-code.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/affaan-m/everything-claude-code --skill foundation-models-on-device
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-25
Aktualisiert
2026-03-10

Browse more skills from affaan-m/everything-claude-code

Schnelle Antworten

Was ist foundation-models-on-device?

Apple FoundationModels-Framework für LLM auf dem Gerät – Textgenerierung, geführte Generierung mit @Generable, Tool-Aufruf und Snapshot-Streaming in iOS 26+. Quelle: affaan-m/everything-claude-code.

Wie installiere ich foundation-models-on-device?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/affaan-m/everything-claude-code --skill foundation-models-on-device Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/affaan-m/everything-claude-code