OpenAI Bridge is a Blender add-on to use the OpenAI API on Blender seamlessly. The main features of this add-on are as follows.
Image Tool Generate Images: Generate images using the OpenAI Image API. Supported Models: ‘DALL-E’
Audio Tool Transcribe Audio: Transcribe audio using the OpenAI Audio API. Supported Models: ‘whisper-1’
Chat Tool Chat: Chat using the OpenAI Chat API. Ask Blender Operators/Properties: Ask Blender operators/properties from the right-click menu. Supported Models: ‘gpt-3.5-turbo’, ‘gpt-4’, ‘gpt-4-32k’
Future plan Edit Image: Edit images using the OpenAI API. Generate Sample Code: Generate sample codes for Blender operators/properties from the right-click menu. Execute Code Immediately: Execute code immediately from the prompt/audio. Show the status of the asynchronous exeuction.
Visit Official Website