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