Encode an image on the box for model, returning an ImageEmbeddingRef
to reuse across prompts. The ref is only valid for model.
Optionaloptions: { abortSignal?: AbortSignal }Load a model onto the box (starts/keeps it resident). Rejects if it fails.
Run a one-shot prompt against a loaded model and return the full response.
Optionaloptions: PromptOptionsStaticnewCreate a EdgeAi instance.
If the feature is not enabled or the info is undefined then a stub is returned that will error.
TODO IGNT-895: Make sure the returned stub properly returns an error state
The
edgeAinamespace on a BoxApplet. Talks directly to the box over HTTP. Obtained viaapplet.edgeAi.