Skip to content

v0.1.0 — Mesh API Edition Docs

Choose a tag to compare

@Preet3627 Preet3627 released this 10 Jul 18:46
· 3 commits to main since this release

v0.1.0 — Mesh API Edition Docs

Initial documentation release for Whatszara Mesh API Edition.

Added

  • Dedicated Mesh API docs page — overview, architecture, model browser, BYOK, configuration
  • Model Browser documentation — live model listing via GET /v1/models, per-model details via GET /v1/models/:id
  • BYOK (Bring Your Own Key) docs — x-mesh-openai-key, x-mesh-anthropic-key, x-mesh-groq-key headers
  • Captcha architecture docs — CaptchaChallenge with image-based reCAPTCHA, render_captcha_image()
  • Mesh API Provider diagram in architecture — unified router replacing 6 separate LLM providers

Changed

  • Landing page — updated metrics (1000+ models via Mesh API), feature highlights, platform overview
  • Getting Started — replaced 6-provider env var config with Mesh API setup (endpoint URL, rsk_... key, BYOK)
  • Architecture — replaced 6-provider ASCII diagram with single Mesh API provider + BYOK + keychain model config
  • Components — updated llm.rs (MeshApiProvider, list_models, get_model_details), policy.rs (CaptchaChallenge), orchestrator.rs (AI contact management)
  • Features — replaced "6 LLM Providers" with "Mesh AI Router (1000+ Models)"
  • Frontend UI — updated Providers/Settings tabs for Mesh API endpoint, model browser, BYOK fields
  • Sidebar — added Mesh API navigation entry

Removed

  • All references to 6 individual LLM providers (Ollama, Claude, Groq, Grok, Gemini, Vercel AI SDK)