Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/docs/core/api-key/page.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to get an API key

Visit [ASI1](https://asi1.ai/chat) and login.
Visit [ASI:One](https://asi1.ai/chat) and login.

You'll see a link in the top right to create an API Key; click that link.

Expand Down
8 changes: 4 additions & 4 deletions src/app/docs/examples/python/page.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# building a microservice utilising ASI-1
# building a microservice utilising ASI:One

## Introduction
LLM Assistants are everywhere, and building one with ASI-1 couldn't be simpler.
LLM Assistants are everywhere, and building one with ASI:One couldn't be simpler.

## Installation

Expand Down Expand Up @@ -90,7 +90,7 @@ Inside `/ask`:
def ask():
```

We create our call to ASI-1:
We create our call to ASI:One:

```py copy filename="_"
HEADERS = {
Expand Down Expand Up @@ -196,6 +196,6 @@ curl -X POST http://127.0.0.1:5000/ask \

## Next steps

That's all that is required for a Flask server to use ASI-1. We hope this example gives you the information you need to build some incredible applications and microservices utilising ASI-1.
That's all that is required for a Flask server to use ASI:One. We hope this example gives you the information you need to build some incredible applications and microservices utilising ASI:One.

For any additional questions, the Team is waiting for you on [Discord](https://discord.gg/fetchai) and [Telegram](https://t.me/fetch_ai) channels.
343 changes: 177 additions & 166 deletions src/app/docs/examples/uagents/page.mdx

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/app/docs/page.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Welcome to ASI1 Documentation
# Welcome to ASI:One Documentation

## What is ASI1?
## What is ASI:One?

**ASI1 LLM** represents a significant advancement as the world's first Web3-native Large Language Model (LLM) designed specifically for agentic AI. Unlike general-purpose LLMs, ASI1 LLM is optimized for the complex interactions and autonomous decision-making required by [Agents](https://uagents.fetch.ai/docs/) operating within a decentralized environment. This allows for nuanced understanding, context-aware responses, and secure operation within the Web3 ecosystem. Its integration with the [ASI wallet](https://network.fetch.ai/docs/guides/asi-wallet/web-wallet/get-started), powered by the [FET token](https://network.fetch.ai/docs/introduction/native-and-erc-fet), further strengthens its connection to the decentralized world, enabling seamless and secure transactions and interactions within the ASI network.
**ASI:One LLM** represents a significant advancement as the world's first Web3-native Large Language Model (LLM) designed specifically for agentic AI. Unlike general-purpose LLMs, ASI:One LLM is optimized for the complex interactions and autonomous decision-making required by [Agents](https://uagents.fetch.ai/docs/) operating within a decentralized environment. This allows for nuanced understanding, context-aware responses, and secure operation within the Web3 ecosystem. Its integration with the [ASI wallet](https://network.fetch.ai/docs/guides/asi-wallet/web-wallet/get-started), powered by the [FET token](https://network.fetch.ai/docs/introduction/native-and-erc-fet), further strengthens its connection to the decentralized world, enabling seamless and secure transactions and interactions within the ASI network.

A key innovation of ASI1 family of LLMs lies in its advanced reasoning capabilities, enabling next-level adaptive reasoning and context-aware decision-making. This focus on agentic AI allows it to excel at complex tasks requiring autonomous operation. This heralds a new era of intelligent applications within Web3, paving the way for advancements in areas like DeFi, supply chain management, and personalized AI assistants, unlocking the potential of autonomous agents operating within a decentralized framework.
A key innovation of ASI:One family of LLMs lies in its advanced reasoning capabilities, enabling next-level adaptive reasoning and context-aware decision-making. This focus on agentic AI allows it to excel at complex tasks requiring autonomous operation. This heralds a new era of intelligent applications within Web3, paving the way for advancements in areas like DeFi, supply chain management, and personalized AI assistants, unlocking the potential of autonomous agents operating within a decentralized framework.

## Key Features

ASI1 is a cutting-edge language model designed to think, reason, and act autonomously in complex environments. Inspired by agentic AI principles, ASI1 provides highly adaptive, goal-driven, and context-aware responses, making it an ideal tool for developers, researchers, and enterprises looking to integrate next-generation AI capabilities.

- **Agentic Reasoning** – ASI1 can autonomously plan, execute, and adapt its approach based on evolving inputs and goals.
- **Natural Language Understanding** – ASI1 is highly proficient in understanding and generating human-like text across multiple domains.
- **Agentic Reasoning** – ASI:One can autonomously plan, execute, and adapt its approach based on evolving inputs and goals.
- **Natural Language Understanding** – ASI:One is highly proficient in understanding and generating human-like text across multiple domains.
- **Multi-Step Task Execution** – Unlike traditional LLMs, ASI1 can handle multistep, goal-oriented tasks without constant user intervention.
- **Contextual Memory** – Retains and utilizes contextual memory for longer, more coherent interactions.
- **API-Driven Integration** – Easily integrate ASI1 into your applications with a powerful API.
Expand All @@ -20,7 +20,7 @@ ASI1 is a cutting-edge language model designed to think, reason, and act autonom

Sign up and obtain [API Key](/docs/core/api-key).

1. Create an account on the ASI1 Developer Portal.
1. Create an account on the ASI:One Developer Portal.
2. Retrieve your unique API key for authentication

## Current model
Expand Down
8 changes: 4 additions & 4 deletions src/app/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export const metadata = {
title: {
template: '%s'
},
description: 'ASI1/docs',
applicationName: 'ASI1/docs',
description: 'ASI:One/docs',
applicationName: 'ASI:One/docs',
generator: 'Next.js',
appleWebApp: {
title: 'ASI1 Docs'
title: 'ASI:One Docs'
},
other: {
'msapplication-TileImage': '/ms-icon-144x144.png',
Expand All @@ -35,7 +35,7 @@ export default async function RootLayout({ children }) {
<Navbar
logo={
<div>
<b>ASI1/docs</b>{' '}
<b>ASI:One/docs</b>{' '}
</div>
}
chatLink="https://discord.com/invite/fetchai"
Expand Down
Binary file added src/content/images/quickstart/asi-agent_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/images/quickstart/asi-agent_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/images/quickstart/asi-agent_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/images/quickstart/asi-agent_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/images/quickstart/asi-agent_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/images/quickstart/asi-agent_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/images/quickstart/asi-agent_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/images/quickstart/asi-agent_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.