Skip to main content
Version: 1.0

Browse

Getting Started with Browse

To access Browse, click on the Studio button from your dashboard or navigate directly to studio.aixplain.com. This opens the browsing experience where you can explore aiXplain's asset marketplace.

When you open Studio, it takes you directly to the Browse section by default.

Understanding Asset Types

The Browse experience displays four types of assets:

  • Agents - AI agents that can use multiple tools and models
  • Models - AI models (LLMs, embeddings, speech, vision, etc.)
  • Tools - Assets that extend agent capabilities
  • Integrations - Assets that generate tools by connecting external services

Understanding Asset Cards

All asset cards display core information, with some variations by type.

Information Common to All Assets

Every asset card shows:

  • Asset type - Agent, Model, Tool, or Integration
  • Asset name
  • Developer - Who created the asset

Type-Specific Information

Models and Tools also show:

  • Price - Cost per unit volume (models) or per request (tools)
  • Input and output modalities

Agents also show:

  • Last modified date
  • No pricing displayed on card
  • No input/output modalities (always text-based)

Integrations show:

  • No pricing
  • No input/output modalities

Browsing and Filtering

Use the search bar to find assets by name or keyword across all asset types.

Display Options

Toggle between:

  • Card view - Visual grid layout
  • List view - Condensed list format

Sorting

Available sorting options vary by asset type:

  • By popularity - Most popular, measured based on number of teams who used an asset in the past 30 days
  • By usage - Most used (only for Models)
  • By cost - Cheapest first
  • By recency - Newest first

Filtering

Available filters:

  • By asset type - Models, Agents, Tools, or Integrations (menu tabs)
  • By category - Specific asset categories
  • By vendor - Assets from specific vendors
  • By saved status - Show only your favorited assets

A Reset all filters option is available to clear all active filters.


Viewing Asset Details

Click on any asset card to view detailed information across multiple tabs.

Specifications Tab

The Specifications tab displays information common across all assets and type-specific details.

Common Information

All assets show:

  • Name
  • Asset ID - Required for programmatic integration
  • Vendor - Team on aiXplain responsible for maintaining the asset
  • Developer - Original creator
  • Host - Where the asset is hosted
  • Price
  • Description - How the asset works (important: agents use this to understand how to use the asset)
  • Privacy - Public or Private
  • Creation date
  • Last modification date

Model-Specific Information

  • Function - The model's purpose (e.g., LLM, Text-to-Speech, Object Detection)
  • Streaming capability - Whether streaming is supported
  • Performance metrics - Success rate, average latency, uptime (measured over past 30 days)
  • Input/Output fields - Field names, data types, and whether required

Agent-Specific Information

  • Model - The LLM driving the agent
  • Tools - List of tools the agent uses (for single agents)
  • Sub-agents - List of agents the team agent uses (for team agents)

Tool-Specific Information

  • Input/Output fields - Field names, data types, and whether required
  • Actions - List of operations the tool can perform (1 to 100+ actions)
    • Each action includes name and description
    • Search function available when many actions exist
    • Note: Input/output schemas for actions are visible when adding tools to agents in the agent builder

Integration-Specific Information

  • Authentication options - API key, OAuth2, or OAuth1
  • Actions - Available operations with search capability

API Integration Tab

Available for: All Assets

This tab provides code snippets for programmatic integration.

Available code formats:

  • aiXplain SDK: Python
  • cURL (REST)
  • OpenAI API: Python, JavaScript (Models only)

Simply copy the code snippet to integrate the asset into your application.


Tryout Tab

Available for: Models and Agents (coming soon for Tools)

The Tryout tab lets you interact directly with the asset.

Pricing: During your free trial, this service is available at no cost. After the free trial, it requires credits.

Features

  • File upload support - Test with uploaded files
  • Cost display - Each operation shows its cost
  • Show input previews toggle - Display or hide uploaded files
  • Start over button - Clear history and begin fresh

Conversation Memory

  • LLMs and Agents - Maintain conversation memory for follow-up questions
  • Other models - No memory maintained

Asset Card Menu

Click the menu icon (top right of any card) to access actions.

Available for All Assets

  • Save (except Integrations) - Mark as favorite for easier filtering
  • Share link - Get URL to the asset (only accessible to members of the asset-owning team)
  • Report an issue - Opens aiXplain's feedback widget

Available for Private Assets

  • Edit metadata - Modify name and description
  • Transfer - Move to another team you belong to
  • Delete - Permanently remove

Available for Agents Only

  • Edit - Open in agent builder
  • Chat - Opens a dedicated chat interface for extended conversations

Available for Integrations

  • Connect - Generate a tool from this integration

Working with Integrations

Integrations are unique assets that generate tools when you connect them.

Connecting an Integration

  1. Click Connect from the integration's menu or card
  2. Provide required information (varies by integration type)
  3. A private tool is automatically generated
  4. You can create more than one tool from the same integration

Note: All integrations are currently public (no private integrations available).


Standard Integrations

When connecting a standard integration, you'll typically need to:

  • Provide a name for the generated tool
  • Authenticate using the required method (API key, OAuth2, or OAuth1)

aiXplain offers four specialized integrations with unique capabilities. Learn more


Managing Generated Tools

Tools created from integrations are private assets. You can:

  • Edit metadata (name and description) to provide better context
  • Use them with any agent
  • Transfer them to other teams
  • Delete them

Feedback and Support

Throughout Studio, you'll find a feedback button that allows you to:

  • Send feedback to aiXplain
  • Report issues

For public assets, you can also use the Report an issue option in the asset menu.


Important Notes

Third-Party Assets: Use of third-party models, tools, or agents is governed by their respective terms and is at the user's discretion with no liability to aiXplain.

Integration Limitations: Integrations rely on third-party providers that control their own responses and limits. If a provider hits a quota or rate limit, requests may fail or be delayed. aiXplain does not assume responsibility for provider limits or errors.