FounderHooks
AI model platform for builders
ExplorePricingDocs
ZHAPI Docs
atlas-labs·Language models·Community

Atlas Chat 70B

A product-grade chat model for assistants, support copilots, and structured generation.

See examples, test outputs, copy the API call.

chattool-usestructured-output
API snapshot
ae3bf14
Avg latency
1.8s
Billing hint
$0.45 / 1M input tokens
Open playgroundRead API docs
Playground
Run this model now
prediction output
1.7s
Structured product explanation
Outputs concise sections, tradeoffs, and a next-step recommendation.
curl
API sample
curl -s -X POST https://www.founderhooks.com/api/v1/predictions \
  -H "Authorization: Bearer $FOUNDERHOOKS_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "atlas-labs/atlas-chat-70b",
    "input": {
      "system": "Generate a polished product visual for an AI platform homepage"
    },
    "wait": 10
  }'
Python
API sample
import os
import requests

response = requests.post(
    "https://www.founderhooks.com/api/v1/predictions",
    headers={
        "Authorization": "Bearer " + os.environ["FOUNDERHOOKS_API_TOKEN"],
        "Content-Type": "application/json",
    },
    json={
        "model": "atlas-labs/atlas-chat-70b",
        "input": {
            "system": "Generate a polished product visual for an AI platform homepage"
        },
        "wait": 10,
    },
)
print(response.json())
Available snapshots
ae3bf14
stable
Improved tool-choice stability and markdown formatting.
2026-04-16 · H100
6da029f
stable
Reduced verbosity on support-oriented system prompts.
2026-03-26 · H100
Example outputs
1.7s
Support copilot answer
Outputs concise sections, tradeoffs, and a next-step recommendation.