Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,16 @@ You can attach an image to {% data variables.product.prodname_copilot_short %} a
### Attaching an image to your chat prompt

1. Go to the immersive view of {% data variables.product.prodname_copilot_chat_short %} ([https://github.com/copilot](https://github.com/copilot)).
1. Make sure you have **GPT-4o** selected in the AI model picker at the top of the page.
1. If you see the AI model picker at the top of the page, select one of the models that supports adding images to prompts:

* {% data variables.copilot.copilot_gpt_4o %} (the default that's used if you don't see a model picker)
* {% data variables.copilot.copilot_claude_sonnet_35 %}
* {% data variables.copilot.copilot_claude_sonnet_37 %}
* {% data variables.copilot.copilot_gemini_flash %}
* {% data variables.copilot.copilot_gemini_25_pro %}

![Screenshot of the model picker with the list of models expanded.](/assets/images/help/copilot/model-picker-copilot-immersive.png)

1. Do one of the following:

* Copy an image and paste it into the prompt box at the bottom of the page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,15 @@ When you use {% data variables.product.prodname_copilot_agent_short %} mode, {%

### Attaching images to your chat prompt

1. Make sure GPT-4o is selected in the model picker at the bottom right of the chat view.
1. If you see the AI model picker at the bottom right of the chat view, select one of the models that supports adding images to prompts:

* {% data variables.copilot.copilot_gpt_4o %} (the default that's used if you don't see a model picker)
* {% data variables.copilot.copilot_claude_sonnet_35 %}
* {% data variables.copilot.copilot_claude_sonnet_37 %}
* {% data variables.copilot.copilot_gemini_flash %}
* {% data variables.copilot.copilot_gemini_25_pro %}

![Screenshot of {% data variables.product.prodname_copilot_chat_short %} with the model picker highlighted with a dark orange outline.](/assets/images/help/copilot/vsc-chat-model-picker.png)

1. Do one of the following:

Expand Down Expand Up @@ -261,7 +269,13 @@ See [Ask questions in the inline chat view](https://learn.microsoft.com/visualst

### Attaching images to your chat prompt

1. Make sure GPT-4o is selected in the model picker at the bottom right of the chat view.
1. If you see the AI model picker at the bottom right of the chat view, select one of the models that supports adding images to prompts:

* {% data variables.copilot.copilot_gpt_4o %} (the default that's used if you don't see a model picker)
* {% data variables.copilot.copilot_claude_sonnet_35 %}
* {% data variables.copilot.copilot_claude_sonnet_37 %}
* {% data variables.copilot.copilot_gemini_flash %}
* {% data variables.copilot.copilot_gemini_25_pro %}

1. Do one of the following:

Expand Down
Loading