AI Gateway

/

Mixtral MoE 8x22B Instruct

Mixtral MoE 8x22B Instruct by Mistral

8x22b Instruct model. 8x22b is mixture-of-experts open source model by Mistral served by Fireworks.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'mistral/mixtral-8x22b-instruct',
prompt: 'Why is the sky blue?'
})