Chinese startup Z.ai launches powerful open source GLM-4.5 model family with PowerPoint creation

Share This Post


Want smarter insights in your inbox? Sign up for our weekly newsletters to get only what matters to enterprise AI, data, and security leaders. Subscribe Now


Another week in the summer of 2025 has begun, and in a continuation of the trend from last week, with it arrives more powerful Chinese open source AI models.

Little-known (at least to us here in the West) Chinese startup Z.ai has introduced two new open source LLMs — GLM-4.5 and GLM-4.5-Air — casting them as go-to solutions for AI reasoning, agentic behavior, and coding.

And according to Z.ai’s blog post, the models perform near the top of the pack of other proprietary LLM leaders in the U.S.

For example, the flagship GLM-4.5 matches or outperforms leading proprietary models like Claude 4 Sonnet, Claude 4 Opus, and Gemini 2.5 Pro on evaluations such as BrowseComp, AIME24, and SWE-bench Verified, while ranking third overall across a dozen competitive tests.


The AI Impact Series Returns to San Francisco – August 5

The next phase of AI is here – are you ready? Join leaders from Block, GSK, and SAP for an exclusive look at how autonomous agents are reshaping enterprise workflows – from real-time decision-making to end-to-end automation.

Secure your spot now – space is limited: https://bit.ly/3GuuPLF


Its lighter-weight sibling, GLM-4.5-Air, also performs within the top six, offering strong results relative to its smaller scale.

Both models feature dual operation modes: a thinking mode for complex reasoning and tool use, and a non-thinking mode for instant response scenarios. They can automatically generate complete PowerPoint presentations from a single title or prompt, making them useful for meeting preparation, education, and internal reporting.

They further offer creative writing, emotionally aware copywriting, and script generation to create branded content for social media and the web. Moreover, z.ai says they support virtual character development and turn-based dialogue systems for customer support, roleplaying, fan engagement, or digital persona storytelling.

While both models support reasoning, coding, and agentic capabilities, GLM-4.5-Air is designed for teams seeking a lighter-weight, more cost-efficient alternative with faster inference and lower resource requirements.

Z.ai also lists several specialized models in the GLM-4.5 family on its API, including GLM-4.5-X and GLM-4.5-AirX for ultra-fast inference, and GLM-4.5-Flash, a free variant optimized for coding and reasoning tasks.

They’re available now to use directly on Z.ai and through the Z.ai application programming interface (API) for developers to connect to third-party apps, and their code is available on HuggingFace and ModelScope. The company also provides multiple integration routes, including support for inference via vLLM and SGLang.

Licensing and API pricing

GLM-4.5 and GLM-4.5-Air are released under the Apache 2.0 license, a permissive and commercially friendly open-source license.

This allows developers and organizations to freely use, modify, self-host, fine-tune, and redistribute the models for both research and commercial purposes.

For those who don’t want to download the model code or weights and self-host or deploy on their own, z.ai’s cloud-based API offers the model for the following prices.

  • GLM-4.5:
    • $0.60 / $2.20 per 1 million input/output tokens
  • GLM-4.5-Air:
    • $0.20 / $1.10 per 1M input/output tokens

A CNBC article on the models reported that z.ai would charge only $0.11 / $0.28 per million input/output tokens, which is also supported by a Chinese graphic the company posted on its API documentation for the “Air model.”

However, this appears to be the case only for inputting up to 32,000 tokens and outputting 200 tokens at a single time. (Recall tokens are the numerical designations the LLM uses to represent different semantic concepts and word components, the LLM’s native language, with each token translating to a word or portion of a word).

In fact, the Chinese graphic reveals far more detailed pricing for both models per batches of tokens inputted/outputted. I’ve tried to translate it below:

Another note: since z.ai is based in China, those in the West who are focused on data sovereignty will want to due diligence through internal policies to pursue using the API, as it may be subject to Chinese content restrictions.

Competitive performance on third-party benchmarks, approaching that of leading closed/proprietary LLMs

GLM-4.5 ranks third across 12 industry benchmarks measuring agentic, reasoning, and coding performance—trailing only OpenAI’s GPT-4 and xAI’s Grok 4. GLM-4.5-Air, its more compact sibling, lands in sixth position.

