> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simplismart.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

Simplismart is an MLOps platform for deploying, serving, and optimizing AI models with superior performance, scalability, and cost-efficiency.

Our custom inference engine intelligently adapts to your specific requirements, whether you need lower latency, higher throughput, or cost savings; allowing you to focus on building exceptional AI product experiences without the burden of managing complex infrastructure.

## How Simplismart Works

Simplismart provides an end-to-end solution for AI model deployment and optimization through a comprehensive suite of services:

### Deploy Models Your Way

<CardGroup cols="2">
  <Card title="Shared Endpoint" icon="share-nodes" href="/inference/shared-endpoint">
    **Get started immediately** with 150+ pre-deployed models in our marketplace. Access popular open-source models like Llama, Mistral, and more with simple pay-as-you-go pricing.
  </Card>

  <Card title="Dedicated Endpoint" icon="server" href="/inference/dedicated-endpoint">
    **Deploy custom models** (open-source or proprietary) on your private cloud or Simplismart infrastructure with full control over resources, scaling, and configuration.
  </Card>
</CardGroup>

### Customize and Evalute

<CardGroup cols="2">
  <Card title="Fine-Tuning" icon="sliders" href="training-suite/introduction">
    **Train models on your data** with blazing-fast speed. Deploy fine-tuned models immediately for inference with the similar performance as base models.
  </Card>

  <Card title="Benchmarking" icon="chart-line" href="benchmarking/introduction">
    **Evaluate model performance** across qualitative and quantitative metrics. Compare latency, throughput, and accuracy across different configurations to optimize deployments.
  </Card>
</CardGroup>

## Quick Start Guides

Choose from these common workflows to get started with Simplismart quickly:

<CardGroup cols="2">
  <Card title="Inference" icon="rocket" href="/quickstart/inference">
    Call deployed models via API for real-time predictions
  </Card>

  <Card title="Deployment" icon="microchip" href="/quickstart/deploy">
    Deploy and scale your own models on dedicated infrastructure
  </Card>
</CardGroup>

## What You Can Build

<CardGroup cols="2">
  <Card title="Real-time AI Applications">
    Power chatbots, assistants, and interactive experiences with sub-500ms latency
  </Card>

  <Card title="Custom AI Solutions">
    Fine-tune models on your domain-specific data for significantly improved accuracy
  </Card>

  <Card title="Enterprise GenAI">
    Scale large language models securely on your infrastructure or ours
  </Card>

  <Card title="Production ML Systems">
    Deploy and monitor models with built-in observability and autoscaling
  </Card>
</CardGroup>

## Next Steps

<Steps>
  <Step title="Sign Up">
    [Create an account](/signup) and get your API key to start building
  </Step>

  <Step title="Explore APIs">
    Review our [API Reference](/api-reference/introduction) for detailed integration guides
  </Step>

  <Step title="Fine-Tune Models">
    Follow the [Fine-Tuning guide](/training-suite/introduction) to customize models for your use case
  </Step>
</Steps>
