We are glad to announce the immediate availability of Pixtral Large, a model with excellent vision and text capabilities that was released just three weeks ago by Mistral AI. Moreover, with new and more capable models being released almost every month, we have made an important enhancement to how API calls are handled by SCRP-Chat with the introduction of stable model names.

Pixtral Large

Pixtral Large is a 123-billion parameter model with vision and text capabilities. In our internal tests, it pushes the performance boundaries of open-weight models to a new height, being able to answer challenging text questions, read conplex tables and conduct information extraction. It also has vastly superior Chinese capabilities to our previous default model, Llama 3.1 70B.

Generation speed: up to 30 token/sec.

Stable Model Names

To ensure that API calls are not interrupted as models get updated or replaced, we now provide two sets of model names:

  • Stable Model Name: Use this name if you want to ensure your request is handled by a model, even if the specific version of model you used previously is no longer supported. E.g. text-large will always be handled by our most capable model, but the specific model used might change as new models become available.
  • Original Model Name: use this name if you want to make sure your request is handled by the specific model. E.g. mistralai/Pixtral-Large-Instruct-2411 will only use that specific model, and will return error if the model is no longer supported.