prompt/prompt-llm/ai.koog.prompt.llm/-ollama-models/-meta/index.html (202 lines of code) (raw):
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>Meta</title>
<link href="../../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../../../";</script>
<script>document.documentElement.classList.replace("no-js", "js");</script>
<script>const storage = localStorage.getItem("dokka-dark-mode")
if (storage == null) {
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
if (osDarkSchemePreferred === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
} else {
const savedDarkMode = JSON.parse(storage)
if (savedDarkMode === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
}
</script>
<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async></script>
<script type="text/javascript" src="../../../../../scripts/sourceset_dependencies.js" async></script>
<link href="../../../../../styles/style.css" rel="Stylesheet">
<link href="../../../../../styles/main.css" rel="Stylesheet">
<link href="../../../../../styles/prism.css" rel="Stylesheet">
<link href="../../../../../styles/logo-styles.css" rel="Stylesheet">
<link href="../../../../../ui-kit/ui-kit.min.css" rel="Stylesheet">
<script type="text/javascript" src="../../../../../scripts/safe-local-storage_blocking.js"></script>
<script type="text/javascript" src="../../../../../scripts/navigation-loader.js" async></script>
<script type="text/javascript" src="../../../../../scripts/platform-content-handler.js" async></script>
<script type="text/javascript" src="../../../../../scripts/main.js" defer></script>
<script type="text/javascript" src="../../../../../scripts/prism.js" async></script>
<script type="text/javascript" src="../../../../../ui-kit/ui-kit.min.js" defer></script></head>
<body>
<div class="root">
<header class="navigation theme-dark" id="navigation-wrapper" role="banner">
<a class="library-name--link" href="../../../../../index.html" tabindex="1">
koog
</a> <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" type="button">Toggle table of contents
</button>
<div class="navigation-controls--break ui-kit_mobile-only"></div>
<div class="library-version" id="library-version">0.6.0-SNAPSHOT
</div>
<div class="navigation-controls">
<ul class="filter-section filter-section_loading" id="filter-section" aria-label="Target filter">
<button class="platform-tag platform-selector common-like" data-active="" aria-pressed="true" data-filter=":prompt:prompt-llm/commonMain">common</button>
<div class="dropdown filter-section--dropdown" data-role="dropdown" id="filter-section-dropdown">
<button class="button button_dropdown filter-section--dropdown-toggle" role="combobox" data-role="dropdown-toggle" aria-controls="platform-tags-listbox" aria-haspopup="listbox" aria-expanded="false" aria-label="Toggle source sets"></button>
<ul role="listbox" id="platform-tags-listbox" class="dropdown--list" data-role="dropdown-listbox" aria-label="Target filter">
<div class="dropdown--header"><span>Target filter</span>
<button class="button" data-role="dropdown-toggle" aria-label="Close target filter">
<i class="ui-kit-icon ui-kit-icon_cross"></i>
</button>
</div>
<li role="option" class="dropdown--option platform-selector-option common-like" tabindex="0">
<label class="checkbox">
<input type="checkbox" class="checkbox--input" id=":prompt:prompt-llm/commonMain" data-filter=":prompt:prompt-llm/commonMain">
<span class="checkbox--icon"></span>
common
</label>
</li>
</ul>
<div class="dropdown--overlay"></div>
</div>
</ul>
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button" type="button">Switch theme
</button>
<div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in
API
</div>
</div>
</header>
<div id="container">
<nav id="leftColumn" class="sidebar" data-item-type="SECTION" data-item-config="{"defaultSize": 280, "minSize": 200, "maxSize": 400}">
<a class="toc--skip-link" href="#main">Skip to content</a>
<div class="dropdown theme-dark_mobile" data-role="dropdown" id="toc-dropdown">
<ul role="listbox" id="toc-listbox" class="dropdown--list dropdown--list_toc-list" data-role="dropdown-listbox" aria-label="Table of contents">
<div class="dropdown--header">
<span>
koog
</span>
<button class="button" data-role="dropdown-toggle" aria-label="Close table of contents">
<i class="ui-kit-icon ui-kit-icon_cross"></i>
</button>
</div>
<div class="sidebar--inner" id="sideMenu"></div>
</ul>
<div class="dropdown--overlay"></div>
</div>
</nav>
<div id="resizer" class="resizer" data-item-type="BAR"></div>
<div id="main" data-item-type="SECTION" role="main">
<div class="main-content" data-page-type="classlike" id="content" pageids="prompt-llm::ai.koog.prompt.llm/OllamaModels.Meta///PointingToDeclaration//547389715">
<div class="breadcrumbs"><a href="../../../index.html">prompt-llm</a><span class="delimiter">/</span><a href="../../index.html">ai.koog.prompt.llm</a><span class="delimiter">/</span><a href="../index.html">OllamaModels</a><span class="delimiter">/</span><span class="current">Meta</span></div>
<div class="cover ">
<h1 class="cover"><span><span>Meta</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":prompt:prompt-llm/commonMain"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">Meta</a><span class="source-link-wrapper"><span class="source-link" data-element-type="source-link">(<a href="https://github.com/JetBrains/koog/tree/main/prompt/prompt-llm/src/commonMain/kotlin/ai/koog/prompt/llm/OllamaModels.kt#L70">source</a>)</span></span></div><p class="paragraph">The <code class="lang-kotlin">Meta</code> object represents the configuration for the Meta large language models (LLMs). It contains the predefined model specifications for Meta's LLMs, including their identifiers and supported capabilities.</p></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
<div class="tabs-section-body">
<div data-togglable="PROPERTY">
<h2 class="tableheader">Properties</h2>
<div class="table"><a data-name="-779737011%2FProperties%2F547389715" anchor-label="LLAMA_3_2" id="-779737011%2FProperties%2F547389715" data-filterable-set=":prompt:prompt-llm/commonMain"></a>
<div class="table-row table-row_content" data-filterable-current=":prompt:prompt-llm/commonMain" data-filterable-set=":prompt:prompt-llm/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="-l-l-a-m-a_3_2.html"><span>LLAMA_</span><wbr><span>3_</span><wbr><span>2</span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-779737011%2FProperties%2F547389715"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":prompt:prompt-llm/commonMain"><div class="symbol monospace"><span class="token keyword">val </span><a href="-l-l-a-m-a_3_2.html">LLAMA_3_2</a><span class="token operator">: </span><a href="../../-l-l-model/index.html">LLModel</a></div><div class="brief "><p class="paragraph">Represents the latest LLAMA version 3.2 model provided by Meta.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="711693791%2FProperties%2F547389715" anchor-label="LLAMA_3_2_3B" id="711693791%2FProperties%2F547389715" data-filterable-set=":prompt:prompt-llm/commonMain"></a>
<div class="table-row table-row_content" data-filterable-current=":prompt:prompt-llm/commonMain" data-filterable-set=":prompt:prompt-llm/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="-l-l-a-m-a_3_2_3-b.html"><span>LLAMA_</span><wbr><span>3_</span><wbr><span>2_</span><wbr><span>3B</span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="711693791%2FProperties%2F547389715"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":prompt:prompt-llm/commonMain"><div class="symbol monospace"><span class="token keyword">val </span><a href="-l-l-a-m-a_3_2_3-b.html">LLAMA_3_2_3B</a><span class="token operator">: </span><a href="../../-l-l-model/index.html">LLModel</a></div><div class="brief "><p class="paragraph">Represents the LLAMA version 3.2.3b model provided by Meta.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="-585309057%2FProperties%2F547389715" anchor-label="LLAMA_4" id="-585309057%2FProperties%2F547389715" data-filterable-set=":prompt:prompt-llm/commonMain"></a>
<div class="table-row table-row_content" data-filterable-current=":prompt:prompt-llm/commonMain" data-filterable-set=":prompt:prompt-llm/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="-l-l-a-m-a_4.html"><span>LLAMA_</span><wbr><span>4</span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-585309057%2FProperties%2F547389715"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":prompt:prompt-llm/commonMain"><div class="symbol monospace"><span class="token keyword">val </span><a href="-l-l-a-m-a_4.html">LLAMA_4</a><span class="token operator">: </span><a href="../../-l-l-model/index.html">LLModel</a></div><div class="brief "><p class="paragraph">Represents the LLAMA version 4 model provided by Meta.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="-123229696%2FProperties%2F547389715" anchor-label="LLAMA_4_SCOUT" id="-123229696%2FProperties%2F547389715" data-filterable-set=":prompt:prompt-llm/commonMain"></a>
<div class="table-row table-row_content" data-filterable-current=":prompt:prompt-llm/commonMain" data-filterable-set=":prompt:prompt-llm/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="-l-l-a-m-a_4_-s-c-o-u-t.html"><span>LLAMA_</span><wbr><span>4_</span><wbr><span>SCOUT</span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-123229696%2FProperties%2F547389715"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":prompt:prompt-llm/commonMain"><div class="symbol monospace"><span class="token keyword">val </span><a href="-l-l-a-m-a_4_-s-c-o-u-t.html">LLAMA_4_SCOUT</a><span class="token operator">: </span><a href="../../-l-l-model/index.html">LLModel</a></div><div class="brief "><p class="paragraph">Represents the LLAMA version 4 model provided by Meta.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="1239058138%2FProperties%2F547389715" anchor-label="LLAMA_GUARD_3" id="1239058138%2FProperties%2F547389715" data-filterable-set=":prompt:prompt-llm/commonMain"></a>
<div class="table-row table-row_content" data-filterable-current=":prompt:prompt-llm/commonMain" data-filterable-set=":prompt:prompt-llm/commonMain">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="-l-l-a-m-a_-g-u-a-r-d_3.html"><span>LLAMA_</span><wbr><span>GUARD_</span><wbr><span>3</span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1239058138%2FProperties%2F547389715"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":prompt:prompt-llm/commonMain"><div class="symbol monospace"><span class="token keyword">val </span><a href="-l-l-a-m-a_-g-u-a-r-d_3.html">LLAMA_GUARD_3</a><span class="token operator">: </span><a href="../../-l-l-model/index.html">LLModel</a></div><div class="brief "><p class="paragraph">Represents the llama-guard model version3 provided by Meta.</p></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer--container">
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
<div class="footer--content">
<div>
<span>Generated by </span>
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">
Dokka
</a>
<div>Copyright © 2000-2025 JetBrains s.r.o.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>