generateContent durch streamGenerateContent in der URL ersetzenDocumentation Index
Fetch the complete documentation index at: https://docs.evolink.ai/llms.txt
Use this file to discover all available pages before exploring further.
https://direct.evolink.ai und bietet bessere Unterstützung für Textmodelle sowie persistente Verbindungen. https://api.evolink.ai ist der primäre Endpunkt für multimodale Dienste und dient bei Textmodellen als Ausweichadresse.##Alle APIs erfordern Bearer-Token-Authentifizierung##
API-Schlüssel erhalten:
Besuchen Sie die API-Schlüsselverwaltungsseite, um Ihren API-Schlüssel zu erhalten
Zum Anfrage-Header hinzufügen:
Authorization: Bearer YOUR_API_KEYList of conversation contents, supports multi-turn dialogue and multimodal input
1Generation configuration parameters (optional)
System instruction (optional), mainly text content
List of tools the model can call, such as function calling or code execution
Tool calling configuration (optional)
Safety settings list (optional)
Cached content name, in the form cachedContents/{cachedContent}
Inhalt erfolgreich generiert
Beschreibung des Antwortformats:
generateContent-Endpunkts wird GenerateContentResponse zurückgegeben (gibt vollständige Antwort auf einmal zurück)streamGenerateContent-Endpunkts wird StreamGenerateContentResponse zurückgegeben (Streaming-Antwort, gibt Inhalt in Teilen zurück)