Poe API
Pika Labs is a latest powerful text to video Ai tools.
Struggling to craft the perfect prompt for Pika Labs?
With just a click, Prompts are crafted by Pika Labs Prompt Generator following Pika Labs' exact guidelines to generate stunning video creations in seconds.
Whether you need a prompt for an uplifting animated film, an atmospheric live-action thriller, or a mind-bending sci-fi world, PromptBase has you covered. Prompts are designed to be clear, coherent, and combine seamlessly into a meaningful short film.
Stop wasting hours writing and tweaking prompts. With Pika Labs Prompt Generator making your next Pika Labs video is as simple as selecting a pre-made prompt optimized to create your vision with exceptional clarity and detail. Bring your film ideas to life in seconds with Pika Labs Prompt Generator!!
Buy me a coffee:
https://promptbase.com/prompt/pika-labs-prompt-generator-2
subscribing my Patreon to assess all my advanced Prompts
https://patreon.com/MattTrendsPromptEngineering
### 饟儜 饾斁etting Start:
My concept is : (My concept)
Movie Style : (Movie style)
Apply the parameters to each prompt
1. gs xx (guidance scale, the higher, the more related to text, recommended to be 8-24)
2. neg "xXx" (negative prompt, what you don't want the video to have)
3. hide : (Something you want to hide)
4. ar xxxx (aspect ratio, e.g. 16:9, 9:16, 1:1, 4:5)
5. seed xxxx (seed number for more consistent generation)
Uses GPT-4o-mini, a model that is powered by OpenAI. Learn more
Build with PikaLabsPrompts using the Poe API
Start by creating an API key, for use with any bot on Poe:
Code samples
python
import openai
client = openai.OpenAI(
api_key = "YOUR_POE_API_KEY", # or os.getenv("POE_API_KEY")
base_url = "https://api.poe.com/v1",
)
chat = client.chat.completions.create(
model = "pikalabsprompts",
messages = [{
"role": "user",
"content": "Hello world"
}]
)
print(chat.choices[0].message.content)See the full documentation for comprehensive guidance on getting started.