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

# SEA-LION v3.5

SEA-LION version 3.5, released in Apr 2025, is our first set of hybrid reasoning models trained on Southeast Asian data, each with their unique strengths:

* [Llama-SEA-LION-v3.5-8B-R](/models/sea-lion-v3.5/llama-sea-lion-v3.5-8b.md) is suited for cost-efficient, low-latency applications where regional language support and advanced reasoning is critical.
* [Llama-SEA-LION-v3.5-70B-R](/models/sea-lion-v3.5/llama-sea-lion-v3.5-70b.md) is suited for knowledge-intensive tasks, and for high-demand environments where advanced reasoning and comprehensive language comprehension are essential.

Trained off our SEA-LION v3 models, SEA-LION v3.5 is explicitly enhanced for reasoning tasks with the inclusion of thinking blocks, continuing our mission to create language models that understand and respond with greater cultural awareness and depth across Southeast Asia.

A distinctive feature of SEA-LION v3.5 is its dynamic reasoning toggle - Mode selection is managed through customizable chat template configurations, offering versatile functionality in handling both complex reasoning tasks and general text generation.

For detailed information of each of the SEA-LION v3.5 models, please refer to their individual documentation pages via the links above.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sea-lion.ai/models/sea-lion-v3.5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
