scrimba
Mistral AI
Mistral's Chat Completion API
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Mistral's Chat Completion API
AboutCommentsNotes
Mistral's Chat Completion API
Expand for more info
index.js
run
preview
console
import MistralClient from '@mistralai/mistralai';

const apiKey = process.env.MISTRAL_API_KEY || 'your_api_key';
const client = new MistralClient(apiKey);
Console
/index.html
-4:08