# Dynamic Multi-Large Language Model Integration (LLM)

INFINIT's Multi-LLM integration serves as the intelligent bridge between users and the AI Agent infrastructure. The system dynamically leverages multiple LLMs, automatically routing queries to the best model based on task complexity, query type, and contextual requirements for maximum accuracy and efficiency.

The integration translates natural language prompts into three core capabilities that power the entire platform.

1. Intent Recognition analyzes user financial goals, risk tolerance, and portfolio composition from conversational context to suggest appropriate strategies and risk parameters. This enables personalized recommendations that match individual investment objectives.
2. Context Preservation maintains conversation history for adaptive responses, enabling users to refine strategies iteratively without starting from scratch. Build complex strategies through progressive conversation rather than single interactions.
3. Deterministic Code Generation assists in translating user intent into selecting and configuring DeFi strategy components, with transparent step-by-step breakdowns showing exactly what will execute. This ensures reliable outcomes while maintaining natural language accessibility.

This Multi-LLM architecture eliminates traditional barriers between DeFi expertise and execution. Simply describe investment goals in plain English, and the system translates users’ intent into precise, executable actions while maintaining complete transparency about fund interactions.


---

# 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.infinit.tech/key-components-of-infinit/dynamic-multi-large-language-model-integration-llm.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.
