provider

360 AI Model Platform

Direct answerThe 360 model platform includes both first-party and third-party models; attribution should follow each model's documentation.

Updated · Reviewed

Separate the aggregator from model authors

The 360 platform offers both 360-developed and third-party models and can route one virtual model name across multiple suppliers for failover. Context, price, availability, and Supported Response Formats shown in the platform belong to a specific model or supplier record; third-party capabilities are not 360-authored. This site currently adapts only the listed /v1/chat/completions and /v1/responses routes.

Protocol migration is not a URL swap

360 documents OpenAI Chat Completions, OpenAI Responses, Claude Messages, and other protocols. A model supports only the subset shown in its catalog record. messages/choices, input/output, Claude content blocks, tool definitions, stream events, and stop reasons are not interchangeable. Direct calls use a 360 Bearer API key; this site uses its own token. Confirm base URL, full model ID, and response format separately.

Asynchronous media IDs identify another resource

Native 360 video creation returns data.id with status: created. Place that exact ID in the video-status query until success or failure, then read url or failure_reason. The ID can encode supplier and model information and must not be split or confused with Chat or Responses IDs. Use bounded backoff and a total deadline, and copy signed result URLs promptly. This site's current api_paths do not include 360 video, so native /v1/videos/async_generations is not a gateway route.

Parse HTTP and business errors together

In the official table, 400/1001 usually means parameters or an unauthorized field. 401/1002 is authentication, while 401/1004 can mean insufficient balance and 401/1006 a daily limit. 429/1005 is request-frequency or token pressure, and 500/1003 is a service failure. Balance, quota, and input errors do not recover through retry; only transient throttling or service errors should receive bounded jittered backoff.

ZDR is not a platform-wide promise

ZDR Supported and Request Log Collection are attributes of a specific supplier record, not guarantees across every model, protocol, or automatic route. A zero-retention workload must verify the exact model and supplier, determine whether failover changes the data boundary, and rely on contractual terms, log settings, and observed responses. Keep keys in a server-side KMS and preserve redacted request IDs, effective supplier, usage, and cost.

Reviewed provider catalog

Latest models by capability

These are provider-catalog models, not a promise of availability on this site. Confirm callable IDs, endpoints, and pricing in the model marketplace.

Text, reasoning, and code

  • openai/gpt-5.6-sol Stable

    OpenAI's flagship GPT-5.6 model currently hosted by the 360 AI platform.

    Origin: OpenAI Release date not stated in the cited official source
  • moonshotai/kimi-k3 Open weights

    Moonshot AI's Kimi K3 currently hosted by the 360 AI platform.

    Origin: Moonshot AI Release date not stated in the cited official source
  • bytedance/doubao-seed-2-1-pro Stable

    ByteDance's Doubao Seed 2.1 Pro currently hosted by the 360 AI platform.

    Origin: ByteDance Release date not stated in the cited official source

Image generation and editing

  • openai/gpt-image-2 Preview

    OpenAI's GPT Image 2 in the 360 image API documentation; the capability is still marked under development.

    Origin: OpenAI Release date not stated in the cited official source

Video generation and editing

  • volcengine/doubao-seedance-2-0 Preview

    Volcengine's Seedance 2.0 in the 360 video API documentation; the capability is still marked under development.

    Origin: ByteDance Release date not stated in the cited official source

Speech and audio

  • volcengine/asr-turbo Preview

    Volcengine's speech recognition model in the 360 audio API example; the capability is still marked under development.

    Origin: Volcengine Release date not stated in the cited official source

Embeddings, retrieval, and reranking

  • embedding_s1_v1.2 Stable

    The text embedding model currently recommended by 360's knowledge-base guide.

    Origin: 360 AI Release date not stated in the cited official source
Check live availability in the model marketplace

Use cases

  • Unified model catalog
  • OpenAI-style APIs
  • Multiple model providers

API protocols

  • /v1/chat/completions
  • /v1/responses

FAQ

Are all models in the 360 catalog developed by 360?

No. The catalog mixes 360 and third-party models, and a virtual model name can route across several suppliers. Record the platform ID, original author, and actual supplier together.

Can one 360 model freely switch among Chat, Responses, and Messages?

Do not assume so. Check Supported Response Formats on the model page; inputs, tools, stream events, stop reasons, and error objects differ across the three protocols.

Which ID retrieves a 360 asynchronous video job?

Persist data.id from the creation response and use it in the video-status query. It is a different resource from a Chat or Responses response ID and cannot be interchanged.

Does HTTP 401 from 360 always mean a bad API key?

No. The official table also combines 401 with business codes for insufficient balance or a daily limit. Parse the HTTP status, business error code, and message together.

Does 360 guarantee ZDR for every model?

No. ZDR and Request Log Collection are labels on model-and-supplier records. Virtual routing can switch suppliers, so sensitive workloads must verify the effective route and contractual data terms.

Official sources

  1. 360 AI 模型广场 Official
  2. 360 AI Models API Official
  3. 360 AI Quick Start Official
  4. 360 Responses API Official
  5. 360 Claude Messages API Official
  6. 360 Asynchronous Video Creation Official
  7. 360 Video Task Status Official
  8. 360 API Error Codes Official