In agentic evaluations, GLM-4.5 matches Claude 4 Sonnet in performance and exceeds Claude 4 Opus in web-based tasks. It achieves a 26.4% accuracy on the BrowseComp benchmark, compared to Claude 4 Opus’s 18.8%. In the reasoning category, it scores competitively on tasks such as MATH 500 (98.2%), AIME24 (91.0%), and GPQA (79.1%).

For coding, GLM-4.5 posts a 64.2% success rate on SWE-bench Verified and 37.5% on Terminal-Bench. In pairwise comparisons, it outperforms Qwen3-Coder with an 80.8% win rate and beats Kimi K2 in 53.9% of tasks. Its agentic coding ability is enhanced by integration with tools like Claude Code, Roo Code, and CodeGeex.

The model also leads in tool-calling reliability, with a success rate of 90.6%, edging out Claude 4 Sonnet and the new-ish Kimi K2.

Part of the wave of open source Chinese LLMs

The release of GLM-4.5 arrives amid a surge of competitive open-source model launches in China, most notably from Alibaba’s Qwen Team.

In the span of a single week, Qwen released four new open-source LLMs, including the reasoning-focused Qwen3-235B-A22B-Thinking-2507, which now tops or matches leading models such as OpenAI’s o4-mini and Google’s Gemini 2.5 Pro on reasoning benchmarks like AIME25, LiveCodeBench, and GPQA.

This week, Alibaba continued the trend with the release of Wan 2.2, a powerful new open source video model.

Alibaba’s new models are, like z.ai, licensed under Apache 2.0, allowing commercial usage, self-hosting, and integration into proprietary systems.

The broad availability and permissive licensing of Alibaba’s offerings and Chinese startup Moonshot before it with its Kimi K2 model reflects an ongoing strategic effort by Chinese AI companies to position open-source infrastructure as a viable alternative to closed U.S.-based models.

It also places pressure on the U.S.-based model provider efforts to compete in open source. Meta has been on a hiring spree after its Llama 4 model family debuted earlier this year to a mixed response from the AI community, including a hefty dose of criticism for what some AI power users saw as benchmark gaming and inconsistent performance.

Meanwhile, OpenAI co-founder and CEO Sam Altman recently announced that OpenAI’s long-awaited and much-hyped frontier open source LLM — its first since before ChatGPT launched in late 2022 — would be delayed from its originally planned July release to an as-yet unspecified later date.

Architecture and training lessons revealed

GLM-4.5 is built with 355 billion total and 32 billion active parameters. Its counterpart, GLM-4.5-Air, offers a lighter-weight design at 106 billion total and 12 billion active parameters.

Both use a Mixture-of-Experts (MoE) architecture, optimized with loss-free balance routing, sigmoid gating, and increased depth for enhanced reasoning.

The self-attention block includes Grouped-Query Attention and a higher number of attention heads. A Multi-Token Prediction (MTP) layer enables speculative decoding during inference.

Pre-training spans 22 trillion tokens split between general-purpose and code/reasoning corpora. Mid-training adds 1.1 trillion tokens from repo-level code data, synthetic reasoning inputs, and long-context/agentic sources.

Z.ai’s post-training process for GLM-4.5 relied upon a reinforcement learning phase powered by its in-house RL infrastructure, slime, which separates data generation and model training processes to optimize throughput on agentic tasks.

Among the techniques they used were mixed-precision rollouts and adaptive curriculum learning.
The former help the model train faster and more efficiently by using lower-precision math when generating data, without sacrificing much accuracy.

Meanwhile, adaptive curriculum learning means the model starts with easier tasks and gradually moves to harder ones, helping it learn more complex tasks gradually over time.

GLM-4.5’s architecture prioritizes computational efficiency. According to CNBC, Z.ai CEO Zhang Peng stated that the model runs on just eight Nvidia H20 GPUs — custom silicon designed for the Chinese market to comply with U.S. export controls. That’s roughly half the hardware requirement of DeepSeek’s comparable models.

Interactive demos

Z.ai highlights full-stack development, slide creation, and interactive artifact generation as demonstration areas on its blog post.

Examples include a Flappy Bird clone, Pokémon Pokédex web app, and slide decks built from structured documents or web queries.

Users can interact with these features on the Z.ai chat platform or through API integration.

Company background and market position

