$this->getModelName(), 'input' => [$text], ]; $response = $this->request('embeddings', $data); return $response['data'][0]['embedding']; } }