Skip to content
Public technical index

Search the developer portal

Search public pages, documentation, examples, packages, topics, status labels, roadmap records, updates, and glossary terms. Queries are not sent to a third-party service.

Enter at least two characters.

    GGUF Inspection

    Inspect bounded metadata and tensor descriptors without starting inference.

    Inspect bounded metadata and tensor descriptors without starting inference.

    Bounded parser options

    Set explicit limits for tensor count, metadata count, dimensions, string bytes, array length, and nesting before reading untrusted artifacts.

    Metadata surface

    Present container version, artifact kind, alignment, tensor-data offset, model name when present, architecture fields, tokenizer metadata, and diagnostics without claiming compatibility.

    Tensor catalog

    Show tensor name, dimensions, element count, storage type, and byte length. Avoid loading or copying tensor payloads unless the view requires them.

    Mapped ownership

    Keep mapped-file owners alive while views are used and dispose mappings deterministically. Never expose local paths in exported public evidence.

    Available now

    • The public UAIX.LmRuntime package family and canonical package documentation.
    • The host-facing workflow and evidence distinctions described on this page.

    Host responsibilities

    • Select and trust inputs, define policy and limits, integrate the UI or service, retain application evidence, and test the exact deployment.

    Not claimed

    • Inspection does not prove the model can execute.
    • Metadata cannot automatically establish the correct chat template.

    Operational boundary

    What this page covers: Inspect bounded metadata and tensor descriptors without starting inference.

    Available now: The documented package surfaces and this host-facing guidance are public.

    Host responsibility: Own acquisition, trust, configuration, presentation, persistence, transport, policy, tests, and deployment.

    Not claimed: Universal compatibility, production certification, safety certification, hidden fallbacks, or behavior beyond retained evidence.

    Canonical sources: Canonical package documentation · Current release metadata

    Last reviewed UTC:

    Source and review record

    Prerequisites

    • Read Get Started
    • Review host/runtime boundaries