|
I happen to have an API key for mistral, and I would like to test OpenNotebook only with mistral models for now. Basic functionality works, but I couldn't figure out how to get TTL working. While I do see some mistral-ttl models in a list of available models, I could not use any of them in open notebook configuration. More generally: which mistral models are recommended (or at least known to work) for which of the functions? |
Replies: 4 comments 6 replies
|
For a Mistral-only setup, use one The UI gotcha: A reasonable Mistral-only starting set is:
After registering, go to Default Model Assignments and set each default explicitly. The connection test using If my answer solved your problem, you can click answered the question. I'm really here to help, and along the way I'm also collecting Galaxy Brain badges haha 😆 |
|
For a current Mistral-only setup, one Mistral credential can provide all four modalities supported by Open Notebook: The model classifier currently recognizes:
Use Discover Models, register models under the appropriate modality, then set each required default model explicitly. I assume “TTL” in the question means TTS. Open Notebook does not currently maintain a list of recommended Mistral language-model IDs because the provider catalog changes independently of the project. Use the current Mistral catalog and choose based on quality, context, latency, and cost. The earlier community response correctly identified the supported modalities, but its dated model recommendations should not be treated as a maintained compatibility list. |






For a current Mistral-only setup, one Mistral credential can provide all four modalities supported by Open Notebook:
language,embedding,speech_to_text, andtext_to_speech.The model classifier currently recognizes:
mistral-embed;voxtral-mini-latestandvoxtral-small-latest;voxtral-mini-tts;Use Discover Models, register models under the appropriate modality, then set each required default model explicitly. I assume “TTL” in the question means TTS.
Open Notebook does not currently maintain a list of recommended Mistral language-model IDs because the provider catalog ch…