openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/v1beta/models/gemini-embedding-001:embedContent:
post:
summary: 文本嵌入
deprecated: false
description: https://ai.google.dev/gemini-api/docs/embeddings?hl=zh-cn#rest_3 官方文档
tags:
- 文本生成/谷歌Gemini 接口/原生格式
parameters:
- name: Content-Type
in: header
description: ''
required: false
example: application/json
schema:
type: string
requestBody:
content:
application/json:
schema:
type: object
properties:
content:
type: object
properties:
parts:
type: array
items:
type: object
properties:
text:
type: string
x-apifox-orders:
- text
x-apifox-orders:
- parts
description: 要嵌入的内容。
output_dimensionality:
type: integer
description: 输出嵌入的可选降维。
taskType:
type: string
description: 嵌入将用于的可选任务类型。
required:
- content
x-apifox-orders:
- content
- output_dimensionality
- taskType
example:
content:
parts:
- text: What is the meaning of life?
output_dimensionality: 768
taskType: SEMANTIC_SIMILARITY
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties:
embeddings:
type: object
properties: {}
x-apifox-orders: []
x-apifox-orders:
- embeddings
example:
embedding:
values:
- -0.0296398
- -0.010636787
- 0.012426536
- -0.043735605
- -0.012861362
- 0.0025766853
- -0.0056927837
- 0.013363464
- 0.042344756
- -0.00600363
- 0.016946154
- -0.016573662
- -0.0242951
- 0.040273175
- 0.13305295
- 0.006534976
- -0.0066952384
- 0.011369802
- 0.014375867
- -0.0056447736
- 0.007932834
- 0.003440911
- 0.0015993431
- -0.012414881
- -0.014631236
- -0.0057829414
- 0.019290049
- 0.0005005244
- 0.014184347
- -0.0065879934
- -0.003565929
- 0.019397464
- 0.005518749
- 0.030157084
- -0.009677098
- -0.0029866593
- 0.017299578
- 0.006338976
- -0.00009322887
- 0.021375261
- -0.024926692
- -0.0003635663
- 0.004625881
- 0.0027941137
- 0.032529075
- -0.0025162857
- 0.006721118
- -0.027300382
- -0.0030568605
- 0.020879114
- -0.01518175
- 0.024195358
- -0.0022586272
- -0.16242279
- -0.0031008113
- 0.011878735
- -0.0065687853
- -0.0078121293
- -0.0031238683
- -0.0036403642
- -0.02131096
- -0.0039914316
- -0.018723665
- -0.045217782
- 0.006739287
- -0.010009519
- 0.0018316646
- -0.0018083674
- -0.012085223
- -0.0014903563
- -0.015677448
- 0.00876675
- -0.011975094
- 0.005202495
- -0.0013395232
- -0.02117135
- 0.02085695
- 0.009407144
- 0.023169326
- -0.0061100135