-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgoogle.json
More file actions
101 lines (101 loc) · 3.69 KB
/
Copy pathgoogle.json
File metadata and controls
101 lines (101 loc) · 3.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"$schema": "../$schemas/provider.schema.json",
"id": "google",
"name": "Google",
"description": "Google develops Gemini models and provides developer access through the Gemini API and Google AI Studio.",
"translations": {
"zh-Hans": {
"description": "Google 开发 Gemini 模型,并通过 Gemini API 和 Google AI Studio 为开发者提供访问。"
},
"de": {
"description": "Google entwickelt Gemini-Modelle und bietet Entwicklern über die Gemini API und Google AI Studio Zugriff."
},
"ko": {
"description": "Google은 Gemini 모델을 개발하고 Gemini API와 Google AI Studio를 통해 개발자 액세스를 제공합니다."
},
"es": {
"description": "Google desarrolla modelos Gemini y ofrece acceso para desarrolladores mediante la API de Gemini y Google AI Studio."
},
"fr": {
"description": "Google développe les modèles Gemini et fournit un accès aux développeurs via l’API Gemini et Google AI Studio."
},
"id": {
"description": "Google mengembangkan model Gemini dan menyediakan akses bagi pengembang melalui Gemini API dan Google AI Studio."
},
"ja": {
"description": "Google は Gemini モデルを開発し、Gemini API と Google AI Studio を通じて開発者向けアクセスを提供しています。"
},
"pt": {
"description": "O Google desenvolve modelos Gemini e oferece acesso para desenvolvedores pela API Gemini e pelo Google AI Studio."
},
"ru": {
"description": "Google разрабатывает модели Gemini и предоставляет разработчикам доступ через Gemini API и Google AI Studio."
},
"tr": {
"description": "Google, Gemini modellerini geliştirir ve Gemini API ile Google AI Studio üzerinden geliştirici erişimi sağlar."
},
"zh-Hant": {
"description": "Google 開發 Gemini 模型,並透過 Gemini API 和 Google AI Studio 為開發者提供存取。"
}
},
"verified": true,
"sources": [
{
"url": "https://about.google/company-info/",
"title": "About Google",
"fields": ["name", "vendor"]
},
{
"url": "https://ai.google",
"title": "Google AI",
"fields": ["description", "websiteUrl"]
},
{
"url": "https://ai.google.dev/gemini-api/docs",
"title": "Gemini API documentation",
"fields": ["docsUrl", "type"]
},
{
"url": "https://aistudio.google.com/app/apikey",
"title": "Google AI Studio API keys",
"fields": ["applyKeyUrl"]
},
{
"url": "https://x.com/GoogleDevelopers",
"title": "Google AI twitter community",
"fields": ["communityUrls.twitter"]
},
{
"url": "https://www.youtube.com/@googledevs",
"title": "Google AI youtube community",
"fields": ["communityUrls.youtube"]
},
{
"url": "https://blog.google/technology/ai",
"title": "Google AI blog community",
"fields": ["communityUrls.blog"]
}
],
"lastVerifiedAt": "2026-07-31",
"verifiedBy": "codex-agent",
"confidence": "high",
"websiteUrl": "https://ai.google.dev",
"docsUrl": "https://ai.google.dev/gemini-api/docs",
"vendor": "google",
"type": "foundation-model-provider",
"applyKeyUrl": "https://aistudio.google.com/app/apikey",
"platformUrls": {
"huggingface": "https://huggingface.co/google",
"artificialAnalysis": null,
"openrouter": "https://openrouter.ai/provider/google"
},
"communityUrls": {
"linkedin": null,
"twitter": "https://x.com/GoogleDevelopers",
"github": null,
"youtube": "https://www.youtube.com/@googledevs",
"discord": null,
"reddit": null,
"blog": "https://blog.google/technology/ai"
}
}