Use OpenAI Chat, Image, and Audio providers
mainThe openai package provides adapters that implement the blades.ModelProvider interface for OpenAI's various endpoints. It includes three main provider types:
NewChatProvider: For text and multimodal chat completions.NewImageProvider: For image generation (/v1/images/generations). Returns results asDataPartorFilePartmessage contents.NewAudioProvider: For text-to-speech (/v1/audio/speech). Returns synthesized audio asDataPartpayloads.