Cannot get woriking with Mistral AI #991
Replies: 3 comments 1 reply
-
|
Getting connection error is very suspicious. Is there any other error logs around those log lines? |
Beta Was this translation helpful? Give feedback.
-
|
I was trying to do this and was having a very similar issue (my errors included 401s). Setting the model name to "mistral-small" instead of "mistral-small-latest" resolved it. Hope it helps you. Update: Upon further testing the free models only work without the "-latest", while the paid models only work when you include it. Funny stuff. |
Beta Was this translation helpful? Give feedback.
-
|
As of July 2026, The above setting works for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, spend a lot of time trying to get working with Mistral AI (free models).
I use docker with the following config:
First I have received timeout errors. After changing job-timeout variable I received the following error:
2025-02-07T07:57:55.908Z error: [inference][128] inference job failed: Error: Connection error.
Error: Connection error.
I've tested connection to api with the same key, link and model name via python openai library, everything works fine (no problems with connection, or invalid credentials).
Any help will be appreciated
Beta Was this translation helpful? Give feedback.
All reactions