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

# Market quickstart

# Market

> Explore and integrate cutting-edge AI models for image generation, video creation, and audio processing through unified APIs.

## Welcome to the Market

Access a comprehensive collection of state-of-the-art AI models through our unified API platform. Choose from the latest image generation, video creation, and audio models to power your applications.

## Image Models

Comprehensive collection of AI models for image generation, editing, and enhancement.

<CardGroup cols={3}>
  <Card title="Seedream" icon="seedling" href="/Seedream/seedream">
    Creative image generation with unique artistic styles (v4.0, v4.5)
  </Card>

  <Card title="Grok Imagine" icon="image" href="/Grok Imagine/Grok-text-to-image">
    High-quality photorealistic images, text-to-image, and upscaling
  </Card>

  <Card title="Flux-2" icon="image" href="/Flux-2/Flux2-pro-text-to-image">
    Advanced text-to-image and image-to-image generation
  </Card>

  <Card title="Google Imagen" icon="image" href="/Google/google-imagen4">
    State-of-the-art image generation (Imagen4 Fast/Ultra)
  </Card>

  <Card title="Ideogram" icon="image" href="/Ideogram/Ideogram-character">
    Creative image generation with character consistency
  </Card>

  <Card title="Qwen" icon="image" href="/Qwen/Qwen-text-to-image">
    Multilingual image generation and editing
  </Card>

  <Card title="Recraft" icon="image" href="/Recraft/recraft_image-upscale">
    Professional image upscaling and background removal
  </Card>

  <Card title="Topaz" icon="image" href="/Topaz/Topaz-image-upscale">
    AI-powered image enhancement and upscaling
  </Card>

  <Card title="Z-Image" icon="image" href="/Z-image/z-image">
    Image generation and editing with lightweight models
  </Card>
</CardGroup>

## Video Models

Advanced AI models for video creation, editing, and transformation from text and images.

<CardGroup cols={3}>
  <Card title="Kling" icon="play" href="/kling-api/Kling_v2-1-pro">
    High-quality video generation and AI avatars (v2.1, v2.5)
  </Card>

  <Card title="Sora2" icon="play" href="/Sora-2/sora-2-pro-text-to-video">
    State-of-the-art video generation from text and images
  </Card>

  <Card title="Bytedance" icon="play" href="/Bytedance/bytedance_v1-pro-text-to-video">
    Fast and efficient video generation (v1 Pro/Lite)
  </Card>

  <Card title="Hailuo" icon="play" href="/Hailuo/Hailuo_2-3-image-to-video-pro">
    High-quality video generation with multiple styles
  </Card>

  <Card title="Wan" icon="play" href="/Wan/wan_2-2-a14b-text-to-video-turbo">
    Advanced video generation with turbo performance
  </Card>

  <Card title="Grok Imagine Video" icon="play" href="/Grok Imagine/Grok-Imagine-text-to-video">
    Video generation from text and images
  </Card>
</CardGroup>

## Audio Models

AI-powered audio processing including speech synthesis, recognition, and effects.

<CardGroup cols={2}>
  <Card title="ElevenLabs" icon="music" href="/Elevenlabs/elevenlabs_text-to-speech-turbo-2-5">
    High-quality text-to-speech, speech-to-text, and audio isolation
  </Card>

  <Card title="Infinitalk" icon="music" href="/Infinitalk/Infinitalk_from-audio">
    Advanced audio processing and speech analysis
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Choose Your Model">
    Select the AI model that best fits your use case from the categories above.
  </Step>

  <Step title="Get API Key">
    Visit the [API Key Management Page](https://app.apikley.ru/keys) to obtain your API credentials.
  </Step>

  <Step title="Integrate">
    Follow the model-specific documentation to integrate the API into your application.
  </Step>

  <Step title="Start Creating">
    Begin generating content using your chosen AI model through simple API calls.
  </Step>
</Steps>

## Authentication

All models in the market use the same authentication method:

```bash theme={null} theme={null}
Authorization: Bearer YOUR_API_KEY
```

<Warning>
  Keep your API key secure. Never expose it in client-side code or public repositories.
</Warning>

## Unified API Structure

All models follow a consistent API structure for ease of integration:

### Create Task

```bash theme={null} theme={null}
POST https://api.apikley.ru/api/v1/jobs/createTask
```

### Query Task Status

```bash theme={null} theme={null}
GET https://api.apikley.ru/api/v1/jobs/recordInfo?taskId={taskId}
```

### Callback Notifications

Optional webhook callbacks notify you when tasks complete, eliminating the need for polling.

<Tip>
  Each model has unique parameters and capabilities. Refer to individual model documentation for detailed specifications.
</Tip>

## Credits and Pricing

Different models consume different amounts of credits based on their computational requirements:

* **Image Models**: Typically 10-50 credits per generation
* **Video Models**: Typically 100-500 credits per generation
* **Language Models**: Charged per token usage

Check your remaining credits:

```bash theme={null} theme={null}
GET https://api.apikley.ru/api/v1/chat/credit
```

## Support

Need help choosing the right model or integrating our APIs?

* Email: [support@apikley.ru](mailto:support@apikley.ru)
* Documentation: Browse model-specific guides in the navigation

***

> To find navigation and other pages in this documentation, fetch the llms.txt file at: [https://docs.apikley.ru/llms.txt](https://docs.apikley.ru/llms.txt)
