there is a device in the special functions list called "modulator" you input a ramp waveform (using the PWL source Piece Wise Linear) into the FM input. your input limits are 0-1V. your frequency limits are set by inputting the limits as Mark and Space frequencies, and you set the output level by applying DC bias to the AM input.
importing 3rd party devices can be easy, or it can be difficult. it depends on what SPICE it was written for. many 3rd party models are written for PSpice or some other text-based SPICE. these are usually completely compatible with LTSpice. you usually (in the case of ICs like op amps) make a symbol for them (or edit an existing one and rename it for the device you are adding). the impossible ones are those written for a SPICE that uses binary models (like TI's TINA Spice). the difficult ones are the ones written for text based SPICE programs, but use a different set of internal functions and syntax. you would have to know how to write models well enough to figure out what is being done in the first model, and "translate" it into LTSpice syntax. sometimes these translations only require one or two lines or parameters in the model to be rewritten, sometimes it's more like 90% of the model needing translation or transliteration.
crossover distortion need not be visible to be there, often the distortion only shows up at higher frequencies and under load. part of the reason for this is the collector-emitter capacitance (Cce) discharging through the emitter resistors masks the effect until a load is applied. as the frequency increases, the slew induced distortion gets worse, and the Cce discharge rate can't keep up with the drive waveform. at the same time the frequency response of the feedback is also limiting it's ability to keep up with distortion products in the output. with the sum of all of these factors (and a few others), not only does the crossover notch get larger (actually it's the same duration, but it takes up a higher percentage of the time of each cycle), but the rest of the waveform is beginning to distort as well. another thing that changes during the "dead time" in the crossover region that contributes a lot to crossover notch distortion (especially with a load) is that the output impedance changes nonlinearly. this is an additional effect of having no useful feedback. this effect of output impedance shifts also contributes to oscillation while driving capacitive loads. i've done quite a bit of experimentation with amplifiers and feedback, and the effects that feedback, open loop gain, and physical output resistance has on the output impedance of amplifiers. the results were very interesting, as a matter of fact, i'll post some of my notes in my blog if anybody is interested. as a result of experiments, i came up with a method for setting the proper bias on amplifier output stages, by dynamically measuring the output impedance.
also, the problem you will have by letting the amp oscillate at 400Mhz, is you will worsen a condition that the OP was attempting to alleviate, heat dissipation. as i mentioned above, when you get near the upper limits of an amplifier's bandwidth Cce (and Ccb) have a more difficult time discharging. one of the side effects of this is what's called "cross conduction" or "common mode conduction" where the output transistors never completely turn off while the opposite one is being turned on. at this point both transistors are in conduction, but none of this current is going to the load, it's going from the - rail, directly through the transistors, to the + rail, generating lots of heat (and if you're not careful, letting out the magic blue smoke). by the time this begins happening, the crossover notch has been swamped by the current spikes, and you are now seeing an "opposite" of crossover notch. it causes the same type of harmonic content though. so letting the op amp "idle" at 400Mhz is not desireable. an oscillating video amp also causes smearing of the picture.