Skip to content

docs: document Gemini and other model support via OpenRouter#33

Open
nuthalapativarun wants to merge 1 commit into
microsoft:mainfrom
nuthalapativarun:docs/18-gemini-openrouter
Open

docs: document Gemini and other model support via OpenRouter#33
nuthalapativarun wants to merge 1 commit into
microsoft:mainfrom
nuthalapativarun:docs/18-gemini-openrouter

Conversation

@nuthalapativarun
Copy link
Copy Markdown

Problem

Issue #18 asks whether Gemini models are supported. They are — via OpenRouter — but this is not documented anywhere in the README or config directory. Users have no way to discover this without reading the source.

Fix

Add a short note to the README explaining that any OpenRouter-accessible model (Gemini, Mistral, Llama, etc.) works by pointing -c model_openrouter.yaml and overriding model.model_name. Add model_gemini_openrouter.yaml as a ready-to-use example config.

Changes

  • README.md — added a note about OpenRouter model support near the backends section
  • src/webwright/config/model_gemini_openrouter.yaml — example config for google/gemini-2.0-flash via OpenRouter

Not affected

  • All Python source files — not touched
  • Existing config files — not touched

Closes #18

Issue microsoft#18 asks if Gemini is supported. It is, via OpenRouter, but this
was undocumented. Add a note to the README and a model_gemini_openrouter.yaml
example config file.

Closes microsoft#18
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.

gemini models support

1 participant