# Platform and Capabilities

<details open>

<summary><mark style="color:orange;"><strong>How does Qolaba compare to ChatGPT, Gemini, and Claude?</strong></mark></summary>

ChatGPT, Gemini, and Claude are individual AI model interfaces — each locked to one provider's models. Qolaba is a unified AI workspace that includes all three (plus 60+ other models) in a single platform. Instead of paying separate subscriptions and switching between tools, you access every model through one interface with one credit balance. Qolaba also adds features standalone tools don't offer: multi-speaker TTS, AI video generation, image editing, custom agent builder, team workspaces with RBAC, and a knowledge base system.

</details>

<details open>

<summary><mark style="color:orange;"><strong>Can Qolaba replace ChatGPT, Gemini, and Claude?</strong></mark></summary>

Qolaba includes ChatGPT (GPT-4o, GPT-5), Gemini (2.5 Pro, 3 Pro), and Claude (Sonnet 4, Opus 4.5) as available models. Rather than replacing any one tool, Qolaba unifies them so you never need to switch platforms or manage multiple subscriptions. For teams currently paying for two or three separate AI subscriptions, Qolaba typically reduces total cost while adding image, video, and speech capabilities they didn't previously have.

</details>

<details open>

<summary><mark style="color:orange;"><strong>Does Qolaba have memory between sessions?</strong></mark></summary>

The standard Chatbot does not retain memory between separate conversations — each new chat starts fresh. To maintain persistent context across sessions, use Custom Agents (which carry defined instructions into every conversation) or attach a Knowledge Base (which makes your documents available contextually in every session). These are the recommended patterns for client work, research projects, or recurring role-based tasks.

</details>

<details open>

<summary><mark style="color:orange;"><strong>What is the credit cost for AI image generation?</strong></mark></summary>

Image generation costs range from 3 credits (Qolaba Image) up to 49 credits (Gemini Nano Banana Pro) per image. The total cost = credits per image × number of images. Exact credit costs per model are shown in the interface before you generate — there are no surprise charges.

</details>

<details open>

<summary><mark style="color:orange;"><strong>What is an AI workspace?</strong></mark></summary>

An AI workspace is a unified platform where you can access, run, and manage multiple AI models — for text, images, video, speech, and automation — from a single interface. Instead of switching between separate tools and subscriptions, an AI workspace centralises all AI capabilities under one account, one credit balance, and one project environment. Qolaba is built on this principle: one login, every model, no context-switching.

</details>

<details open>

<summary><mark style="color:orange;"><strong>Can I use multiple AI models in one platform?</strong></mark></summary>

Yes. Qolaba gives you access to 60+ AI models from OpenAI, Anthropic, Google, DeepSeek, xAI, and more — all from a single interface. You can switch models at any time, compare outputs, and assign different models to different agents. There is no need to maintain separate subscriptions or switch between tools.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qolaba.ai/faqs/platform-and-capabilities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
