
Supercharger
Description
Awesome Tesla trips: find a route, including supercharger stops. Bonus: chat with the Tesla manual!
Details
https://supercharger-958358-jexkai4vea-uc.a.run.app/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Supercharger",
"name_for_model": "Supercharger",
"description_for_human": "Awesome Tesla trips: find a route, including supercharger stops. Bonus: chat with the Tesla manual!",
"description_for_model": "Submit an origin, destination, Tesla model (optionally you can add up to two stop over locations) and receive a route and any superchargers needed. Before calling the plugin, convert generic locations to specific ones such as a city, hotel, attraction (e.g. Yosemite National Park, CA to Yosemite Valley, CA) and let the user know. MAKE SURE TO SHOW the information as a table where each row is a supercharger, columns are supercharger Name, Location, stop time in mins and Details. Also add the total trip duration and distance. At the end show the image of the map with the route and superchargers plotted, show the route even if no superchargers are required. SHOW THE IMAGES inline on the page. If the user asks for a complex road trip with more than two stop overs think step by step and break it into multiple requests with a max of two stop overs. Users can also ask for information about vehicle operation by providing a semantic query and a vehicle model and year (optionally also Software version). Make sure to obtain the vehicle information needed from the user. Relevant text and associated images will be returned. SHOW THE IMAGES inline on the page. Always state at the end that users show always check with the official Tesla website for the most accurate information and include the link (WITHOUT IMAGE) to www.tesla.com .",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://supercharger-958358-jexkai4vea-uc.a.run.app/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://supercharger-958358-jexkai4vea-uc.a.run.app/logo.png",
"contact_email": "support@example.com",
"legal_info_url": "https://supercharger-958358-jexkai4vea-uc.a.run.app/legal.html"
}
https://supercharger-958358-jexkai4vea-uc.a.run.app/openapi.yaml
openapi: 3.0.1
info:
title: Supercharger Plugin
description: A Plugin to find superchargers around you or along the route between the origin and destination. The image of the route is then stored and a URL to the image is returned.
version: 'v1'
servers:
- url: https://supercharger-958358-jexkai4vea-uc.a.run.app
paths:
/suggested_superchargers:
post:
operationId: suggested_superchargers
summary: Show the best route, including needed charging stops for your Tesla. Shows an image with a map with the route and superchargers plotted. Destination must be different than Origin unless at least one stopver is set. Make sure to display all the supercharger information.
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
origin:
type: string
description: The origin location string
destination:
type: string
description: The destination location string.
model:
type: string
description: The Tesla model.
enum: [MX_2020_LongRange, MS_2020_LongRange, MS_2020_Performance - Plaid, MX_2020_Performance - Plaid, M3_2020_Performance, M3_2020_StandardRangePlus - Rear Wheel Drive, M3_2020_LongRange, MY_2020_Performance, MY_2020_LongRange]
stopover1:
type: string
description: An optional stopover point
stopover2:
type: string
description: An optional stopover point
required:
- origin
- destination
- model
responses:
"200":
description: OK
content:
application/json:
schema:
type: object
properties:
imageUrls:
type: array
items:
type: string
description: URL to the image of the route map
superchargers:
type: array
items:
type: string
description: A list of superchargers along the route and associated information.
required:
- imageUrls
- superchargers
"400":
description: Bad Request - Invalid or missing input parameters.
content:
application/json:
schema:
type: object
properties:
message:
type: string
description: A message indicating the reason for the bad request.
"500":
description: Internal Server Error - An unexpected error occurred.
content:
application/json:
schema:
type: object
properties:
message:
type: string
description: A message indicating that an unexpected error occurred.
/local_superchargers:
post:
operationId: local_superchargers
summary: Show superchargers in a radius around a given location. Shows an image with a map with the superchargers plotted. Make sure to display all the supercharger information.
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
location:
type: string
description: The location string
required:
- location
responses:
"200":
description: OK
content:
application/json:
schema:
type: object
properties:
imageUrls:
type: array
items:
type: string
description: URL to the image of the map
superchargers:
type: array
items:
type: string
description: A list of superchargers around the location and associated information.
required:
- imageUrls
- superchargers
"400":
description: Bad Request - Invalid or missing input parameters.
content:
application/json:
schema:
type: object
properties:
message:
type: string
description: A message indicating the reason for the bad request.
"500":
description: Internal Server Error - An unexpected error occurred.
content:
application/json:
schema:
type: object
properties:
message:
type: string
description: A message indicating that an unexpected error occurred.
/chat_with_manual:
post:
operationId: chat_with_manual
summary: Provide a semantic query and a car model to get back an array of string, link(s) to image pairs which correspond to text chunks and associated images with page references.
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
query:
type: string
description: The semantic query string.
model:
type: string
description: The Tesla model.
enum: [Model S, Model X, Model 3, Model Y]
year:
type: integer
description: The year of the model.
software_version:
type: string
description: The software version of the model. Optional.
language_country:
type: string
description: The language and country code of the user.
default: "en_us"
required:
- query
- model
- year
responses:
"200":
description: OK
content:
application/json:
schema:
type: object
properties:
responses:
type: array
items:
type: object
properties:
text:
type: string
description: Text chunk from the manual.
image_urls:
type: array
items:
type: string
description: URLs to the images of the manual pages.
required:
- responses
"400":
description: Bad Request - Invalid or missing input parameters.
content:
application/json:
schema:
type: object
properties:
message:
type: string
description: A message indicating the reason for the bad request.
"500":
description: Internal Server Error - An unexpected error occurred.
content:
application/json:
schema:
type: object
properties:
message:
type: string
description: A message indicating that an unexpected error occurred.
Discover other plugins from the travel category
Expedia
Book international flights & hotels together to save.
0 Comments

