-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy pathlingo.d.ts
More file actions
742 lines (741 loc) · 88 KB
/
Copy pathlingo.d.ts
File metadata and controls
742 lines (741 loc) · 88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
// Generated by lingo - do not edit
export {};
declare module "@lingo.dev/react" {
interface LingoMessages {
" - BF16 & Full Context:": { context: "Label for BF16 memory at full context length" };
" - FP4 & 1/4 context:": { context: "Label for FP4 memory at quarter context length" };
" - FP4 & 16k context:": { context: "Label for FP4 memory at 16k context length" };
" - FP8 & 1/2 Context:": { context: "Label for FP8 memory at half context length" };
" (alias)": { context: "Suffix marking an API model identifier as an alias" };
"¿Meow? Page not found.": { context: "Playful not-found page heading" };
"(fill-in-the-middle)": { context: "Expansion of the FIM acronym" };
"(optical character recognition)": { context: "Expansion of the OCR acronym" };
"(retrieval-augmented generation)": { context: "Expansion of the RAG acronym" };
"(tool use)": { context: "Alternate term for Function calling" };
"{cookbookTitle} - Mistral AI Cookbook": { values: { cookbookTitle: string | number }; context: "Page title for a developer cookbook" };
"{count} results": { values: { count: string | number }; context: "Heading showing the number of search results" };
"{modelName} - Mistral AI": { values: { modelName: string | number }; context: "Page title for an AI model" };
"{modelName} weights": { values: { modelName: string | number }; context: "Link text naming an AI model followed by \"weights\"" };
"{name} input": { values: { name: string | number }; context: "Tooltip for an input modality" };
"{name} output": { values: { name: string | number }; context: "Tooltip for an output modality" };
"{time} to complete": { values: { time: string | number }; context: "Estimated time to finish a quickstart" };
"/1000 Annotated Pages": { context: "Price denominator suffix meaning \"per 1000 annotated pages\" (OCR models with annotations)" };
"/1000 Pages": { context: "Price denominator suffix meaning \"per 1000 pages\" (OCR models)" };
"/M Chars": { context: "Pricing unit meaning \"per million characters\"" };
"/M Tokens": { context: "Pricing unit meaning \"per million tokens\"" };
"/Min": { context: "Price denominator suffix meaning \"per minute\" (audio models)" };
"→ Free mode": { context: "Cross-reference label from Scale plan to Free mode" };
"→ Scale plan": { context: "Cross-reference label from Free mode to Scale plan" };
"→ Token": { context: "Cross-reference label from Context window to Token" };
"A 12B model with image understanding capabilities in addition to text.": { context: "Full description of an AI model" | "Short description of an AI model" };
"A 24B text model, open source model that excels at SWE use cases.": { context: "Short description of an AI model" };
"A 24B text model, open source model that excels at using tools to explore codebases, editing multiple files and power software engineering agents.": { context: "Full description of an AI model" };
"A capability that lets the model request execution of external functions or APIs mid-conversation. Your application executes the function and returns the result, allowing the model to incorporate real-world data into its response.": { context: "Definition of the Function calling glossary term" };
"A code generation mode where the model generates text based on both preceding (prefix) and following (suffix) context. Used for mid-function completion in IDEs. Available in Codestral.": { context: "Definition of the FIM glossary term" };
"A coding dedicated model using a mamba 2 architecture for research purposes under an open license.": { context: "Full description of an AI model" };
"A coding dedicated model using a mamba 2 architecture for research purposes.": { context: "Short description of an AI model" };
"A conversational interface to your codebase, right in the terminal. Reference files with @, run shell commands with !, and use slash-command skills to automate common workflows.": { context: "Detailed description of the Terminal Agent feature" };
"A finetuned Small model trained on meticulously curated datasets from across the Middle East and South Asia.": { context: "Full description of an AI model" };
"A finetuned Small model trained on meticulously curated datasets.": { context: "Short description of an AI model" };
"A large open MoE model competing with much larger dense models.": { context: "Full description of an AI model" | "Short description of an AI model" };
"A list of all our available models, helping you explore their capabilities, performance, trade-offs, and more.": { context: "Introductory description of the AI model catalog" };
"A math dedicated model for research purposes under an open license.": { context: "Full description of an AI model" };
"A math dedicated model for research purposes.": { context: "Short description of an AI model" };
"A mini version of our first audio input model.": { context: "Full description of an AI model" | "Short description of an AI model" };
"A minor update to our first open model.": { context: "Full description of an AI model" | "Short description of an AI model" };
"A model that is at the cutting edge of technology for enterprise use.": { context: "Tooltip explaining the Premier AI model tier" };
"A new leader in the small models category with image understanding capabilities, released March 2025.": { context: "Full description of an AI model" };
"A new leader in the small models category with image understanding capabilities.": { context: "Short description of an AI model" };
"A parameter (0.0 - 1.0) that controls output randomness. Lower values (0.2) produce focused, deterministic output. Higher values (0.8) produce more varied and creative output. Set to 0 for tasks where consistency and reproducibility are critical.": { context: "Definition of the Temperature glossary term" };
"A powerful and efficient model offering best-in-class text and vision capabilities. ": { context: "Short description of an AI model" };
"A powerful model offering best-in-class text and vision capabilities. ": { context: "Short description of an AI model" };
"A powerfull model with open weights under a MRL license, competing agains SOTA much larger models.": { context: "Full description of an AI model" };
"A powerfull model with open weights under a MRL license.": { context: "Short description of an AI model" };
"A prototype model, designed to be brief and concise.": { context: "Full description of an AI model" | "Short description of an AI model" };
"A response delivery mode where tokens are sent as they are generated rather than as a single complete response. Reduces perceived latency in interactive applications such as chat interfaces.": { context: "Definition of the Streaming glossary term" };
"A secure Python sandbox available inside Vibe (Chat mode for Python, with a TypeScript code environment in Work mode). Upload datasets to explore data, generate charts, and automate data transformations without leaving your browser.": { context: "Detailed description of the Code Interpreter feature" };
"A small efficient and powerfull 24B open model for personal or commercial use.": { context: "Full description of an AI model" | "Short description of an AI model" };
"A specialized model designed for creative writing and dynamic character interaction.": { context: "Short description of an AI model" };
"A state-of-the-art, open-weight, general-purpose multimodal model.": { context: "Short description of an AI model" };
"A technique that improves factual accuracy by retrieving relevant documents from an external knowledge base and including them in the prompt context. Reduces hallucinations and enables models to answer from proprietary or up-to-date data.": { context: "Definition of the RAG glossary term" };
"A tiny and efficient model offering best-in-class text and vision capabilities. ": { context: "Short description of an AI model" };
"A visual lab to experiment with system prompts, user messages, and generation parameters (like Temperature and Top-P). Test prompts side-by-side across different Mistral models instantly.": { context: "Detailed description of the Playground feature" };
"Ability to dedicate time regularly to ambassador activities and community engagement.": { context: "Description of a requirement for joining the Mistral ambassador program" };
"About us": { context: "Footer link to company information" };
"Access": { context: "Keyword tag for the User Management feature" };
"Activate Studio and generate an API key": { context: "Quickstart title about activating Studio and generating an API key" };
"Activate Studio in Free mode and generate your first API key.": { context: "Quickstart description about activating Studio and generating an API key" };
"Active": { context: "Status label for an AI model that is currently available" };
"ACTIVE": { context: "Row label for active mixture-of-experts parameters" };
"Active participation in AI/ML communities through forums, social media, or open source contributions.": { context: "Description of a requirement for joining the Mistral ambassador program" };
"Actively participate in community discussions and help fellow developers with Mistral AI questions.": { context: "Description of a Mistral ambassador responsibility" };
"Additional Info": { context: "Section heading for additional AI model metadata" };
"Admin": { context: "Alt text for the Admin section logo" | "Heading for admin documentation" | "Name of the Mistral admin console" | "Navigation label for the admin console" | "Product name on the discover-our-platform card on the home page" | "Top navigation label for admin docs" };
"Admin Panel": { context: "Title of a documentation card about Admin Panel" };
"Admin documentation": { context: "Title of the Admin documentation link on the quickstart doc-links row" };
"Advanced AI capabilities": { context: "Short title for a featured cookbook topic" };
"Agent": { context: "Glossary term for an AI agent" };
"Agents": { context: "Keyword tag for the Agents & Skills feature" | "Topic label for AI agents" };
"Agents & Conversations": { context: "Name of an API feature supported by an AI model" };
"Agents & Skills": { context: "Name of a Mistral platform feature" };
"Agents API": { context: "Name of a Mistral platform feature" };
"AI Ambassador program": { context: "Second half of the page title for the Mistral ambassador program" };
"AI Development": { context: "Topic area for a Mistral ambassador" };
"AI Solutions": { context: "Footer link to AI solutions" };
"All": { context: "Quickstarts filter label for all categories" };
"All ({count})": { values: { count: string | number }; context: "Filter tab on the cookbooks table that clears all filters; shows the total cookbook count" };
"All IDs:": { context: "Tooltip heading for all API model identifiers" };
"All our documentation in your hands: build, customize, and deploy AI, your way.": { context: "Subtitle for the documentation home page" };
"All users: chat in the web app, code in the terminal or editor": { context: "Intended audience for the Vibe product" };
"Alternative": { context: "Table heading for the replacement AI model" };
"Ambassadors": { context: "Footer link to the Mistral ambassador community" | "Footer link to the Mistral ambassador program" | "Heading for the Mistral ambassador program" };
"Ambassadors will receive early invites and access to our events and will have a dedicated channel on Discord and Slack to engage with Mistral team members and fellow Ambassadors.": { context: "Description of a Mistral ambassador program benefit" };
"An AI assistant configured with specific instructions, tools, and an optional knowledge base. Agents behave consistently across conversations and can be shared across a team. In Vibe, the equivalent feature in Work is called a Skill. Agents are still available in Chat (Vibe's legacy mode), and can be built programmatically via the Agents API in Studio.": { context: "Definition of the Agent glossary term" };
"An efficient audio input model, pre-trained and optimized for live transcription purposes only.": { context: "Full description of an AI model" };
"An efficient audio input model, pre-trained and optimized for live transcription purposes.": { context: "Short description of an AI model" };
"An efficient audio input model, pre-trained and optimized for transcription purposes only.": { context: "Full description of an AI model" };
"An efficient audio input model, pre-trained and optimized for transcription purposes.": { context: "Short description of an AI model" };
"An enterprise grade small model for efficiency.": { context: "Full description of an AI model" | "Short description of an AI model" };
"An enterprise grade text model, that excels at SWE use cases.": { context: "Short description of an AI model" };
"An enterprise grade text model, that excels at using tools to explore codebases, editing multiple files and power software engineering agents.": { context: "Full description of an AI model" };
"An experimental specialized small model trained on meticulously curated data, designed for creative writing, narrative generation, roleplay and character-driven dialog, general-purpose instruction following and conversational agents.": { context: "Full description of an AI model" };
"An instruction at the start of a conversation that shapes model behavior throughout the session. Defines persona, output format, constraints, and context. Not shown to end users, but consumes tokens toward the context window limit.": { context: "Definition of the System prompt glossary term" };
"An integrated writing and coding surface. Vibe generates text, code, or presentations and lets you collaboratively refine and edit the AI's output in real time.": { context: "Detailed description of the Canvas feature" };
"An isolated environment within a Mistral organization. Each workspace has its own API keys, usage metrics, and billing bucket. Use workspaces to separate development and production, or to isolate usage and spending by team or project.": { context: "Definition of the Workspace glossary term" };
"An Open Weight model that is available to the public.": { context: "Tooltip explaining open weights" };
"An update to our efficient small model with open weights under an MRL license.": { context: "Full description of an AI model" | "Short description of an AI model" };
"An update to our first open model with better context.": { context: "Full description of an AI model" | "Short description of an AI model" };
"An update to our open source model that excels at SWE use cases.": { context: "Short description of an AI model" };
"An update to our open source model that excels at using tools to explore codebases, editing multiple files and power software engineering agents. Learn more in our [blog post](https://mistral.ai/news/devstral-2507)": { context: "Full description of an AI model" };
"An update to our previous small model, released June 2025.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Analysis": { context: "Keyword tag for the Document Intelligence feature" };
"Analyze a dataset": { context: "Quickstart title about analyzing data in Vibe Work" };
"Analyze data": { context: "Quickstart title about analyzing data in Vibe Work" };
"Annotations - Structured": { context: "Name of an AI model API feature: structured annotations for OCR" };
"API": { context: "Glossary category label" | "Keyword tag for the Agents API feature" | "Table heading for the AI model API identifier" | "Top navigation label for the API reference" };
"API Keys": { context: "Name of a Mistral platform feature" | "Title of a documentation card about API Keys" };
"API Reference": { context: "Title of a documentation card about API Reference" };
"API Specs": { context: "Page title for API specifications" };
"API UPDATED": { context: "Changelog entry badge indicating an API change" };
"Applications are open on a rolling basis. If selected, you will be contacted to discuss next steps and possibly participate in an interview with additional questions.": { context: "Explanation that ambassador applications are open" };
"Apply": { context: "Heading for applying to the Mistral ambassador program" };
"Apply to join the team": { context: "Heading for the ambassador application section" };
"Approximate minimum required GB for different quantization formats.": { context: "Intro text for minimum GPU memory by quantization format" };
"As our Mistral AI community continues to grow, we are looking for Mistral experts who are passionate about our models and offerings, and who are committed to giving back to the community and supporting fellow members.": { context: "Description of the Mistral ambassador program" };
"Assistants": { context: "Keyword tag for the Custom Agents feature" };
"Audio": { context: "Label for an AI model capability: audio input/output" };
"Audit Logs": { context: "Name of a Mistral platform feature" };
"Auth": { context: "Keyword tag for the API Keys feature" };
"Automatic model updates": { context: "Feature of the SaaS deployment option" };
"Automation": { context: "Keyword tag for the Agents & Skills feature" };
"Autonomous web research & reporting": { context: "Short description of the Deep Research feature" };
"Back Office": { context: "Title of a documentation card about Back Office" };
"Basic": { context: "Label for an AI model capability rating" };
"Batch": { context: "Topic label for batch API processing" };
"Batching": { context: "Name of an AI model API feature: batch request processing" };
"BBox Extraction": { context: "Name of an AI model API feature: bounding-box extraction for OCR" };
"benefits": { context: "Heading for ambassador program benefits" };
"Best For": { context: "Label for the best-fit use case" };
"Best practices": { context: "Title of a navigation card to AI model best practices" };
"Public Preview": { context: "Heading for Public Preview API endpoints" };
"Billing": { context: "Glossary category label" };
"Billing & Limits": { context: "Name of a Mistral platform feature" };
"Billing & Usage": { context: "Title of a documentation card about Billing & Usage" };
"Blog": { context: "Link to the AI model announcement blog post" };
"Both deployment options expose a compatible REST API. Applications built against Studio can be pointed at a VPC instance with only a base URL change.": { context: "Explanation of the two AI model deployment options" };
"Brand": { context: "Footer link to brand assets" };
"Brand Guidelines": { context: "Menu item linking to brand guidelines" };
"Browse the documentation for each product. Feature guides, configuration options, and integration patterns.": { context: "Intro text for product documentation links" };
"Browsing": { context: "Keyword tag for the Deep Research feature" };
"Budgets": { context: "Keyword tag for the Billing & Limits feature" };
"BUILD": { context: "Footer heading for products used to build with Mistral" };
"Build a workflow": { context: "Quickstart title about building a workflow" };
"Build an agent with tools": { context: "Quickstart title about build an agent with tools quickstart (used as browser tab title and on" | "Quickstart title about building an AI agent with tools" };
"Build custom agents with system prompts and reusable slash-command skills. Automate repetitive workflows like code review, test generation, and documentation updates.": { context: "Detailed description of the Agents & Skills feature" };
"Build with chat completions, agents, RAG, and more.": { context: "Description of the Studio & API documentation link on the quickstart doc-links row" };
"Build with Mistral models using the API, SDKs, and code examples.": { context: "Subtitle for developer documentation" };
"Build with step-by-step code walkthroughs for RAG, function calling, fine-tuning, and other integration patterns.": { context: "Description of a documentation card about Cookbooks" };
"Build with the Mistral API, from your first request to agents and RAG.": { context: "Subtitle under the Developer heading on the Developer quickstart role selector" };
"Build, test, and deploy AI applications with the Mistral API.": { context: "Subtitle describing the Studio product" };
"Built-In Tools": { context: "Name of an API feature supported by an AI model" };
"Burn down existing cloud commits": { context: "Feature of the private cloud deployment option" };
"Canvas": { context: "Name of a Mistral platform feature" };
"Caps": { context: "Keyword tag for the Billing & Limits feature" };
"Careers": { context: "Footer link to job openings" };
"Caution": { context: "Admonition callout label for caution warnings" };
"Centrally administer your organization. Invite team members, enforce secure Admin/Billing/Member roles, and allocate paid seats for premium products like Vibe Team and Mistral Code.": { context: "Detailed description of the User Management feature" };
"Change language": { context: "Accessible label for switching language" };
"Changelog": { context: "Main heading for product and API changelogs" };
"Changelogs": { context: "Title of a documentation card about Changelogs" };
"Charts": { context: "Keyword tag for the Code Interpreter feature" };
"Chat": { context: "Name of a Mistral platform feature" };
"Chat Completions": { context: "Name of an API feature supported by an AI model" };
"Chat Moderations": { context: "Name of an AI model API feature: chat-scoped content moderation" };
"Choose a quickstart to begin.": { context: "Intro text for quickstarts" };
"Choose a quickstart to begin. A commercial license is required for on-premise deployments.": { context: "Intro text for self-hosted quickstarts" };
"Choose a quickstart to begin. Each guide walks you through a key admin task.": { context: "Intro text for admin quickstarts" };
"Choose a quickstart to begin. We recommend starting with your first API request if you have not generated an API key yet.": { context: "Intro text for developer quickstarts" };
"Choose the right model based on task requirements, latency constraints, and cost targets.": { context: "Description of the navigation card to the model selection guide" };
"Clear search": { context: "Button that clears the current search query in the feature-table empty state" };
"CLI": { context: "Keyword tag for the Terminal Agent feature" };
"Close": { context: "Command palette hint for closing search" | "Command to close the current tab" };
"Cloud partner": { context: "Value for the \"Managed By\" field of the VPC deployment option" };
"Cloud private (VPC)": { context: "Name of the private cloud deployment option" };
"Code": { context: "Keyword tag for the Canvas feature" };
"Code generation tools": { context: "Short title for a featured cookbook topic" };
"Code Interpreter": { context: "Name of a Mistral platform feature" };
"Collaboration": { context: "Topic area for a Mistral ambassador" };
"Command Palette": { context: "Screen-reader-only title of the Cmd-K command palette dialog" };
"Commitment": { context: "Criterion used to evaluate ambassador applications" };
"Communication Skills": { context: "Requirement for joining the Mistral ambassador program" };
"Community": { context: "Topic area for a Mistral ambassador" };
"COMMUNITY": { context: "Footer heading for community links" };
"Community Building": { context: "Topic area for a Mistral ambassador" };
"Community Involvement": { context: "Requirement for joining the Mistral ambassador program" };
"Community Support": { context: "Responsibility of a Mistral ambassador" };
"Compare": { context: "Label for comparing an AI model with others" };
"Compare our products": { context: "Call to compare Mistral products on the platform overview page" };
"Compare specifications and benchmarks, find the right model for your task, and learn how to deploy across cloud providers.": { context: "Intro text for model-related documentation links" };
"Complete Mistral AI API Specifications": { context: "Meta description for API specifications" };
"Compliance": { context: "Keyword tag for the Audit Logs feature" };
"Compliance & usage tracking": { context: "Short description of the Audit Logs feature" };
"Concepts": { context: "Glossary category label" };
"Configure SSO": { context: "Quickstart title about configure SSO quickstart (used as browser tab title and on" | "Quickstart title about configuring SSO" };
"Contact us": { context: "Footer link to contact the company" };
"Contact Us": { context: "Heading for requesting access to model weights" };
"Content Creation": { context: "Responsibility of a Mistral ambassador" };
"Contents": { context: "Heading for the table of contents" };
"Context": { context: "Keyword tag for the Memories & Libraries feature" | "Label for an AI model context window" };
"Context window": { context: "Glossary term for an AI model context limit" };
"Context window size in tokens. This is the maximum number of input plus output tokens the model can process at once.": { context: "Explanation of an AI model context window" };
"Contribute": { context: "Call to contribute a developer cookbook" };
"Conversational AI interface": { context: "Short description of the Chat feature" };
"Conversational coding in your terminal": { context: "Short description of the Terminal Agent feature" };
"Cookbook Not Found": { context: "Not found message for a developer cookbook" };
"Cookbooks": { context: "Footer link to developer cookbooks" | "Title of a documentation card about Cookbooks" };
"Cookbooks - Mistral AI": { context: "Page title for the developer cookbooks index" };
"Copied!": { context: "Confirmation that the Markdown copy succeeded" | "Confirmation that the section URL was copied" };
"Copy": { context: "Compact command to copy a section URL" };
"Copy code to clipboard": { context: "Accessible label for copying code" };
"Copy link": { context: "Command to copy a heading URL" };
"Copy link to this heading": { context: "Accessible label for copying a heading URL" };
"Copy Logo as SVG": { context: "Right-click menu item on the Mistral logo that copies the SVG source to the clipboard" };
"Copy markdown": { context: "Accessible label for copying the current page as Markdown" | "Command to copy the current page as Markdown" };
"Copy section link": { context: "Accessible label for copying a section URL" | "Command to copy a section URL" };
"Create AI assistants for specific workflows. Define custom system instructions, attach tools (like MCP connectors), link knowledge bases, and share them securely with your team.": { context: "Detailed description of the Custom Agents feature" };
"Create isolated workspaces, generate keys, and set usage limits.": { context: "Quickstart description about managing workspaces and API keys" };
"Create a reusable Prompt": { context: "Quickstart title about creating a reusable Prompt in Studio" };
"Create a Skill in Studio": { context: "Quickstart title about creating a Skill in Studio" };
"Create tutorials, blog posts, or other educational content showcasing Mistral AI capabilities.": { context: "Description of a Mistral ambassador responsibility" };
"Create your first Skill": { context: "Quickstart title about creating a first Skill in Vibe Work" };
"Create your organization": { context: "Quickstart title about create your organization quickstart (used as browser tab title and on" | "Quickstart title about creating an organization" };
"Create, rotate, and revoke API keys across workspaces.": { context: "Description of a documentation card about API Keys" };
"Creative writing assistant": { context: "Short title for a featured cookbook topic" };
"Cross-conversation context storage": { context: "Short description of the Memories & Libraries feature" };
"Custom Agents": { context: "Name of a Mistral platform feature" };
"Custom agents with reusable skills": { context: "Short description of the Agents & Skills feature" };
"Customizable AI assistants": { context: "Short description of the Custom Agents feature" };
"Danger": { context: "Admonition callout label for danger warnings" };
"Data": { context: "Keyword tag for the Code Interpreter feature" };
"Data analysis helper": { context: "Short title for a featured cookbook topic" };
"Data Location": { context: "Label for where deployment data is hosted" };
"Data never leaves your VPC": { context: "Feature of the private cloud deployment option" };
"Data Privacy Controls": { context: "Name of a Mistral platform feature" };
"Data stays in your VPC; use existing cloud credits": { context: "Value for the \"Best For\" field of the VPC deployment option" };
"Datasets": { context: "Keyword tag for the Evaluation feature" };
"Deep Research": { context: "Name of a Mistral platform feature" };
"Default Studio API access. No credit card required. Conservative rate limits suitable for evaluation and prototyping.": { context: "Definition of the Free mode glossary term" };
"Define tools, let the model call functions, and return real-world data.": { context: "Quickstart description about building an agent with tools" };
"Demonstrated experience with AI/ML technologies and familiarity with Mistral AI models.": { context: "Description of a requirement for joining the Mistral ambassador program" };
"Deploy a custom model": { context: "Quickstart title about deploying a custom model with Docker" };
"Deploy a model using Docker and the Mistral Inference Server.": { context: "Quickstart description about deploying a custom model with Docker" };
"Deploy custom agents into production. The Agents API allows developers to programmatically execute workflows where Mistral models autonomously orchestrate external tool calling.": { context: "Detailed description of the Agents API feature" };
"Deploy Mistral models within your existing cloud account via certified partners like AWS, Azure, GCP, or IBM.": { context: "Description of the private cloud deployment option" };
"Deploy models to cloud providers and Mistral Compute.": { context: "Description of the navigation card to AI model deployment docs" };
"Deployment": { context: "Title of a navigation card to AI model deployment docs" };
"Deprecated": { context: "Heading for deprecated API endpoints" | "Status label for an AI model that is being phased out but still available" };
"DEPRECATED": { context: "Changelog entry badge indicating something was deprecated" };
"Deprecation": { context: "Table heading for the AI model deprecation date" };
"Deprecation date": { context: "Deprecation date of an AI model" };
"Describe a project in natural language and let Vibe Code generate the files and structure.": { context: "Quickstart description about scaffolding a project with Vibe Code" };
"Developer": { context: "Role label for a developer using the API" };
"Developers": { context: "Alt text for the Developers section logo" | "Heading for developer documentation" | "Top navigation label for developer docs and resources" };
"Developers & Engineers": { context: "Short audience label for developer-focused products" };
"Developers, data scientists, AI engineers": { context: "Intended audience for the Studio product" };
"Devstral": { context: "Keyword tag for the Terminal Agent feature" };
"Discover Mistral AI technologies capabilities from basic tutorials to advanced use cases": { context: "Introductory description of the developer cookbooks page" };
"Discover our best cookbooks": { context: "Description of featured developer cookbooks" };
"Discover our cookbooks by use case": { context: "Description of browsing cookbooks by topic" };
"Discover our platform": { context: "Heading for the discover our platform section on the home page" };
"Discover the Mistral AI Ambassadors family!": { context: "Meta description for the Mistral ambassador program page" };
"Divide your organization into distinct, secure workspaces. Isolate API keys, projects, and billing groups so that different departments operations never overlap.": { context: "Detailed description of the Workspaces feature" };
"Docs & API": { context: "Navigation label for documentation and API" };
"Document": { context: "Label for an AI model capability: document input/output" };
"Document Intelligence": { context: "Name of a Mistral platform feature" };
"Document QnA": { context: "Name of an AI model API feature: question-answering over documents" };
"Documentation": { context: "Footer link to documentation" };
"DOCUMENTATION": { context: "Footer heading for documentation links" };
"Documentation - Mistral AI": { context: "Page title for the documentation home page" };
"Documentation for the deployment and usage of Mistral AI's LLMs": { context: "Default meta description for the documentation site" };
"Documents": { context: "Keyword tag for the Canvas feature" };
"Domains": { context: "Keyword tag for the Single Sign-On (SSO) feature" };
"Download Logo as SVG": { context: "Right-click menu item on the Mistral logo that downloads the SVG file" };
"Download OpenAPI Spec": { context: "Button to download the OpenAPI specification as YAML" };
"Draft a research report": { context: "Quickstart title about drafting a research report in Vibe Work" };
"Embeddings": { context: "Glossary term for vector embeddings" | "Label for an AI model capability: vector embeddings output" | "Name of an AI model API feature: vector embeddings" };
"Enable Memories to let Vibe retain your preferences across sessions. Build Libraries from uploaded documents to ground the model's responses in your own secure knowledge base.": { context: "Detailed description of the Memories & Libraries feature" };
"Endpoint specifications, client SDKs for every language, and cookbook examples for common integration patterns.": { context: "Intro text for developer documentation links" };
"Evaluation": { context: "Name of a Mistral platform feature" | "Topic label for model evaluation and benchmarking" };
"Event Participation": { context: "Responsibility of a Mistral ambassador" };
"Everyone": { context: "Short audience label for the Vibe product" };
"Examples": { context: "Heading for code examples" };
"Experimental, fast moving, and may offer lower QoS.": { context: "Tooltip explaining the Labs AI model tier" };
"Expertise": { context: "Criterion used to evaluate ambassador applications" };
"Explore": { context: "Heading for admin documentation links" | "Heading for developer documentation links" | "Heading for model-related documentation" | "Heading for product documentation links" };
"EXPLORE": { context: "Footer heading for company offerings and research" };
"Explore by Topics": { context: "Subheading for cookbook topics" };
"Explore the Mistral AI APIs": { context: "Description of Mistral APIs on a cookbook topic card" };
"Explore the Mistral API: endpoints, authentication, request/response schemas, and error handling.": { context: "Description of a documentation card about API Reference" };
"Export": { context: "Keyword tag for the Audit Logs feature" };
"Extracting structured text and images from document files. Mistral OCR processes PDFs and scanned documents, preserving reading order and layout structure.": { context: "Definition of the OCR glossary term" };
"Fast": { context: "Label for an AI model speed rating" };
"Feature preview": { context: "Benefit of the Mistral ambassador program" };
"Featured Cookbooks": { context: "Heading for featured developer cookbooks" | "Subheading for featured developer cookbooks" };
"Featured Models": { context: "Heading for featured AI models" };
"Features": { context: "Heading for supported AI model features" };
"FEATURES": { context: "Section heading for supported API features" };
"Feedback Provider": { context: "Responsibility of a Mistral ambassador" };
"Fill out your application ↗": { context: "Call to apply to the Mistral ambassador program" };
"FIM": { context: "Glossary term for fill-in-the-middle code completion" | "Name of an AI model API feature: Fill-In-the-Middle code completion" };
"Find out about all the latest changes to our tool.": { context: "Meta description for product and API changelogs" };
"Find out about all the latest changes to our tool. You may filter by date and type of release.": { context: "Introductory description of product and API changelogs" };
"Finetuning": { context: "Topic label for model fine-tuning" };
"FIXED": { context: "Changelog entry badge indicating a bug fix" };
"Free credits": { context: "Benefit of the Mistral ambassador program" };
"Free for a limited amount of time.": { context: "Note that the AI model is temporarily free" };
"Free mode": { context: "Glossary term for the default free Studio API access tier" };
"Frontier Models": { context: "Heading for frontier AI models" };
"Full Pricing Page": { context: "Link to full AI model pricing" };
"Fully offline with local models": { context: "Short description of the Local Mode feature" };
"Function calling": { context: "Glossary term for model-initiated tool or API calls" | "Topic label for model tool calling" };
"Function Calling": { context: "Name of an API feature supported by an AI model" };
"GDPR": { context: "Keyword tag for the Data Privacy Controls feature" };
"GDPR & training opt-outs": { context: "Short description of the Data Privacy Controls feature" };
"Generalist": { context: "Label for a general-purpose AI model" | "Label for general-purpose models (used as a heading on the Models Overview page and as a class badge on model cards)" };
"Generate and securely manage programmatic access tokens. API keys are scope-limited to specific workspaces, allowing precise control over which applications can access specific resources.": { context: "Detailed description of the API Keys feature" };
"Genuine passion for Mistral AI.": { context: "Description of a criterion used to evaluate ambassador applications" };
"Getting Started": { context: "Heading for introductory API documentation" | "Top navigation label for getting-started docs" };
"Global availability": { context: "Feature of the SaaS deployment option" };
"Go back to Introduction": { context: "Call to go back to the documentation home page" };
"Go to Admin": { context: "Call to open the admin console" };
"Go to Developers": { context: "Call to open the developer docs section" };
"Go to Homepage": { context: "Right-click menu item on the Mistral logo linking to mistral.ai" };
"Go to next page": { context: "Screen-reader label on the next-page arrow button in the docs pagination footer" };
"Go to Page": { context: "Command palette hint for opening the selected result" };
"Go to previous page": { context: "Screen-reader label on the previous-page arrow button in the docs pagination footer" };
"Go to Products": { context: "Footer CTA link on the Products overview that navigates to the Products section" };
"GPU RAM (GB)": { context: "Row label for minimum GPU memory required" };
"Guardrailing": { context: "Glossary term for output safety and policy controls" };
"Hands-on guides to activate Studio, send your first request, build agents, run RAG, and wire workflows. Most take 15 minutes or less.": { context: "Intro text for developer quickstarts on the developers overview page" };
"Hands-on guides to get you running on each product. Most take 15 minutes or less.": { context: "Intro text for product quickstarts on the products overview page" };
"Hands-on guides to set up your organization, configure SSO, and manage workspaces. Most take 15 minutes or less.": { context: "Intro text for admin quickstarts on the admin overview page" };
"Has previously advocated for Mistral AI.": { context: "Description of a criterion used to evaluate ambassador applications" };
"Home": { context: "Sidebar link at the top of every docs page that returns to the documentation home" };
"Hybrid model unifying instruct, reasoning, and coding in a single efficient model.": { context: "Short description of an AI model" };
"ID": { context: "Row label for a single API model identifier" };
"IDE Integration": { context: "Name of a Mistral platform feature" };
"Identity": { context: "Keyword tag for the Single Sign-On (SSO) feature" };
"IDS": { context: "Row label for multiple API model identifiers" };
"Image": { context: "Label for an AI model capability: image input/output" };
"Inference": { context: "Glossary term for running a trained AI model" };
"INFO": { context: "Section heading for benchmark summary" };
"Information": { context: "Admonition callout label for info-type notes" };
"Inline Edits": { context: "Keyword tag for the Canvas feature" };
"Innovation": { context: "Topic area for a Mistral ambassador" };
"INPUT": { context: "Row label for input token price" | "Row label for supported input types" };
"Input Cost": { context: "Tooltip label for input token price" };
"Install official SDKs for Python, TypeScript, and other languages to integrate Mistral models.": { context: "Description of a documentation card about SDKs" };
"Install the CLI, configure your API key, and send your first prompt from the terminal.": { context: "Quickstart description about installing the Vibe CLI" };
"Install the SDK, set your API key, and get a model response.": { context: "Quickstart description about sending the first API request" };
"Install the Vibe CLI": { context: "Quickstart title about installing the Vibe CLI" };
"Instant access, no infrastructure to manage": { context: "Value for the \"Best For\" field of the SaaS deployment option" };
"Integrate Vibe Code with JetBrains and Zed via the Agent Communication Protocol. Get AI assistance directly in your editor while keeping terminal access.": { context: "Detailed description of the IDE Integration feature" };
"Integrate with internal tools securely": { context: "Feature of the private cloud deployment option" };
"Integration": { context: "Placeholder/label on the \"Integration\" filter tab for the cookbooks table" };
"Interactive prompt & parameter testing": { context: "Short description of the Playground feature" };
"Invite members, assign roles, and control permissions across your organization.": { context: "Description of a documentation card about User Management" };
"Invoices & spending controls": { context: "Short description of the Billing & Limits feature" };
"Isolated team environments": { context: "Short description of the Workspaces feature" };
"Isolation": { context: "Keyword tag for the Workspaces feature" };
"IT & Operations": { context: "Short audience label for the admin console" };
"IT admins, billing managers, organization owners": { context: "Intended audience for the admin console" };
"JetBrains": { context: "Keyword tag for the IDE Integration feature" };
"JetBrains and Zed support": { context: "Short description of the IDE Integration feature" };
"Join our discord ↗": { context: "Call to join the Mistral community on Discord" | "Call to join the Mistral developer community on Discord" };
"Knowledge": { context: "Keyword tag for the Memories & Libraries feature" };
"Knowledge and experience in AI, machine learning, or a related field.": { context: "Description of a criterion used to evaluate ambassador applications" };
"Labs": { context: "Badge for an experimental AI model" };
"Language": { context: "Label above the language switcher in the mobile menu" };
"Language understanding": { context: "Short title for a featured cookbook topic" };
"Latest models": { context: "Heading for the latest models section on the home page" | "Heading for the newest AI models" };
"Learn {cookbookTitle} with practical examples and code snippets using Mistral AI's LLMs.": { values: { cookbookTitle: string | number }; context: "Meta description for a developer cookbook" };
"Learn how to deploy and use Mistral AI's Large Language Models with our comprehensive documentation, guides, and tutorials.": { context: "Meta description for the documentation home page" };
"Learn more": { context: "Button to open the full AI model page" };
"Learn more about this model": { context: "Link to the full AI model page" };
"Legacy Models": { context: "Subheading for legacy AI models" };
"Legacy/Deprecated": { context: "Heading for legacy and deprecated AI models" };
"Legal": { context: "Label for AI model legal terms" };
"LEGAL": { context: "Footer heading for legal information" };
"Legal notice": { context: "Footer link to the legal notice" };
"LICENSE": { context: "Row label for the open-weights license" };
"Local": { context: "Keyword tag for the Local Mode feature" };
"Local Mode": { context: "Name of a Mistral platform feature" };
"Machine Learning": { context: "Topic area for a Mistral ambassador" };
"Maintain a strict, chronological record of organizational events. Track when users are invited, when API keys are generated, and view security events for internal compliance auditing.": { context: "Detailed description of the Audit Logs feature" };
"Manage members, roles & seats": { context: "Short description of the User Management feature" };
"Manage organizations, SSO, billing, and access controls.": { context: "Description of the Admin documentation link on the quickstart doc-links row" };
"Manage workspaces": { context: "Quickstart title about managing workspaces" };
"Manage workspaces & API keys": { context: "Quickstart title about managing workspaces and API keys" };
"Managed By": { context: "Label for who manages the deployment" };
"Managed by the cloud provider": { context: "Feature of the private cloud deployment option" };
"Mandate corporate security policies by connecting Mistral Platform to your existing identity provider via SAML SSO. Includes secure domain name verification to claim organizational domains.": { context: "Detailed description of the Single Sign-On (SSO) feature" };
"Meet our current Ambassadors": { context: "Heading for the list of current Mistral ambassadors" };
"Memories & Libraries": { context: "Name of a Mistral platform feature" };
"minimum requirements": { context: "Heading for ambassador requirements" };
"Ministral 3 14B is the largest model in the Ministral 3 family, offering state-of-the-art capabilities and performance comparable to its larger Mistral Small 3.2 24B counterpart. Optimized for local deployment, it delivers high performance across diverse hardware, including local setups. ": { context: "Full description of an AI model" };
"Ministral 3 3B is the smallest and most efficient model in the Ministral 3 family, offering robust language and vision capabilities in a compact package. Designed for edge deployment, it delivers high performance across diverse hardware, including local setups.": { context: "Full description of an AI model" };
"Ministral 3 8B is a powerful and efficient model in the Ministral 3 family, offering best-in-class text and vision capabilities. Built for edge deployment, it delivers high performance across diverse hardware, including local setups.": { context: "Full description of an AI model" };
"Mistral advocacy": { context: "Criterion used to evaluate ambassador applications" };
"Mistral AI": { context: "Default page title for the documentation site" };
"Mistral AI Cookbooks": { context: "Main heading for the developer cookbooks page" };
"Mistral AI Documentation": { context: "Main heading for the documentation home page" };
"Mistral AI's SaaS API and developer platform at console.mistral.ai. Provides API access, the Studio developer console, and model management tools.": { context: "Definition of the Studio glossary term" };
"Mistral Ambassadors will be part of our early access program, can directly engage with our product teams through feature discussions, and provide valuable feedback to our products.": { context: "Description of a Mistral ambassador program benefit" };
"Mistral Ambassadors will receive free API credits on Studio.": { context: "Description of a Mistral ambassador program benefit" };
"Mistral cloud": { context: "Value for the \"Data Location\" field of the SaaS deployment option" };
"Mistral develops open-weight and commercial large language models. Explore the full lineup, compare benchmarks, and find the right model for your use case.": { context: "Introductory description of Mistral AI models" };
"Mistral Docs": { context: "Site name used in documentation page titles" };
"Mistral Large 3, is a state-of-the-art, open-weight, general-purpose multimodal model with a granular Mixture-of-Experts architecture. It features 41B active parameters and 675B total parameters.": { context: "Full description of an AI model" };
"Mistral's coding mode. CLI, VS Code extension, and remote web sessions to write code with an agent.": { context: "Description of the Vibe Code card on the developers overview" };
"Mistral's unified agent. Runs in three modes: Work (productivity in the web and mobile chat UI at chat.mistral.ai), Code (CLI, VS Code extension, or remote web sessions at code.mistral.ai), and Chat (turn-based mode that preserves legacy Le Chat features such as Agents, Think mode, Deep Research, Code Interpreter, and Memories).": { context: "Definition of the Vibe glossary term" };
"Mistral's unified agent. Work mode for chat-driven productivity, Code mode for the terminal and editor, Chat mode for quick conversations.": { context: "Description of the Vibe product" };
"Mistral's unified agent. Work mode for productivity in the chat UI, Code mode for the terminal and editor, Chat mode for quick conversations.": { context: "Description of the Vibe product" };
"Mobile Menu": { context: "Screen-reader-only title for the mobile navigation dialog" };
"Mobile Menu Links": { context: "Screen-reader-only description for the mobile navigation dialog" };
"Modalities": { context: "Label for supported input and output types" };
"Model": { context: "Table heading for the AI model name" };
"Model Not Found": { context: "Not found message for an AI model page" };
"MODEL RELEASED": { context: "Changelog entry badge indicating a new model was released" };
"Model selection guide": { context: "Title of a navigation card to the model selection guide" };
"Model that excels at using tools to explore codebases, editing multiple files and power software engineering agents.": { context: "Short description of an AI model" };
"Models": { context: "Glossary category label" | "Label for AI models" | "Top navigation label for AI models" };
"Models optimized for specific domains or a given purpose.": { context: "Description of specialist frontier AI models" };
"Models Overview": { context: "Main heading for the page listing all AI models" };
"Moderate": { context: "Label for an AI model capability rating" | "Label for an AI model speed rating" };
"Moderations": { context: "Name of an AI model API feature: content moderation" };
"Monitor token expenditure in real time. Download invoices, update payment methods, and establish strict hard spending caps per workspace to completely prevent unexpected cost overruns.": { context: "Detailed description of the Billing & Limits feature" };
"More pages": { context: "Screen-reader-only label on the \"...\" ellipsis in the pagination UI indicating more pages exist between shown page numbers" };
"Multi-modal": { context: "Keyword tag for the Chat feature" };
"Multilingual": { context: "Keyword tag for the Chat feature" };
"Multimodal": { context: "Topic label for text, image, or audio model input and output" };
"Namespaces": { context: "Keyword tag for the Workspaces feature" };
"Next": { context: "Fallback label on the next-page button in the docs pagination footer when no page title is available" };
"No changelogs available at the moment.": { context: "Message shown when no changelog entries are available" };
"No cookbooks found. Try adjusting your filters or search terms.": { context: "Empty-state shown in the cookbooks table when the active filters and search match nothing" };
"No features found matching": { context: "Prefix before the search query in the feature-table empty state, e.g. 'No features found matching \"foo\"'" };
"No integration found.": { context: "Empty-state text in the Integration filter dropdown on the cookbooks table" };
"No terms found matching \"{query}\"": { values: { query: string | number }; context: "Empty-state message when the glossary search returns no results" };
"No use case found.": { context: "Empty-state text in the Use Case filter dropdown on the cookbooks table" };
"Not Found": { context: "Alt text for the not-found illustration" };
"Note": { context: "Admonition callout label for generic notes" };
"Numerical vector representations of text that encode semantic meaning. Similar text produces similar vectors, enabling similarity search, clustering, and classification. Mistral Embed produces 1024-dimensional vectors.": { context: "Definition of the Embeddings glossary term" };
"OCR": { context: "Glossary term for optical character recognition" | "Name of an AI model API feature: Optical Character Recognition" | "Topic label for optical character recognition" };
"OCR 3": { context: "Keyword tag for the Document Intelligence feature" };
"Offline": { context: "Keyword tag for the Local Mode feature" };
"Older models that have been deprecated or retired.": { context: "Description of deprecated or retired AI models" };
"Open": { context: "Badge for an open-weights AI model" };
"Open in": { context: "Prefix for a link to Google Colab" };
"Open Vibe": { context: "Call to open Vibe" };
"Open Vibe Work, run a multi-step task end-to-end, and review the result.": { context: "Quickstart description about running a first Vibe Work task" };
"Open-source code agent for Lean 4 formal proof engineering.": { context: "Short description of an AI model" };
"Opt-out": { context: "Keyword tag for the Data Privacy Controls feature" };
"Organization setup, security, user management, and billing.": { context: "Subtitle for admin documentation" };
"OTHER": { context: "Changelog entry badge for miscellaneous changes" };
"Other Models": { context: "Heading for other supported AI models" | "Subheading for other supported AI models" };
"Other supported models available.": { context: "Description of other supported AI models" };
"Our best multilingual open source model released July 2024.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Our customers": { context: "Footer link to customer stories" };
"Our cutting-edge language model for code completion released end of July 2025, Codestral specializes in low-latency, high-frequency tasks such as fill-in-the-middle (FIM) and code generation.": { context: "Full description of an AI model" };
"Our cutting-edge language model for code completion released end of July 2025.": { context: "Short description of an AI model" };
"Our cutting-edge language model for coding.": { context: "Short description of an AI model" };
"Our cutting-edge language model for coding. Codestral specializes in low-latency, high-frequency tasks such as fill-in-the-middle (FIM), code correction and test generation.": { context: "Full description of an AI model" };
"Our first and larger SOTA model for enterprise use cases with powerfull chat capabilities.": { context: "Full description of an AI model" };
"Our first and larger SOTA model for enterprise use cases.": { context: "Short description of an AI model" };
"Our first cutting-edge language model for coding and FIM, released under the MNPL license.": { context: "Full description of an AI model" };
"Our first cutting-edge language model for coding and FIM.": { context: "Short description of an AI model" };
"Our first frontier-class multimodal model released November 2024.": { context: "Short description of an AI model" };
"Our first frontier-class multimodal model released November 2024. Learn more in our [blog post](https://mistral.ai/news/pixtral-large/)": { context: "Full description of an AI model" };
"Our first frontier-class reasoning model released June 2025": { context: "Short description of an AI model" };
"Our first frontier-class reasoning model released June 2025. ": { context: "Full description of an AI model" };
"Our first model with audio input capabilities for instruct use cases.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Our first OCR optimized model.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Our first open MoE model, SOTA competing against models up to 2 to 3x larger.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Our first open-source code agent designed for Lean 4, built for formal proof engineering in realistic repositories. 119B parameters with 6.5B active.": { context: "Full description of an AI model" };
"Our first small reasoning model released June 2025.": { context: "Short description of an AI model" };
"Our first small reasoning model released June 2025. Learn more in our [blog post](https://mistral.ai/news/magistral/)": { context: "Full description of an AI model" };
"Our first SOTA enterprise grade model.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Our frontier code agents model for solving software engineering tasks; excels at using tools to explore codebases, editing multiple files and power software engineering agents.": { context: "Full description of an AI model" };
"Our frontier code agents model for solving software engineering tasks.": { context: "Short description of an AI model" };
"Our frontier-class multimodal model optimized for agentic and coding use cases.": { context: "Short description of an AI model" };
"Our frontier-class multimodal model optimized for agentic and coding use cases. Released as open weights under a Modified MIT license.": { context: "Full description of an AI model" };
"Our frontier-class multimodal model released August 2025.": { context: "Short description of an AI model" };
"Our frontier-class multimodal model released August 2025. Improving tone and performance.": { context: "Full description of an AI model" };
"Our frontier-class multimodal model released May 2025.": { context: "Short description of an AI model" };
"Our frontier-class multimodal model released May 2025. Learn more in our [blog post](https://mistral.ai/news/mistral-medium-3/)": { context: "Full description of an AI model" };
"Our frontier-class multimodal reasoning model update of September 2025.": { context: "Full description of an AI model" };
"Our frontier-class multimodal reasoning model.": { context: "Short description of an AI model" };
"Our frontier-class reasoning model released July 2025.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Our latest moderation model with 128k context window and jailbreaking detection.": { context: "Short description of an AI model" };
"Our latest moderation model with 128k context window and jailbreaking detection. Strong performance on complex multilingual data including long multi-turn conversations.": { context: "Full description of an AI model" };
"Our latest OCR service powering our Document AI stack, with native paragraph-level bounding box extraction and structural block labels.": { context: "Full description of an AI model" };
"Our latest OCR service with paragraph-level bounding boxes and structural block labels.": { context: "Short description of an AI model" };
"Our moderation service that enables our users to detect harmful text content": { context: "Full description of an AI model" };
"Our moderation service that enables our users to detect harmful text content.": { context: "Short description of an AI model" };
"Our OCR service powering our Document AI stack that enables our users to extract interleaved text and images": { context: "Full description of an AI model" };
"Our OCR service powering our Document AI stack that enables our users to extract interleaved text and images. OCR 4 is available as the newer model. OCR 3 remains available for existing integrations and production workloads.": { context: "Full description of an AI model" };
"Our OCR service powering our Document AI stack.": { context: "Short description of an AI model" };
"Our OCR service powering our Document AI stack. OCR 4 is available as the newer model. OCR 3 remains available for existing integrations and production workloads.": { context: "Short description of an AI model" };
"Our open source model that excels at using tools to explore codebases, editing multiple files and power software engineering agents.": { context: "Full description of an AI model" };
"Our powerful hybrid model unifying instruct, reasoning, and coding capabilities in a single model. 119B parameters with 6.5B active.": { context: "Full description of an AI model" };
"Our small multimodal reasoning model update of September 2025.": { context: "Full description of an AI model" };
"Our small multimodal reasoning model.": { context: "Short description of an AI model" };
"Our small reasoning model released July 2025.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Our state-of-the-art semantic for extracting representation of code extracts": { context: "Full description of an AI model" | "Short description of an AI model" };
"Our state-of-the-art text-to-speech model with zero-shot voice cloning. Supports 9 languages, streaming with ~90ms time-to-first-audio, and no transcript required for voice prompts.": { context: "Full description of an AI model" };
"Our team will review each application continuously, evaluating candidates based on the following criteria.": { context: "Explanation that ambassador applicants are evaluated against set criteria" };
"Our top-tier large model for high-complexity tasks with the lastest version released November 2024.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Our very first open model, SOTA competing against models up to 2 to 3x larger.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Output": { context: "Tab label for the output/result pane of a multi-language code block" };
"OUTPUT": { context: "Row label for output token price" | "Row label for supported output types" };
"Output Cost": { context: "Tooltip label for output token price" };
"Overview": { context: "Title of a navigation card to the full AI model catalog" };
"Package a repeatable method into a Skill so Work applies the same procedure every time.": { context: "Quickstart description about creating a first Skill in Vibe Work" };
"Package reusable instructions and files into a Skill for repeated tasks.": { context: "Quickstart description about creating a Skill in Studio" };
"Parameters": { context: "Keyword tag for the Playground feature" };
"PARAMETERS": { context: "Row label for total model parameters" };
"Participate in Mistral AI events, webinars, and community gatherings as a representative.": { context: "Description of a Mistral ambassador responsibility" };
"Partners": { context: "Footer link to partners" };
"Passion": { context: "Criterion used to evaluate ambassador applications" };
"Pay-as-you-go API tier. Billed by token consumption. Rate-limit tiers upgrade automatically based on cumulative billing. Suitable for production workloads above Free mode limits.": { context: "Definition of the Scale plan glossary term" };
"Pay-as-you-go or committed throughput": { context: "Feature of the SaaS deployment option" };
"Payments": { context: "Keyword tag for the Billing & Limits feature" };
"PDFs": { context: "Keyword tag for the Document Intelligence feature" };
"Performance": { context: "Keyword tag for the Evaluation feature" | "Label for AI model capability level" };
"PERFORMANCE": { context: "Row label for AI model capability level" };
"Platform": { context: "Glossary category label" };
"Playground": { context: "Heading for the live API request playground" | "Name of a Mistral platform feature" };
"Policies applied at the system level to restrict or shape model output, enforcing content policies, defining permitted output formats, and setting behavioral constraints without modifying the underlying model.": { context: "Definition of the Guardrailing glossary term" };
"Policy": { context: "Keyword tag for the Data Privacy Controls feature" };
"Powerful edge model with extremely high performance/price ratio.": { context: "Short description of an AI model" };
"Powerful edge model with extremely high performance/price ratio. Learn more in our [blog post](https://mistral.ai/news/ministraux/)": { context: "Full description of an AI model" };
"Predicted Outputs": { context: "Name of an API feature supported by an AI model" };
"Prefix": { context: "Name of an API feature supported by an AI model" | "Topic label for prefix-based generation" };
"Premier": { context: "Badge for a top-tier commercial AI model" };
"Previous": { context: "Fallback label on the previous-page button in the docs pagination footer when no page title is available" };
"Price": { context: "Label for AI model pricing" };
"Privacy": { context: "Keyword tag for the Local Mode feature" };
"Privacy Choices": { context: "Button to manage cookie privacy choices" };
"Privacy policy": { context: "Footer link to the privacy policy" };
"Production": { context: "Keyword tag for the Agents API feature" };
"Productivity in Work, coding in Code, legacy features in Chat.": { context: "Description of the Vibe documentation link on the quickstart doc-links row" };
"Products": { context: "Alt text for the Products section logo" | "Heading for product documentation" | "Top navigation label for Mistral products" };
"Programmatic agent execution": { context: "Short description of the Agents API feature" };
"Projects": { context: "Keyword tag for the Workspaces feature" };
"Prompt engineering, sampling parameter tuning, and evaluation methods.": { context: "Description of the navigation card to AI model best practices" };
"Prototype prompts and call Mistral models via API. Fine-tune on your data and monitor performance from a unified dashboard.": { context: "Description of the Studio product" };
"Provide valuable feedback on new features and help shape the future of Mistral AI products.": { context: "Description of a Mistral ambassador responsibility" };
"Public recognition and features on our website and on our Discord.": { context: "Description of a Mistral ambassador program benefit" };
"Python": { context: "Keyword tag for the Code Interpreter feature" };
"Quick access to model recipes": { context: "Short title for a featured cookbook topic" };
"Quickstarts": { context: "Heading for admin quickstarts" | "Heading for developer quickstarts" | "Heading for product quickstarts" | "Heading for the quickstarts section on the home page" };
"RAG": { context: "Glossary term for retrieval-augmented generation" | "Keyword tag for the Memories & Libraries feature" };
"RAG with document search": { context: "Quickstart title about RAG with document search" };
"Reach out": { context: "Call to contact Mistral" };
"Reach out to get access to": { context: "Prompt to contact Mistral for access to model weights" };
"Real world code <b>examples</b>": { context: "Description of real-world code examples" };
"Real-time collaborative editing": { context: "Short description of the Canvas feature" };
"Reasoning": { context: "Label for an AI model capability: reasoning/thinking" };
"Recognition": { context: "Benefit of the Mistral ambassador program" };
"Recommended": { context: "Heading for recommended documentation pages" };
"Replacement": { context: "Replacement AI model" };
"Reports": { context: "Keyword tag for the Deep Research feature" };
"Research": { context: "Footer link to research news" };
"Retired": { context: "Status label for an AI model that is no longer available" };
"Retirement": { context: "Table heading for the AI model retirement date" };
"Retirement date": { context: "Retirement date of an AI model" };
"Role and responsibilities": { context: "Heading for ambassador responsibilities" };
"Roles": { context: "Keyword tag for the User Management feature" };
"Rotation": { context: "Keyword tag for the API Keys feature" };
"Run benchmark pipelines against deployments or complex system prompts to objectively measure accuracy, performance, and detect regressions over time.": { context: "Detailed description of the Evaluation feature" };
"Run Mistral Vibe offline with locally deployed models. Keep your code on your machine with no data leaving your environment, while retaining full agent capabilities.": { context: "Detailed description of the Local Mode feature" };
"Run Python natively in chat": { context: "Short description of the Code Interpreter feature" };
"Run your first Vibe Work task": { context: "Quickstart title about running a first Vibe Work task" };
"Running a trained model to generate a response. Calling the API is running inference, as distinct from training, which modifies model weights.": { context: "Definition of the Inference glossary term" };
"SaaS (Studio)": { context: "Name of the SaaS deployment option for Mistral Studio" };
"SAML": { context: "Keyword tag for the Single Sign-On (SSO) feature" };
"SAML-based authentication": { context: "Short description of the Single Sign-On (SSO) feature" };
"Save a prompt template with versions and a clear usage description.": { context: "Quickstart description about creating a reusable Prompt in Studio" };
"Scaffold a durable AI pipeline, run a worker, and trigger your first execution.": { context: "Quickstart description about building a workflow" };
"Scaffold a project with Vibe Code": { context: "Quickstart title about scaffolding a project with Vibe Code" };
"Scale plan": { context: "Glossary term for the pay-as-you-go API tier" };
"Scores": { context: "Label for an AI model capability: scoring/moderation output" };
"Scroll for more": { context: "Hover hint at the bottom of the model table indicating more rows are scrollable" };
"SDKs": { context: "Title of a documentation card about SDKs" };
"Search": { context: "Search input placeholder on the cookbooks table" };
"Search docs": { context: "Placeholder in the docs search box that opens the command palette" };
"Search documentation...": { context: "Placeholder for searching documentation" };
"Search features...": { context: "Placeholder in the feature-table search box" };
"Search for a command to run...": { context: "Screen-reader-only description of the Cmd-K command palette dialog" };
"Search glossary terms... (e.g. RAG, OCR)": { context: "Placeholder in the glossary search box" };
"Search integrations...": { context: "Search placeholder inside the Integration filter dropdown on the cookbooks table" };
"Search use cases...": { context: "Search placeholder inside the Use Case filter dropdown on the cookbooks table" };
"Seats": { context: "Keyword tag for the User Management feature" };
"SECURITY": { context: "Changelog entry badge indicating a security-related change" };
"Select a model to see the benchmark": { context: "Prompt to choose an AI model for comparison" };
"Select a tab above to see its content.": { context: "Prompt to select a tab" };
"Self-contained walkthroughs grouped by product and role. Most take 15 minutes or less.": { context: "Intro line for the quickstarts section on the home page" };
"Send prompts, adjust parameters, and compare model outputs in the Studio playground.": { context: "Quickstart description about testing an AI model in the Studio playground" };
"Send your first API request": { context: "Quickstart title about send your first API request quickstart (used as browser tab title and on" | "Quickstart title about sending a first API request" };
"Set up and manage your Mistral organization and security.": { context: "Subtitle under the Admin heading on the Admin quickstart role selector" };
"Set up billing, workspaces, and invite your first team members.": { context: "Quickstart description about creating a Mistral organization" };
"Set up RAG with document search": { context: "Quickstart title about setting up RAG with document search" };
"Set up SAML Single Sign-On for enterprise authentication.": { context: "Quickstart description about configuring SAML SSO" };
"Set up SAML-based single sign-on and enforce identity provider authentication for your organization.": { context: "Description of a documentation card about SSO & Authentication" };
"Show only docs": { context: "Filter to show documentation pages only" };
"Side-by-side": { context: "Keyword tag for the Playground feature" };
"Single Sign-On (SSO)": { context: "Name of a Mistral platform feature" };
"Skills": { context: "Keyword tag for the Agents & Skills feature" };
"Slow": { context: "Label for an AI model speed rating" };
"Smart": { context: "Label for an AI model capability rating" };
"Specialist": { context: "Label for a domain-specific AI model" | "Label for domain-specific models (used as a heading on the Models Overview page and as a class badge on model cards)" };
"Speed": { context: "Label for AI model speed" | "Row label for AI model speed" };
"SSO & Authentication": { context: "Title of a documentation card about SSO & Authentication" };
"SSO, API keys, roles and permissions, usage tracking, and billing across workspaces.": { context: "Intro text for admin documentation links" };
"Start with a quickstart to send your first API request, then explore the full API reference, install an SDK, or browse cookbooks for production-ready patterns.": { context: "Introductory description of developer docs" };
"State-of-the-art TTS with zero-shot voice cloning and multilingual support.": { context: "Short description of an AI model" };
"Streaming": { context: "Glossary term for streaming model output" };
"Strong written and verbal communication skills to effectively engage with community members.": { context: "Description of a requirement for joining the Mistral ambassador program" };
"Structured outputs": { context: "Topic label for schema-constrained model output" };
"Structured Outputs": { context: "Name of an API feature supported by an AI model" };
"Studio": { context: "Glossary term for Mistral's developer platform" | "Product name for Mistral's developer platform" | "Product name on the discover-our-platform card on the home page" };
"Studio & API documentation": { context: "Title of the Studio & API documentation link on the quickstart doc-links row" };
"Success": { context: "Admonition callout label for success messages" };
"Synthesis": { context: "Keyword tag for the Deep Research feature" };
"System prompt": { context: "Glossary term for the instruction that sets model behavior" };
"Systematic benchmark testing": { context: "Short description of the Evaluation feature" };
"Take full control of data sovereignty. Admins can globally opt out of data collection for model training, manage data retention policies, and execute strict GDPR deletion requests.": { context: "Detailed description of the Data Privacy Controls feature" };
"Teams": { context: "Keyword tag for the Custom Agents feature" };
"Technical Experience": { context: "Requirement for joining the Mistral ambassador program" };
"Technical Report": { context: "Link to the AI model technical report" };
"Temperature": { context: "Glossary term for a model sampling parameter" };
"Terminal": { context: "Keyword tag for the Terminal Agent feature" };
"Terminal Agent": { context: "Name of a Mistral platform feature" };
"Terms of service": { context: "Footer link to terms of service" };
"Test a model in the API playground": { context: "Quickstart title about testing an AI model in the Studio playground" };
"Test the endpoints <live>live</live>": { context: "Description of the live API request playground" };
"Text": { context: "Label for an AI model capability: text input/output" };
"Text to Speech": { context: "Name of an AI model API feature: audio text-to-speech" };
"The Admin Panel is where you set up your organization, configure SSO, manage API keys and users, and track billing. Use it to control access, enforce security policies, and monitor usage across workspaces.": { context: "Introductory description of the admin console" };
"The basic unit of text models process: subword fragments, not full words. Roughly 1 token ≈ 0.75 English words ≈ 4 characters. Token count determines API pricing and context window consumption.": { context: "Definition of the Token glossary term" };
"The control plane for organization setup, billing, SSO, Workspaces, and access policies.": { context: "Description of Admin on the discover-our-platform card on the home page" };
"The control plane. It manages your organization's account, team structure, billing, and security policies.": { context: "Description of the admin console" };
"The core conversational interface powered by Mistral's latest models. Features multi-turn context retention, multilingual support, and a responsive multi-modal experience for everyday productivity tasks.": { context: "Detailed description of the Chat feature" };
"The developer console and the Mistral API. Keys, the Playground, evaluations, agents, and SDKs to ship applications.": { context: "Description of Studio on the discover-our-platform card on the home page" };
"The developer console. It provides everything you need to build, test, and optimize AI applications on the Mistral API.": { context: "Description of the Studio product" };
"The fastest way to get started. Build with Mistral models hosted on our secure, highly-available infrastructure.": { context: "Description of the SaaS deployment option" };
"The maximum number of tokens a model can process in a single request, including input (prompt and files) plus output combined. Earlier content is dropped when the limit is exceeded.": { context: "Definition of the Context window glossary term" };
"The page you’re looking for was either moved or doesn’t exist.": { context: "Explanation that the requested page does not exist" };
"The price may change depending on the features used.": { context: "Note that AI model pricing can vary by feature" };
"The requested cookbook could not be found.": { context: "Meta description for a missing developer cookbook" };
"The requested model could not be found.": { context: "Meta description for a missing AI model page" };
"The unified agent for productivity and coding. Chat with it on the web or mobile, or run it in your terminal and editor.": { context: "Description of Vibe on the discover-our-platform card on the home page" };
"Theme": { context: "Label above the light/dark theme toggle in the mobile menu" };
"Three products, one platform. Pick where you want to start.": { context: "Intro line above the three-product bullet list on the home page" };
"Time Commitment": { context: "Requirement for joining the Mistral ambassador program" };
"Timestamps": { context: "Name of an AI model API feature: word-level timestamps in audio transcriptions" };
"Tip": { context: "Admonition callout label for tips" };
"Toggle theme": { context: "Accessible label for switching light and dark mode" };
"Token": { context: "Glossary term for the text units used by language models" };
"Tokens": { context: "Keyword tag for the API Keys feature" };
"Tools": { context: "Keyword tag for the Agents API feature" | "Keyword tag for the Custom Agents feature" };
"Topics": { context: "Heading for cookbook topics" };
"Track API updates, new model releases, deprecations, and breaking changes.": { context: "Description of a documentation card about Changelogs" };
"Track consumption, manage subscriptions, and set usage limits per workspace.": { context: "Description of a documentation card about Billing & Usage" };
"Tracking": { context: "Keyword tag for the Audit Logs feature" };
"Transcriptions": { context: "Name of an AI model API feature: audio speech-to-text" };
"Try adjusting your filters or search query.": { context: "Secondary hint in the glossary empty state" };
"Try Document AI": { context: "Call to try document OCR in Studio" };
"Try in Playground": { context: "Button to test the AI model in the playground" };
"Try our Audio API": { context: "Call to try the audio transcription API" };
"Try our Batch API": { context: "Call to try the batch processing API" };
"Try our Realtime Audio API": { context: "Call to try the realtime audio API" };
"Try Studio": { context: "Call to open Studio" | "Call to open the Studio console" };
"Try the API": { context: "Footer link to the API reference" };
"Try Vibe Code": { context: "Call to try Vibe Code, the coding mode of Vibe" };
"Upload & analyze files with OCR": { context: "Short description of the Document Intelligence feature" };
"Upload a spreadsheet and ask questions in plain language. Work writes and runs code.": { context: "Quickstart description about analyzing data in Vibe Work" };
"Upload documents and query them with retrieval-augmented generation.": { context: "Quickstart description about setting up RAG with document search" };
"Upload PDFs, spreadsheets, and Word documents directly into chat. Vibe applies OCR 3 natively to extract text from scanned images and complex document layouts.": { context: "Detailed description of the Document Intelligence feature" };
"Use Case": { context: "Placeholder/label on the \"Use Case\" filter tab for the cookbooks table" };
"Use Vibe to research, analyze documents, code, and run multi-step tasks across your tools. Build and deploy AI applications through the Studio API and Playground.": { context: "Introductory description of Mistral products" };
"Used in: RAG, search, recommendations.": { context: "Short note about how Embeddings is used" };
"Used with: Embeddings, Agents.": { context: "Short note about how RAG is used" };
"User Management": { context: "Name of a Mistral platform feature" | "Title of a documentation card about User Management" };
"Versatile, high-performing models suitable for a broad range of tasks.": { context: "Description of general-purpose frontier AI models" };
"Version": { context: "Table heading for the AI model version" };
"Very Fast": { context: "Label for an AI model speed rating" };
"Very Smart": { context: "Label for an AI model capability rating" };
"Vibe": { context: "Glossary category label" | "Glossary term for Mistral's unified agent" | "Product name for Mistral's unified agent" | "Product name on the discover-our-platform card on the home page" };
"Vibe and Studio.": { context: "Subtitle naming the main Mistral products" };
"Vibe autonomously plans a research strategy, navigates the web to synthesize multiple trusted sources, and generates long-form analytical reports.": { context: "Detailed description of the Deep Research feature" };
"Vibe Code": { context: "Title of a documentation card linking to Vibe Code from the developers overview" };
"Vibe documentation": { context: "Title of the Vibe documentation link on the quickstart doc-links row" };
"Vibe in the web and mobile chat UI. Run multi-step tasks, no code required.": { context: "Subtitle describing the Vibe Work mode" };
"Vibe in your terminal, editor, or as remote sessions. Reads files, edits code, opens PRs.": { context: "Subtitle describing the Vibe Code mode" };
"Vibe's coding mode: CLI, VS Code extension, or remote web sessions.": { context: "Subtitle describing the Vibe Code mode" };
"Vibe's productivity mode in the web and mobile chat UI. No code required.": { context: "Subtitle describing the Vibe Work mode" };
"View all models": { context: "Call to view the full AI model catalog" };
"View all models with specifications, benchmarks, and feature comparison.": { context: "Description of the navigation card to the full AI model catalog" };
"View on": { context: "Prefix for a link to GitHub" };
"View your organization dashboard, manage workspaces, and configure workspace settings.": { context: "Description of a documentation card about Admin Panel" | "Description of a documentation card about Back Office" };
"VIP experience": { context: "Benefit of the Mistral ambassador program" };
"Vision": { context: "Label for an AI model capability: vision-understanding" };
"Warning": { context: "Admonition callout label for warnings" };
"Weights": { context: "Heading for downloadable model weights" };
"WEIGHTS": { context: "Row label for downloadable model weights" | "Section heading for downloadable model weights" };
"Welcome to the": { context: "First half of the page title for the Mistral ambassador program" };
"WHY MISTRAL": { context: "Footer heading for company information" };
"Willingness to commit to the program for at least 6 months.": { context: "Description of a criterion used to evaluate ambassador applications" };
"Workspace": { context: "Glossary term for an isolated Mistral organization environment" };
"Workspace-scoped access tokens": { context: "Short description of the API Keys feature" };
"Workspaces": { context: "Name of a Mistral platform feature" | "Title of the admin overview card for workspaces" };
"World’s best edge model.": { context: "Full description of an AI model" | "Short description of an AI model" };
"Written By": { context: "Label before the cookbook author name" };
"Your cloud account": { context: "Value for the \"Data Location\" field of the VPC deployment option" };
"Zed": { context: "Keyword tag for the IDE Integration feature" };
"Zero setup required": { context: "Feature of the SaaS deployment option" };
"Admin overview": { context: "Title of the card linking to the admin overview page" };
"New to admin? See how organizations, workspaces, members, and access fit together.": { context: "Description of the card linking to the admin overview page" };
"Set up your organization": { context: "Title of the admin overview card for organization setup" };
"Create your organization, configure settings, verify your domain, and choose a sign-in method.": { context: "Description of the admin overview card for organization setup" };
"Identity and access (RBAC)": { context: "Title of the admin overview card for identity and access management" };
"Manage users, roles and permissions, groups, and automated provisioning with SCIM.": { context: "Description of the admin overview card for identity and access management" };
"Structure and govern work across workspaces in Studio and Vibe, with per-workspace usage and limits.": { context: "Description of the admin overview card for workspaces" };
"Billing and usage": { context: "Title of the admin overview card for billing and usage" };
"Track usage, manage subscriptions and invoices, and set limits and rate tiers per workspace.": { context: "Description of the admin overview card for billing and usage" };
"Automate administration": { context: "Title of the admin overview card for the Admin API" };
"Manage users, workspaces, groups, and roles programmatically with the Admin API.": { context: "Description of the admin overview card for the Admin API" };
"Monitor and comply": { context: "Title of the admin overview card for monitoring and compliance" };
"Review audit logs and configure privacy and data controls.": { context: "Description of the admin overview card for monitoring and compliance" };
}
}