May 15, 2024

Welcome to the Blizzer Blog

By Blizzer Team
Welcome to the Blizzer Blog

Welcome to the official Blizzer blog! We're thrilled to have you here.

What to expect

We created this space to share our journey with you. You can expect to find:

  • Product Updates: Deep dives into new features for Blizzer Chat, Kiri TTS, Translate, OCR, and more.
  • Engineering Insights: How we build and scale our AI infrastructure.
  • Company News: Announcements, milestones, and behind-the-scenes looks at our team.
  • Industry Trends: Our thoughts on the rapidly evolving AI landscape, especially in Southeast Asia.

Our Mission

As a reminder, our mission is to empower humanity through AI. We believe that technology should be accessible, ethical, and transformative.

"We are not just building AI; we are crafting intelligence."

A quick code example

If you're integrating our API, it might look something like this:

import { Blizzer } from '@blizzer/sdk';
const client = new Blizzer({ apiKey: 'YOUR_API_KEY' });
async function generateText() {
const response = await client.chat.completions.create({
model: 'kiri-2.0',
messages: [{ role: 'user', content: 'សួស្តី!' }]
});
console.log(response.choices[0].message.content);
}

Stay tuned for more updates. In the meantime, feel free to explore our products or join the conversation on Blizzer Chat.