简体中文
curl --location 'https://geekai.co/api/v1/embeddings' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}' \ --data '{ "input": "hello world", "model": "text-embedding-3-small" }'