OpenAILLM・AI開発⭐ リポ 0品質スコア 55/100
axiom-foundation-models-ref
リファレンス — LanguageModelSession、@Generable、@Guide、Toolプロトコル、ストリーミング、動的スキーマ、組み込みユースケース、およびWWDC 2025のすべてのコード例を網羅したComplete Foundation Modelsフレームワークの完全ガイドです
description の原文を見る
Reference — Complete Foundation Models framework guide covering LanguageModelSession, @Generable, @Guide, Tool protocol, streaming, dynamic schemas, built-in use cases, and all WWDC 2025 code examples
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
Foundation Models Framework — Complete API Reference
Overview
The Foundation Models framework provides access to Apple's on-device Large Language Model (3 billion parameters, 2-bit quantized) with a Swift API. This reference covers every API, all WWDC 2025 code examples, and comprehensive implementation patterns.
Model Specifications
Technical Details:
- Parameters: 3 billion (3B)
- Quantization: 2-bit
- Context Window: 4096 tokens (combined input + output)
- Supported Languages: English + additional languages via `SystemLanguageModel.default.supportedLanguages
...
詳細情報
- 作者
- pradeepmouli
- ライセンス
- 不明
- 最終更新
- 2026/4/15
Source: https://github.com/pradeepmouli/swift-template / ライセンス: 未指定