Enterprise AI in practice (demo)

Hexæl Team

May 28, 2025 3 min read

Enterprise AI in practice (demo)

Why this demo post exists

This article validates the static blog pipeline: Markdown source, build-time HTML generation, slug URLs, and syntax-highlighted code blocks.

Example integration

import { createHexælClient } from '@hexael/sdk'

const client = createHexælClient({
  apiKey: process.env.HEXAEL_API_KEY,
  region: 'us-central1',
})

const result = await client.models.run({
  model: 'gpt-4.1-enterprise',
  prompt: 'Summarize quarterly revenue trends',
})

What to try on the blog index

  • Filter by Product Updates tab
  • Search for "demo" or "enterprise"
  • Switch light and dark themes — cards and typography should remain readable

Hexæl platform illustration

Next steps

Replace this demo content with product announcements when you are ready to publish externally.

Related posts

Ready to build what's next with enterprise AI?

Book a demo or join the Hexæl closed beta today.

No credit card required. Cancel anytime.