# ChatCompletionCreateParamsPluginUnion ## Supported Types ### `models.ChatCompletionCreateParamsPluginModeration` ```python value: models.ChatCompletionCreateParamsPluginModeration = /* values here */ ``` ### `models.ChatCompletionCreateParamsPluginWeb` ```python value: models.ChatCompletionCreateParamsPluginWeb = /* values here */ ``` ### `models.ChatCompletionCreateParamsPluginChainOfThought` ```python value: models.ChatCompletionCreateParamsPluginChainOfThought = /* values here */ ``` ### `models.ChatCompletionCreateParamsPluginFileParser` ```python value: models.ChatCompletionCreateParamsPluginFileParser = /* values here */ ```