What other URL queries t3.chat has beside search?
Search query is a great feature, I use it every day for my IOS shortcuts. That said, I wonder are there any other queries, for example, for sending prompt in existing chat? Change model and send message? For example I want to have only 1 chat for translation prompts.
2 Replies
Can you elaborate further on what you are looking for? T3Chat already has edits and forks for messages which both allow you to change the model
Sorry, I meant search URL, for example
https://t3.chat/new?model=gemini-2.0-flash&q=%s you can copy from models page. As you can see we have few options:
- Create new chat
- Choose model
- Pass prompt
I think this is very powerfull feature that can be utilized in IOS actions. For example my action takes lang and text, and translates it with examples. https://www.icloud.com/shortcuts/5a6bce8bcaec494495e701915e3212d6
We can create several templates, pass props, and open chat in web preview.
Is there any other URL options available, or planned? Maybe passing img in base64 format, or supporting POST query with contract?