input property

List<String> get input
inherited

Input text to get embeddings for, encoded as a string or array of tokens.

To get embeddings for multiple inputs in a single request, pass an array of strings or array of token arrays. Each input must not exceed 8192 tokens in length.

Implementation

List<String> get input => throw _privateConstructorUsedError;