Recommended
Direct Google model API
Best when you want the shortest path to Google models.
Pros
- Simple mental model: send a request and receive a model response
- Access to Google-specific capabilities and model controls
- Useful for prototypes built around one provider
Cons
- Your application becomes more closely tied to Google's request format
- You must manage authentication, quotas, errors, and model changes