Aller au contenu principal

Aperçu

URLs de base

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

Parcours recommandé

  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.

Couverture

  • 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

Notes de source

  • 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.