Concepts
Core ideas behind AI Open SDK.
AI Open SDK centers on a small set of primitives:
| Concept | Role |
|---|---|
"AIOS Client" | Public entry point for text and image generation |
"AIOS Language Model" / "AIOS Image Model" | Provider-backed model interfaces |
"AIOS Chat Request" | Prompt, system message, tools, options, retries |
"AIOS Schema" | JSON Schema builder for structured output |
"AIOS Tool Set" | Add tools (Add / Use) and run automatic loops |
"AIOS Mock" | In-memory provider (ships in Core) |
Read next: