Skip to content

docs: add Gemini provider example and README entry - #11

Closed
Frankie-Xu wants to merge 1 commit into
mainfrom
cursor/gemini-provider-example-bd8a
Closed

Frankie-Xu wants to merge 1 commit into
mainfrom
cursor/gemini-provider-example-bd8a

Conversation

@Frankie-Xu

Copy link
Copy Markdown
Owner

Summary

  • Add examples/providers/google_demo.py matching the Anthropic demo: create_client(llm="google", embedder="openai:text-embedding-3-small"), with hyperextract[google] and GOOGLE_API_KEY / GEMINI_API_KEY.
  • List the demo in both examples READMEs.
  • README + README_ZH: Gemini he config snippet, gemini-3.8-flash model-table row, and a Provider-notes pairing paragraph.

Closes yifanfeng97#156

Out of scope

  • Changing client.py or config presets
  • Rewriting docs/*/concepts/provider-system.md
  • Version / news edits

Test plan

  • python -m py_compile examples/providers/google_demo.py
  • Default model string matches gemini-3.8-flash in client.py
Open in Web Open in Cursor 

Co-authored-by: Frankie-Xu <Frankie-Xu@users.noreply.github.com>
@Frankie-Xu

Copy link
Copy Markdown
Owner Author

Opened on the fork by mistake. Review is at yifanfeng97#157 — closing this.

@Frankie-Xu Frankie-Xu closed this Sep 14, 2026
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.

docs: add Gemini provider example and README quick start

1 participant