|
94 | 94 | "* ### Mistral Small 3.1 (25.03)\n", |
95 | 95 | "Mistral Small 3.1 (25.03) is the enhanced version of Mistral Small 3, featuring multimodal capabilities and an extended context length of up to 128k.\n", |
96 | 96 | "\n", |
97 | | - "* ### Codestral (25.01)\n", |
| 97 | + "* ### Codestral (25.01) (Deprecated)\n", |
98 | 98 | "A cutting-edge model specifically designed for code generation, including fill-in-the-middle and code completion.\n", |
99 | 99 | "\n", |
100 | | - "* ### Mistral Large (24.11)\n", |
| 100 | + "* ### Mistral Large (24.11) (Deprecated)\n", |
101 | 101 | "Mistral Large (24.11) is the latest version of the Mistral Large model now with improved reasoning and function calling capabilities.\n", |
102 | 102 | "\n", |
103 | 103 | "\n", |
|
439 | 439 | "source": [ |
440 | 440 | "#### Code generation\n", |
441 | 441 | "\n", |
442 | | - "Mistral Large, Mistral Medium, Codestral 2, Codestral (25.01) support code generation with the Chat Completion operations covered above.\n", |
| 442 | + "Mistral Medium and Codestral 2 support code generation with the Chat Completion operations covered above.\n", |
443 | 443 | "\n", |
444 | | - "With Codestral 2 and Codestral (25.01), you can also do Fill-in-the-middle operations." |
| 444 | + "With Codestral 2, you can also do Fill-in-the-middle operations." |
445 | 445 | ] |
446 | 446 | }, |
447 | 447 | { |
|
477 | 477 | }, |
478 | 478 | "outputs": [], |
479 | 479 | "source": [ |
480 | | - "MODEL = \"codestral-2\" # Use codestral-2501 for Codestral (25.01)\n", |
| 480 | + "MODEL = \"codestral-2\"\n", |
481 | 481 | "SELECTED_MODEL_VERSION = \"\"\n", |
482 | 482 | "\n", |
483 | 483 | "PAYLOAD = {\n", |
|
507 | 507 | }, |
508 | 508 | "outputs": [], |
509 | 509 | "source": [ |
510 | | - "MODEL = \"codestral-2\" # Use codestral-2501 for Codestral (25.01)\n", |
| 510 | + "MODEL = \"codestral-2\"\n", |
511 | 511 | "SELECTED_MODEL_VERSION = \"\"\n", |
512 | 512 | "\n", |
513 | 513 | "# Get the access token\n", |
|
942 | 942 | "source": [ |
943 | 943 | "#### Code generation\n", |
944 | 944 | "\n", |
945 | | - "Mistral Large, Mistral Medium, Codestral 2 and Codestral (25.01) support code generation with the Chat Completion operations covered above.\n", |
| 945 | + "Mistral Medium and Codestral 2 support code generation with the Chat Completion operations covered above.\n", |
946 | 946 | "\n", |
947 | | - "With Codestral 2 and Codestral (25.01), you can also do Fill-in-the-middle operations." |
| 947 | + "With Codestral 2, you can also do Fill-in-the-middle operations." |
948 | 948 | ] |
949 | 949 | }, |
950 | 950 | { |
|
977 | 977 | " access_token=access_token, region=LOCATION, project_id=PROJECT_ID\n", |
978 | 978 | ")\n", |
979 | 979 | "\n", |
980 | | - "MODEL = \"codestral-2\" # Use codestral-2501 for Codestral (25.01)\n", |
| 980 | + "MODEL = \"codestral-2\"\n", |
981 | 981 | "MODEL_VERSION = \"\"\n", |
982 | 982 | "\n", |
983 | 983 | "try:\n", |
|
0 commit comments