Package: gemini.R 0.5.2.9000
gemini.R: Interface for 'Google Gemini' API
Provides a comprehensive interface for Google Gemini API, enabling users to access and utilize Gemini Large Language Model (LLM) functionalities directly from R. This package facilitates seamless integration with Google Gemini, allowing for advanced language processing, text generation, and other AI-driven capabilities within the R environment. For more information, please visit <https://ai.google.dev/docs/gemini_api_overview>.
Authors:
gemini.R_0.5.2.9000.tar.gz
gemini.R_0.5.2.9000.zip(r-4.5)gemini.R_0.5.2.9000.zip(r-4.4)gemini.R_0.5.2.9000.zip(r-4.3)
gemini.R_0.5.2.9000.tgz(r-4.4-any)gemini.R_0.5.2.9000.tgz(r-4.3-any)
gemini.R_0.5.2.9000.tar.gz(r-4.5-noble)gemini.R_0.5.2.9000.tar.gz(r-4.4-noble)
gemini.R_0.5.2.9000.tgz(r-4.4-emscripten)gemini.R_0.5.2.9000.tgz(r-4.3-emscripten)
gemini.R.pdf |gemini.R.html✨
gemini.R/json (API)
NEWS
# Install 'gemini.R' in R: |
install.packages('gemini.R', repos = c('https://jhk0530.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jhk0530/gemini.r/issues
Last updated 3 months agofrom:5f03658584. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 02 2024 |
R-4.5-win | OK | Dec 02 2024 |
R-4.5-linux | OK | Dec 02 2024 |
R-4.4-win | OK | Dec 02 2024 |
R-4.4-mac | OK | Dec 02 2024 |
R-4.3-win | OK | Dec 02 2024 |
R-4.3-mac | OK | Dec 02 2024 |
Exports:geminigemini_chatgemini_imagesetAPI
Dependencies:askpassbase64encclicurlgluehttr2lifecyclemagrittropensslR6rappdirsrlangsysvctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add history for chating context | addHistory |
Generate text from text with Gemini | gemini |
Multi-turn conversations (chat) | gemini_chat |
Generate text from text and image with Gemini | gemini_image |