[FEATURE]: Github Copilot Gemini 3 Pro #2949

Closed
opened 2026-02-16 17:37:56 -05:00 by yindo · 5 comments
Owner

Originally created by @conradkoh on GitHub (Nov 18, 2025).

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

Currently, I am not able to access the Gemini 3.0 Pro using my Github Copilot subscription, even though it works in VSCode.

Originally created by @conradkoh on GitHub (Nov 18, 2025). ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request Currently, I am not able to access the Gemini 3.0 Pro using my Github Copilot subscription, even though it works in VSCode.
yindo added the discussion label 2026-02-16 17:37:56 -05:00
yindo closed this issue 2026-02-16 17:37:56 -05:00
Author
Owner

@rekram1-node commented on GitHub (Nov 18, 2025):

/oc add gemini 3 pro to the github copilot provider use this data to figure out how to define it, reference other copilot model definitions too:
{
"capabilities": {
"family": "gemini-3-pro",
"limits": {
"max_context_window_tokens": 128000,
"max_output_tokens": 64000,
"max_prompt_tokens": 128000,
"vision": {
"max_prompt_image_size": 3145728,
"max_prompt_images": 1,
"supported_media_types": [
"image/jpeg",
"image/png",
"image/webp",
"image/heic",
"image/heif"
]
}
},
"object": "model_capabilities",
"supports": {
"max_thinking_budget": 32000,
"min_thinking_budget": 258,
"parallel_tool_calls": true,
"streaming": true,
"tool_calls": true,
"vision": true
},
"tokenizer": "o200k_base",
"type": "chat"
},
"id": "gemini-3-pro-preview",
"model_picker_category": "powerful",
"model_picker_enabled": true,
"name": "Gemini 3 Pro (Preview)",
"object": "model",
"policy": {
"state": "unconfigured",
"terms": "Enable access to the latest Gemini 3 Pro model from Google. Learn more about how GitHub Copilot serves Gemini 3 Pro."
},
"preview": true,
"vendor": "Google",
"version": "gemini-3-pro-preview"
},

@rekram1-node commented on GitHub (Nov 18, 2025): /oc add gemini 3 pro to the github copilot provider use this data to figure out how to define it, reference other copilot model definitions too: { "capabilities": { "family": "gemini-3-pro", "limits": { "max_context_window_tokens": 128000, "max_output_tokens": 64000, "max_prompt_tokens": 128000, "vision": { "max_prompt_image_size": 3145728, "max_prompt_images": 1, "supported_media_types": [ "image/jpeg", "image/png", "image/webp", "image/heic", "image/heif" ] } }, "object": "model_capabilities", "supports": { "max_thinking_budget": 32000, "min_thinking_budget": 258, "parallel_tool_calls": true, "streaming": true, "tool_calls": true, "vision": true }, "tokenizer": "o200k_base", "type": "chat" }, "id": "gemini-3-pro-preview", "model_picker_category": "powerful", "model_picker_enabled": true, "name": "Gemini 3 Pro (Preview)", "object": "model", "policy": { "state": "unconfigured", "terms": "Enable access to the latest Gemini 3 Pro model from Google. [Learn more about how GitHub Copilot serves Gemini 3 Pro](https://docs.github.com/en/copilot/reference/ai-models/model-hosting#google-models)." }, "preview": true, "vendor": "Google", "version": "gemini-3-pro-preview" },
Author
Owner

@opencode-agent[bot] commented on GitHub (Nov 18, 2025):

Working...

@opencode-agent[bot] commented on GitHub (Nov 18, 2025): [Working...](/sst/opencode/actions/runs/19476393705)
Author
Owner

@rekram1-node commented on GitHub (Nov 18, 2025):

oh wrong repo sorry bot

@rekram1-node commented on GitHub (Nov 18, 2025): oh wrong repo sorry bot
Author
Owner

@moddi3 commented on GitHub (Nov 18, 2025):

can't wait to try🌚

@moddi3 commented on GitHub (Nov 18, 2025): can't wait to try🌚
Author
Owner

@rekram1-node commented on GitHub (Nov 18, 2025):

added

u may need to force a refresh of the cache:

rm ~/.cache/opencode/models.json

@rekram1-node commented on GitHub (Nov 18, 2025): added u may need to force a refresh of the cache: rm ~/.cache/opencode/models.json
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2949