Amadeus
Amadeus Travel APIs. Get instant access to over 400 airlines, 150,000 hotels, 300,000 tours & activities.
Installation and Setupβ
To use the Amadeus
integration, you need to have an API key
from Amadeus
.
See instructions here.
We have to install the amadeus
python package:
pip install amadeus
Toolsβ
Tools that help you interact with the Amadeus travel APIs
. They are all included
in the Amadeus
toolkit.
See a usage example.
from langchain_community.tools.amadeus import AmadeusClosestAirport
from langchain_community.tools.amadeus import AmadeusFlightSearch
API Reference:AmadeusClosestAirport | AmadeusFlightSearch
Toolkitβ
See a usage example.
from langchain_community.agent_toolkits.amadeus.toolkit import AmadeusToolkit
API Reference:AmadeusToolkit