Short Answer
On APIYI, “Enterprise group” is not a single universal group — each model has its own dedicated enterprise fallback channel. They typically cost a bit more than the default group, but they keep producing images even when the default group is saturated — making them a fallback option for high-success-rate workloads.Enterprise Groups Are Per-Model
Unlike the universal groupsClaudeCode, Sora2Official, etc., enterprise groups are named per model:
When the Default Group Saturated, Enterprise Groups Still Worked
Real-world case forgpt-image-2:
- 2026-05-13 14:29–14:31 call logs: 9 non-streaming calls all routed to the
image2Enterprisegroup, with first-byte latency between 35-293 seconds at 1.2x multiplier — still produced images successfully (see Live Update · 2026-05). - When the
gpt-image-2default group was saturated, “some default-group requests had been routed via the fallback path into the enterprise group” — confirming the design intent that enterprise groups serve as a fallback (same live update).
NanoBananaReverse’s design intent (see Live Update · 2026-06):
To relieve the impact on official-direct Nano Banana Pro / 2 during peak hours, we added a reverse-engineered Vertex group NanoBananaReverse at 80% of the default group’s price (0.8x multiplier), per-call billing regardless of resolution.
How to Switch to an Enterprise Group?
Enterprise groups are configured at the token level:- Open https://api.apiyi.com/token
- Find the target token → click the “Manage (wrench icon)” in the action column → “Edit Token”
- Under “Select Group”, pick the corresponding enterprise group (e.g.
image2Enterprise,NanoBananaEnterprise,NanoBananaReverse) - Save
FAQ
Is Enterprise the same as Vertex?
Is Enterprise the same as Vertex?
image2Enterprise(gpt-image-2 specific) — NOT Vertex, it’s an OpenAI upstream enterprise fallbackNanoBananaEnterprise(Nano Banana specific) — docs do not explicitly state whether it uses VertexNanoBananaReverse(Nano Banana Pro / 2) — definitely uses reverse-engineered Vertex
Which models have an enterprise group?
Which models have an enterprise group?
- gpt-image-2:
image2Enterprise(1.2x) - Nano Banana Pro / 2:
NanoBananaEnterprise(1.4x),NanoBananaReverse(0.8x) - Nano Banana OSS (URL output):
NB-OSS(1x, but it’s a beta — you need to contact customer support to enable the group visibility; see Nano Banana OSS Group)
When should I switch to the enterprise group?
When should I switch to the enterprise group?
- Default group is persistently saturated / queued / timing out (e.g. gpt-image-2 around 2026-05)
- Your business is success-rate sensitive and you don’t want default-group failures to drag you down
- Nano Banana Pro / 2 experience is poor at peak hours — consider
NanoBananaReverse(per-call, 0.8x, cheaper)
Is the enterprise group always more expensive than the default group?
Is the enterprise group always more expensive than the default group?
image2Enterprise: 1.2x (≈ 20% more than default)NanoBananaEnterprise: 1.4x (≈ 40% more than default)NanoBananaReverse: 0.8x (≈ 20% less than default)
Can I configure Default + Enterprise as a fallback?
Can I configure Default + Enterprise as a fallback?