We support the following endpoints:
public interface CohereAIApi { @POST("/v1/generate") ListenableFuture<CohereGenerateResponse> generate(@Body CohereGenerateRequest request); }
@Inject public CohereAIService(CohereAIServiceConfig config) {...}
Last updated 1 year ago