DEMO LABS · DEMO RESOURCE

ATLAS CHAT FLASH

Fast general-purpose language model for conversation, writing, translation and everyday intelligence.

Capabilities

ConversationWritingTranslationSummarization

Modalities

text

Performance characteristics

Response profile
Instant
Latency profile
Low
Best for
Everyday requests
Context
128K context

Privacy characteristics

This resource supports transient processing — requests can be processed without being treated as permanent user history, where the underlying infrastructure allows it.

Compute pricing (demo)

Input
0.2 credits
Output
0.6 credits
Unit
per 1M units (demo)

API identifier

demo/atlas-chat-flash

Example request

curl https://api.intellex.ai/v1/generate \
  -H "Authorization: Bearer $INTELLEX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "demo/atlas-chat-flash",
    "input": "Your request here"
  }'

Illustrative shape only — the Intellex API is not live in this demo.

Demo interface — no live execution behind this panel