verify-gemini-models

Verify Gemini model availability and functionality via REST and WebSocket calls.

Updated May 15, 2026
One-click install
npx skills add https://github.com/heyu-ai/yibi-stack --skill verify-gemini-models
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-gemini-models
Source: https://github.com/heyu-ai/yibi-stack/tree/main/plugins/3rd-tools/skills/verify-gemini-models
Command: npx skills add https://github.com/heyu-ai/yibi-stack --skill verify-gemini-models

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, websockets, google-auth, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Ensures that the Gemini models listed are actually operational and functional, not just listed in the API documentation.

Core Features & Use Cases

  • Model Existence Verification: Checks if the specified model exists and can be accessed on the chosen platform.
  • Functional Output Verification: Validates that the model can generate valid output for specified capabilities.
  • Live WebSocket Test: Tests the live WebSocket endpoint for the model to ensure it can handle real-time requests.
  • Use Case: Before using a model in a production environment, run this skill to confirm its operational status, especially for live models like those with 'live' in their name.

Quick Start

Run the verify-gemini-models skill with the required model names, platforms, and capabilities, like: 'use verify-gemini-models --models gemini-3.1-pro-preview gemini-3.1-pro --platforms vertex aistudio --capabilities llm tts live'

Frequently Asked Questions about verify-gemini-models

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify if a Gemini model is actually operational and not just listed in API documentation?

To verify Gemini model availability, you can use this skill to perform REST API calls and WebSocket interactions against Google AI Studio and Vertex AI. It confirms model existence and validates functional output to ensure the model is ready for production use.

How do I test the live WebSocket endpoint for real-time Gemini model requests?

Testing the live WebSocket endpoint for Gemini models is handled directly by this skill through dedicated WebSocket interactions. It connects to the real-time endpoint to confirm the model can successfully handle and respond to live request payloads.

Do I need a GCP project and API key to validate Gemini models on Vertex AI?

Yes, validating Gemini models on Vertex AI requires access to a configured GCP project and a valid API key. These credentials are necessary for the skill to authenticate requests and verify model availability and functional output.

Can I check the availability of Gemini 3.x models across both AI Studio and Vertex AI simultaneously?

Yes, you can check Gemini 3.x models across both platforms simultaneously by specifying the platforms parameter. The skill validates model existence and functionality on Google AI Studio and GCP Vertex AI in a single execution.

What is the best way to confirm a live Gemini model can generate valid output before deploying to production?

The best way to confirm a live Gemini model generates valid output is to run a functional verification check before deployment. This skill validates that specified capabilities like LLM, TTS, or live interactions produce correct responses from the target model.

Are there limitations when verifying Gemini models with live capabilities using this approach?

A key limitation is that live models require active WebSocket testing rather than standard REST calls alone. The verification process depends entirely on having proper GCP credentials and AI Studio API keys to access the targeted Gemini 3.x endpoints.