Z.ai was founded in 2019 under the name Zhipu, and has since grown into one of China’s most prominent AI startups, according to CNBC.

The company has raised over $1.5 billion from investors including Alibaba, Tencent, Qiming Venture Partners, and municipal funds from Hangzhou and Chengdu, with additional backing from Aramco-linked Prosperity7 Ventures.

Its GLM-4.5 launch coincides with the World Artificial Intelligence Conference in Shanghai, where multiple Chinese firms showcased advancements. Z.ai was also named in a June OpenAI report highlighting Chinese progress in AI, and has since been added to a U.S. entity list limiting business with American firms.

What it means for enterprise technical decision-makers

For senior AI engineers, data engineers, and AI orchestration leads tasked with building, deploying, or scaling language models in production, the GLM-4.5 family’s release under the Apache 2.0 license presents a meaningful shift in options.

The model offers performance that rivals top proprietary systems across reasoning, coding, and agentic benchmarks — yet comes with full weight access, commercial usage rights, and flexible deployment paths, including cloud, private, or on-prem environments.

For those managing LLM lifecycles — whether leading model fine-tuning, orchestrating multi-stage pipelines, or integrating models with internal tools — GLM-4.5 and GLM-4.5-Air reduce barriers to testing and scaling.

The models support standard OpenAI-style interfaces and tool-calling formats, making it easier to evaluate in sandboxed environments or drop into existing agent frameworks.

GLM-4.5 also supports streaming output, context caching, and structured JSON responses, enabling smoother integration with enterprise systems and real-time interfaces. For teams building autonomous tools, its deep thinking mode provides more precise control over multi-step reasoning behavior.

For teams under budget constraints or those seeking to avoid vendor lock-in, the pricing structure undercuts major proprietary alternatives like DeepSeek and Kimi K2. This matters for organizations where usage volume, long-context tasks, or data sensitivity make open deployment a strategic necessity.

For professionals in AI infrastructure and orchestration, such as those implementing CI/CD pipelines, monitoring models in production, or managing GPU clusters, GLM-4.5’s support for vLLM, SGLang, and mixed-precision inference aligns with current best practices in efficient, scalable model serving. Combined with open-source RL infrastructure (slime) and a modular training stack, the model’s design offers flexibility for tuning or extending in domain-specific environments.

In short, GLM-4.5’s launch gives enterprise teams a viable, high-performing foundation model they can control, adapt, and scale, without being tied to proprietary APIs or pricing structures. It’s a compelling option for teams balancing innovation, performance, and operational constraints.



Source link

Related Posts

