Перейти к основному содержимому

Обзор

Базовые URL

  • REST API: https://api.aizn.com/v1
  • Realtime WebSocket: wss://api.aizn.com/v1/realtime

Порядок чтения

  1. Start with Making Requests for the first request flow and token usage.
  2. Continue with Completion Object to understand the common response shape.
  3. Move into Authentication, Chat & Completions, Image Generation, Video Generation, and other capability pages as needed.
  4. For realtime voice, GPTs, or integration snippets, continue to Realtime, GPTs, and Python Integration.

Охват

  • Core APIs: model listing, chat, images, videos, audio, music, embeddings, rerank, moderation
  • Extended capabilities: Realtime voice/conversation, GPTs access
  • Integration examples: Python basic chat, image recognition, Claude vision examples

Примечания к источникам

  • Core API pages are generated from the repository markdown sources.
  • Missing request-entry, Realtime, GPTs, and Python sections are supplemented from the AIZN-API Apifox documentation.