ModelsPricingTutorialsBlogFAQ
Home/Blog/The LowCostAI blog is live

The LowCostAI blog is live

A placeholder post that shows the blog's typography and structure. Replace it with your first real article.

This is a placeholder post. To publish real content, replace this file or add a new .md file under web/content/blog/en/.

Why a blog

Writing up how to connect a low-cost AI API, the pricing basis, and tool setup helps users and steadily builds long-tail search traffic.

What you can write

  • Standard Markdown: headings, lists, quotes, links
  • Inline code like ANTHROPIC_BASE_URL, plus fenced code blocks:
export ANTHROPIC_BASE_URL="https://api.lowcostaiapi.com"
export ANTHROPIC_AUTH_TOKEN="YOUR_TOKEN"
claude "review this pull request"

How to add a post

  1. Create <slug>.md under web/content/blog/<locale>/
  2. Add frontmatter at the top: title, description, date, author (optional cover)
  3. Write the body in Markdown — it appears in /<locale>/blog/ at build time

A post can exist in just one language, or share a slug across locale folders to provide translations — the blog lists them per language.

Back to blog