GPT-5.5 used as a text-to-vector (SVG) generator.
Details
gpt-5.5
Providers & Pricing (1)
openrouter/gpt-5.5
GPT-5.5 API OpenAI-compatible
https://api.lumenfall.ai/openai/v1
gpt-5.5
Code Examples
Parameter Normalization
How we handle parameters across different providers
Not every provider speaks the same language. When you send a parameter, we handle it in one of four ways depending on what the model supports:
| Behavior | What happens | Example |
|---|---|---|
passthrough |
Sent as-is to the provider | style, quality |
renamed |
Same value, mapped to the field name the provider expects | prompt |
converted |
Transformed to the provider's native format | size |
emulated |
Works even if the provider has no concept of it | n, response_format |
Parameters we don't recognize pass straight through to the upstream API, so provider-specific options still work.
Gallery
View all 4 imagesGPT-5.5 FAQ
How do I use GPT-5.5 via API?
You can use GPT-5.5 through Lumenfall's OpenAI-compatible API. Send requests to the unified endpoint with model ID "gpt-5.5". Code examples are available in Python, JavaScript, and cURL.
Which providers offer GPT-5.5?
GPT-5.5 is available through OpenRouter on Lumenfall. Lumenfall automatically routes requests to the best available provider.
Try GPT-5.5 in Playground
Generate images with custom prompts — no API key needed.