{
    "_developer_guide": {
        "title": "Gemini API 官方額度與模型能力 JSON 接口操作指南 (專為 AI 軟體與工具 Failover 設計)",
        "sorting_rule": "所有模型已按綜合評分 `model_score` 由高至低排序，且免費模型 (is_free_tier: true) 優先排列於最前面。",
        "recommended_usage": "當您的 AI 軟體或腳本導入此 JSON 時，可以直接讀取 `models` 陣列的第一個元素 (Index 0) 作為預設首選最佳模型。",
        "failover_instruction": "當調用當前模型遇到 HTTP 429 Rate Limit 超限時，順序存取下一個 `is_free_tier: true` 的模型即可實現 100% 不中斷自動降級與備援。",
        "field_definitions": {
            "model_score": "模型動態綜合效能評分 (最高 9.9)，依據代際版本 (1.5/2.5/3.0/3.5/4.0/5.0) 與推理/速度/多模態能力動態計算。",
            "is_free_tier": "是否具備免費每日額度 (RPD > 0)。",
            "requires_billing_account": "是否強制要求 GCP 專案繫結信用卡/結算帳戶 (如 Imagen/Veo)。",
            "fine_category": "細項用途標籤: text, vision, speech, image_gen, live_api, grounding, embedding"
        }
    },
    "last_updated_date": "2026/09/13",
    "last_updated_at": "2026-09-13 08:19:13",
    "models": [
        {
            "api_name": "gemini-3.7-flash",
            "display_name": "Gemini 3.7 Flash",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  5",
            "tpm": "0 /  250K",
            "rpd": "0 /  20",
            "rpm_limit": 5,
            "tpm_limit": 250000,
            "rpd_limit": 20,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.8,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-3.8-flash",
            "display_name": "Gemini 3.8 Flash",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  5",
            "tpm": "0 /  250K",
            "rpd": "0 /  20",
            "rpm_limit": 5,
            "tpm_limit": 250000,
            "rpd_limit": 20,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.8,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-3.5-flash",
            "display_name": "Gemini 3.5 Flash Lite",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  15",
            "tpm": "0 /  250K",
            "rpd": "0 /  500",
            "rpm_limit": 15,
            "tpm_limit": 250000,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.7,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-3.5-flash",
            "display_name": "Gemini 3.5 Flash Lite",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  500",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.7,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-3.6-flash",
            "display_name": "Gemini 3.6 Flash",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  5",
            "tpm": "0 /  250K",
            "rpd": "0 /  20",
            "rpm_limit": 5,
            "tpm_limit": 250000,
            "rpd_limit": 20,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.7,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-3.5-live-translate",
            "display_name": "Gemini 3.5 Live Translate",
            "category": "Live API",
            "tier": "Free tier",
            "rpm": "0 / Unlimited",
            "tpm": "0 /  20K",
            "rpd": "0 / Unlimited",
            "rpm_limit": -1,
            "tpm_limit": 20000,
            "rpd_limit": -1,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.6,
            "is_rest_compatible": false,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "live_api",
            "fine_category_name_zh": "⚡ 即時對話 (Live API)",
            "capabilities": [
                "low_latency_dialog",
                "realtime_audio_video",
                "websocket_live"
            ],
            "usage_description_zh": "專屬 WebSocket 協議低延遲即時對話 API，不相容標準 REST HTTP generateContent 呼叫。"
        },
        {
            "api_name": "gemini-3.5-transcribe-live",
            "display_name": "Gemini 3.5 Transcribe Live",
            "category": "Live API",
            "tier": "Free tier",
            "rpm": "0 / Unlimited",
            "tpm": "0 /  20K",
            "rpd": "0 / Unlimited",
            "rpm_limit": -1,
            "tpm_limit": 20000,
            "rpd_limit": -1,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.6,
            "is_rest_compatible": false,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "live_api",
            "fine_category_name_zh": "⚡ 即時對話 (Live API)",
            "capabilities": [
                "low_latency_dialog",
                "realtime_audio_video",
                "websocket_live"
            ],
            "usage_description_zh": "專屬 WebSocket 協議低延遲即時對話 API，不相容標準 REST HTTP generateContent 呼叫。"
        },
        {
            "api_name": "gemini-3.1-flash-lite",
            "display_name": "Gemini 3.1 Flash Lite",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  15",
            "tpm": "0 /  250K",
            "rpd": "0 /  500",
            "rpm_limit": 15,
            "tpm_limit": 250000,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.5,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-3.1-flash-lite",
            "display_name": "Gemini 3.1 Flash Lite",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  500",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.5,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-3.0-flash",
            "display_name": "Gemini 3 Flash",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  5",
            "tpm": "0 /  250K",
            "rpd": "0 /  20",
            "rpm_limit": 5,
            "tpm_limit": 250000,
            "rpd_limit": 20,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.4,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-3.0-flash-live",
            "display_name": "Gemini 3 Flash Live",
            "category": "Live API",
            "tier": "Free tier",
            "rpm": "0 / Unlimited",
            "tpm": "0 /  65K",
            "rpd": "0 / Unlimited",
            "rpm_limit": -1,
            "tpm_limit": 65000,
            "rpd_limit": -1,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.4,
            "is_rest_compatible": false,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "live_api",
            "fine_category_name_zh": "⚡ 即時對話 (Live API)",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "websocket_live",
                "code_completion",
                "low_latency_dialog",
                "realtime_audio_video",
                "text_generation"
            ],
            "usage_description_zh": "專屬 WebSocket 協議低延遲即時對話 API，不相容標準 REST HTTP generateContent 呼叫。"
        },
        {
            "api_name": "deep-research-pro-preview-12-2025",
            "display_name": "Deep Research Pro Preview",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  500",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.3,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-2.5-flash",
            "display_name": "Gemini 2.5 Flash",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  500",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.2,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-2.5-flash-lite",
            "display_name": "Gemini 2.5 Flash Lite",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  500",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.2,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-3.1-flash-tts",
            "display_name": "Gemini 3.1 Flash TTS",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  500",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.2,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "speech",
            "fine_category_name_zh": "🎙️ 語音合成與 TTS",
            "capabilities": [
                "translation",
                "reasoning",
                "tts",
                "voice_synthesis",
                "code_completion",
                "text_generation",
                "text_to_speech"
            ],
            "usage_description_zh": "專利語音合成模型 (TTS)，文字轉高擬真對話語音，不支援圖像或螢幕截圖輸入。"
        },
        {
            "api_name": "gemini-3.5-transcribe",
            "display_name": "Gemini 3.5 Transcribe",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  500",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.2,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "realtime_fact_checking",
                "google_maps",
                "google_search",
                "chat_dialog"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-3.5-transcribe",
            "display_name": "Gemini 3.5 Transcribe",
            "category": "Live API",
            "tier": "Free tier",
            "rpm": "0 /  3",
            "tpm": "0 /  10K",
            "rpd": "0 /  25",
            "rpm_limit": 3,
            "tpm_limit": 10000,
            "rpd_limit": 25,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.2,
            "is_rest_compatible": false,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "live_api",
            "fine_category_name_zh": "⚡ 即時對話 (Live API)",
            "capabilities": [
                "low_latency_dialog",
                "realtime_audio_video",
                "websocket_live"
            ],
            "usage_description_zh": "專屬 WebSocket 協議低延遲即時對話 API，不相容標準 REST HTTP generateContent 呼叫。"
        },
        {
            "api_name": "gemini-2.5-flash",
            "display_name": "Gemini 2.5 Flash",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  5",
            "tpm": "0 /  250K",
            "rpd": "0 /  20",
            "rpm_limit": 5,
            "tpm_limit": 250000,
            "rpd_limit": 20,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.2,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-2.5-flash-lite",
            "display_name": "Gemini 2.5 Flash Lite",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  10",
            "tpm": "0 /  250K",
            "rpd": "0 /  20",
            "rpm_limit": 10,
            "tpm_limit": 250000,
            "rpd_limit": 20,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.2,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-3.1-flash-tts",
            "display_name": "Gemini 3.1 Flash TTS",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  3",
            "tpm": "0 /  10K",
            "rpd": "0 /  10",
            "rpm_limit": 3,
            "tpm_limit": 10000,
            "rpd_limit": 10,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.2,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "speech",
            "fine_category_name_zh": "🎙️ 語音合成與 TTS",
            "capabilities": [
                "translation",
                "reasoning",
                "tts",
                "voice_synthesis",
                "code_completion",
                "text_generation",
                "text_to_speech"
            ],
            "usage_description_zh": "專利語音合成模型 (TTS)，文字轉高擬真對話語音，不支援圖像或螢幕截圖輸入。"
        },
        {
            "api_name": "gemini-2.5-flash-native-audio",
            "display_name": "Gemini 2.5 Flash Native Audio Dialog",
            "category": "Live API",
            "tier": "Free tier",
            "rpm": "0 / Unlimited",
            "tpm": "0 /  1M",
            "rpd": "0 / Unlimited",
            "rpm_limit": -1,
            "tpm_limit": 1000000,
            "rpd_limit": -1,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.2,
            "is_rest_compatible": false,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "speech",
            "fine_category_name_zh": "🎙️ 語音合成與 TTS",
            "capabilities": [
                "translation",
                "reasoning",
                "tts",
                "voice_synthesis",
                "code_completion",
                "text_generation",
                "text_to_speech"
            ],
            "usage_description_zh": "專利語音合成模型 (TTS)，文字轉高擬真對話語音，不支援圖像或螢幕截圖輸入。"
        },
        {
            "api_name": "gemini-2.5-search-grounding",
            "display_name": "Gemini 2.5",
            "category": "Search grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  1.5K",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 1500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.1,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "realtime_fact_checking",
                "google_maps",
                "google_search",
                "chat_dialog"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "default-search-grounding",
            "display_name": "Default",
            "category": "Search grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  1.5K",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 1500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 9.1,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "realtime_fact_checking",
                "google_maps",
                "google_search",
                "chat_dialog"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-2.0-flash",
            "display_name": "Gemini 2 Flash",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  500",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.9,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-2.5-flash-tts",
            "display_name": "Gemini 2.5 Flash TTS",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  3",
            "tpm": "0 /  10K",
            "rpd": "0 /  10",
            "rpm_limit": 3,
            "tpm_limit": 10000,
            "rpd_limit": 10,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.9,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "speech",
            "fine_category_name_zh": "🎙️ 語音合成與 TTS",
            "capabilities": [
                "translation",
                "reasoning",
                "tts",
                "voice_synthesis",
                "code_completion",
                "text_generation",
                "text_to_speech"
            ],
            "usage_description_zh": "專利語音合成模型 (TTS)，文字轉高擬真對話語音，不支援圖像或螢幕截圖輸入。"
        },
        {
            "api_name": "gemini-2-search-grounding",
            "display_name": "Gemini 2",
            "category": "Search grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  1.5K",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 1500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.8,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "realtime_fact_checking",
                "google_maps",
                "google_search",
                "chat_dialog"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "text-embedding-004",
            "display_name": "Gemini Embedding 1",
            "category": "Other models",
            "tier": "Free tier",
            "rpm": "0 /  100",
            "tpm": "0 /  30K",
            "rpd": "0 /  1K",
            "rpm_limit": 100,
            "tpm_limit": 30000,
            "rpd_limit": 1000,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.8,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "embedding",
            "fine_category_name_zh": "🔍 向量檢索 (Embedding)",
            "capabilities": [
                "text_embedding",
                "semantic_search",
                "rag_retrieval"
            ],
            "usage_description_zh": "文字向量化與語意檢索模型，專用於企業 RAG 知識庫與文件搜尋，不直接進行文字對話生成。"
        },
        {
            "api_name": "gemini-2.5-computer-use-preview-10-2025",
            "display_name": "Computer Use Preview",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  500",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.8,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_maps",
                "google_search",
                "chat_dialog"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "antigravity-preview-05-2026",
            "display_name": "Antigravity",
            "category": "Agents",
            "tier": "Free tier",
            "rpm": "0 /  60",
            "tpm": "0 /  100K",
            "rpd": "0 /  100",
            "rpm_limit": 60,
            "tpm_limit": 100000,
            "rpd_limit": 100,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.8,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": false,
            "fine_category": "text",
            "fine_category_name_zh": "📝 文字與語言大模型",
            "capabilities": [],
            "usage_description_zh": "通用或特定開發者專用 API 服務模型。"
        },
        {
            "api_name": "text-embedding-005",
            "display_name": "Gemini Embedding 2",
            "category": "Other models",
            "tier": "Free tier",
            "rpm": "0 /  100",
            "tpm": "0 /  30K",
            "rpd": "0 /  1K",
            "rpm_limit": 100,
            "tpm_limit": 30000,
            "rpd_limit": 1000,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.5,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "embedding",
            "fine_category_name_zh": "🔍 向量檢索 (Embedding)",
            "capabilities": [
                "text_embedding",
                "semantic_search",
                "rag_retrieval"
            ],
            "usage_description_zh": "文字向量化與語意檢索模型，專用於企業 RAG 知識庫與文件搜尋，不直接進行文字對話生成。"
        },
        {
            "api_name": "gemini-robotics-er-2-preview",
            "display_name": "Gemini Robotics ER 2 Preview",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  500",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 500,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.5,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "realtime_fact_checking",
                "google_maps",
                "google_search",
                "chat_dialog"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-robotics-er-2-preview",
            "display_name": "Gemini Robotics ER 2 Preview",
            "category": "Other models",
            "tier": "Free tier",
            "rpm": "0 /  5",
            "tpm": "0 /  250K",
            "rpd": "0 /  20",
            "rpm_limit": 5,
            "tpm_limit": 250000,
            "rpd_limit": 20,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.5,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "other",
            "fine_category_name_zh": "📦 其他專用模型",
            "capabilities": [],
            "usage_description_zh": "通用或特定開發者專用 API 服務模型。"
        },
        {
            "api_name": "gemma-4-26b-a4b-it",
            "display_name": "Gemma 4 26B",
            "category": "Other models",
            "tier": "Free tier",
            "rpm": "0 /  30",
            "tpm": "0 /  16K",
            "rpd": "0 /  14.4K",
            "rpm_limit": 30,
            "tpm_limit": 16000,
            "rpd_limit": 14400,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.3,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": false,
            "fine_category": "text",
            "fine_category_name_zh": "📝 文字與語言大模型",
            "capabilities": [],
            "usage_description_zh": "通用或特定開發者專用 API 服務模型。"
        },
        {
            "api_name": "gemma-4-31b-it",
            "display_name": "Gemma 4 31B",
            "category": "Other models",
            "tier": "Free tier",
            "rpm": "0 /  30",
            "tpm": "0 /  16K",
            "rpd": "0 /  14.4K",
            "rpm_limit": 30,
            "tpm_limit": 16000,
            "rpd_limit": 14400,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": true,
            "requires_billing_account": false,
            "model_score": 8.3,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": false,
            "fine_category": "text",
            "fine_category_name_zh": "📝 文字與語言大模型",
            "capabilities": [],
            "usage_description_zh": "通用或特定開發者專用 API 服務模型。"
        },
        {
            "api_name": "gemini-3.7-flash",
            "display_name": "Gemini 3.7 Flash",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  0",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.8,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-3.8-flash",
            "display_name": "Gemini 3.8 Flash",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  0",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.8,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-3.1-pro",
            "display_name": "Gemini 3.1 Pro",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.7,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-3.1-pro",
            "display_name": "Gemini 3.1 Pro",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  0",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.7,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-3.6-flash",
            "display_name": "Gemini 3.6 Flash",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  0",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.7,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "nano-banana-pro-(gemini-3-pro-image)",
            "display_name": "Nano Banana Pro (Gemini 3 Pro Image)",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.6,
            "is_rest_compatible": false,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "image_gen",
            "fine_category_name_zh": "🎨 圖像與影音生成",
            "capabilities": [
                "translation",
                "reasoning",
                "video_generation",
                "image_generation",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "文字生成高畫質圖片與短影片 (Imagen / Veo)。⚠️ 需在 GCP 專案繫結信用卡結算帳戶。"
        },
        {
            "api_name": "lyria-3-pro",
            "display_name": "Lyria 3 Pro",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.6,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "speech",
            "fine_category_name_zh": "🎙️ 語音合成與 TTS",
            "capabilities": [
                "translation",
                "reasoning",
                "tts",
                "voice_synthesis",
                "code_completion",
                "text_generation",
                "text_to_speech"
            ],
            "usage_description_zh": "專利語音合成模型 (TTS)，文字轉高擬真對話語音，不支援圖像或螢幕截圖輸入。"
        },
        {
            "api_name": "gemini-3.0-flash",
            "display_name": "Gemini 3 Flash",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  0",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.4,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "deep-research-pro-preview-12-2025",
            "display_name": "Deep Research Pro Preview",
            "category": "Agents",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.3,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-2.5-pro",
            "display_name": "Gemini 2.5 Pro",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.3,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-2.5-pro",
            "display_name": "Gemini 2.5 Pro TTS",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.3,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": false,
            "fine_category": "speech",
            "fine_category_name_zh": "🎙️ 語音合成與 TTS",
            "capabilities": [
                "translation",
                "reasoning",
                "tts",
                "voice_synthesis",
                "code_completion",
                "text_generation",
                "text_to_speech"
            ],
            "usage_description_zh": "專利語音合成模型 (TTS)，文字轉高擬真對話語音，不支援圖像或螢幕截圖輸入。"
        },
        {
            "api_name": "gemini-2.5-pro",
            "display_name": "Gemini 2.5 Pro",
            "category": "Map grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  0",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.3,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "realtime_fact_checking",
                "google_search",
                "google_maps",
                "chat_dialog",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-3-search-grounding",
            "display_name": "Gemini 3",
            "category": "Search grounding",
            "tier": "Free tier",
            "rpm": "-",
            "tpm": "-",
            "rpd": "0 /  0",
            "rpm_limit": null,
            "tpm_limit": null,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.3,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "grounding",
            "fine_category_name_zh": "🌐 實時網路搜尋與地圖引註",
            "capabilities": [
                "realtime_fact_checking",
                "google_maps",
                "google_search",
                "chat_dialog"
            ],
            "usage_description_zh": "完全支援一般日常對話與文字創作，並在此基礎上自動連結 Google 實時 Web 搜尋與 Maps 提供最新出處解答。"
        },
        {
            "api_name": "gemini-2.5-flash",
            "display_name": "Nano Banana (Gemini 2.5 Flash Preview Image)",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.2,
            "is_rest_compatible": false,
            "is_verified_live": true,
            "is_vision_capable": false,
            "fine_category": "image_gen",
            "fine_category_name_zh": "🎨 圖像與影音生成",
            "capabilities": [
                "translation",
                "reasoning",
                "video_generation",
                "image_generation",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "文字生成高畫質圖片與短影片 (Imagen / Veo)。⚠️ 需在 GCP 專案繫結信用卡結算帳戶。"
        },
        {
            "api_name": "gemini-omni-flash",
            "display_name": "Gemini Omni Flash",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.2,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "lyria-3-clip",
            "display_name": "Lyria 3 Clip",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.0,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "speech",
            "fine_category_name_zh": "🎙️ 語音合成與 TTS",
            "capabilities": [
                "tts",
                "voice_synthesis",
                "text_to_speech"
            ],
            "usage_description_zh": "專利語音合成模型 (TTS)，文字轉高擬真對話語音，不支援圖像或螢幕截圖輸入。"
        },
        {
            "api_name": "veo-3.0-fast-generate",
            "display_name": "Veo 3 Fast Generate",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "-",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": null,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.0,
            "is_rest_compatible": false,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "image_gen",
            "fine_category_name_zh": "🎨 圖像與影音生成",
            "capabilities": [
                "image_generation",
                "video_generation"
            ],
            "usage_description_zh": "文字生成高畫質圖片與短影片 (Imagen / Veo)。⚠️ 需在 GCP 專案繫結信用卡結算帳戶。"
        },
        {
            "api_name": "veo-3.0-generate",
            "display_name": "Veo 3 Generate",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "-",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": null,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 9.0,
            "is_rest_compatible": false,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "image_gen",
            "fine_category_name_zh": "🎨 圖像與影音生成",
            "capabilities": [
                "image_generation",
                "video_generation"
            ],
            "usage_description_zh": "文字生成高畫質圖片與短影片 (Imagen / Veo)。⚠️ 需在 GCP 專案繫結信用卡結算帳戶。"
        },
        {
            "api_name": "gemini-2.0-flash",
            "display_name": "Gemini 2 Flash",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 8.9,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "gemini-2.0-flash-lite",
            "display_name": "Gemini 2 Flash Lite",
            "category": "Text-out models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 8.9,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "nano-banana-2-(gemini-3.1-flash-image)",
            "display_name": "Nano Banana 2 (Gemini 3.1 Flash Image)",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 8.9,
            "is_rest_compatible": false,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "image_gen",
            "fine_category_name_zh": "🎨 圖像與影音生成",
            "capabilities": [
                "translation",
                "reasoning",
                "video_generation",
                "image_generation",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "文字生成高畫質圖片與短影片 (Imagen / Veo)。⚠️ 需在 GCP 專案繫結信用卡結算帳戶。"
        },
        {
            "api_name": "gemini-3.1-flash-lite",
            "display_name": "Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image)",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 8.9,
            "is_rest_compatible": false,
            "is_verified_live": true,
            "is_vision_capable": false,
            "fine_category": "image_gen",
            "fine_category_name_zh": "🎨 圖像與影音生成",
            "capabilities": [
                "translation",
                "reasoning",
                "video_generation",
                "image_generation",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "文字生成高畫質圖片與短影片 (Imagen / Veo)。⚠️ 需在 GCP 專案繫結信用卡結算帳戶。"
        },
        {
            "api_name": "gemini-2.5-computer-use-preview-10-2025",
            "display_name": "Computer Use Preview",
            "category": "Other models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 8.8,
            "is_rest_compatible": true,
            "is_verified_live": true,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "vision_screenshot_ocr"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        },
        {
            "api_name": "veo-3.0-lite-generate",
            "display_name": "Veo 3 Lite Generate",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "-",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": null,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 8.7,
            "is_rest_compatible": false,
            "is_verified_live": false,
            "is_vision_capable": false,
            "fine_category": "image_gen",
            "fine_category_name_zh": "🎨 圖像與影音生成",
            "capabilities": [
                "image_generation",
                "video_generation"
            ],
            "usage_description_zh": "文字生成高畫質圖片與短影片 (Imagen / Veo)。⚠️ 需在 GCP 專案繫結信用卡結算帳戶。"
        },
        {
            "api_name": "gemini-omni-1.1-flash",
            "display_name": "Gemini Omni 1.1 Flash",
            "category": "Multi-modal generative models",
            "tier": "Free tier",
            "rpm": "0 /  0",
            "tpm": "0 /  0",
            "rpd": "0 /  0",
            "rpm_limit": 0,
            "tpm_limit": 0,
            "rpd_limit": 0,
            "rpm_current": 0,
            "tpm_current": 0,
            "rpd_current": 0,
            "is_free_tier": false,
            "requires_billing_account": true,
            "model_score": 8.5,
            "is_rest_compatible": true,
            "is_verified_live": false,
            "is_vision_capable": true,
            "fine_category": "vision",
            "fine_category_name_zh": "👁️ 視覺與截圖辨識",
            "capabilities": [
                "translation",
                "reasoning",
                "vision_screenshot_ocr",
                "code_completion",
                "text_generation"
            ],
            "usage_description_zh": "原生多模態模型，支援圖片、PDF 報告與螢幕截圖辨識，具備高精度 OCR 與文字創作能力。"
        }
    ]
}