Faster Web Search
Find summarized results from the web faster without having to read multiple sources.
API Request
PYTHON
Output (as of 2024-03-08)
Faster Web Search
Find summarized results from the web faster without having to read multiple sources.
API Request
1 import cohere 2 co = cohere.Client(Api_key='Your API key') 3 4 response = co.chat( 5 message="latest news on cohere", 6 connectors=[{"id": "web-search"}], 7 ) 8 print(response.text)
Output (as of 2024-03-08)
On March 1st, 2024, it was announced that Cohere has opened a New York office as part of an expansion plan. The company, a Canadian AI startup, plans to employ around 30 people in the office, located in the Meatpacking District. The primary reason for the move is to tap into the talent pool in the city and to support work with enterprise AI adoptions, including customers like McKinsey. Cohere also had news in January 2024 that it was in discussion with investors regarding raising capital of roughly $500 million to $1 billion. This would follow the frenzied investment ignited by AI software applications.