- Advertisement -spot_img
menang konsisten di wild bounty showdownrahasia wild dan scatter mahjong wins 3cara unik maxwin gates of olympusrahasia rtp mahjong ways 2 di indojawa88maxwin mahjong ways 2 di indojawa88teknik gacor wild banditobagaimana fokus dan ketenangan bisa mengantar pada kemenangan tak terdugacara kuasai rtp tanpa perlu modal besar dan tetap unggultrik mudah menang di pg soft bikin banyak pemain suksesJUDI BOLA ONLINESABUNG AYAM ONLINELIVE CASINO ONLINEMAHJONG WAYS 2judi bola onlinesabung ayam onlinelive casino onlineslot mahjong waysjudi bola onlinesabung ayam onlinelive casino onlinezeus slot gacorlangkah tepat spin turbo mahjong ways 2 simak strategi jitu pahami pola scatter cuan besar modal recehtrik unik spin sweet bonanza kombinasi turbo x manual kasih cuan rp.98.250.000 hanya dengan modal gocapbocoran trik rahasia gates of olympus menang rp.120.335.100 dalam sehari pakai pola iniclaim 150 juta pertama joni spin mahjong wins 3 pakai trik ini scatter hitam pecah dimenit ke-3 hanya pakai modal 100 ributrik rata kanan ala sepuh mahjong ways cuan puluhan juta hanya andalkan rtp 88.90% simak sampai tuntasrungkat terus coba trik mahjong ways ini cukup depo sekali cuan selangit member baru welcome player pro silahkantrik cerdas mengungkap pola dan taktik kemenangan mahjong ways versi wahanabetkuasai taktik dan strategi pola dari wahanabet di mahjong ways dijamin ketagihan berkat maxwinpanduan lengkap dari wahanabet dengan tips dan pola untuk pemula di mahjong ways 2cuman 5 menit di mahjong ways 2 bisa ubah nasib berkat ikuti tips dan trik dari admin wahanabetrahasia dari admin wahanabet yang bikin lebih optimis bermain sweet bonanzaberodal 20 ribu auto kaget saat dapat perkalian di sweet bonanza berkat bocoran dari wahanabetSV388SBOBET88LIVE CASINO ONLINESCATTER HITAMSABUNG AYAM ONLINEMIX PARLAY SBOBETCASINO ONLINEZEUS SLOTSBOBET88Sabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineJudi Bola OnlineJudi Bola OnlineJudi Bola OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam Onlinejudi bolasabung ayam onlinemahjong wayssabung ayam onlinesabung ayam onlineSBOBET88SLOT777LIVE CASINO ONLINESABUNG AYAM ONLINEAGEN JUDI BOLASLOT QRISSBOBET88SBOBETLIVE CASINO ONLINESABUNG AYAM ONLINEMIX PARLAYSLOT MAHJONGSABUNG AYAM ONLINESABUNG AYAM ONLINEa>SBOBET88JUDI BOLASBOBET88SLOT GACORLIVE CASINO ONLINESABUNG AYAM ONLINEAGEN JUDI BOLASBOBET88SABUNG AYAM ONLINELIVE CASINO ONLINESLOT DANAlive casinosabung ayam onlinemix parlaysabung ayam onlinelive casinojudi bolasabung ayam onlinelive casinomix parlaySV388SBOBETCASINO ONLINEMAHJONG WAYS 2SV388SBOBET88CASINO ONLINESLOT MAHJONGSLOT MAHJONGLIVE CASINOSABUNG AYAMMIX PARLAYsitus live casinoagen live casinosabung ayam onlinesabung ayam onlineasianbet77sabung ayam onlineasianbet77asianbet77asianbet77SBOBETSV388LIVE CASINO ONLINESPACEMANJUDI BOLA ONLINESABUNG AYAM ONLINESABUNG AYAM ONLINEJUDI BOLA ONLINESITUS BANDAR BOLAJUDI BOLA ONLINESABUNG AYAM ONLINEJUDI BOLA ONLINESABUNG AYAM ONLINESLOT MPOSV388sabung ayam onlinejudi bola onlinelive casino onlineslot mahjong wayssabung ayam onlinejudi bola onlinelive casino onlineslot mahjong wayssabung ayam onlinejudi bola onlinelive casino onlineslot mahjong wayssabung ayam onlinejudi bola onlinelive casino onlineslot mahjong wayslive casino onlineslot mahjong gacorJudi BolaSabung Ayam onlinesabung ayam onlineJudi BolaLive Casino OnlineSabung Ayam onlineslot gacor mahjongSabung Ayam onlineslot gacor mahjongjudi bolaindobit88casino onlinesabung ayam onlineslot gacorjudi bolaslot mahjong gacorjudi bola onlineindobit88judi bolaindobit88Judi Bola OnlineSabung Ayam OnlineJudi Bola OnlineSabung Ayam OnlineJudi Bola Onlinecasino onlinemahjong waysJudi Bola OnlineCasino OnlineMahjong WaysMahjong Wayssabung ayam onlinesbobetcasino OnlineMahjong Wayssabung ayam onlinejudi bola onlinesv388sbobetmahjong ways 2mahjong wins 3gates of olympusstarlight princesssweet bonanzasbobetsv388pragmatic playsabung ayam onlinesbobet88judi bolasabung ayam onlinejudi bola onlinesabung ayam onlinemahjong ways 2mahjong wins 3gates of olympussweet bonanzastarlight princessmix parlaysabung ayam onlineagen baccaratslot gacorsitus slot onlinesabung ayam onlinejudi bola onlinecasino onlinemahjong ways 2judi bola onlinecasino onlineslot mahjongsabung ayam onlinejudi bola onlinemahjong ways 2SAbung Ayam OnlineJudi Bola OnlineSBOBET88SV388Slot Mahjong
pola maxwin mahjong ways 2maxwin gates of gatot kacacara baca rtp mahjong ways 2jackpot scatter hitam mahjong winssabung ayam onlinesabung ayam onlinesabung ayam onlinejudi bola onlinesabung ayam onlinetrik rahasia mahjong ways 2 modal spin manual 200 perak scatter turun selayar bro auto cuan puluhan jutamain santai pakai pola ini sweet bonanza pecahkan bom x1000 scater warna warni kasih cuan gede brostrategi tak terduga spin mahjong wins 3 cuma modal depo 50k scatter hitam pecah joko dapat cuan besar claim wede rp.210.220.115 langsung cair ke rekeningpanen cuan pakai trik ini bocoran pola gates of olympus ala admin wahanabet bikin geger semua serverkupas tuntas kombinasi maut pola mahjong ways 3 viral cuan puluhan jutatrik ini bikin mahjong ways jadi viral bro vina nekat spin turbo raup cuan puluhan juta dalam semalamSV388SBOBET88CASINO ONLINEZEUS SLOTSABUNG AYAM ONLINEMIX PARLAY SBOBETLIVE CASINO ONLINESCATTER HITAMsabung ayam onlinesabung ayam onlinesabung ayam onlinesabung ayam onlineMix parlaySabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam Onlineいきがい活動ステーション Accesscara pemain cerdas menang stabil di mahjong wayscara pemain mahjong ways 3 dapat scatter tanpa ribetpola ampuh pahami trik kuasai rtp agar menang
SV388SV388JUDI BOLA ONLINESBOBET88sabung ayam onlinejudi bola onlinelive casino onlinejudi bola onlinesabung ayam onlinelive casino onlineungkap pola misterius mahjong ways jarwo dikasih menang rp.221.330.110 cuma spin manual x10trik nekat modal 55 ribu login mahjong ways 2 stella menang rp.110.500.300 saldo langsung cair via danawahanabet ungkap trik dapat cuan besar disemua game online hingga bocoran pola & rtp tinggistrategi ampuh candy pops sweet bonanza kombinasi pola & rtp 98.21% trik ledakan bom x1000 auto cuanhokimu tiba hari ini budi main wild bandito hanya modal 100 ribu abaikan rtp cukup pakai trik ini 15x putaran langsung wedepola klasik gates of olympus trik jitu yang satu ini gak ada matinya depo 45 ribu masih worth it brosabung ayam onlinesabung ayam onlinesabung ayam onlineSBOBET88sabung ayam onlineindopromaxindopromaxindopromaxindopromaxindopromaxindopromaxindopromaxindopromaxSabung Ayam OnlineSabung Ayam OnlineSabung Ayam Onlinejudi bola onlinejudi bolajudi bolasabung ayam onlinesabung ayam onlinesabung ayam onlinelive casino online sabung ayam slot mahjong judi bola SV388jUDI BOLASBOBET88SBOBET88WS168LIVE CASINO ONLINESBOBET88SV388SEXYGAMINGINDOBALI88SABA SPORTSV388LIVE CASINOSV388Mahjong WaysSABUNG AYAM ONLINELive Casino OnlineSabung Ayam onlinemahjong ways 2sabung ayam onlinejudi bola onlinelive casino onlineslot gacor mahjongslot gacor mahjongslot gacor mahjongslot gacor mahjongLIVE CASINO ONLINESBOBETSABUNG AYAM ONLINESABUNG AYAM ONLINECASINO ONLINECASINO ONLINELIVE CASINO ONLINEJUDI BOLALIVE CASINO ONLINEMAHJONGSABUNG AYAM ONLINESITUS JUDI BOLASABUNG AYAM ONLINELIVE CASINO ONLINESLOT MAHJONGlive casinomix parlaymix parlaysabung ayam onlinelive casinomix parlaysabung ayam onlinesabung ayam onlinemix parlaysabung ayam onlinemix parlaysabung ayam onlinemix parlayparlaysitus live casinojudi bolaSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSABUNG AYAMJUDI BOLALIVE CASINOSLOT MAHJONGMAHJONG WAYSJUDI BOLA ONLINESABUNG AYAM ONLINESWEET BONANZASLOT ZEUSSV388JUDI BOLA ONLINEJUDI BOLA ONLINEJUDI BOLA ONLINESABUNG AYAM ONLINELIVE CASINO ONLINESITUS SLOT ONLINEPRAGMATIC PLAYMAHJONG WAYSJudi BolaLive Casino OnlineSabung Ayam onlinemahjong ways 2Judi Bolamahjong ways 2mahjong wins 3gates of olympussweet bonanzastarlight princesssbobetsv388agen baccaratsabung ayam onlinejudi bola onlinejudi bola onlinesabung ayam onlinemahjong ways 2mahjong wins 3lucky nekosweet bonanzastarlight princessjudi bola onlinesabung ayam onlineagen casino onlinecasino onlinejudi bola onlinesabung ayam onlinecasino onlinejudi bola onlinejudi bola onlinesabung ayam onlinecasino onlineslot gacor mahjonglive casino onlinesabung ayam onlinesabung ayam onlinecasino onlineslot gacor mahjongsabung ayam onlinejudi bola onlinejudi bolasabung ayam onlineindobit88live casino onlinesv388sabung ayam onlineCasino Onlinesabung ayam onlineMix Parlaycasino onlineMahjong Wayssabung ayam onlinejudi bola onlinesabung ayam onlinemix parlay
analisis pola spin mahjong ways untuk menang konsistenwild mahjong ways 3 ajarkan cara hadapi tantangan hidupputaran maxwin mahjong ways 2mengenal pola sukses mahjong wins 3strategi maxwin pemain mahjong wayspola campuran gate of olympusmenang pragmatic play pakai pola indojawa88strategi ammar menang mahjong ways 2bangkit dari kerugian berkat mahjong wins 3strategi Jackpot main clover goldJUDI BOLA ONLINESABUNG AYAM ONLINELIVE CASINO ONLINESLOT MAHJONGMAHJONG WAYS 2judi bola onlinejudi bola onlineslot mahjong wayssv388sbobet88live baccarat onlinesbobet mix parlaycara spin mahjong ways ala admin wahanabet tips mantul cuan tipis tapi lancar tanpa hambatanmenang rp.142.250.331 pakai kombinasi duo maut denny spill trik dapat cuan dari treasures of aztec modal bet cuma 400 perakSabung Ayam Onlinejudi bola onlinemahjong wayssabung ayam onlinesabung ayam onlinesabung ayam onlinesabung ayam onlinejudi bolaslot mahjongsv388judi bolasabung ayam onlineungkap rahasia scatter mahjong wayskiat sukses pemain gates of olympustrik dan strategi kuasai rtp mahjong winspola lonceng emas queen of bountystrategi scatter hitam mahjong ways 2maxwin scatter hitam indojawa88
Nusa Islands Bali Official PackagesTrinidad and Tobago Pilots’ Association Official About Pagemaxwin mahjong wins 3strategi main gates of olympuskuasai pola rtp pragmatic playlangkah mendapatkan scatter emaspola rtp pg soft indojawa88Green Gold Mountain Official SiteKomite SMKN 1 Tanjung Jabung Barat Official Sitetutorial maxwin mahjong waysstrategi rtp mahjong waysEIKON Official Policieskontak situs pecinta ayamNusa Islands Bali Official ContactCitraLand Surabaya Official NewsLenterakita About PageVinayak Group Official SiteI Think An Idea Official SitePITAC Official SitePortfolioSitez Official SiteMedical LTD Official SiteCapworks Official SiteMartino & Luth Official SiteTech With Mike First Official SiteSahabat Tiopan Official SiteE-Sekolah CBT Official SiteBDF Ventura Official SiteOcean E Soft Official SiteArab DMC Official SiteBBC Noun Official SiteCang Vu Hai Phong Official SiteThe Flat Official SiteThe Black Sheep Official SiteCEM Argentina Official SiteSlot MahjongTop Dawg Tavern Official SiteKelas Nesfatin Official SiteDuhoc Interlink Official SiteKarunia Inda Med Mandiri Official SiteJFV Pulm Official SiteRatiohead Official SiteAskona Official SiteMAN Surabaya E-Learning Official SiteShaker Group Official SiteTakaKawa Shoten Official SiteBrydan Solutions Official SiteConcursos Rodin Official SiteEHOB Official SiteConmou Official SiteCareer Wings Official SiteMontero Espinosa Official SiteBDF Ventura Official SiteDesa Sangginora Official SiteBDF Ventura Official SiteTaruna Akademia Official SiteAkura Official SiteMUI Ciamis Official SiteNamulanda Technical Institute Official Site