# Publish your docs

### Free Models

yoho.ai offers the following AI models for free, catering to a wide range of applications:

1. gpt-4o-mini-search-preview
   * Compact, efficient model optimized for search and real-time responses, ideal for chatbots and Q\&A systems.
2. mistral-small-3.1-24b
   * 24B parameter open-source model, suitable for local deployment, excelling in code, math, and general knowledge tasks.
3. grok-3-mini
   * Lightweight multimodal model, designed for fast inference in resource-constrained environments.
4. gpt-4.1-nano
   * Ultra-small model with large context window support, perfect for classification and text completion.
5. gpt-4.1-mini
   * Efficient small model with 1M token context, suited for code generation and document analysis.
6. gpt-4.1
   * High-performance model optimized for long-context understanding and code generation, delivering exceptional results.
7. deepseek-r1
   * High-efficiency open-source model, ideal for fast inference and multimodal applications.

### Key Features

* Free Access: Use all models without any fees or hidden costs.
* Multimodal Support: Handles text, images, and code inputs for versatile applications.
* High-Performance API: Low-latency, high-throughput API for seamless integration.
* Open-Source Flexibility: Select models with open-source licenses for customization and local deployment.
* Broad Applications: Supports chatbots, code assistance, document processing, data analysis, and more.

### Getting Started

1. Visit the Platform: Go to <https://api.yoho.ai/> to explore the platform.
2. Register for API Key: Sign up for a free account to obtain API access.
3. Select a Model: Choose the AI model best suited for your project from the list above.
4. Integrate the API: Refer to the [API Documentation](https://api.yoho.ai/docs) (assumed link, please confirm) to integrate models into your application.
5. Test and Deploy: Experiment with models in the sandbox environment, no additional costs required.

API Example (Simple Request)Here’s a cURL example for using the gpt-4o-mini-search-preview model:bash

```bash
curl -X POST https://api.yoho.ai/v1/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o-mini-search-preview",
    "prompt": "Hello, how can I use yoho.ai?",
    "max_tokens": 100
  }'
```

For detailed API specifications, visit the [official documentation](https://api.yoho.ai/docs).Support

* API Documentation: Comprehensive API references, code examples, and best practices.
* Community: Join the yoho.ai community to connect with other developers.
* Contact Us: Reach out to our support team at <support@yoho.ai> (please confirm actual email).

### Notes

* Usage Limits: Free models may have daily or monthly quotas; check the platform’s policy for details.
* Model Selection: Choose models based on your specific task for optimal performance.
* Knowledge Cutoff: Some models may have knowledge cutoffs; refer to model details for specifics.

Future Visionyoho.ai is committed to expanding its free model offerings, enhancing API performance, and integrating more open-source AI technologies. We aim to build an open, inclusive AI platform to support innovative applications worldwide.
