# API Platform

- [API Platform](https://docs.qolaba.ai/api-platform/api-platform.md)
- [Text to Image](https://docs.qolaba.ai/api-platform/api-platform/text-to-image.md)
- [Image Generation](https://docs.qolaba.ai/api-platform/api-platform/image-generation.md)
- [Text-to-Image](https://docs.qolaba.ai/api-platform/api-platform/image-generation/text-to-image.md): Edit, transform, and compose images using Nano Banana Flash and Nano Banana Pro — Google Gemini-powered models that understand both text and images simultaneously.
- [Image-to-Image](https://docs.qolaba.ai/api-platform/api-platform/image-generation/image-to-image.md): Edit, transform, and compose images using Nano Banana Flash and Nano Banana Pro — Google Gemini-powered models that understand both text and images simultaneously.
- [Models](https://docs.qolaba.ai/api-platform/api-platform/image-generation/models.md)
- [ControlNet](https://docs.qolaba.ai/api-platform/api-platform/controlnet.md)
- [Inpainting](https://docs.qolaba.ai/api-platform/api-platform/inpainting.md)
- [Replace Background](https://docs.qolaba.ai/api-platform/api-platform/replace-background.md): Replace or swap the background of any image while preserving the foreground subject using the Image Generation API.
- [Face Consistency](https://docs.qolaba.ai/api-platform/api-platform/face-consistency.md)
- [Face Avatar](https://docs.qolaba.ai/api-platform/api-platform/face-avatar.md)
- [Image Variation](https://docs.qolaba.ai/api-platform/api-platform/image-variation.md)
- [Illusion Diffusion](https://docs.qolaba.ai/api-platform/api-platform/illusion-diffusion.md)
- [Upscaling](https://docs.qolaba.ai/api-platform/api-platform/upscaling.md)
- [Background Removal](https://docs.qolaba.ai/api-platform/api-platform/background-removal.md)
- [Text to Speech](https://docs.qolaba.ai/api-platform/api-platform/text-to-speech.md)
- [Text to Speech](https://docs.qolaba.ai/api-platform/api-platform/text-to-speech-1.md)
- [Task Status](https://docs.qolaba.ai/api-platform/api-platform/task-status.md)
- [StreamChat](https://docs.qolaba.ai/api-platform/api-platform/streamchat.md)
- [OpenAI-Compatible Chat](https://docs.qolaba.ai/api-platform/api-platform/openai-compatible-chat.md)
- [Tool Calls](https://docs.qolaba.ai/api-platform/api-platform/openai-compatible-chat/tool-calls.md): The API supports OpenAI-compatible function calling. Define your functions in the request; the model decides when to call them, and the server returns the call details for you to execute on the client
- [Built-in Tools](https://docs.qolaba.ai/api-platform/api-platform/openai-compatible-chat/built-in-tools.md): The server's agent has 4 built-in tools that run automatically on the server side — no client execution required. The model calls them internally and the result is integrated into the final response.
- [Image Generation](https://docs.qolaba.ai/api-platform/api-platform/openai-compatible-chat/built-in-tools/image-generation.md)
- [Internet Search](https://docs.qolaba.ai/api-platform/api-platform/openai-compatible-chat/built-in-tools/internet-search.md)
- [URL Content](https://docs.qolaba.ai/api-platform/api-platform/openai-compatible-chat/built-in-tools/url-content.md)
- [File Search](https://docs.qolaba.ai/api-platform/api-platform/openai-compatible-chat/built-in-tools/file-search.md)
- [File Upload](https://docs.qolaba.ai/api-platform/api-platform/openai-compatible-chat/file-upload.md): Upload a file by URL to create a file search store. The returned store\_name can be used in chat completions via file\_search\_store\_names.
- [Chat](https://docs.qolaba.ai/api-platform/api-platform/chat.md)
- [Store File in Vector Database](https://docs.qolaba.ai/api-platform/api-platform/store-file-in-vector-database.md)
- [Pricing ](https://docs.qolaba.ai/api-platform/api-platform/pricing.md)


---

# 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/api-platform.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.
