Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt

Use this file to discover all available pages before exploring further.

Description

The query() function fetches a single prediction from the model.

Syntax

Here is the syntax:
await model_name.query(queryOptions);
Here are some useful links: