> For the complete documentation index, see [llms.txt](https://docs.xynq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xynq.ai/models/supergemma-4-26b.md).

# SuperGemma 4 26B

**SuperGemma 4 26B** is a 26-billion-parameter open, instruction-tuned model supported on the XYNQ mesh.

### Overview

SuperGemma 4 26B is optimized for speed and concision. It's the go-to for everyday questions, quick drafts, and summarization where you want a fast, snappy answer.

### Strengths

* **Speed:** low-latency responses for interactive use.
* **Concision:** gets to the point without padding.
* **Everyday tasks:** Q\&A, summarization, short drafting.

### When to use SuperGemma 4 26B

* You want fast answers and don't need deep multi-step reasoning.
* You're summarizing or drafting quickly.
* You're iterating rapidly and value responsiveness.

### Serving profile

SuperGemma's 26B footprint shards efficiently across mid- and high-VRAM nodes. Its lighter decode cost per token makes it especially friendly to the fleet during peak demand.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.xynq.ai/models/supergemma-4-26b.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.
