{ "input": "The food was delicious and the waiter...", "model": "text-embedding-ada-002", "encoding_format": "float" }
curl --location 'https://api.agicto.cn/v1/embeddings' \ --header 'Authorization: Bearer $API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "input": "The food was delicious and the waiter...", "model": "text-embedding-ada-002", "encoding_format": "float" }'
{}