Fabric & Gemini 1.5 Pro #637
Answered
by
snafu4
GhiathTheDev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Try adding ‘models/‘ to the front of your model name to match listmodels output.
…On Jun 22, 2024 at 2:44 PM -0400, Ghiath Al-Qaisi ***@***.***>, wrote:
Hi,
I have install Fabric in my Debian machine and provided the Gemini-API key during the setup. When i try to execute a Fabric pattern, I'm getting the following error message:
Error: Error code: 404 - {'error': {'message': 'The model gemini-1.5-pro:latest does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
Even though the --listmodel command shows the following models available:
GPT Models:
gpt-3.5-turbo
gpt-3.5-turbo-0125
gpt-3.5-turbo-1106
gpt-3.5-turbo-16k
gpt-3.5-turbo-instruct
gpt-3.5-turbo-instruct-0914
Local Models:
Claude Models:
Google Models:
models/gemini-1.0-pro
models/gemini-1.0-pro-001
models/gemini-1.0-pro-latest
models/gemini-1.0-pro-vision-latest
models/gemini-1.5-flash
models/gemini-1.5-flash-001
models/gemini-1.5-flash-latest
models/gemini-1.5-pro
models/gemini-1.5-pro-001
models/gemini-1.5-pro-latest
models/gemini-pro
models/gemini-pro-vision
What I'm missing or doing wrong?
Thank for all your help in advance :)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GhiathTheDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have install Fabric in my Debian machine and provided the Gemini-API key during the setup. When i try to execute a Fabric pattern, I'm getting the following error message:
Error: Error code: 404 - {'error': {'message': 'The model
gemini-1.5-pro:latestdoes not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
Even though the --listmodel command shows the following models available:
GPT Models:
gpt-3.5-turbo
gpt-3.5-turbo-0125
gpt-3.5-turbo-1106
gpt-3.5-turbo-16k
gpt-3.5-turbo-instruct
gpt-3.5-turbo-instruct-0914
Local Models:
Claude Models:
Google Models:
models/gemini-1.0-pro
models/gemini-1.0-pro-001
models/gemini-1.0-pro-latest
models/gemini-1.0-pro-vision-latest
models/gemini-1.5-flash
models/gemini-1.5-flash-001
models/gemini-1.5-flash-latest
models/gemini-1.5-pro
models/gemini-1.5-pro-001
models/gemini-1.5-pro-latest
models/gemini-pro
models/gemini-pro-vision
What I'm missing or doing wrong?
Thank for all your help in advance :)
Beta Was this translation helpful? Give feedback.
All reactions