Skip to main content
Version: 1.0.5

ASI:One Mini

Efficient reasoning model for everyday agent workflows and Web3 applications.


Overview

ASI:One Mini is a streamlined reasoning model engineered for everyday agent discovery and routine automation tasks. It focuses on speed, simplicity, and resource-efficient deployment—the perfect engine for chatbots, scheduling agents, customer-support flows, and light on-chain utilities.


Performance Specifications

MetricASI:One Mini
MMLU Benchmark85%
Context Window32K tokens
Typical Latency~350ms / 1K tokens
Ideal ForEveryday agent workflows, chatbots, scheduling agents

Key Features

⚡ Fast Deployment

Optimized for speed and efficiency, perfect for real-time applications requiring quick responses.

🧠 Smart Reasoning

Optimized for short reasoning chains: summarization, classification, calendar management, and quick contract checks.

🔧 Tool Integration

Excellent function calling capabilities for agent discovery and tool orchestration.

🛡️ Built-in Safety

Integrated safety filters and guardrails for secure operation in production environments.


Typical Use Cases

DomainHow ASI:One Mini Excels
Customer Support BotsResolves tickets, provides FAQ answers, escalates only when necessary
Scheduling AgentsParses natural language intents, coordinates calendars, handles conflicts
E-commerce AssistanceProduct classification, recommendations, and description generation
Web3 UtilitiesLight contract analysis, security checks, and gas optimization suggestions
Data ProcessingEmail/message triage and routing to specialized downstream agents
Voice AssistantsTranslates commands into structured API calls with ultra-low latency

API Usage Example

from openai import OpenAI

client = OpenAI(
api_key="YOUR_ASI_ONE_API_KEY",
base_url="https://api.asi1.ai/v1"
)

response = client.chat.completions.create(
model="asi1-mini",
messages=[
{"role": "user", "content": "Summarize the key benefits of blockchain technology"}
],
temperature=0.7,
max_tokens=1000
)

print(response.choices[0].message.content)

Trust & Transparency

CapabilityDetail
Reasoning TracesReturns concise reasoning steps with clear provenance
Low Hallucination≤ 1.2% unsupported claims in everyday domains
Security AwarenessIdentifies common Web3 security risks and suggests mitigations


Ready to get started? Check out our Quick Start guide or explore OpenAI compatibility for easy integration.