[GH-ISSUE #9] Rename model gemini-pro to gemini-2.5-pro #1

Closed
opened 2026-03-03 15:56:44 +03:00 by kerem · 1 comment
Owner

Originally created by @lambui09 on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/mrgoonie/human-mcp/issues/9

i try with

curl --location 'https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent?key="API_KEY"' \
--header 'Content-Type: application/json' \
--data '{"contents":[{"parts":[{"text":"Hello"}]}]}'

response:

{
    "error": {
        "code": 404,
        "message": "models/gemini-pro is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.",
        "status": "NOT_FOUND"
    }
}
Originally created by @lambui09 on GitHub (Oct 21, 2025). Original GitHub issue: https://github.com/mrgoonie/human-mcp/issues/9 i try with ``` curl --location 'https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent?key="API_KEY"' \ --header 'Content-Type: application/json' \ --data '{"contents":[{"parts":[{"text":"Hello"}]}]}' ``` response: ``` { "error": { "code": 404, "message": "models/gemini-pro is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.", "status": "NOT_FOUND" } } ```
kerem closed this issue 2026-03-03 15:56:44 +03:00
Author
Owner

@mrgoonie commented on GitHub (Oct 21, 2025):

Shoud be fixed in this PR: https://github.com/mrgoonie/human-mcp/pull/10

<!-- gh-comment-id:3426138788 --> @mrgoonie commented on GitHub (Oct 21, 2025): Shoud be fixed in this PR: https://github.com/mrgoonie/human-mcp/pull/10
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/human-mcp#1
No description provided.