Knowledge base

Tìm nhanh trong tài liệu Zora

Models

Zora currently exposes the Zora GPT/Codex model catalog, Zora image routes, and Zora audio routes.

Programmatic list
Use GET /v1/models with your Zora API key to retrieve the live model list. Looking for effort values? Jump to Reasoning Effort.

How to Choose a Mode

Zora exposes modes as explicit model IDs. Choose the mode by setting the requestmodel field to one of the IDs below. Do not append extra suffixes or private provider names.

ModeModel IDWhen to use it
Default / free smoke testgpt-5.5Start here for the first API test, free-tier validation, and general chat.
Fast GPT routegpt-5.4-miniUse when latency matters more than maximum depth.
Quality GPT routegpt-5.4Use for heavier chat, analysis, and coding prompts.
General GPT routegpt-5.2Use for balanced general assistant work.
Max coding routegpt-5.1-codex-maxUse for harder repository edits, code review, and agentic coding tasks.
Fast coding routegpt-5.1-codex-miniUse for quick code edits, explanations, and lightweight agent tasks.
Spark coding routegpt-5.3-codex-sparkUse for small coding tasks and quick agent responses.
Auto review routecodex-auto-reviewUse for code-review style workflows when available on the account.
Mode selection
{ "model": "gpt-5.4-mini", "messages": [{ "role": "user", "content": "Reply with one short sentence." }] }

Reasoning Effort

For text models, set effort with a request body parameter. Keep the model field as an exact model ID, then add effort or reasoning_effort. Supported values are:

EffortWhen to use it
lowFastest setting. Use for simple prompts, smoke tests, and short answers.
mediumBalanced setting. Use for normal coding, explanations, and support tasks.
highDeeper setting. Use for harder debugging, planning, and multi-step analysis.
xhighMost careful setting. Use for long coding tasks, reviews, and critical checks.
Chat Completions
{ "model": "gpt-5.5", "effort": "high", "messages": [{ "role": "user", "content": "Debug this issue step by step." }] }
Responses
{ "model": "gpt-5.4-mini", "reasoning_effort": "medium", "input": "Summarize this repository change." }

Do not encode effort in the model name. For example, use model: "gpt-5.5" pluseffort: "high", not a suffixed model ID.

Zora GPT/Codex Models

Use the exact model IDs returned by GET /v1/models. Production currently routes these text/Codex IDs through the internal model router.

ModelContextEndpointAccess
gpt-5.5Zora/v1/responses
/v1/chat/completions
Free
gpt-5.4Zora/v1/responses
/v1/chat/completions
Paid
gpt-5.4-miniZora/v1/responses
/v1/chat/completions
Paid
gpt-5.3-codexZora/v1/responses
/v1/chat/completions
Paid
gpt-5.2-codexZora/v1/responses
/v1/chat/completions
Paid
gpt-5.2Zora/v1/responses
/v1/chat/completions
Paid
gpt-5.1-codex-maxZora/v1/responses
/v1/chat/completions
Paid
gpt-5.1-codex-miniZora/v1/responses
/v1/chat/completions
Paid
gpt-5-codexZora/v1/responses
/v1/chat/completions
Paid
gpt-5-codex-miniZora/v1/responses
/v1/chat/completions
Paid
gpt-5.3-codex-sparkZora/v1/responses
/v1/chat/completions
Paid
codex-auto-reviewZora/v1/responses
/v1/chat/completions
Paid

Legacy-Compatible Routes

The current public model catalog does not advertise legacy aliases. Use the exact Zora model IDs from GET /v1/models.

ModelEndpointsAccess

Zora Audio Routes

Audio routes are available on paid plans and PAYG credit for async speech, transcription, dubbing, sound effects, and voice tools.

ModelEndpointAccess
whisper-large-v3
/v1/audio/transcriptions
/v1/audio/translations
Paid
whisper-large-v3-turbo
/v1/audio/transcriptions
Paid
eleven_multilingual_v2
/v1/audio/speech
Paid
eleven_v3
/v1/audio/speech
Paid
eleven_flash_v2_5
/v1/audio/speech
Paid
eleven_turbo_v2_5
/v1/audio/speech
Paid
eleven_multilingual_sts_v2
/v1/audio/voice-changer
Paid
eleven_text_to_sound_v2
/v1/audio/sound-effects
Paid

Zora Image Routes

Image routes are available on paid image-enabled plans and image-only monthly keys.

ModelEndpointAccess
gpt-image-2
/v1/models
Paid

Free Tier

Free accounts can call only these model IDs:

Free model IDs
gpt-5.5