Safari
Plugin for planning your safari in Tanzania. You can specify your start and end points.
0 Comments
GetYourGuide
Find tours, excursions and other travel activities.
0 Comments

Turo
Search for the perfect Turo vehicle for your next trip.
0 Comments

GuruWalk
The best free tour guides in the world are here.
0 Comments

GAFFL - Find A Travel Buddy
Find like-minded travel companions, co-plan adventures, share costs, and explore destinations together.
0 Comments

Trip.com
Discover the ultimate travel companion - simplify your flight and hotel bookings. Enjoy your effortless trip!
0 Comments

Travelmyth
Hotel finder plugin. Search based on location, dates, guest count, rooms, and categories for tailored results.
0 Comments

Oz Petrol Prices
Ask for the average daily petrol price for any state or capital city region!
0 Comments

Klook
From local escapes to far flung adventures, find the best experiences, tours, hotels and transport options anywhere.
0 Comments
OwlJourney
Provides lodging and activity suggestions, ensuring an engaging and user-friendly journey.
0 Comments

Aus Surf Report
Get today's surf report for any break throughout Australia!
0 Comments

HDB Car Park
For checking availability of car park lots at various HDB car parks around Singapore.
0 Comments

Supercharge My EV
Find superchargers for non-Tesla vehicles for a specific location.
0 Comments
Kakaku.com/travel
You can search for hotel that match your search criteria from among the many hotels registered on Kakaku.com.
0 Comments

Got2Go
Your next vacation is one conversation away. Literally. Find the perfect stays in the US with Got2Go.
0 Comments
Experiences
Provides activity suggestions, ensuring an engaging and user-friendly travel experiences.
0 Comments

ThemeParkHipster
Find theme park waiting times around the world.
0 Comments

SA Speed Cameras
See if a mobile speed camera or roadwork is on a South Australian road today!
0 Comments

SG Places Beta
Provides information on attractions, F&B outlets, accommodation, tours, shops, and events in Singapore.
0 Comments

BART Real-Time
Getting real-time BART information for a specified origination station and direction.
0 Comments

QEEQ
Our mission is to make journeys more enjoyable and bring better travel experiences to QEEQ with the help of technology.
0 Comments

Ferryhopper
Search for ferries and plan your trip with the assistance of AI and Ferryhopper.
0 Comments

Korea subway route
Korea metro subway route info.
0 Comments
Vio.com
A better deal on your next hotel, motel or accommodation booking.
0 Comments

Trip.com
Discover the ultimate travel companion - simplify your flight and hotel bookings. Enjoy your effortless trip!
0 Comments

JetBook.Click
Your ultimate travel companion: search/book flights at best prices, get info about your destination. Multilang support.
0 Comments

Etihad Airline
Search flights, and answer other related questions of flights.
0 Comments

eSIM Travel Asst
Find eSIM data plans easily! Enter location and eSIM keywords to get apt package suggestions. Ideal for travelers.
0 Comments
Chat Raku Journey
Search for Rakuten services in Japan. You can easily search for products, facilities in travel, and more.
0 Comments

Secretary Kim
Korean weather, subway information! Enjoy a smart life with Secretary Kim.
0 Comments

staypia
Find your perfect travel destination & hotels. Look for pet-friendly towns in USA, stargazing spots in Europe, and more!
0 Comments

Konkani Translator
Unlock the Beauty of Goa with the Romi Konkani Translator.
0 Comments

Wego
Scan the best flight and hotel deals, or get inspired for your next adventure.
0 Comments

Find a Tour
Find a tour, activity, or experience to do in locations across the world.
0 Comments

Kiwi.com
We hack the system, you fly for less. Book cheap flights other sites simply can't find.
0 Comments

Denison Yachting
Search yachts for sale, charters, new construction, crew placement, and more with Denison Yachting.
0 Comments