Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

test-all-image-providers.yaml 1002 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  1. # Test configuration for all image providers with asset storage
  2. description: Test asset storage across different image generation providers
  3. providers:
  4. # OpenAI providers
  5. - id: openai:image:gpt-image-1
  6. config:
  7. quality: medium
  8. size: 1024x1024
  9. - id: openai:image:dall-e-3
  10. config:
  11. response_format: b64_json
  12. size: 1024x1024
  13. quality: standard
  14. - id: openai:image:dall-e-2
  15. config:
  16. response_format: b64_json
  17. size: 512x512
  18. # Hyperbolic provider (always returns base64)
  19. - id: hyperbolic:image:FLUX.1-dev
  20. config:
  21. width: 1024
  22. height: 1024
  23. steps: 20
  24. # xAI provider (inherits OpenAI functionality)
  25. - id: xai:image:grok-2-vision-1212
  26. config:
  27. response_format: b64_json
  28. prompts:
  29. - 'Create a colorful abstract art piece with geometric shapes'
  30. - 'Generate a serene landscape with mountains and a lake at sunset'
  31. tests:
  32. - vars:
  33. style: 'vibrant and modern'
  34. - vars:
  35. style: 'peaceful and natural'
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...