Skip to main content

Details

BcckBone AI is both a standalone AI API as well as the brain powering behind every AI feature we implement into all our products and APIs.

Task Chat Branch API
note

These details are only updated with each release, for more acurate updates and keeping track of progress, see the task in GitHub.


Team

OwnerLead
MendySergey

Status

Doc StatusProduct StatusLast UpdateVersionReleasePhase
In ProgressUp Next04.03.20240.01InternalAlpha

Description

BackBone AI is currently powered by Google Gemini 2.5 Flash via the Gemini API (Should be repleaced with our internal models). The integration runs on a dedicated Dart Frog server deployed to GCP Cloud Run (me-west1).

Move to Communication All AI responses are routed through the Chat API — both standard (full JSON) and streaming (SSE) modes are supported. Firebase JWT authentication is enforced on all AI endpoints.

Current scope (Phase Alpha):

  • Chat completions via POST /chat and POST /chat/stream
  • Multi-user group chat context (AI addresses users by name via author field)
  • Rate limiting: 10 requests / 60 s per user
  • Secrets managed via GCP Secret Manager

Model: gemini-2.5-flash
Live URL: https://colibri-api-643619291153.me-west1.run.app

See Chat API Reference for full endpoint documentation.

Reminders