model

public final Interaction.Builder model(Model model)

The model that will complete your prompt.\n\nSee models for additional details.


public final Interaction.Builder model(JsonField<Model> model)

Sets Builder.model to an arbitrary JSON value.

You should usually call Builder.model with a well-typed Model value instead. This method is primarily for setting the field to an undocumented or not yet supported value.


public final Interaction.Builder model(String value)

Sets model to an arbitrary String.

You should usually call model with a well-typed Model constant instead. This method is primarily for setting the field to an undocumented or not yet supported value.