Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jun 11, 2025

This PR adds a new comprehensive lesson (07) to the Core Generative AI Techniques section covering the latest Azure OpenAI models for visual content generation:

What's Added

New Lesson 07: Image and Video Generation with New Azure OpenAI Models

  • Image Generation with gpt-image-1: Covers the enhanced image generation model with improved prompt understanding and quality
  • Video Generation with Sora: Comprehensive guide on using the Sora model for text-to-video generation
  • Practical Code Examples: Includes real C# code samples extracted from existing source projects:
    • REST API approach for Sora video generation
    • AzureSoraSDK integration examples
    • Enhanced image generation with gpt-image-1

Updated Navigation and Structure

  • Updated main lesson 3 readme to include the new lesson in proper order
  • Added new capability (🎬 Image and video generation with new models) to the learning objectives
  • Fixed lesson navigation flow to ensure proper progression through content

Key Features of the New Lesson

  • Step-by-step implementation guides for both image and video generation
  • Configuration and setup instructions following existing lesson patterns
  • Code samples showing:
    • Azure OpenAI client setup for gpt-image-1
    • Video job creation and polling with Sora
    • Asynchronous video processing and download
    • Error handling and best practices
  • Comparison of capabilities between new and previous models
  • Resource links to official documentation and SDKs

The lesson follows the established format of other lessons in the repository, including practical examples, troubleshooting guidance, and proper linking to related content.

Fixes #174.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI changed the title [WIP] Missing a page to describe the use of the new Image and Video generation models Add lesson 07 on image and video generation with new Azure OpenAI models (gpt-image-1 and sora) Jun 11, 2025
Copilot AI requested a review from elbruno June 11, 2025 16:25
Copilot finished work on behalf of elbruno June 11, 2025 16:25
@elbruno
Copy link
Collaborator

elbruno commented Jun 11, 2025

@copilot Add the necessary links to the AzureSoraSDK in the new file. Use the

Copy link
Contributor Author

Copilot AI commented Jun 11, 2025

@copilot Add the necessary links to the AzureSoraSDK in the new file. Use the

Added the official AzureSoraSDK repository links to the lesson file. The main repository link now appears prominently in the AzureSoraSDK section and in the additional resources. Commit fac94d8.

Copilot finished work on behalf of elbruno June 11, 2025 16:34
@elbruno elbruno marked this pull request as ready for review June 11, 2025 16:35
@elbruno elbruno merged commit 38b047e into main Jun 11, 2025
1 check passed
@elbruno elbruno deleted the copilot/fix-174 branch June 26, 2025 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing a page to describe the use of the new Image and Video generation models

2 participants