Spaces:
Running
Running
```json | |
"gemini-1.5-pro": { | |
"name": "gemini-1.5-pro", | |
"description": "", | |
}, | |
``` | |
I am providing you the name of the AI model and Google. I am providing you how to fill the extra details --> | |
```json | |
"gpt-4o": { | |
"name": "gpt-4o-2024-08-06", | |
"description": "Our high-intelligence flagship model for complex, multi-step tasks. GPT-4o is multimodal, processing text, audio, and images, and is faster and 50% cheaper than its predecessor. It has a maximum output of 16,384 tokens, if o1-mini is used", | |
"max_tokens": 4096, | |
"context_window": 128000, | |
"training_data": "Up to October 2023" | |
}, | |
``` | |
You have to provide the complete json data along with name description, max token, context, window and training data of that specific ai model. After searching on Internet | |