Skip to content

Commit 709bd5d

Browse files
committed
docs(readme): add Gemini Image + Vision
1 parent 83c14b6 commit 709bd5d

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

README.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -50,39 +50,37 @@ Image+ fields can use Vision models to describe an imgage for the alt content fo
5050

5151
### Supported Providers
5252

53-
#### ChatGPT
53+
#### ChatGPT (OpenAI)
5454

55-
ChatGPT is the default model assumed. Just fill out the required `modai.api.chatgpt.key` and adjust any models as desired.
56-
57-
For details on current ChatGPT models supported, consult their documentation:
55+
ChatGPT is the default model assumed. Fill out the `modai.api.chatgpt.key` and adjust any models as desired.
5856

5957
- **text generation**https://platform.openai.com/docs/guides/text-generation
6058
- **image to text**https://platform.openai.com/docs/guides/vision
61-
- **DALL-E image creation**https://platform.openai.com/docs/guides/images.
62-
63-
#### Claud
59+
- **DALL-E image creation**https://platform.openai.com/docs/guides/images
6460

65-
Claude requires filling out the `modai.api.claude.key` to be filled.
61+
#### Google Gemini
6662

67-
For details on current Claude models supported, consult their documentation:
63+
Add a valide API key to the `modai.api.gemini.key` to use Google Gemini.
6864

69-
- **text generation** - https://docs.anthropic.com/en/docs/about-claude/models
65+
For details on current Gemini models supported, consult their documentation:
7066

71-
Then, you for each model you want to use, set the corresponding "model", e.g:
67+
- **text generation** - https://ai.google.dev/gemini-api/docs/models/gemini
68+
- **image to text**https://ai.google.dev/gemini-api/docs/vision
69+
- **image generation**https://ai.google.dev/gemini-api/docs/imagen
7270

73-
- `global.global.model``claude-3-5-haiku-latest`
71+
To change a prompt to use Google Gemini, set its corresponding model setting, e.g:
7472

75-
#### Gemini
73+
- `global.global.model``gemini-2.0-flash`
7674

77-
Gemini requires filling out the `modai.api.gemini.key` to be filled.
75+
#### Claude (Anthropic)
7876

79-
For details on current Gemini models supported, consult their documentation:
77+
Claude currently only supports text generation. Add a valide API key to the `modai.api.claude.key` to use Claude.
8078

81-
- **text generation** - https://ai.google.dev/gemini-api/docs/models/gemini
79+
- **text generation** - https://docs.anthropic.com/en/docs/about-claude/models
8280

83-
Then, you for each model you want to use, set the corresponding "model", e.g:
81+
To change a prompt to use Claude, set its corresponding model setting, e.g:
8482

85-
- `global.global.model``gemini-2.0-flash`
83+
- `global.global.model``claude-3-5-haiku-latest`
8684

8785

8886
#### Custom Services/Models
@@ -141,7 +139,7 @@ If you’re not happy with what modAI generates, click the sparkle button or gen
141139

142140
**OpenAI API credits must be purchased for this Extra to work with Image models.** Find costs for the various models at https://openai.com/api/pricing/.
143141

144-
Google Gemini offeres a variety of free options with limits: https://ai.google.dev/pricing
142+
Google Gemini offeres a variety of free options with limits. Image generation requires payments: https://ai.google.dev/pricing
145143

146144
Anthropic’s API pricing is here: https://www.anthropic.com/pricing#anthropic-api
147145

0 commit comments

Comments
 (0)