Skip to content

Releases: tanaikech/GeminiWithFiles

v2.0.14

01 Jan 02:35

Choose a tag to compare

  • v2.0.14 (January 1, 2026)

    1. The default model was changed from models/gemini-2.5-flash to models/gemini-3-flash-preview.

v2.0.13

22 Jul 01:57

Choose a tag to compare

  • v2.0.13 (July 22, 2025)

    1. responseJsonSchema was added.
    2. The default model was changed from models/gemini-2.5-flash-preview-04-17 to models/gemini-2.5-flash.

v2.0.12

24 May 01:59

Choose a tag to compare

  • v2.0.12 (May 24, 2025)

    1. Removed a bug.

v2.0.11

21 May 02:09

Choose a tag to compare

  • v2.0.11 (May 21, 2025)

    1. Removed a bug.

v2.0.10

21 May 00:48

Choose a tag to compare

  • v2.0.10 (May 21, 2025)

    1. Implemented the parallel function calling. Ref

v2.0.7

07 May 07:42

Choose a tag to compare

  • v2.0.7 (May 7, 2025)

    1. The default model was changed from models/gemini-2.0-flash to models/gemini-2.5-flash-preview-04-17.

v2.0.6

23 Apr 06:29

Choose a tag to compare

  • v2.0.6 (April 23, 2025)

    1. A new method countTokens was added. Ref When this method is used, you can count tokens of the request.
    2. This pull request was reflected. Ref

v2.0.5

19 Mar 04:13

Choose a tag to compare

  • v2.0.5 (March 19, 2025)

    1. A new method chat was added. Ref When this method is used, you can generate content with Gemini API through the chat.
    2. The default model was changed from models/gemini-1.5-flash-latest to models/gemini-2.0-flash.

v2.0.4

15 Mar 05:56

Choose a tag to compare

  • v2.0.4 (March 15, 2025)

    1. Property generationConfig was added to the method geminiWithFiles. By this, you can use all properties for generationConfig. Ref You can see the sample scripts at "Use googleSearch for grounding" and "Generate image".

v2.0.2

05 Oct 00:42

Choose a tag to compare

  • v2.0.2 (September 26, 2024)

    1. As the option for generationConfig, the properties response_schema and temperature were added.