OptionalclientOptionaldataframePandas Dataframe input in the records orientation.
OptionaldataframePandas Dataframe input in the split orientation.
OptionalextraThe extra parameters field used ONLY for completions, chat, and embeddings external & foundation model serving endpoints. This is a map of strings and should only be used with other external/foundation model query fields.
OptionalinputThe input string (or array of strings) field used ONLY for embeddings external & foundation model serving endpoints and is the only field (along with extra_params if needed) used by embeddings queries.
OptionalinputsTensor-based input in columnar format.
OptionalinstancesTensor-based input in row format.
OptionalmaxThe max tokens field used ONLY for completions and chat external & foundation model serving endpoints. This is an integer and should only be used with other chat/completions query fields.
OptionalmessagesThe messages field used ONLY for chat external & foundation model serving endpoints. This is an array of ChatMessage objects and should only be used with other chat query fields.
OptionalnThe n (number of candidates) field used ONLY for completions and chat external & foundation model serving endpoints. This is an integer between 1 and 5 with a default of 1 and should only be used with other chat/completions query fields.
OptionalnameThe name of the serving endpoint. This field is required and is provided via the path parameter.
OptionalpromptThe prompt string (or array of strings) field used ONLY for completions external & foundation model serving endpoints and should only be used with other completions query fields.
OptionalstopThe stop sequences field used ONLY for completions and chat external & foundation model serving endpoints. This is a list of strings and should only be used with other chat/completions query fields.
OptionalstreamThe stream field used ONLY for completions and chat external & foundation model serving endpoints. This is a boolean defaulting to false and should only be used with other chat/completions query fields.
OptionaltemperatureThe temperature field used ONLY for completions and chat external & foundation model serving endpoints. This is a float between 0.0 and 2.0 with a default of 1.0 and should only be used with other chat/completions query fields.
OptionalusageOptional user-provided context that will be recorded in the usage tracking table.
Optional user-provided request identifier that will be recorded in the inference table and the usage tracking table.